﻿.toast-viewport{position:fixed;top:0;right:0;z-index:100;display:flex;flex-direction:column;gap:12px;width:100%;max-width:420px;padding:16px;margin:0;list-style:none;outline:none;pointer-events:none}@media (min-width: 640px){.toast-viewport{bottom:0;top:auto}}.toast{position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;overflow:hidden;border-radius:8px;border:1px solid rgba(0,0,0,.1);padding:16px 20px;background-color:#fff;box-shadow:0 10px 38px -10px #16171859,0 10px 20px -15px #16171833;pointer-events:auto;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translate(0)}.toast.toast-default{background-color:#fff;border-color:#0000001a;color:#1a1a1a}.toast.toast-destructive{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef44444d;color:#fff}.toast.toast-success{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b9814d;color:#fff}.toast.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f64d;color:#fff}.toast.toast-warning{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#f59e0b4d;color:#fff}.toast-content{display:grid;gap:4px;flex:1;min-width:0}.toast-title{font-size:14px;font-weight:600;line-height:1.4;margin:0}.toast-description{font-size:13px;line-height:1.5;opacity:.9;margin:0}.toast-default .toast-description{opacity:.7;color:#666}.toast-close{position:absolute;right:8px;top:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:transparent;border:none;cursor:pointer;opacity:0;transition:all .2s ease;color:inherit;padding:0}.toast:hover .toast-close{opacity:1}.toast-close:hover{background-color:#0000001a}.toast-destructive .toast-close:hover,.toast-success .toast-close:hover,.toast-info .toast-close:hover,.toast-warning .toast-close:hover{background-color:#fff3}.toast-close:focus{outline:2px solid currentColor;outline-offset:2px;opacity:1}.toast-close-icon{width:14px;height:14px;stroke-width:2.5}.toast-action{display:inline-flex;height:32px;flex-shrink:0;align-items:center;justify-content:center;border-radius:6px;border:1px solid transparent;padding:0 12px;font-size:13px;font-weight:500;background:transparent;cursor:pointer;transition:all .2s ease;color:inherit;margin-left:auto}.toast-default .toast-action{border-color:#0000001a}.toast-default .toast-action:hover{background-color:#0000000d}.toast-destructive .toast-action,.toast-success .toast-action,.toast-info .toast-action,.toast-warning .toast-action{border-color:#ffffff4d}.toast-destructive .toast-action:hover,.toast-success .toast-action:hover,.toast-info .toast-action:hover,.toast-warning .toast-action:hover{background-color:#ffffff26}.toast-action:focus{outline:2px solid currentColor;outline-offset:2px}.toast-action:disabled{pointer-events:none;opacity:.5}@keyframes toast-slide-in-right{0%{transform:translate(calc(100% + 16px))}to{transform:translate(0)}}@keyframes toast-slide-in-top{0%{transform:translateY(calc(-100% - 16px))}to{transform:translateY(0)}}@keyframes toast-slide-out-right{0%{transform:translate(0)}to{transform:translate(calc(100% + 16px))}}@keyframes toast-fade-in{0%{opacity:0}to{opacity:1}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}@keyframes toast-swipe-out{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(calc(100% + 16px))}}.toast[data-state=open]{animation:toast-slide-in-right .3s cubic-bezier(.16,1,.3,1),toast-fade-in .3s ease}@media (min-width: 640px){.toast[data-state=open]{animation:toast-slide-in-top .3s cubic-bezier(.16,1,.3,1),toast-fade-in .3s ease}}.toast[data-state=closed]{animation:toast-fade-out .2s ease}.toast[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x));transition:none}.toast[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.toast[data-swipe=end]{animation:toast-swipe-out .2s ease-out}.toast-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform-origin:left;animation:toast-progress 5s linear forwards}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-color-scheme: dark){.toast.toast-default{background-color:#1f1f1f;border-color:#ffffff1a;color:#fff}.toast-default .toast-description{opacity:.8;color:#ffffffb3}.toast-close:hover{background-color:#ffffff1a}.toast-default .toast-action{border-color:#fff3}.toast-default .toast-action:hover{background-color:#ffffff1a}}@media (max-width: 640px){.toast-viewport{max-width:100%;padding:12px}.toast{padding:14px 16px}.toast-title{font-size:13px}.toast-description{font-size:12px}}:root{--star_primary: #0d9488;--star_primary_dark: #0f766e;--star_primary_light: #14b8a6;--star_primary_glow: rgba(13, 148, 136, .2);--star_bg: #f9fafb;--star_bg_card: #ffffff;--star_bg_dark: #1a1a2e;--star_text: #1f2937;--star_text_light: #6b7280;--star_text_muted: #9ca3af;--star_border: #e5e7eb;--star_border_light: #f3f4f6;--star_shadow: 0 4px 20px rgba(0, 0, 0, .08);--star_shadow_lg: 0 10px 40px rgba(0, 0, 0, .12);--star_shadow_glow: 0 0 30px rgba(13, 148, 136, .15);--star_radius: 12px;--star_radius_lg: 16px;--star_radius_xl: 24px;--star_transition: all .3s cubic-bezier(.4, 0, .2, 1);--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--star: 43 96% 56%;--star-hover: 43 96% 46%;--review-purple: 258 60% 62%;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.star_page{min-height:100vh;background:linear-gradient(180deg,#f0fdfa,#f9fafb,#fff);padding:48px 20px}.star_page_inner{max-width:1400px;margin:0 auto}.star_section_divider{height:1px;background:linear-gradient(90deg,transparent,var(--star_border),transparent);margin:48px 0}.star_container{max-width:900px;margin:0 auto;padding:32px;background:var(--star_bg_card);border-radius:var(--star_radius_xl);position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--star_text)}.star_header{margin-top:28px}.star_title{margin:0 0 12px}.star_summary{display:flex;align-items:center;gap:12px;margin-bottom:20px}.star_rating_number{font-size:32px;font-weight:800;color:var(--star_text);letter-spacing:-.5px}.star_review_count{font-size:15px;color:var(--star_text_light);padding:4px 12px;background:var(--star_bg);border-radius:20px}.star_thumbnails{display:flex;gap:12px;margin-bottom:24px}.star_thumbnail{width:64px;height:64px;border-radius:var(--star_radius);object-fit:cover;border:3px solid transparent;cursor:pointer;transition:var(--star_transition);box-shadow:0 2px 8px #00000014}.star_thumbnail:hover{border-color:var(--star_primary);transform:translateY(-3px)}.star_header_actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-bottom:32px}.star_view_toggle{background:#f3f4f6;border-radius:12px;padding:4px;display:flex;gap:2px}.star_toggle_btn{border:none;background:transparent;width:46px;height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#6b7280}.star_toggle_btn.active{background:#fff;color:var(--star_primary);box-shadow:0 2px 4px #0000000d}.star_toggle_btn:hover:not(.active){background:#0000000d}.star_write_btn{color:#fff;border:none;padding:14px 28px;border-radius:var(--star_radius);font-size:15px;font-weight:600;cursor:pointer;position:relative;overflow:hidden}.star_write_btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.star_write_btn:hover{transform:translateY(-2px);box-shadow:var(--star_modal_focus_glow, var(--star_primary_glow))}.star_write_btn:hover:before{left:100%}.star_sort_btn{background:linear-gradient(135deg,#374151,#1f2937);color:#fff;border:none;width:48px;height:48px;border-radius:var(--star_radius);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--star_transition);font-size:18px}.star_sort_btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.star_reviews_list{display:flex;flex-direction:column;gap:0;width:100%}.star_reviews_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;padding:24px 0}.star_reviews_empty_state{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;box-sizing:border-box}.star_reviews_empty_state .star_reviews_empty_text{max-width:480px;margin:0;line-height:1.6}.star_reviews_masonry{display:flex;align-items:flex-start;margin-top:4rem;gap:16px}.star_masonry_column{flex:1 1 0;min-width:0;display:flex;flex-direction:column}.star_masonry_card{margin-bottom:0}@media (max-width: 1200px){.star_reviews_masonry{column-count:3}}@media (max-width: 900px){.star_reviews_masonry{column-count:2}}@media (max-width: 560px){.star_reviews_masonry{column-count:1}}.star_masonry_card{break-inside:avoid;margin-bottom:18px;background:#fff;border-radius:5px;overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;display:inline-block;width:100%}.star_masonry_card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #0f172a1a}.star_masonry_media{position:relative;width:100%;overflow:hidden;background:#f1f5f9;line-height:0}.star_masonry_media img,.star_masonry_media video{width:100%;height:auto;display:block;object-fit:cover}.star_masonry_card--text-only{cursor:default}.star_masonry_card--text-only .star_masonry_body{padding-top:16px}.star_masonry_card--text-only:hover{transform:none;box-shadow:0 1px 3px #0f172a0d}.star_masonry_media_badge{position:absolute;top:10px;right:10px;background:#fffffff0;border-radius:8px;padding:5px 8px;font-size:11px;font-weight:600;color:#0f172a;display:inline-flex;align-items:center;gap:4px;box-shadow:0 1px 4px #00000014;line-height:1}.star_masonry_play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000002e;pointer-events:none}.star_masonry_play_icon{width:52px;height:52px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000026}.star_masonry_body{padding:14px 16px 18px;background:#fff}.star_masonry_name_row{display:flex;align-items:center;gap:6px;margin-bottom:6px;flex-wrap:wrap}.star_masonry_name{font-weight:700;font-size:15px;line-height:1.3}.star_masonry_verified{display:inline-flex;flex-shrink:0}.star_masonry_body .star_stars{margin-bottom:10px;gap:1px}.star_masonry_body .star_star{width:15px;height:15px}.star_masonry_text{font-size:13px;line-height:1.55;margin:0}.star_masonry_text_clamped{display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.star_reviews_grid{grid-template-columns:1fr}}.star_review_grid_item{background:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--star_border_light)}.star_review_grid_item:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014;border-color:var(--star_primary_glow)}.star_review_item{padding:28px 0;border-bottom:1px solid var(--star_border_light);transition:var(--star_transition)}.star_review_item:hover{margin:0 -20px;padding-left:20px;padding-right:20px}.star_review_item:last-child{border-bottom:none}.star_stars{display:flex;gap:4px;margin-bottom:16px}.star_star{width:22px;height:22px;color:var(--star_primary);font-size:20px}.star_star_empty{color:#e5e7eb;filter:none}.star_user_info{display:flex;align-items:center;gap:14px;margin-bottom:16px}.star_avatar{width:44px;height:44px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.star_user_details{display:flex;flex-direction:column;gap:2px}.star_username{font-size:15px;font-weight:700;color:var(--star_text)}.star_date{font-size:13px;color:var(--star_text_muted)}.star_review_text{font-size:15px;line-height:1.7;color:var(--star_text);margin-bottom:16px}.star_review_text_clamped{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.star_review_see_more{background:none;border:none;padding:0 0 0 4px;cursor:pointer;font-weight:600;display:inline}.star_review_see_more:hover{text-decoration:underline}.star_review_images{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.star_review_image{width:100px;height:100px;border-radius:var(--star_radius);object-fit:cover;box-shadow:var(--star_shadow);transition:var(--star_transition)}.star_review_image:hover{transform:scale(1.05);box-shadow:var(--star_shadow_lg)}.star_review_response{margin-top:20px;padding:16px;background-color:#f5f5f5;border-left:3px solid #0d9488;border-radius:4px}.star_review_response_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap;gap:8px}.star_review_response_label{font-size:13px;font-weight:600;color:#0d9488;text-transform:uppercase;letter-spacing:.5px}.star_review_response_date{font-size:12px;color:#666}.star_review_response_text{font-size:14px;line-height:1.5;color:#333;margin:0}.star_modal_overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;background:#0f172aa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:star_modal_overlay_fade_in .25s ease-out}@keyframes star_modal_overlay_fade_in{0%{opacity:0}to{opacity:1}}.star_modal{background-color:#fff;box-shadow:0 4px 12px #0000001a;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;animation:star_modal_fade_in .3s ease;box-shadow:var(--star_shadow_lg),var(--star_shadow_glow)}.star_modal_mini_stars{display:flex;justify-content:center;gap:6px;margin-bottom:16px}@keyframes star_modal_fade_in{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.star_modal_close{position:absolute;top:20px;right:20px;background:var(--star_bg);border:none;font-size:20px;color:var(--star_modal_focus, var(--star_text_light));cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--star_transition)}.star_modal_close:hover{background:var(--star_modal_focus_glow, var(--star_primary_glow));color:var(--star_modal_focus, var(--star_primary));transform:rotate(90deg)}.star_modal_content{padding:40px 36px 20px}.star_modal_title{font-size:30px;font-weight:700;text-align:center;margin-bottom:8px;color:var(--star_text)}.star_modal_subtitle{font-size:15px;color:var(--star_text_light);text-align:center;margin-bottom:28px;line-height:1.5}.star_product_preview{display:flex;flex-direction:column;align-items:center;margin-bottom:28px}.star_product_image{width:140px;height:140px;object-fit:cover;border-radius:var(--star_radius_lg);margin-bottom:16px;box-shadow:var(--star_shadow)}.star_product_name{font-size:18px;font-weight:600;color:var(--star_text)}.star_rating_input{display:flex;justify-content:center;gap:12px;margin-bottom:12px}.star_rating_star{font-size:48px;cursor:pointer;color:#e5e7eb;transition:var(--star_transition);background:none;border:none;padding:0}.star_rating_star:hover{transform:scale(1.2) rotate(5deg)}.star_rating_star.star_active{color:var(--star_primary)}.star_rating_labels{display:flex;justify-content:space-between;width:100%;max-width:300px;margin:0 auto}.star_rating_label{font-size:13px;color:var(--star_text_muted);font-weight:500}.star_form_group{margin-bottom:24px}.star_form_label{display:block;font-size:14px;font-weight:600;color:var(--star_text);margin-bottom:10px}.star_form_textarea{width:100%;min-height:160px;padding:16px;border:2px solid var(--star_border);border-radius:var(--star_radius);font-size:15px;font-family:inherit;resize:vertical;transition:var(--star_transition);box-sizing:border-box;background:var(--star_bg)}.star_form_textarea:focus{outline:none;border-color:var(--star_modal_focus, var(--star_primary));background:#fff;box-shadow:0 0 0 4px var(--star_modal_focus_glow, var(--star_primary_glow))}.star_form_textarea::placeholder{color:var(--star_text_muted)}.star_form_hint{font-size:13px;color:var(--star_text_light);margin-top:14px;line-height:1.5}.star_form_hint a{color:var(--star_primary);text-decoration:none;font-weight:500}.star_form_hint a:hover{text-decoration:underline}.star_form_input{width:100%;padding:16px;border:2px solid var(--star_border);border-radius:var(--star_radius);font-size:15px;font-family:inherit;transition:var(--star_transition);box-sizing:border-box;background:var(--star_bg)}.star_form_input:focus{outline:none;border-color:var(--star_modal_focus, var(--star_primary));background:#fff;box-shadow:0 0 0 4px var(--star_modal_focus_glow, var(--star_primary_glow))}.star_form_input::placeholder{color:var(--star_text_muted)}.star_form_small{font-size:12px;color:var(--star_text_muted);margin-top:6px}.star_checkbox_group{display:flex;align-items:center;gap:12px;margin-top:20px;padding:16px;background:var(--star_bg);border-radius:var(--star_radius)}.star_checkbox{width:22px;height:22px;accent-color:var(--star_primary);cursor:pointer}.star_checkbox_label{font-size:15px;color:var(--star_text);cursor:pointer;font-weight:500}.star_upload_area{border:3px dashed var(--star_border);border-radius:var(--star_radius_lg);padding:56px 24px;text-align:center;cursor:pointer;transition:var(--star_transition);background:var(--star_bg)}.star_upload_area:hover{border-color:var(--star_primary);background:linear-gradient(135deg,#0d94880d,#14b8a60d);transform:scale(1.02)}.star_upload_icon{font-size:40px;color:var(--star_text_muted);margin-bottom:16px}.star_upload_text{font-size:15px;color:var(--star_text_light)}.star_upload_text span{color:var(--star_primary);font-weight:600}.star_upload_input{display:none}.star_uploaded_preview{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px;justify-content:center}.star_uploaded_image_wrapper{position:relative}.star_uploaded_image{width:90px;height:90px;object-fit:cover;border-radius:var(--star_radius);box-shadow:var(--star_shadow)}.star_remove_image{position:absolute;top:-10px;right:-10px;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:3px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:var(--star_transition);box-shadow:0 2px 8px #ef444466}.star_remove_image:hover{transform:scale(1.1)}.star_thank_you{text-align:center;padding:48px 20px}.star_thank_you_icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--star_primary) 0%,var(--star_primary_light) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 24px;box-shadow:0 8px 24px #0d94884d}.star_thank_you_title{font-size:28px;font-weight:700;color:var(--star_text);margin-bottom:16px}.star_thank_you_text{font-size:15px;color:var(--star_text_light);line-height:1.7;margin-bottom:12px}.star_thank_you_email{font-size:14px;color:var(--star_primary);margin-bottom:40px;font-weight:500}.star_modal_footer{display:flex;justify-content:space-between;align-items:center;padding:20px 36px 36px}.star_modal_footer_centered{justify-content:center}.star_back_btn{display:flex;align-items:center;gap:8px;background:none;border:2px solid var(--star_border);color:var(--star_text);font-size:15px;font-weight:500;cursor:pointer;padding:12px 20px;border-radius:var(--star_radius);transition:var(--star_transition)}.star_back_btn:hover{border-color:var(--star_primary);color:var(--star_primary);background:var(--star_primary_glow)}.star_next_btn{color:#fff;border:none;padding:14px 36px;border-radius:var(--star_radius);font-size:15px;font-weight:600;cursor:pointer}.star_next_btn:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed}@media (max-width: 768px){.star_container{padding:16px}.star_header_actions{flex-wrap:wrap}.star_write_btn{flex:1;min-width:150px}.star_modal{max-width:100%;margin:10px;max-height:calc(100vh - 20px)}.star_modal_content{padding:24px 16px}.star_modal_footer{padding:16px;flex-direction:column;gap:16px}.star_modal_footer .star_back_btn{order:2}.star_modal_footer .star_next_btn{order:1;width:100%}.star_rating_star{font-size:32px}.star_product_image{width:100px;height:100px}.star_review_image{width:60px;height:60px}.star_thumbnails{flex-wrap:wrap}.star_thumbnail{width:50px;height:50px}}@media (max-width: 480px){.star_rating_number,.star_modal_title{font-size:18px}.star_rating_star{font-size:28px}.star_form_textarea{min-height:120px}.star_upload_area{padding:32px 16px}.star_thank_you_title{font-size:20px}}.star_preview_mobile .star_container{padding:16px;max-width:375px}.star_preview_mobile .star_header_actions{flex-wrap:wrap}.star_preview_mobile .star_write_btn{flex:1;min-width:150px}.star_preview_mobile .star_modal{max-width:100%;margin:10px;max-height:calc(100vh - 20px)}.star_preview_mobile .star_modal_content{padding:24px 16px}.star_preview_mobile .star_modal_footer{padding:16px;flex-direction:column;gap:16px}.star_preview_mobile .star_modal_footer .star_back_btn{order:2}.star_preview_mobile .star_modal_footer .star_next_btn{order:1;width:100%}.star_preview_mobile .star_rating_star{font-size:32px}.star_preview_mobile .star_product_image{width:100px;height:100px}.star_preview_mobile .star_review_image{width:60px;height:60px}.star_preview_mobile .star_thumbnails{flex-wrap:wrap}.star_preview_mobile .star_thumbnail{width:50px;height:50px}.star_preview_mobile .star_title{font-size:16px}.star_preview_mobile .star_rating_number,.star_preview_mobile .star_modal_title{font-size:18px}.star_preview_mobile .star_rating_star{font-size:28px}.star_preview_mobile .star_form_textarea{min-height:120px}.star_preview_mobile .star_upload_area{padding:32px 16px}.star_preview_mobile .star_thank_you_title{font-size:20px}.star_preview_mobile .star_review_item{padding:16px 0}.star_preview_mobile .star_header{margin-bottom:16px}.star_preview_mobile .star_summary{margin-bottom:12px}.star_preview_mobile .star_pagination{padding:20px 15px;margin-top:24px;gap:12px}.star_preview_mobile .star_pagination_controls{gap:8px;width:100%}.star_preview_mobile .star_pagination_btn{padding:8px 16px;font-size:13px;flex:1;min-width:100px;justify-content:center}.star_preview_mobile .star_pagination_btn_text{display:none}.star_preview_mobile .star_pagination_icon{font-size:16px}.star_preview_mobile .star_pagination_pages{gap:4px;order:-1;width:100%;justify-content:center}.star_preview_mobile .star_pagination_page{min-width:36px;height:36px;padding:0 10px;font-size:13px}.star_preview_mobile .star_pagination_ellipsis{min-width:36px;height:36px;font-size:13px}.star_preview_mobile .star_pagination_text{font-size:13px}.star_preview_mobile .star_like_btn{padding:6px 12px;font-size:13px;gap:6px}.star_preview_mobile .star_like_icon{font-size:14px}.star_preview_mobile .star_loading_container{min-height:250px;padding:40px 15px;margin:15px 0}.star_preview_mobile .star_loading_spinner{width:56px;height:56px}.star_preview_mobile .star_loading_spinner_icon{width:18px;height:18px}.star_preview_mobile .star_loading_title{font-size:18px}.star_preview_mobile .star_loading_subtitle{font-size:13px}.star_preview_mobile .star_loading_content{gap:20px}.star_preview_desktop .star_container{max-width:900px;padding:24px}.star_carousel_container{max-width:1200px;margin:0 auto;padding:40px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.star_carousel_header{text-align:center;margin-bottom:40px}.star_carousel_title{font-size:36px;font-weight:800;color:var(--star_text);margin:0 0 20px;letter-spacing:-.5px}.star_carousel_rating_summary{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.star_carousel_header_stars{display:flex;gap:4px}.star_carousel_header_star{font-size:22px}.star_carousel_header_star_filled{color:var(--star_primary)}.star_carousel_header_star_half{color:var(--star_primary);opacity:.5}.star_carousel_header_star_empty{color:#e5e7eb}.star_carousel_rating_text{font-size:16px;color:var(--star_text_light);font-weight:500}.star_carousel_verified{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--star_primary);font-weight:600;padding:6px 14px;border-radius:20px}.star_carousel_verified_icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#fff;border-radius:4px;font-size:11px}.star_carousel_wrapper{position:relative;display:flex;align-items:center;gap:20px}.star_carousel_viewport{overflow:hidden;flex:1;width:100%}.star_carousel_track{display:flex;gap:16px;width:100%}.star_carousel_slide{flex:0 0 calc(34% + 37px);min-width:0;width:100%;box-sizing:border-box}.star_carousel_card{background:var(--star_bg_card);border:1px solid var(--star_border_light);border-radius:var(--star_radius_lg);padding:20px;text-align:center;transition:var(--star_transition);box-shadow:0 2px 8px #0000000a}.star_carousel_card--pro{display:flex;flex-direction:column;height:100%;min-height:320px;border-radius:16px;box-shadow:0 1px 3px #0f172a0f,0 4px 12px #0f172a0a}.star_carousel_card--pro:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a1a}.star_carousel_card--pro:focus-visible{outline:2px solid var(--star_primary, #0d9488);outline-offset:2px}.star_carousel_image_container{width:100%;aspect-ratio:1;margin-bottom:16px;overflow:hidden;border-radius:var(--star_radius);background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.star_carousel_product_image{width:100%;height:100%;object-fit:cover;transition:var(--star_transition)}.star_carousel_card:hover .star_carousel_product_image{transform:scale(1.08)}.star_carousel_image_placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.star_carousel_card_avatar{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2.5rem;border-radius:var(--star_radius)}.star_carousel_product_name{font-size:15px;font-weight:600;color:var(--star_primary);margin:0 0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.star_carousel_stars{display:flex;justify-content:center;gap:4px;margin-bottom:12px}.star_carousel_stars_small{gap:2px}.star_carousel_star{font-size:18px}.star_carousel_star_filled{color:var(--star_primary)}.star_carousel_star_empty{color:#e5e7eb}.star_carousel_username{font-size:14px;font-weight:700;color:var(--star_text);margin:0 0 6px}.star_carousel_product_label{font-size:13px;color:var(--star_text_muted);margin:0}.star_carousel_card_clickable{cursor:pointer;text-align:left;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:inherit}.star_carousel_card_clickable:hover{box-shadow:0 8px 24px #0000001a}.star_carousel_review_excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:left;line-height:1.55;margin:0 0 10px;font-weight:500;flex:1}.star_carousel_card_footer{margin-top:auto;padding-top:12px;border-top:1px solid rgba(15,23,42,.06);text-align:left;width:100%}.star_carousel_translate_toggle{background:none;border:none;padding:0;margin:0 0 8px;font-size:13px;font-weight:600;cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:3px}.star_carousel_translate_toggle:hover{opacity:.85}.star_carousel_rating_count{margin-left:4px;font-weight:500;opacity:.85}.star_carousel_container--pro .star_carousel_title{font-weight:700;letter-spacing:-.02em}.star_carousel_track--pro{gap:20px;padding:4px 2px 12px}.star_carousel_wrapper--pro{gap:16px}.star_carousel_nav{border:none;box-shadow:0 4px 14px #0f172a1f}.star_carousel_nav:hover:not(:disabled){transform:scale(1.06);filter:brightness(1.05)}.star_carousel_nav:disabled{cursor:wait}.star_carousel_detail_overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px}.star_carousel_detail_modal{position:relative;width:100%;max-width:720px;max-height:90vh;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 20px 60px #0003;overflow:hidden;display:flex;flex-direction:column}.star_carousel_detail_close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:1px solid #e2e8f0;border-radius:50%;background:#fff;font-size:24px;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;padding:0}.star_carousel_detail_close:hover{background:#f1f5f9}.star_carousel_detail_body{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:0;flex:1}.star_carousel_detail_image_wrap{min-width:0;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;position:relative}.star_carousel_detail_image{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.star_carousel_detail_image_placeholder{width:100%;min-height:280px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.star_carousel_detail_avatar{width:100%;min-height:280px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:4rem}.star_carousel_modal_image_prev,.star_carousel_modal_image_next{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;padding:0;box-shadow:0 2px 8px #00000026}.star_carousel_modal_image_prev{left:12px}.star_carousel_modal_image_next{right:12px}.star_carousel_modal_image_prev:hover,.star_carousel_modal_image_next:hover{opacity:.9}.star_carousel_modal_image_dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:1}.star_carousel_modal_image_dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:transform .2s,opacity .2s}.star_carousel_modal_image_dot:hover{opacity:.9;transform:scale(1.15)}.star_carousel_modal_image_dot_active{transform:scale(1.2);opacity:1}.star_carousel_detail_content{padding:28px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.star_carousel_detail_meta{display:flex;flex-direction:column;gap:4px}.star_carousel_detail_author{font-weight:700}.star_carousel_detail_date{opacity:.8}.star_carousel_detail_title{margin:0;font-weight:700;line-height:1.3}.star_carousel_detail_text{margin:0;line-height:1.65;flex:1}.star_carousel_detail_product{margin:0;opacity:.85}@media (max-width: 640px){.star_carousel_detail_modal{overflow-y:auto;max-height:90vh}.star_carousel_detail_body{grid-template-columns:1fr;min-height:auto;flex:0 1 auto}.star_carousel_detail_image_wrap{border-right:none;border-bottom:1px solid #e2e8f0;flex-shrink:0}.star_carousel_detail_image,.star_carousel_detail_image_placeholder,.star_carousel_detail_avatar{min-height:200px}.star_carousel_detail_content{padding:20px 16px;overflow-y:visible;min-height:0}}.star_carousel_nav{flex-shrink:0;width:48px;height:48px;border:2px solid var(--star_border);background:var(--star_bg_card);border-radius:50%;font-size:24px;color:var(--star_text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--star_transition);box-shadow:0 2px 8px #0000000d}.star_carousel_nav:hover{border-color:var(--star_primary);color:#fff;transform:scale(1.1);box-shadow:0 4px 16px #0d94884d}.star_carousel_nav_prev{order:-1}.star_carousel_nav svg{width:24px;height:24px}@media (max-width: 1024px){.star_carousel_slide{flex:0 0 calc(33.333% - 11px)}}@media (max-width: 768px){.star_carousel_container{padding:24px 16px}.star_carousel_title{font-size:24px}.star_carousel_slide{flex:0 0 calc(50% - 8px);min-width:0}.star_carousel_nav{width:36px;height:36px;font-size:20px}.star_carousel_wrapper{gap:8px}}@media (max-width: 480px){.star_carousel_title{font-size:20px}.star_carousel_slide{flex:0 0 100%;min-width:0;width:100%;max-width:100%}.star_carousel_track{gap:16px;display:flex!important}.star_carousel_viewport{width:100%;overflow:hidden}.star_carousel_nav{display:none!important}.star_carousel_wrapper{padding:0;gap:0}.star_carousel_rating_summary{flex-direction:column;gap:8px}.star_carousel_container{padding:24px 16px}}.star_video_container{max-width:1200px;margin:0 auto;padding:40px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.star_video_header{text-align:center;margin-bottom:40px}.star_video_title{font-size:36px;font-weight:800;color:var(--star_text);margin:0 0 12px;letter-spacing:-.5px}.star_video_subtitle{font-size:16px;color:var(--star_text_light);margin:0}.star_video_wrapper{position:relative;display:flex;align-items:center;gap:20px}.star_video_viewport{overflow:hidden;flex:1}.star_video_track{display:flex;gap:20px}.star_video_slide{flex:0 0 calc(33.333% - 14px);min-width:0}.star_video_card{background:var(--star_bg_card);border-radius:var(--star_radius_lg);overflow:hidden;box-shadow:var(--star_shadow);transition:var(--star_transition)}.star_video_card:hover{box-shadow:var(--star_shadow_lg),var(--star_shadow_glow);transform:translateY(-8px)}.star_video_player_container{position:relative;width:100%;aspect-ratio:9 / 16;background:linear-gradient(180deg,#1a1a2e,#0f0f1a);overflow:hidden}.star_video_thumbnail{width:100%;height:100%;object-fit:cover;transition:var(--star_transition)}.star_video_card:hover .star_video_thumbnail{transform:scale(1.08);filter:brightness(.9)}.star_video_player{width:100%;height:100%;object-fit:cover}.star_video_play_btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--star_transition);box-shadow:0 8px 32px #0000004d}.star_video_play_btn:hover{transform:translate(-50%,-50%) scale(1.15);background:#fff;box-shadow:0 12px 40px #0006}.star_video_play_icon{font-size:28px;color:var(--star_primary);margin-left:6px}.star_video_info{padding:20px}.star_video_card_title{font-size:15px;font-weight:700;color:var(--star_text);margin:0 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.star_video_meta{display:flex;justify-content:space-between;align-items:center}.star_video_username{font-size:14px;color:var(--star_primary);font-weight:600}.star_video_views{font-size:13px;color:var(--star_text_muted);display:flex;align-items:center;gap:4px}.star_video_views:before{content:"👁";font-size:12px}.star_video_nav{flex-shrink:0;width:52px;height:52px;border:2px solid var(--star_border);background:var(--star_bg_card);border-radius:50%;font-size:26px;color:var(--star_text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--star_transition);box-shadow:0 2px 8px #0000000d}.star_video_nav:hover{background:linear-gradient(135deg,var(--star_primary) 0%,var(--star_primary_light) 100%);border-color:var(--star_primary);color:#fff;transform:scale(1.1);box-shadow:0 4px 16px #0d94884d}.star_video_nav_prev{order:-1}.start-storez-root{width:100%;min-width:0}.svc_section{width:100%;max-width:1280px;margin:0 auto;padding:56px 24px 48px;box-sizing:border-box}.svc_header{text-align:center;margin-bottom:40px}.svc_title{font-size:32px;font-weight:800;margin:0 0 10px;letter-spacing:-.4px;line-height:1.2}.svc_subtitle{font-size:15px;margin:0 0 16px;opacity:.75}.svc_accent_line{width:48px;height:4px;border-radius:99px;margin:0 auto}.svc_carousel_wrap{display:flex;align-items:center;gap:12px;width:100%}.svc_track_outer{flex:1;min-width:0;overflow:hidden}.svc_track{display:flex;width:100%;transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform;touch-action:pan-y;cursor:grab}.svc_track:active{cursor:grabbing}.svc_slide{flex-shrink:0;padding:0 8px;box-sizing:border-box}.svc_nav{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0000002e;transition:transform .2s ease,box-shadow .2s ease;z-index:2}.svc_nav:hover{transform:scale(1.1);box-shadow:0 6px 20px #00000040}.svc_card{overflow:hidden;box-shadow:0 4px 24px #0000001a;transition:transform .25s ease,box-shadow .25s ease;background:#fff;display:flex;flex-direction:column;border:none;outline:none;padding:0;margin:0;cursor:pointer;text-align:left;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.svc_card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #00000029}.svc_media{position:relative;width:100%;aspect-ratio:9 / 16;background:#111;overflow:hidden}.svc_thumb{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.svc_thumb--hidden{opacity:0;pointer-events:none}.svc_card:hover .svc_thumb:not(.svc_thumb--hidden){transform:scale(1.04)}.svc_thumb_fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#1e293b,#0f172a)}.svc_video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.svc_video--visible{display:block}.svc_scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000005,#00000014 40%,#000000b8);pointer-events:none}.svc_play_btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;z-index:3}.svc_play_circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 28px #00000059;transition:transform .2s ease,box-shadow .2s ease}.svc_play_btn:hover .svc_play_circle{transform:scale(1.12);box-shadow:0 10px 36px #00000073}.svc_overlay_info{position:absolute;bottom:0;left:0;right:0;padding:12px 14px 14px;z-index:2;display:flex;flex-direction:column;gap:8px}.svc_stars{display:flex;align-items:center;gap:3px}.svc_star_svg{width:14px;height:14px;flex-shrink:0}.svc_reviewer_row{display:flex;align-items:center;gap:9px}.svc_avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.svc_reviewer_meta{display:flex;flex-direction:column;gap:1px;min-width:0}.svc_reviewer_name{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svc_product_label{font-size:11px;color:#ffffffa6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.svc_body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px;flex:1}.svc_review_title{font-size:14px;font-weight:700;margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.svc_review_body{font-size:13px;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.svc_dots{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:20px}.svc_dot{width:8px;height:8px;border-radius:99px;background:#cbd5e1;border:none;padding:0;cursor:pointer;transition:width .2s ease,background .2s ease;flex-shrink:0}.svc_dot--active{width:22px;background:var(--star_primary, #10b981)}@media (max-width: 768px){.svc_section{padding:32px 16px 28px}.svc_title{font-size:22px}.svc_nav{width:36px;height:36px}.svc_play_circle{width:48px;height:48px}}@media (max-width: 480px){.svc_section{padding:24px 12px 20px}.svc_title{font-size:20px}.svc_nav{display:none}.svc_carousel_wrap{gap:0}}@media (max-width: 1024px){.star_carousel_slide{flex:0 0 calc(33.333% - 14px)}.star_video_slide{flex:0 0 calc(50% - 10px)}}@media (max-width: 768px){.star_page{padding:32px 16px}.star_container{padding:24px 20px;border-radius:var(--star_radius_lg)}.star_title{font-size:31}.star_rating_number{font-size:28px}.star_header_actions{flex-wrap:wrap}.star_write_btn{flex:1;min-width:150px;justify-content:center}.star_carousel_container,.star_video_container{padding:32px 16px}.star_carousel_title,.star_video_title{font-size:28px}.star_carousel_track{gap:2}.star_video_slide{flex:0 0 calc(50% - 8px)}.star_carousel_nav,.star_video_nav{width:42px;height:42px;font-size:20px}.star_carousel_wrapper,.star_video_wrapper{gap:12px}.star_video_play_btn{width:60px;height:60px}.star_video_play_icon{font-size:24px}.star_modal{max-width:100%;margin:10px;max-height:calc(100vh - 20px);border-radius:var(--star_radius_lg)}.star_modal_content{padding:32px 24px 16px}.star_modal_footer{padding:16px 24px 28px;flex-direction:column;gap:16px}.star_modal_footer .star_back_btn{order:2;width:100%;justify-content:center}.star_modal_footer .star_next_btn{order:1;width:100%}.star_rating_star{font-size:40px}.star_product_image{width:120px;height:120px}.star_review_image{width:80px;height:80px}.star_thumbnails{flex-wrap:wrap}.star_thumbnail{width:56px;height:56px}}@media (max-width: 480px){.star_page{padding:24px 12px}.star_container{padding:20px 16px}.star_rating_number{font-size:24px}.star_modal_title{font-size:20px}.star_rating_star{font-size:36px}.star_form_textarea{min-height:130px}.star_upload_area{padding:40px 16px}.star_thank_you_title,.star_carousel_title,.star_video_title{font-size:24px}.star_carousel_slide,.star_video_slide{flex:0 0 100%}.star_carousel_nav,.star_video_nav{display:none}.star_carousel_wrapper,.star_video_wrapper{padding:0}.star_carousel_rating_summary{flex-direction:column;gap:12px}.star_video_player_container{aspect-ratio:9 / 14}}.star_modal_loading{display:flex;justify-content:center;align-items:center;text-align:center;padding:40px 20px}.star_loading_container{display:flex;justify-content:center;align-items:center;min-height:300px;width:100%;padding:60px 20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;margin:20px 0;position:relative;overflow:hidden;box-sizing:border-box}.star_loading_container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 2s infinite}.star_loading_content{display:flex;flex-direction:column;align-items:center;gap:24px;z-index:1;position:relative}.star_loading_spinner{position:relative;width:64px;height:64px;border-radius:50%;background:conic-gradient(from 0deg,#e2e8f0,#0d9488,#10b981,#06d6a0,#0d9488,#e2e8f0);animation:spinRotate 1.5s linear infinite;display:flex;align-items:center;justify-content:center}.star_loading_spinner:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:#fff;border-radius:50%;box-shadow:0 4px 12px #0000001a}.star_loading_spinner_icon{position:relative;z-index:1;width:22px;height:22px;animation:pulse 2s ease-in-out infinite}.star_loading_text{text-align:center;max-width:300px}.star_loading_title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 8px;animation:fadeInUp .8s ease-out}.star_loading_subtitle{font-size:14px;color:#64748b;margin:0;line-height:1.5;animation:fadeInUp .8s ease-out .2s both}@keyframes spinRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.star_loading_container{min-height:250px;padding:40px 15px;margin:15px 0}.star_loading_spinner{width:56px;height:56px}.star_loading_spinner_icon{width:18px;height:18px}.star_loading_title{font-size:18px}.star_loading_subtitle{font-size:13px}.star_loading_content{gap:20px}}.star_modal_loading_spinner{display:inline-block;border:4px solid #f3f3f3;border-top:4px solid #0d9488;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.star_modal_submitting{display:flex;justify-content:center;align-items:center;text-align:center;padding:40px 20px}.star_modal_submitting_spinner{display:inline-block;border:4px solid #f3f3f3;border-top:4px solid #0d9488;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.star_modal_submitting_text{font-size:14px;color:#666;margin-top:12px}@keyframes spin{to{transform:rotate(360deg)}}.star_review_actions{display:flex;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.star_like_btn{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid #e5e7eb;border-radius:20px;padding:8px 16px;font-size:14px;color:#6b7280;cursor:pointer;transition:all .2s ease;outline:none}.star_like_btn:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.star_like_btn:active{transform:translateY(1px)}.star_like_btn_liked{background:#fef2f2;border-color:#fecaca;color:#dc2626}.star_like_btn_liked:hover{background:#fee2e2;border-color:#fca5a5}.star_like_btn_loading{background:#f3f4f6;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;pointer-events:none}.star_like_btn:disabled{opacity:.7;cursor:not-allowed}.star_like_icon{font-size:16px;display:flex;align-items:center}.star_like_count{font-weight:600;min-width:20px;text-align:center}.star_like_text{font-weight:500}.star_like_loading_spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #0d9488;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}@media (max-width: 640px){.star_like_btn{padding:6px 12px;font-size:13px;gap:6px}.star_like_icon{font-size:14px}}.star_pagination{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:32px;padding:24px 20px;background:#fff;position:sticky;bottom:0;border-radius:12px}.star_pagination_info{width:100%;text-align:center}.star_pagination_text{font-size:14px;color:#64748b;font-weight:500}.star_pagination_controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.star_pagination_btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease;outline:none;box-shadow:0 1px 2px #0000000d}.star_pagination_btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#334155;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.star_pagination_btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.star_pagination_btn:disabled{opacity:.5;cursor:not-allowed;background:#f8fafc;color:#94a3b8}.star_pagination_btn_text{font-weight:600}.star_pagination_icon{font-size:18px;font-weight:700;line-height:1}.star_pagination_pages{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.star_pagination_page{min-width:40px;height:40px;padding:0 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease;outline:none;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d}.star_pagination_page:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.star_pagination_page:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.star_pagination_page_active{background:linear-gradient(135deg,#0d9488,#10b981);border-color:#0d9488;color:#fff;box-shadow:0 2px 8px #0d94884d}.star_pagination_page_active:hover{background:linear-gradient(135deg,#0f766e,#059669);border-color:#0f766e;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0d948866}.star_pagination_ellipsis{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;color:#94a3b8;font-weight:600;-webkit-user-select:none;user-select:none}@media (max-width: 640px){.star_pagination{padding:20px 15px;margin-top:24px;gap:12px}.star_pagination_controls{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}.star_pagination_controls::-webkit-scrollbar{display:none}.star_pagination_btn{padding:8px 16px;font-size:13px;flex-shrink:0;justify-content:center}.star_pagination_btn_text{display:none}.star_pagination_icon{font-size:16px}.star_pagination_pages{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1;min-width:0;gap:4px;justify-content:center;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 4px}.star_pagination_pages::-webkit-scrollbar{display:none}.star_pagination_page,.star_pagination_ellipsis{min-width:36px;height:36px;font-size:13px;flex-shrink:0}.star_pagination_ellipsis{padding:0 6px}.star_pagination_text{font-size:13px}}@media (min-width: 641px) and (max-width: 1024px){.star_pagination_btn_text{display:none}.star_pagination_btn{padding:10px 16px}}.star_badge_container{display:inline-flex;flex-direction:column;align-items:flex-start;padding:4px 8px;border-radius:12px;border:1px solid;background-color:#fff;transition:all .2s ease-in-out;min-width:fit-content}.star_badge_rating{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.star_badge_icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:1.5px solid;background-color:#fffbebcc;font-size:14px;font-weight:600;flex-shrink:0;transition:all .2s ease-in-out}.star_badge_icon:hover{transform:scale(1.05)}.star_badge_value{font-weight:700;line-height:1.2;letter-spacing:-.01em}.star_badge_separator{font-size:14px;color:#9ca3af;font-weight:400;margin:0 2px}.star_badge_count{font-weight:500;line-height:1.2}.star_badge_caption{margin-top:4px;font-size:11px;font-weight:400;line-height:1.3;color:#6b7280;letter-spacing:.01em}@media (max-width: 480px){.star_badge_container{padding:10px 14px;border-radius:10px}.star_badge_icon{width:20px;height:20px;font-size:12px}.star_badge_value{font-size:14px}.star_badge_count{font-size:12px}.star_badge_caption{font-size:10px}}.star_grid_container{max-width:100%;margin:0 auto;padding:40px 24px;position:relative}.star_grid_header{margin-bottom:32px;text-align:center}.star_grid_header_content{max-width:700px;margin:0 auto}.star_grid_title{font-size:32px;font-weight:700;margin:0 0 12px;letter-spacing:-.5px;color:#1e293b}.star_grid_subtitle{font-size:16px;margin:0;color:#64748b;line-height:1.6}.star_grid_reviews_wrapper{position:relative;width:100%}.star_grid_reviews{display:flex;gap:20px;align-items:flex-start}.star_grid_column{flex:1;display:flex;flex-direction:column;gap:20px;min-width:0}.star_grid_item{width:100%;border-radius:20px;border:1px solid #e2e8f0;padding:28px;background:#fff;box-shadow:0 2px 8px #0000000f;position:relative;overflow:hidden;break-inside:avoid;page-break-inside:avoid}.star_grid_item:hover{box-shadow:0 4px 12px #0000001a;border-color:#cbd5e1}.star_grid_item_clickable{cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.star_grid_item_clickable:hover{transform:translateY(-2px)}.star_grid_item_clickable:focus-visible{outline:2px solid #0d9488;outline-offset:2px}.star_grid_item_header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.star_grid_item_avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0d9488,#10b981);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 2px 8px #0d948833}.star_grid_item_meta{flex:1;min-width:0}.star_grid_item_author{font-size:15px;font-weight:600;margin:0 0 4px;color:#1e293b;line-height:1.4}.star_grid_item_date{font-size:13px;color:#94a3b8;display:block}.star_grid_item_rating{margin-bottom:16px}.star_grid_stars{display:flex;gap:4px;align-items:center}.star_grid_star{display:inline-flex;align-items:center;justify-content:center;line-height:1}.star_grid_star svg{width:20px;height:20px}.star_grid_star_filled{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.star_grid_item_title{font-size:18px;font-weight:700;margin:0 0 12px;color:#1e293b;line-height:1.4;letter-spacing:-.3px}.star_grid_item_body_wrap{margin-bottom:16px}.star_grid_item_body{font-size:15px;line-height:1.7;margin:0;color:#475569}.star_grid_see_more{background:none;border:none;padding:0 0 0 4px;cursor:pointer;font-weight:600;text-decoration:none;display:inline}.star_grid_see_more:hover{text-decoration:underline}.star_grid_item_image{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.star_grid_image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.star_grid_like_count_display{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9;color:#64748b;font-size:13px}.star_grid_like_icon{display:inline-flex;align-items:center;justify-content:center}.star_grid_like_icon svg{width:16px;height:16px}.star_grid_like_count_text{font-weight:600;font-size:13px;color:#64748b}.star_grid_load_more_wrap{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;justify-content:center}.star_grid_load_more_btn{padding:12px 28px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-weight:600;transition:background .2s ease,border-color .2s ease,transform .2s ease}.star_grid_load_more_btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.star_grid_load_more_btn:disabled{opacity:.65;cursor:not-allowed}.star_grid_pagination{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.star_grid_pagination_info{flex-shrink:0}.star_grid_pagination_text{font-size:14px;color:#64748b}.star_grid_pagination_controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.star_grid_pagination_btn{padding:8px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.star_grid_pagination_btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.star_grid_pagination_btn:disabled{opacity:.5;cursor:not-allowed}.star_grid_pagination_pages{display:flex;align-items:center;gap:4px}.star_grid_pagination_page{min-width:36px;height:36px;padding:0 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;font-weight:500}.star_grid_pagination_page:hover{border-color:#cbd5e1;background:#f8fafc}.star_grid_pagination_page_active{cursor:default}.star_grid_pagination_ellipsis{padding:0 6px;font-size:14px;color:#94a3b8}@media (max-width: 1200px){.star_grid_reviews{gap:16px}.star_grid_item{padding:24px}}@media (max-width: 900px){.star_grid_reviews{gap:16px}}@media (max-width: 768px){.star_grid_container{padding:32px 16px}.star_grid_title{font-size:24px}.star_grid_subtitle{font-size:14px}.star_grid_reviews{gap:16px}.star_grid_item{padding:20px}.star_grid_item_avatar{width:40px;height:40px;font-size:16px}.star_grid_star svg{width:18px;height:18px}}@media (max-width: 600px){.star_grid_reviews{flex-direction:column}.star_grid_column{width:100%}.star_grid_pagination{flex-direction:column;align-items:stretch;text-align:center;gap:12px}.star_grid_pagination_controls{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}.star_grid_pagination_controls::-webkit-scrollbar{display:none}.star_grid_pagination_controls .star_grid_pagination_btn{flex-shrink:0}.star_grid_pagination_pages{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1;min-width:0;justify-content:center;align-items:center;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 4px}.star_grid_pagination_pages::-webkit-scrollbar{display:none}.star_grid_pagination_page,.star_grid_pagination_ellipsis{flex-shrink:0}}.star_testimonial_strip{width:100%;padding:32px 24px;overflow:hidden}.star_testimonial_inner{column-count:3;column-gap:24px;width:100%}.star_testimonial_item{break-inside:avoid;page-break-inside:avoid;display:inline-block;width:100%;margin-bottom:24px;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000f;vertical-align:top}.star_testimonial_quote_icon{margin-bottom:12px;opacity:.9}.star_testimonial_quote_icon svg{width:28px;height:28px}.star_testimonial_quote{font-size:15px;line-height:1.65;margin:0 0 20px;color:#475569}.star_testimonial_quote_expanded{max-height:200px;overflow-y:auto}.star_testimonial_see_more{background:none;border:none;padding:0 0 0 4px;cursor:pointer;font-weight:600;display:inline}.star_testimonial_see_more:hover{text-decoration:underline}.star_testimonial_footer{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #f1f5f9}.star_testimonial_avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.star_testimonial_meta{min-width:0}.star_testimonial_name{font-size:14px;font-weight:600;margin:0 0 2px;color:#1e293b;line-height:1.3}.star_testimonial_role{font-size:12px;font-weight:400;margin:0;color:#64748b;line-height:1.3}@media (max-width: 1024px){.star_testimonial_inner{column-count:2}}@media (max-width: 768px){.star_testimonial_strip{padding:24px 16px}.star_testimonial_inner{column-count:1;column-gap:16px}.star_testimonial_item{margin-bottom:16px;padding:20px}.star_testimonial_quote{font-size:14px}.star_testimonial_name{font-size:13px}.star_testimonial_role{font-size:11px}}@media (max-width: 480px){.star_testimonial_strip{padding:20px 12px}.star_testimonial_item{padding:18px}}.star_testimonial_load_more_wrap{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;justify-content:center}.star_testimonial_load_more_btn{padding:12px 28px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-weight:600;transition:background .2s ease,border-color .2s ease,transform .2s ease}.star_testimonial_load_more_btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.star_testimonial_load_more_btn:disabled{opacity:.65;cursor:not-allowed}.star_testimonial_pagination{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.star_testimonial_pagination_info{flex-shrink:0}.star_testimonial_pagination_text{font-size:14px;color:#64748b}.star_testimonial_pagination_controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.star_testimonial_pagination_btn{padding:8px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.star_testimonial_pagination_btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.star_testimonial_pagination_btn:disabled{opacity:.5;cursor:not-allowed}.star_testimonial_pagination_pages{display:flex;align-items:center;gap:4px}.star_testimonial_pagination_page{min-width:36px;height:36px;padding:0 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:14px;font-weight:500}.star_testimonial_pagination_page:hover{border-color:#cbd5e1;background:#f8fafc}.star_testimonial_pagination_page_active{cursor:default}.star_testimonial_pagination_ellipsis{padding:0 6px;font-size:14px;color:#94a3b8}@media (max-width: 600px){.star_testimonial_pagination{flex-direction:column;align-items:stretch;text-align:center;gap:12px}.star_testimonial_pagination_controls{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:8px;width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px 0}.star_testimonial_pagination_controls::-webkit-scrollbar{display:none}.star_testimonial_pagination_controls .star_testimonial_pagination_btn{flex-shrink:0}.star_testimonial_pagination_pages{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1;min-width:0;justify-content:center;align-items:center;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 4px}.star_testimonial_pagination_pages::-webkit-scrollbar{display:none}.star_testimonial_pagination_page,.star_testimonial_pagination_ellipsis{flex-shrink:0}}@layer base{:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%;--review-star: 43 96% 56%;--review-star-empty: 220 10% 82%;--review-bar: 234 80% 60%;--review-button: 243 65% 55%;--review-button-foreground: 0 0% 100%;--review-author: 234 80% 60%;--review-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06), 0 1px 2px -1px rgba(0, 0, 0, .04)}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}}.reviews-section{width:100%}.reviews-container{max-width:1240px;margin:0 auto;padding:0 1.25rem}.reviews-summary-v2{padding:1.5rem 0 .25rem;margin-bottom:0}.reviews-summary-v2-top{display:grid;grid-template-columns:minmax(160px,auto) minmax(0,1fr);gap:2.5rem;align-items:center}.reviews-summary-body{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-width:0}.reviews-summary-score{display:flex;align-items:center;gap:.75rem;flex-direction:column;flex-shrink:0}.reviews-summary-score-star{display:inline-flex;line-height:1;margin-bottom:.35rem}.reviews-summary-score-text{display:flex;flex-direction:column}.reviews-summary-score .rating-number{font-size:67px!important;font-weight:700;line-height:1}.reviews-summary-score .rating-subtitle{margin-top:.35rem;font-weight:500}.reviews-summary-bars{display:flex;flex-direction:column;gap:.65rem;flex:1;min-width:0}.reviews-summary-bars .rating-bar-row{display:flex;align-items:center;gap:.85rem}.rating-bar-stars{display:flex;flex-wrap:nowrap;flex-shrink:0;white-space:nowrap}.rating-bar-stars .star_stars{justify-content:flex-start;gap:1px;margin-bottom:0;align-items:center}.rating-bar-stars .star_star{width:auto;height:auto;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.rating-bar-stars .star_star svg{display:block}.reviews-summary-bars .rating-bar-track{flex:1;min-width:0;height:1.375rem;background:#00000014;border-radius:9999px}.rating-bar-count{min-width:3.25rem;text-align:right;white-space:nowrap;font-weight:500;font-size:15px;line-height:1;flex-shrink:0}.reviews-summary-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-shrink:0;align-self:center}.reviews-summary-write-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid currentColor;border-radius:9999px;padding:.7rem 1.35rem;font-weight:600;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.reviews-summary-write-btn:hover{opacity:.82}.reviews-summary-sort-wrap{position:relative}.reviews-summary-sort-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;border:1px solid currentColor;background:#fff;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.reviews-summary-sort-btn:hover{background:#00000008;box-shadow:0 2px 8px #0000000f}.reviews-summary-sort-btn[aria-expanded=true]{background:#0000000a;box-shadow:0 4px 14px #00000014}.reviews-summary-sort-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:none;background:transparent;cursor:default}.reviews-summary-sort-menu{position:absolute;right:0;top:calc(100% + 10px);min-width:240px;background:#fff;box-shadow:0 4px 6px -1px #00000014,0 16px 32px -8px #00000024;padding:8px;z-index:50;animation:reviews-sort-menu-in .16s ease-out}@keyframes reviews-sort-menu-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.reviews-summary-sort-menu-header{padding:8px 12px 6px;font-size:.72em;font-weight:700;letter-spacing:.06em;text-transform:uppercase;opacity:.72}.reviews-summary-sort-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;padding:11px 12px;border-radius:10px;border:none;cursor:pointer;font-size:.92em;font-weight:600;transition:background-color .15s ease,color .15s ease;background:transparent}.reviews-summary-sort-option:hover:not(.is-active){background:transparent}.reviews-summary-sort-option-leading{display:inline-flex;align-items:center;gap:10px}.reviews-summary-sort-divider{margin:6px 8px;border-top:1px solid rgba(0,0,0,.08)}.reviews-ai-summary{margin-top:1.25rem;margin-bottom:1.25rem;padding:1.5rem 1.65rem;border-radius:18px;box-shadow:inset 0 1px #ffffffa6}.reviews-ai-summary-title{margin:0 0 .85rem;font-size:1.1em;font-weight:700;line-height:1.3}.reviews-ai-summary-text{margin:0;line-height:1.7;font-size:1em}.reviews-ai-summary-footer{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.reviews-ai-summary-avatars{display:flex;align-items:center}.reviews-ai-summary-avatar{width:28px;height:28px;border-radius:9999px;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;font-size:.7rem;font-weight:700}.reviews-ai-summary-avatar img{width:100%;height:100%;object-fit:cover}.reviews-ai-summary-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8em;font-weight:500}.star_header_actions--view-only{justify-content:flex-start;margin-bottom:12px}.reviews-list-container{width:100%;max-width:1240px;margin:0 auto;padding:.25rem 1rem 2rem}.reviews-list-container .star_reviews_masonry{padding-top:0}.reviews-summary{padding:2rem 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;margin-bottom:2rem;align-items:center}.rating-header{display:flex;align-items:flex-end;gap:.75rem;margin-bottom:1.5rem}.rating-number{font-size:67px!important;font-weight:700;color:hsl(var(--foreground));line-height:1}.rating-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.125rem}.rating-bars{display:flex;flex-direction:column;gap:.625rem}.rating-bar-row{display:flex;align-items:center;gap:.75rem}.rating-bar-label{width:1rem;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));text-align:right}.rating-bar-track{flex:1;height:1.625rem;border-radius:9999px;background:hsl(var(--muted));overflow:hidden}.rating-bar-fill{height:100%;display:block!important;border-radius:9999px;background:hsl(var(--review-bar));transition:width .3s}.rating-bar-percent{width:2.5rem;font-size:16px!important;color:hsl(var(--muted-foreground));text-align:right}.review-cta{display:flex;flex-direction:column;justify-content:center}.review-cta-title{font-size:1.35rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.review-cta-text{line-height:1.6;margin-bottom:1.5rem}.review-cta-button{align-self:flex-start;border-radius:9999px;background:hsl(var(--review-button));padding:.75rem 1.75rem;font-size:.875rem;font-weight:500;color:hsl(var(--review-button-foreground));border:none;cursor:pointer;transition:opacity .2s}.review-cta-button:hover{opacity:.9}.star-rating{display:flex;gap:.125rem;justify-content:center}.star-wrapper{position:relative}.star-empty{color:hsl(var(--review-star-empty))}.star-fill-clip{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.star-filled{color:hsl(var(--review-star))}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.review-card{text-align:center}.review-card .star-rating{justify-content:center}.review-text{margin-top:1rem;color:hsl(var(--muted-foreground));font-size:.9375rem;line-height:1.6}.review-author{margin-top:1rem;font-weight:600;color:hsl(var(--review-author))}@media (max-width: 768px){.reviews-summary-v2-top{grid-template-columns:1fr;gap:1.5rem}.reviews-summary-body{flex-direction:column;align-items:stretch;gap:1.25rem}.reviews-summary-actions{justify-content:flex-start}.reviews-summary-score .rating-number{font-size:52px!important}.reviews-summary{grid-template-columns:1fr;padding:1.5rem 0;gap:1.5rem}.review-cta{padding-top:0}.reviews-title{font-size:1.75rem}.reviews-grid{grid-template-columns:1fr}}.reviews-container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.25rem}.reviews-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 1024px){.reviews-grid{grid-template-columns:1fr 360px}}.reviews-section-title{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:1.5rem}.reviews-list{display:flex;flex-direction:column;gap:1rem}.stars-row{display:flex;gap:2px}.stars-row svg{flex-shrink:0}.review-card{border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.25rem;background:hsl(var(--card))}.review-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.review-card-user{display:flex;align-items:center;gap:.75rem}.review-card-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground))}.review-card-name{font-weight:600;color:hsl(var(--foreground));font-size:.875rem;margin:0}.review-card-date{font-size:.75rem;color:hsl(var(--muted-foreground));margin:0}.review-card-text{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.625;margin:0}.rating-card{border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem;background:hsl(var(--card))}.rating-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.rating-card-score{font-size:2.25rem;font-weight:700;color:hsl(var(--foreground))}.rating-card-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 1.5rem}.rating-bars{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.rating-bar-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.rating-bar-label{width:1rem;font-weight:600;color:hsl(var(--star))}.rating-bar-track{flex:1;height:1.625rem;background:hsl(var(--muted));border-radius:9999px;overflow:hidden}.rating-bar-fill{height:100%;border-radius:9999px;background:hsl(var(--star))}.rating-bar-count{width:2.5rem;text-align:right;color:hsl(var(--muted-foreground));font-size:.75rem}.write-review-title{font-weight:700;color:hsl(var(--foreground));margin:0 0 .25rem}.write-review-desc{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 1rem}.write-review-btn{width:100%;padding:.75rem;border-radius:.5rem;font-weight:500;color:hsl(var(--primary-foreground));background:hsl(var(--review-purple));border:none;cursor:pointer;transition:opacity .2s}.write-review-btn:hover{opacity:.9}.review-ss_modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:hsla(var(--foreground) / .4)}.review-modal-container{position:relative;width:100%;max-width:66rem;background:hsl(var(--card));border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;overflow-y:auto;height:640px;max-height:90vh;display:flex;flex-direction:column}@media (max-width: 600px){.review-modal-container{height:88vh}}.review-modal-close{position:absolute;top:1rem;right:1rem;z-index:10;background:none;border:none;cursor:pointer;color:hsl(var(--muted-foreground));transition:color .2s}.review-modal-close:hover{color:hsl(var(--foreground))}.review-modal-close svg{width:24px;height:24px}.review-modal-steps{position:relative;flex:1;display:flex;flex-direction:column}.review-modal-step{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:2rem 2rem 1.5rem;overflow-y:auto}.review-modal-step-content{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0}.review-modal-nav{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:20px;margin-top:8px;flex-shrink:0}.review-modal-nav-btn{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:15px;font-weight:600;color:hsl(var(--muted-foreground));transition:color .2s;padding:8px;min-width:70px}.review-modal-nav-btn:hover:not(:disabled){color:hsl(var(--foreground))}.review-modal-nav-btn:disabled{opacity:.35;cursor:not-allowed}.review-modal-nav-btn.review-modal-nav-btn-right{justify-content:flex-end}.review-modal-nav-btn svg{width:16px;height:16px}.review-modal-nav-spacer{min-width:70px}.review-modal-dots{display:flex;align-items:center;gap:6px}.review-modal-dot{width:26px;height:4px;border-radius:2px;background:hsl(var(--border));transition:background .2s}.review-modal-dot.active{background:hsl(var(--primary))}.review-modal-title{font-size:40px;font-weight:700;color:hsl(var(--foreground));margin-bottom:8px}.review-modal-subtitle{font-size:24px;color:hsl(var(--muted-foreground));margin-bottom:24px}.review-modal-stars{display:flex;gap:1rem;margin-bottom:1rem}.review-modal-star-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer}.review-modal-star-btn svg{width:4.5rem;height:4.5rem}.review-modal-star-label{font-size:16px;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:4px;padding:4px 10px}.review-modal-mini-stars{display:flex;gap:.25rem;margin-bottom:1rem}.review-modal-mini-stars svg{width:24px;height:24px}.review-modal-textarea{width:100%;height:128px;padding:12px;border:1px solid hsl(var(--border));border-radius:6px;background:hsl(var(--background));color:hsl(var(--foreground));resize:none;font-family:inherit;font-size:16px}.review-modal-textarea::placeholder{color:hsl(var(--muted-foreground))}.review-modal-textarea:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--ring))}.review-modal-btn{margin-top:16px;padding:10px 32px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer;transition:opacity .2s}.review-modal-btn:hover{opacity:.9}.review-modal-btn:disabled{opacity:.4;cursor:not-allowed}.review-modal-images{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap;justify-content:center}.review-modal-images img{width:5rem;height:5rem;object-fit:cover;border-radius:.375rem;border:1px solid hsl(var(--border))}.review-modal-upload-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border:2px dashed hsl(var(--border));border-radius:8px;background:none;color:hsl(var(--muted-foreground));cursor:pointer;font-size:16px;font-weight:500;transition:border-color .2s,color .2s;margin-bottom:16px}.review-modal-upload-btn:hover{border-color:hsl(var(--foreground));color:hsl(var(--foreground))}.review-modal-upload-btn svg{width:1.25rem;height:1.25rem}.star_image_modal_overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;animation:star_modal_overlay_fade_in .25s ease-out}.star_lightbox_main{background:#fff;border-radius:0;display:flex;width:100%;max-width:1200px;max-height:85vh;overflow:hidden;position:relative;box-shadow:0 30px 80px -30px #00000059;animation:star_modal_fade_in .35s cubic-bezier(.16,1,.3,1)}.star_image_modal{position:relative;max-width:90%;max-height:90%}.star_modal_image{max-width:100%;max-height:80vh;border-radius:12px;box-shadow:0 10px 40px #00000080}.star_modal_close{position:absolute;top:-40px;right:0;background:transparent;color:#fff;border:none;font-size:28px;cursor:pointer}.star_modal_arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0009;border:none;color:#fff;font-size:40px;padding:10px 15px;cursor:pointer;border-radius:8px;transition:.2s}.star_modal_arrow:hover{background:#000000e6}.star_modal_arrow.left{left:-60px}.star_modal_arrow.right{right:-60px}@media (max-width: 768px){.star_modal_arrow.left{left:10px}.star_modal_arrow.right{right:10px}}.tc-section{display:block;width:100%;box-sizing:border-box;padding:48px 0}.tc-wrapper{position:relative;width:100%;max-width:680px;margin:0 auto;padding:0 56px;box-sizing:border-box;overflow:visible}@media (max-width: 600px){.tc-section{padding:32px 0}.tc-wrapper{padding:0 44px}}@media (max-width: 380px){.tc-wrapper{padding:0 36px}}.tc-swiper{overflow:visible!important;padding-bottom:48px!important;width:100%}.tc-swiper .swiper-wrapper{transition-timing-function:cubic-bezier(.22,1,.36,1);align-items:stretch}.tc-swiper .swiper-slide{transition-timing-function:cubic-bezier(.22,1,.36,1)!important;will-change:transform,opacity;display:flex;justify-content:center;width:100%!important;height:auto!important;box-sizing:border-box}.tc-slide,.tc-slide-inner{display:flex;justify-content:center;width:100%}.tc-card{position:relative;display:flex;flex-direction:column;width:100%;min-height:200px;padding:24px 24px 20px;border-radius:24px;box-shadow:0 10px 30px -12px #3c28142e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#222;box-sizing:border-box}@media (max-width: 480px){.tc-card{padding:20px 18px 16px;min-height:180px}}.tc-card-quote-icon{display:flex;align-items:flex-start}.tc-quote-svg{width:28px;height:28px;color:#c9a87a;transform:scaleX(-1);flex-shrink:0}.tc-stars{margin-top:12px;display:flex;gap:2px;font-size:15px}.tc-star--filled{color:#f59e0b}.tc-star--empty{color:#d1d5db}.tc-card-text{margin:12px 0 0;font-size:14.5px;line-height:1.65;color:#2b2b2b;flex:1}.tc-card-author{margin-top:auto;padding-top:20px;display:flex;align-items:center;justify-content:flex-end;gap:6px;font-size:13.5px;color:#555}.tc-badge-icon{width:16px;height:16px;flex-shrink:0;fill:#1a1a1a;color:#fff}.tc-card-author-name{font-weight:600;color:#1a1a1a}.tc-pagination{margin-top:8px;display:flex;justify-content:center;gap:6px}.tc-pagination .swiper-pagination-bullet{width:6px;height:6px;border-radius:9999px;background:#b9a07a;opacity:.45;transition:width .35s ease,opacity .35s ease,background .35s ease;display:inline-block;cursor:pointer}.tc-pagination .swiper-pagination-bullet-active{background:#2b2b2b;opacity:1;width:22px}.tc-nav-btn{position:absolute;top:calc(50% - 28px);transform:translateY(-50%);z-index:10;display:none;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:9999px;background:#fff;cursor:pointer;box-shadow:0 2px 10px #0000001f;transition:transform .2s ease,box-shadow .2s ease}.tc-nav-btn:hover{transform:translateY(-50%) scale(1.08);box-shadow:0 4px 16px #00000029}.tc-nav-btn--prev{left:0}.tc-nav-btn--next{right:0}.tc-nav-icon{width:20px;height:20px;color:#374151;flex-shrink:0}.tc-nav-btn{display:flex!important}@media (max-width: 380px){.tc-nav-btn{width:36px;height:36px}.tc-nav-icon{width:16px;height:16px}}.header-nav{position:relative;width:100%}.header-nav__top-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:.5rem}.header-nav__identity{display:flex;justify-content:space-between;width:100%;gap:1rem}@media (min-width: 768px){.header-nav__identity{justify-content:flex-start;width:fit-content;flex-direction:column}}.header-nav__title-link{flex-shrink:0}.header-nav__title{font-family:var(--font-sans, ui-sans-serif, system-ui, sans-serif);font-size:1.5em;line-height:1.2;font-weight:700;letter-spacing:-.025em;color:var(--foreground);transition:opacity .2s ease}.header-nav__title:hover{opacity:.8}@media (min-width: 640px){.header-nav__title{font-size:2.1em}}@media (min-width: 1024px){.header-nav__title{font-size:2.4em}}.header-nav__mobile-menu{display:block}@media (min-width: 640px){.header-nav__mobile-menu{display:none}}.header-nav__menu-button{padding:.5rem;margin:-.5rem;background:none;border:none;cursor:pointer;transition:opacity .2s ease}.header-nav__menu-button:hover{opacity:.7}.header-nav__menu-button svg{width:1.5rem;height:1.5rem}.header-nav__mobile-nav-list{display:flex;flex-direction:column;gap:1.5rem;list-style:none;padding:0;margin:0}.header-nav__mobile-link{font-size:1.125rem;transition:all .2s ease;text-decoration:none}.header-nav__mobile-link--active{font-weight:600;color:var(--foreground)}.header-nav__mobile-link--inactive{font-weight:400;color:var(--muted-foreground)}.header-nav__mobile-link--inactive:hover{color:var(--gray-700)}.header-nav__mobile-contact{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.header-nav__mobile-contact-list{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;color:var(--muted-foreground)}.header-nav__mobile-contact-list a{text-decoration:none;color:inherit;transition:color .2s ease}.header-nav__mobile-contact-list a:hover{color:var(--foreground)}.header-nav__desktop-nav{display:none}@media (min-width: 640px){.header-nav__desktop-nav{display:block}}.header-nav__nav-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;list-style:none;padding:0;margin:0}@media (min-width: 640px){.header-nav__nav-list{gap:1.25rem}}@media (min-width: 1024px){.header-nav__nav-list{gap:1.5rem}}.header-nav__nav-link{font-size:.875rem;line-height:1.375rem;transition:all .2s ease;text-decoration:none}@media (min-width: 640px){.header-nav__nav-link{font-size:1rem}}@media (min-width: 1024px){.header-nav__nav-link{font-size:1.0625rem}}.header-nav__nav-link--active{font-weight:600;color:var(--foreground)}.header-nav__nav-link--inactive{font-weight:400;color:var(--muted-foreground)}.header-nav__nav-link--inactive:hover{color:var(--gray-700)}.header-nav__contact{display:none}@media (min-width: 768px){.header-nav__contact{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.875rem;color:var(--muted-foreground)}}@media (min-width: 1024px){.header-nav__contact{font-size:.9375rem}}.header-nav__contact a{text-decoration:none;color:inherit;padding:.25rem 0;transition:color .2s ease}.header-nav__contact a:hover{color:var(--foreground)}.advance_gallery_review_nav{width:100%;box-sizing:border-box;padding:.875rem 0 2rem;margin-top:.125rem;margin-bottom:.5rem;border-bottom:1px solid #e5e5e5}.advance_gallery_review_nav__cards{display:grid;grid-template-columns:1fr;gap:.875rem;width:100%;max-width:640px;margin:0 auto;padding-bottom:.25rem}@media (min-width: 640px){.advance_gallery_review_nav__cards{grid-template-columns:1fr 1fr;gap:1.125rem}}.header-nav__title-tagline{font-size:1.125em;font-weight:400;font-family:var(math);letter-spacing:.01em;line-height:1.45;color:#525252}.advance_gallery_review_nav__card{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;margin:0;padding:1.0625em 1.1875em 1.3125em;text-align:left;cursor:pointer;font-family:inherit;border-radius:4px;border:1px solid #e5e5e5;background:#fff;color:#0a0a0a;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.advance_gallery_review_nav__card:hover:not(:disabled){border-color:#a3a3a3;box-shadow:0 6px 24px #00000012}.advance_gallery_review_nav__card--active{border-color:#0a0a0a;background:linear-gradient(180deg,#fafafa,#fff 55%);box-shadow:0 12px 36px #0000001a}.advance_gallery_review_nav__card:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.advance_gallery_review_nav__card-label{font-size:.9375em;font-weight:600;letter-spacing:-.025em;line-height:1.25;color:#171717}.advance_gallery_review_nav__card--active .advance_gallery_review_nav__card-label{color:#0a0a0a}.advance_gallery_review_nav__stars-row{display:flex;align-items:center;flex-wrap:wrap;gap:.625em .875em;width:100%}.advance_gallery_review_nav__card-stars{display:inline-flex;align-items:center;gap:5px}.advance_gallery_review_nav__card-stars svg{flex-shrink:0}.advance_gallery_review_nav__score{font-size:1.375em;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.04em;line-height:1;color:#0a0a0a}.advance_gallery_review_nav__divider{width:100%;height:0;margin:0;padding:0;border:0;border-top:1px solid #f0f0f0}.advance_gallery_review_nav__footer{width:100%;padding-top:.125em;margin-top:auto}.advance_gallery_review_nav__card-count{margin:0;font-size:.8125em;font-weight:500;letter-spacing:.01em;line-height:1.45em;color:#525252}.advance_gallery_review_nav__card--active .advance_gallery_review_nav__card-count{color:#404040}.expand-hover__root{position:relative;width:100%;padding-left:0;padding-right:0}.expand-hover__list{display:flex;flex-direction:column;gap:1em;width:100%}.expand-hover__card{position:relative;width:100%;overflow:hidden;border-radius:1em}.expand-hover__img{width:100%;height:100%;object-fit:cover}.expand-hover__gradient-mobile{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.3),transparent)}.expand-hover__caption-row{position:absolute;bottom:1em;left:1em;right:1em}.expand-hover__caption-text{margin:0;font-size:.875em;line-height:1.25em;font-weight:500;color:#ffffffe6}.expand-hover__inner{width:100%;margin-left:auto;margin-right:auto}.expand-hover__inner--max{max-width:1200px}.expand-hover__row{display:flex;width:100%;align-items:center;justify-content:center}.expand-hover__row[data-gap="2"]{gap:.5em}.expand-hover__row[data-gap="3"]{gap:.75em}.expand-hover__row[data-gap="5"]{gap:1.25em}.expand-hover__item{position:relative;cursor:pointer;overflow:hidden;border-radius:1.5em}.expand-hover__overlay-gradient{position:absolute;height:100%;width:100%;background:linear-gradient(to top,rgba(0,0,0,.4),transparent)}.expand-hover__overlay-content{position:absolute;display:flex;height:100%;width:100%;flex-direction:column;align-items:flex-end;justify-content:flex-end;padding:1em;box-sizing:border-box}.expand-hover__code{margin:0;text-align:left;font-size:.75em;line-height:1em;color:#ffffff80}.expand-review-caption{align-self:flex-start;width:100%;max-width:100%;min-width:0;box-sizing:border-box;text-align:left;display:flex;flex-direction:column;gap:4px;max-height:100%}.expand-review-caption .star_carousel_stars{justify-content:flex-start;margin-bottom:2px;flex-shrink:0}.expand-review-caption__meta{display:none}.expand-review-caption__name{display:block;margin:0;font-size:.8125em;font-weight:700;letter-spacing:.01em;color:#fffffffa;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expand-review-caption__date{display:block;margin:0;font-size:.6875em;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#ffffffa6;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expand-review-caption__snippet{margin:2px 0 0;font-size:.75em;line-height:1.35;color:#ffffffd1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.expand-list-item .expand-review-caption__snippet{-webkit-line-clamp:3}.expand-review-caption__hint{margin:4px 0 0;font-size:.6875em;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c}.filmstrip-review-modal__overlay.star_carousel_detail_overlay{background:#080808c4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.25em}@media (max-width: 640px){.filmstrip-review-modal__overlay.star_carousel_detail_overlay{padding:.75em}}.filmstrip-review-modal.star_carousel_detail_modal{max-width:880px;border-radius:18px!important;border:1px solid #262626!important;background:linear-gradient(180deg,#fcfcfc,#f5f5f5)!important;box-shadow:0 28px 100px #00000080,0 1px #ffffff73 inset;overflow:hidden}.filmstrip-review-modal .star_carousel_detail_body{min-height:0}.filmstrip-review-modal .star_carousel_detail_image_wrap{background:#090909!important;border-right:1px solid #262626!important}.filmstrip-review-modal .star_carousel_detail_image{opacity:.98}.filmstrip-review-modal .filmstrip-review-modal__avatar.star_carousel_detail_avatar{background:linear-gradient(160deg,#1c1c1c,#0a0a0a)!important;color:#fafafa!important}.filmstrip-review-modal .star_carousel_detail_content{background:#fff!important;padding:1.875em 1.75em!important;gap:.875em!important;border-left:1px solid #ebebeb!important;box-sizing:border-box}@media (max-width: 640px){.filmstrip-review-modal .star_carousel_detail_image_wrap{border-right:none!important;border-bottom:1px solid #262626!important}.filmstrip-review-modal .star_carousel_detail_content{border-left:none!important;border-top:1px solid #ebebeb!important}}.filmstrip-review-modal .filmstrip-review-modal__close.star_carousel_detail_close{background:#fcfcfcfa!important;border:1px solid #d4d4d4!important;color:#0a0a0a!important;box-shadow:0 2px 8px #0000001f}.filmstrip-review-modal .filmstrip-review-modal__close.star_carousel_detail_close:hover{background:#f5f5f5!important}.filmstrip-review-modal .filmstrip-review-modal__nav.star_carousel_modal_image_prev,.filmstrip-review-modal .filmstrip-review-modal__nav.star_carousel_modal_image_next{background:#ffffff14!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 12px #00000059!important}.filmstrip-review-modal .filmstrip-review-modal__nav.star_carousel_modal_image_prev:hover,.filmstrip-review-modal .filmstrip-review-modal__nav.star_carousel_modal_image_next:hover{background:#fff3!important;opacity:1!important}.filmstrip-review-modal .star_carousel_modal_image_dot{background:#ffffff52!important;opacity:1!important}.filmstrip-review-modal .star_carousel_modal_image_dot_active{background:#fff!important;transform:scale(1.25)}.filmstrip-review-modal .star_carousel_detail_meta{gap:.35em!important}.filmstrip-review-modal .star_carousel_detail_author{color:#0a0a0a!important;font-weight:700!important;letter-spacing:-.03em!important;font-size:1.0625em!important;line-height:1.2!important}.filmstrip-review-modal .star_carousel_detail_date{color:#737373!important;opacity:1!important;font-weight:500!important;font-size:.75em!important;letter-spacing:.08em!important;text-transform:uppercase!important}.filmstrip-review-modal .filmstrip-review-modal__stars.star_carousel_stars{display:flex!important;align-items:center;gap:4px;margin-top:.125em!important;margin-bottom:0!important;justify-content:flex-start!important}.filmstrip-review-modal .star_carousel_detail_title{color:#0a0a0a!important;font-weight:700!important;letter-spacing:-.03em!important;margin:.25em 0 0!important}.filmstrip-review-modal .star_carousel_detail_text{color:#404040!important;opacity:1!important;line-height:1.72!important;letter-spacing:.01em}.filmstrip-review-modal .star_carousel_detail_product{margin-top:.5em!important;padding-top:1em!important;border-top:1px solid #eeeeee!important;opacity:1!important;color:#6b7280!important;font-weight:500!important;font-size:.875em!important}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.tstml-pill{--tstml-bg: #e3c99a;--tstml-text: #1f1f1f;--tstml-nav-bg: #ffffff;--tstml-nav-border: #d8d8d8;--tstml-star: #2b2b2b;position:relative;display:flex;align-items:center;max-width:460px;width:100%;padding:10px 20px 10px 12px;background-color:var(--tstml-bg);border-radius:999px;box-sizing:border-box;font-family:inherit;min-height:72px}.tstml-pill__viewport{flex:1;overflow:hidden;min-width:0;padding:0 2px}.tstml-pill__track{display:flex;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.tstml-pill__slide{flex:0 0 100%;width:100%;display:flex;align-items:center;gap:10px;min-width:0;padding:2px 0}.tstml-pill__nav{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;display:flex;align-items:center;justify-content:center;background-color:var(--tstml-nav-bg);border:1px solid var(--tstml-nav-border);border-radius:50%;cursor:pointer;padding:0;color:var(--tstml-text);box-shadow:0 1px 3px #0000001f;transition:transform .15s ease,box-shadow .15s ease;z-index:2;flex-shrink:0}.tstml-pill__nav--prev{left:-12px}.tstml-pill__nav--next{right:-12px}.tstml-pill__nav:hover{transform:translateY(-50%) scale(1.08);box-shadow:0 2px 6px #0000002e}.tstml-pill__nav:active{transform:translateY(-50%) scale(.96)}.tstml-pill__nav-icon{width:12px;height:12px}.tstml-pill__avatar{width:55px;height:55px;flex-shrink:0;border-radius:50%;object-fit:cover;background:#f0ece4}.tstml-pill__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;overflow:hidden}.tstml-pill__header{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.tstml-pill__name{font-weight:700;font-size:13px;color:var(--tstml-text);white-space:nowrap;flex-shrink:0}.tstml-pill__stars{display:inline-flex;align-items:center;gap:1px;color:var(--tstml-star);flex-shrink:0}.tstml-pill__star{width:11px;height:11px;flex-shrink:0}.tstml-pill__quote{margin:0;font-size:12px;line-height:1.3;color:var(--tstml-text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;max-height:32px}@media (max-width: 480px){.tstml-pill{padding:10px 16px 10px 10px;border-radius:40px;max-width:95%;min-height:64px}.tstml-pill__slide{gap:8px}.tstml-pill__avatar{width:38px;height:38px}.tstml-pill__name{font-size:12px}.tstml-pill__quote{font-size:11px;line-height:1.3;max-height:28px;-webkit-line-clamp:2}.tstml-pill__star{width:10px;height:10px}.tstml-pill__nav{width:22px;height:22px}.tstml-pill__nav--prev{left:-10px}.tstml-pill__nav--next{right:-10px}.tstml-pill__nav-icon{width:10px;height:10px}.tstml-pill__header{gap:4px}}@media (max-width: 380px){.tstml-pill{padding:8px 12px 8px 8px;border-radius:32px;min-height:56px}.tstml-pill__avatar{width:38px;height:38px}.tstml-pill__name{font-size:11px}.tstml-pill__quote{font-size:10px;max-height:24px}.tstml-pill__star{width:9px;height:9px}.tstml-pill__slide{gap:6px}}@media (prefers-reduced-motion: reduce){.tstml-pill__track{transition:none}}
