.VoteButtons-module__YPYmlG__voteContainer{align-items:center;gap:var(--space-2);display:flex}.VoteButtons-module__YPYmlG__voteBtn{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition);font-size:.8125rem;font-weight:500;display:flex}.VoteButtons-module__YPYmlG__voteBtn:hover:not(:disabled){border-color:var(--color-border-dark);background:var(--color-bg-alt)}.VoteButtons-module__YPYmlG__voteBtn:disabled{opacity:.6;cursor:not-allowed}.VoteButtons-module__YPYmlG__upvote.VoteButtons-module__YPYmlG__active{color:#15803d;background:#dcfce7;border-color:#22c55e}.VoteButtons-module__YPYmlG__upvote:hover:not(:disabled):not(.VoteButtons-module__YPYmlG__active){color:#22c55e;border-color:#86efac}.VoteButtons-module__YPYmlG__downvote.VoteButtons-module__YPYmlG__active{color:#dc2626;background:#fee2e2;border-color:#ef4444}.VoteButtons-module__YPYmlG__downvote:hover:not(:disabled):not(.VoteButtons-module__YPYmlG__active){color:#ef4444;border-color:#fca5a5}.VoteButtons-module__YPYmlG__count{text-align:center;min-width:1ch}.VoteButtons-module__YPYmlG__small .VoteButtons-module__YPYmlG__voteBtn{padding:var(--space-1)var(--space-2);gap:2px;font-size:.75rem}.VoteButtons-module__YPYmlG__small .VoteButtons-module__YPYmlG__count{font-size:.6875rem}
.Comments-module__cI_EEa__commentsSection{border-top:1px solid #eee;margin-top:2rem;padding-top:2rem}.Comments-module__cI_EEa__commentsHeader{align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.Comments-module__cI_EEa__commentsHeader h3{color:#333;margin:0;font-size:1.25rem;font-weight:600}.Comments-module__cI_EEa__commentCount{color:#666;font-size:.9rem}.Comments-module__cI_EEa__commentForm{background:#f9f9f9;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.Comments-module__cI_EEa__formHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Comments-module__cI_EEa__formHeader h4{color:#333;margin:0;font-size:1rem;font-weight:600}.Comments-module__cI_EEa__loginHint{color:#666;font-size:.85rem}.Comments-module__cI_EEa__loginHint a{color:#e63946;font-weight:500;text-decoration:none}.Comments-module__cI_EEa__loginHint a:hover{text-decoration:underline}.Comments-module__cI_EEa__starRating{gap:2px;display:inline-flex}.Comments-module__cI_EEa__starRating.Comments-module__cI_EEa__small{font-size:.9rem}.Comments-module__cI_EEa__starFilled{color:#ffc107}.Comments-module__cI_EEa__starEmpty{color:#ddd}.Comments-module__cI_EEa__starRatingInput{align-items:center;gap:.25rem;margin-bottom:.75rem;display:flex}.Comments-module__cI_EEa__ratingLabel{color:#666;margin-right:.5rem;font-size:.85rem}.Comments-module__cI_EEa__starButton{cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;transition:transform .1s}.Comments-module__cI_EEa__starButton:hover{transform:scale(1.2)}.Comments-module__cI_EEa__clearRating{color:#999;cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:.25rem .5rem;font-size:.75rem}.Comments-module__cI_EEa__clearRating:hover{color:#666}.Comments-module__cI_EEa__commentTextarea{resize:vertical;border:1px solid #ddd;border-radius:8px;width:100%;min-height:100px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.Comments-module__cI_EEa__commentTextarea:focus{border-color:#e63946;outline:none}.Comments-module__cI_EEa__commentTextarea:disabled{cursor:not-allowed;background:#f0f0f0}.Comments-module__cI_EEa__formFooter{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.Comments-module__cI_EEa__charCount{color:#999;font-size:.8rem}.Comments-module__cI_EEa__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e63946 0%,#c1121f 100%);border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:500;transition:opacity .2s,transform .2s}.Comments-module__cI_EEa__submitButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.Comments-module__cI_EEa__submitButton:disabled{opacity:.5;cursor:not-allowed}.Comments-module__cI_EEa__errorMessage{color:#dc3545;margin-top:.5rem;font-size:.85rem}.Comments-module__cI_EEa__commentsList{flex-direction:column;gap:1rem;display:flex}.Comments-module__cI_EEa__loading,.Comments-module__cI_EEa__noComments{text-align:center;color:#666;padding:2rem;font-size:.95rem}.Comments-module__cI_EEa__commentItem{background:#fff;border:1px solid #eee;border-radius:10px;padding:1rem}.Comments-module__cI_EEa__commentHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.Comments-module__cI_EEa__userInfo{align-items:center;gap:.75rem;display:flex}.Comments-module__cI_EEa__userAvatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.Comments-module__cI_EEa__userAvatarFallback{color:#fff;background:linear-gradient(135deg,#e63946 0%,#c1121f 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:600;display:flex}.Comments-module__cI_EEa__userMeta{flex-direction:column;gap:.15rem;display:flex}.Comments-module__cI_EEa__userName{color:#333;font-size:.95rem;font-weight:600}.Comments-module__cI_EEa__commentDate{color:#999;font-size:.8rem}.Comments-module__cI_EEa__commentActions{align-items:center;gap:.75rem;display:flex}.Comments-module__cI_EEa__deleteButton{color:#999;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:4px;padding:.3rem .6rem;font-size:.75rem;transition:all .2s}.Comments-module__cI_EEa__deleteButton:hover:not(:disabled){color:#dc3545;border-color:#dc3545}.Comments-module__cI_EEa__deleteButton:disabled{opacity:.5;cursor:not-allowed}.Comments-module__cI_EEa__commentContent{color:#444;white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.6}.Comments-module__cI_EEa__pagination{border-top:1px solid #eee;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.Comments-module__cI_EEa__pageButton{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.Comments-module__cI_EEa__pageButton:hover:not(:disabled){color:#e63946;border-color:#e63946}.Comments-module__cI_EEa__pageButton:disabled{opacity:.5;cursor:not-allowed}.Comments-module__cI_EEa__pageInfo{color:#666;font-size:.85rem}@media (max-width:600px){.Comments-module__cI_EEa__commentsSection{margin-top:1.5rem;padding-top:1.5rem}.Comments-module__cI_EEa__commentForm{padding:1rem}.Comments-module__cI_EEa__formHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.Comments-module__cI_EEa__commentHeader{flex-direction:column;gap:.75rem}.Comments-module__cI_EEa__commentActions{justify-content:space-between;width:100%}.Comments-module__cI_EEa__starRatingInput{flex-wrap:wrap}.Comments-module__cI_EEa__submitButton{width:100%}.Comments-module__cI_EEa__formFooter{flex-direction:column-reverse;gap:.75rem}.Comments-module__cI_EEa__charCount{align-self:flex-end}}
.RestaurantDetail-module__lPE4xG__main{background:var(--color-bg,#fafafa);min-height:100vh}.RestaurantDetail-module__lPE4xG__header{background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border,#e5e5e5);padding:.5rem 0}.RestaurantDetail-module__lPE4xG__container{max-width:900px;margin:0 auto;padding:0 1rem}.RestaurantDetail-module__lPE4xG__backBtn{color:var(--color-text-muted,#999);border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.85rem;text-decoration:none;transition:all .15s;display:inline-flex}.RestaurantDetail-module__lPE4xG__backBtn:hover{color:var(--color-primary,#e63946);background:var(--color-surface-alt,#f8f8f8)}.RestaurantDetail-module__lPE4xG__content{padding:1rem 0}.RestaurantDetail-module__lPE4xG__layout{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e5e5);border-radius:8px;grid-template-columns:320px 1fr;gap:1rem;display:grid;overflow:hidden}.RestaurantDetail-module__lPE4xG__imageSection{background:var(--color-surface-alt,#f8f8f8)}.RestaurantDetail-module__lPE4xG__image{object-fit:cover;width:100%;height:100%;min-height:320px;display:block}.RestaurantDetail-module__lPE4xG__imagePlaceholder{background:linear-gradient(135deg,#f8f8f8 0%,#e5e5e5 100%);justify-content:center;align-items:center;width:100%;height:320px;font-size:5rem;display:flex}.RestaurantDetail-module__lPE4xG__infoSection{flex-direction:column;gap:.75rem;padding:1rem;display:flex}.RestaurantDetail-module__lPE4xG__rankBadge{background:var(--color-primary,#e63946);color:#fff;border-radius:9999px;justify-content:center;align-items:center;width:fit-content;padding:.25rem .75rem;font-size:.9rem;font-weight:700;display:inline-flex}.RestaurantDetail-module__lPE4xG__name{color:var(--color-text,#1a1a1a);margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.RestaurantDetail-module__lPE4xG__englishName{color:var(--color-text-muted,#999);margin:0;font-size:.9rem}.RestaurantDetail-module__lPE4xG__sources{flex-wrap:wrap;gap:.5rem;display:flex}.RestaurantDetail-module__lPE4xG__sourceTag{background:var(--color-surface-alt,#f8f8f8);color:var(--color-text-secondary,#666);border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;display:inline-flex}.RestaurantDetail-module__lPE4xG__sourceCount{color:var(--color-text-secondary,#999);margin-left:.15rem;font-size:.7rem}.RestaurantDetail-module__lPE4xG__statsRow{flex-wrap:wrap;gap:.75rem;display:flex}.RestaurantDetail-module__lPE4xG__scoreBox,.RestaurantDetail-module__lPE4xG__reviewsBox{flex-direction:column;gap:.25rem;display:flex}.RestaurantDetail-module__lPE4xG__scoreLabel,.RestaurantDetail-module__lPE4xG__reviewsLabel{color:var(--color-text-muted,#999);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.RestaurantDetail-module__lPE4xG__scoreValue{color:var(--color-text,#1a1a1a);font-size:1.5rem;font-weight:700}.RestaurantDetail-module__lPE4xG__reviewsValue{color:var(--color-text-secondary,#666);font-size:1.25rem;font-weight:600}.RestaurantDetail-module__lPE4xG__scoreExcellent .RestaurantDetail-module__lPE4xG__scoreValue{color:#16a34a}.RestaurantDetail-module__lPE4xG__scoreGreat .RestaurantDetail-module__lPE4xG__scoreValue{color:#22c55e}.RestaurantDetail-module__lPE4xG__scoreGood .RestaurantDetail-module__lPE4xG__scoreValue{color:#84cc16}.RestaurantDetail-module__lPE4xG__scoreAverage .RestaurantDetail-module__lPE4xG__scoreValue{color:#eab308}.RestaurantDetail-module__lPE4xG__scoreBelow .RestaurantDetail-module__lPE4xG__scoreValue{color:#f97316}.RestaurantDetail-module__lPE4xG__actionsRow{border-top:1px solid var(--color-border,#e5e5e5);align-items:center;gap:.75rem;margin-top:.5rem;padding-top:.5rem;display:flex}.RestaurantDetail-module__lPE4xG__favoriteBtn{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e5e5);color:var(--color-text-secondary,#666);cursor:pointer;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.RestaurantDetail-module__lPE4xG__favoriteBtn:hover{border-color:var(--color-primary,#e63946);color:var(--color-primary,#e63946)}.RestaurantDetail-module__lPE4xG__favoriteBtn.RestaurantDetail-module__lPE4xG__favorited{border-color:var(--color-primary,#e63946);color:var(--color-primary,#e63946);background:#fee2e2}.RestaurantDetail-module__lPE4xG__metaList{flex-direction:column;gap:.5rem;display:flex}.RestaurantDetail-module__lPE4xG__metaItem{gap:.5rem;font-size:.9rem;display:flex}.RestaurantDetail-module__lPE4xG__metaLabel{color:var(--color-text-muted,#999);min-width:3rem}.RestaurantDetail-module__lPE4xG__metaValue{color:var(--color-text,#1a1a1a)}.RestaurantDetail-module__lPE4xG__addressRow,.RestaurantDetail-module__lPE4xG__phoneRow{color:var(--color-text-secondary,#666);align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.RestaurantDetail-module__lPE4xG__addressRow svg,.RestaurantDetail-module__lPE4xG__phoneRow svg{color:var(--color-text-muted,#999);flex-shrink:0;margin-top:2px}.RestaurantDetail-module__lPE4xG__phoneRow a{color:var(--color-primary,#e63946);text-decoration:none}.RestaurantDetail-module__lPE4xG__phoneRow a:hover{text-decoration:underline}.RestaurantDetail-module__lPE4xG__links{border-top:1px solid var(--color-border,#e5e5e5);flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.RestaurantDetail-module__lPE4xG__linkBtn{background:var(--color-surface-alt,#f8f8f8);border:1px solid var(--color-border,#e5e5e5);color:var(--color-text,#1a1a1a);border-radius:6px;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.RestaurantDetail-module__lPE4xG__linkBtn:hover{background:var(--color-primary,#e63946);border-color:var(--color-primary,#e63946);color:#fff}@media (max-width:768px){.RestaurantDetail-module__lPE4xG__container{padding:0 .75rem}.RestaurantDetail-module__lPE4xG__layout{grid-template-columns:1fr}.RestaurantDetail-module__lPE4xG__image,.RestaurantDetail-module__lPE4xG__imagePlaceholder{height:220px;min-height:auto}.RestaurantDetail-module__lPE4xG__infoSection{padding:.75rem}.RestaurantDetail-module__lPE4xG__name{font-size:1.25rem}.RestaurantDetail-module__lPE4xG__links{flex-direction:column}.RestaurantDetail-module__lPE4xG__linkBtn{justify-content:center}}@media (max-width:480px){.RestaurantDetail-module__lPE4xG__statsRow{gap:1rem}.RestaurantDetail-module__lPE4xG__metaItem{flex-direction:column;gap:.25rem}.RestaurantDetail-module__lPE4xG__metaLabel{min-width:auto}}
