.ReviewSection-module__GnMbAa__section{background-color:var(--background);padding:1rem 1.5rem 4rem}.ReviewSection-module__GnMbAa__container{width:100%;max-width:1400px;margin:0}.ReviewSection-module__GnMbAa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:3rem;display:flex}.ReviewSection-module__GnMbAa__titleGroup{flex:1;min-width:300px}.ReviewSection-module__GnMbAa__title{color:var(--foreground);margin-bottom:.25rem;font-size:1.75rem;font-weight:800;line-height:1.2}.ReviewSection-module__GnMbAa__statsRow{color:var(--muted);align-items:center;gap:.75rem;font-size:1rem;display:flex}.ReviewSection-module__GnMbAa__ratingBadge{color:var(--foreground);align-items:center;gap:.25rem;font-weight:700;display:flex}.ReviewSection-module__GnMbAa__writeBtn{color:#1a1a1a;cursor:pointer;white-space:nowrap;background-color:#fbbf24;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-top:3rem;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s,background-color .2s;display:flex}.ReviewSection-module__GnMbAa__writeBtn:hover{background-color:#f59e0b;transform:translateY(-1px)}.ReviewSection-module__GnMbAa__distribution{width:100%;max-width:400px;margin-top:1rem;margin-bottom:0}.ReviewSection-module__GnMbAa__distRow{color:var(--muted);align-items:center;gap:.75rem;margin-bottom:.25rem;font-size:.75rem;display:flex}.ReviewSection-module__GnMbAa__distBarBg{background-color:var(--surface);border:1px solid var(--border);border-radius:9999px;flex:1;height:8px;overflow:hidden}.ReviewSection-module__GnMbAa__distBarFill{background-color:#fbbf24;border-radius:9999px;height:100%}.ReviewSection-module__GnMbAa__formContainer{background-color:var(--surface);border:1px solid var(--border);border-radius:1.5rem;max-width:600px;margin:0 auto 4rem;padding:2rem;overflow:hidden}.ReviewSection-module__GnMbAa__formHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ReviewSection-module__GnMbAa__closeBtn{color:var(--muted);cursor:pointer;background:0 0;border:none}.ReviewSection-module__GnMbAa__inputGroup{flex-direction:column;gap:1rem;display:flex}.ReviewSection-module__GnMbAa__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ReviewSection-module__GnMbAa__input,.ReviewSection-module__GnMbAa__textarea{background-color:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:.75rem;padding:.75rem;font-family:inherit}.ReviewSection-module__GnMbAa__input:focus,.ReviewSection-module__GnMbAa__textarea:focus{border-color:#fbbf24;outline:none;box-shadow:0 0 0 2px #fbbf2433}.ReviewSection-module__GnMbAa__textarea{resize:vertical;min-height:120px}.ReviewSection-module__GnMbAa__starInput{gap:.5rem;margin:.5rem 0;display:flex}.ReviewSection-module__GnMbAa__starBtn{color:var(--border);cursor:pointer;background:0 0;border:none;transition:color .2s}.ReviewSection-module__GnMbAa__starBtnActive{color:#fbbf24}.ReviewSection-module__GnMbAa__submitBtn{color:#1a1a1a;cursor:pointer;background-color:#fbbf24;border:none;border-radius:9999px;align-self:flex-start;padding:.75rem 1.5rem;font-weight:700}.ReviewSection-module__GnMbAa__reviewsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:3rem 1.5rem;display:grid}.ReviewSection-module__GnMbAa__reviewCard{flex-direction:column;gap:.5rem;display:flex}.ReviewSection-module__GnMbAa__reviewStars{color:#fbbf24;gap:.125rem;font-size:.875rem;display:flex}.ReviewSection-module__GnMbAa__reviewText{color:var(--foreground);font-size:1rem;font-style:italic;line-height:1.6}.ReviewSection-module__GnMbAa__reviewFooter{align-items:center;gap:.75rem;margin-top:auto;display:flex}.ReviewSection-module__GnMbAa__avatar{background-color:var(--surface);width:32px;height:32px;color:var(--muted);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.ReviewSection-module__GnMbAa__reviewerInfo{flex-direction:column;display:flex}.ReviewSection-module__GnMbAa__reviewName{color:var(--foreground);font-size:.875rem;font-weight:700}.ReviewSection-module__GnMbAa__reviewDate{color:var(--muted);font-size:.75rem}.ReviewSection-module__GnMbAa__replyActions{align-items:center;margin-top:1rem;display:flex}.ReviewSection-module__GnMbAa__replyToggleBtn{background:var(--surface);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.ReviewSection-module__GnMbAa__replyToggleBtn:hover{background:var(--background);border-color:#fbbf24}.ReviewSection-module__GnMbAa__repliesContainer{flex-direction:column;gap:1rem;margin-top:1rem;padding-left:0;display:flex}.ReviewSection-module__GnMbAa__replyCard{background:var(--surface);border:1px solid var(--border);border-left:3px solid #fbbf24;border-radius:.75rem;padding:1.25rem;font-size:.95rem;position:relative}.ReviewSection-module__GnMbAa__replyHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.85rem;display:flex}.ReviewSection-module__GnMbAa__replyName{color:var(--foreground);align-items:center;gap:.5rem;font-weight:700;display:flex}.ReviewSection-module__GnMbAa__replyDate{color:var(--muted);font-size:.75rem}.ReviewSection-module__GnMbAa__replyText{color:var(--foreground);line-height:1.6}@media (max-width:768px){.ReviewSection-module__GnMbAa__section{padding:2rem 1rem}.ReviewSection-module__GnMbAa__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.ReviewSection-module__GnMbAa__titleGroup{min-width:100%}.ReviewSection-module__GnMbAa__writeBtn{justify-content:center;width:100%;margin-top:1.5rem}.ReviewSection-module__GnMbAa__reviewsGrid{grid-template-columns:1fr;gap:1.5rem}.ReviewSection-module__GnMbAa__distribution{max-width:100%}.ReviewSection-module__GnMbAa__formContainer{padding:1.5rem}.ReviewSection-module__GnMbAa__row{grid-template-columns:1fr}.ReviewSection-module__GnMbAa__container{max-width:100%}.ReviewSection-module__GnMbAa__replyToggleBtn{justify-content:center;width:100%}}.ReviewSection-module__GnMbAa__dateRow{align-items:center;gap:.75rem;display:flex}.ReviewSection-module__GnMbAa__replyToggleBtnInline{color:#fbbf24;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-size:.85rem;font-weight:600;transition:color .2s;display:flex}.ReviewSection-module__GnMbAa__replyToggleBtnInline:hover{color:#f59e0b;text-decoration:underline}.ReviewSection-module__GnMbAa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.ReviewSection-module__GnMbAa__modalContent{background:var(--surface);text-align:center;border:1px solid var(--border);border-radius:1rem;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ReviewSection-module__GnMbAa__modalIcon{justify-content:center;margin-bottom:1rem;display:flex}.ReviewSection-module__GnMbAa__modalCheckWrapper{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.ReviewSection-module__GnMbAa__modalContent h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ReviewSection-module__GnMbAa__modalContent p{color:var(--muted);margin-bottom:1.5rem}.ReviewSection-module__GnMbAa__modalCloseBtn{color:#1a1a1a;cursor:pointer;background:#fbbf24;border:none;border-radius:9999px;padding:.75rem 2rem;font-weight:600;transition:transform .2s}.ReviewSection-module__GnMbAa__modalCloseBtn:hover{transform:scale(1.05)}
