body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 0; padding: 20px; padding-top: 140px; background: #F5F5DC; }
.container { max-width: 800px; margin: 0 auto; background: white; padding: 40px; border-radius: 16px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); }
h1 { color: #333; margin-bottom: 10px; font-size: 28px; }
.province { display: inline-block; padding: 4px 12px; background: #e3f2fd; color: #1976d2; border-radius: 20px; font-size: 14px; margin-bottom: 20px; }
.section { margin-bottom: 35px; }
.section-title { font-size: 18px; font-weight: 600; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #4285f4; }
.review-item { background: #f8fafc; padding: 16px; border-radius: 10px; margin-bottom: 12px; }
.review-content { color: #333; line-height: 1.8; margin-bottom: 8px; }
.review-meta { color: #999; font-size: 13px; }
.review-meta span { margin-right: 12px; }
.qa-item { margin-bottom: 24px; padding: 16px; background: #f8fafc; border-radius: 10px; }
.qa-question { font-weight: 600; color: #333; margin-bottom: 12px; font-size: 15px; }
.qa-answers { margin-top: 12px; }
.qa-answer-item { padding: 10px 14px; background: white; border-radius: 8px; margin-bottom: 8px; border: 1px solid #e8e8e8; width: 100%; box-sizing: border-box; }
.answer-meta { color: #999; font-size: 12px; margin-bottom: 6px; }
.answer-content { color: #444; line-height: 1.7; font-size: 14px; }
.back-link { display: inline-flex; align-items: center; color: #4285f4; text-decoration: none; font-size: 14px; margin-top: 20px; }
.back-link:hover { text-decoration: underline; }
.fixed-header { position: fixed; top: 20px; left: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }
.count-display { padding: 12px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 8px; color: white; min-width: 140px; text-align: center; }
.count-label { font-size: 12px; opacity: 0.9; }
.count-number { font-size: 24px; font-weight: 700; }
.back-home-btn { padding: 12px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; margin-top: 20px; }
.back-home-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3); }
.paid-content { display: none; }
.paid-content.unlocked { display: block; }
.paywall-overlay { background: rgba(255,255,255,0.95); padding: 20px; border-radius: 10px; text-align: center; border: 2px dashed #e0e0e0; }
.paywall-overlay p { margin: 0 0 12px 0; color: #666; font-size: 14px; }
.paywall-btn { padding: 10px 20px; background: linear-gradient(135deg, #4285f4 0%, #3367d6 100%); color: white; border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; }
.paywall-btn:hover { opacity: 0.9; }
.lock-icon-container { margin-top: 12px; cursor: pointer; text-align: center; }
.lock-icon { text-align: center; color: white; font-size: 14px; padding: 10px 15px; background: linear-gradient(135deg, #28a745 0%, #20c997 100%); border-radius: 8px; display: inline-block; }
.lock-icon:hover { opacity: 0.9; }
.lock-badge { display: inline-block; padding: 4px 8px; background: linear-gradient(135deg, #28a745 0%, #20c997 100%); color: white; font-size: 12px; border-radius: 4px; cursor: pointer; margin-left: 8px; vertical-align: middle; float: right; }
.lock-badge:hover { opacity: 0.9; }
.qa-question { overflow: hidden; }
.back-btn { position: fixed; top: 20px; left: 20px; z-index: 1000; padding: 10px 16px; background: white; color: #667eea; border: none; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.back-btn:hover { background: #f8f9fa; }