* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background-color: #f8f5f0; color: #333; line-height: 1.6; padding-bottom: 70px; }
.container { max-width: 414px; margin: 0 auto; padding: 0; }
.screen { background: #fff; border-radius: 8px; margin-bottom: 10px; padding: 15px 12px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.top-nav { background: #1a1a2e; color: #fff; display: flex; align-items: center; padding: 10px 12px; position: sticky; top: 0; z-index: 100; max-width: 414px; margin: 0 auto; }
.logo { font-size: 16px; font-weight: bold; margin-right: 12px; color: #d4af37; white-space: nowrap; }
.top-nav nav { display: flex; overflow-x: auto; white-space: nowrap; flex: 1; }
.top-nav nav::-webkit-scrollbar { display: none; }
.top-nav nav a { color: #fff; text-decoration: none; margin-left: 12px; padding: 4px 8px; border-radius: 4px; font-size: 13px; }
.top-nav nav a.active { background: #d4af37; color: #1a1a2e; font-weight: bold; }
.section-title { font-size: 18px; font-weight: bold; color: #1a1a2e; margin-bottom: 2px; }
.section-subtitle { font-size: 14px; font-weight: bold; color: #1a1a2e; margin: 15px 0 10px; }

.upload-wrapper { display: flex; gap: 10px; margin-bottom: 10px; }
.upload-main-box { flex: 2; border: 2px dashed #d4af37; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff9e6; aspect-ratio: 1/1; cursor: pointer; }
.upload-icon { font-size: 32px; }
.upload-text { font-size: 12px; color: #d4af37; margin-top: 5px; font-weight: bold; }
.upload-side-list { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.upload-side-box { border: 1px dashed #ddd; border-radius: 8px; flex: 1; display: flex; align-items: center; justify-content: center; background: #f9f9f9; cursor: pointer; font-size: 11px; color: #999; }
.upload-hint { font-size: 11px; color: #999; margin-bottom: 15px; }

.form-row-inline { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.mb-15 { margin-bottom: 15px; }
.form-label-inline { font-size: 12px; color: #666; white-space: nowrap; width: 60px; line-height: 1.2; }
.label-sub { font-size: 10px; color: #999; display: block; }
.form-input { padding: 9px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; background: #fff; }
.flex-1 { flex: 1; width: 100%; }
.form-textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; resize: none; margin-bottom: 10px; }
.form-hint { font-size: 11px; color: #999; }

.tag-container { display: flex; gap: 8px; flex-wrap: wrap; }
.form-tag { padding: 6px 12px; border-radius: 4px; font-size: 12px; cursor: pointer; }
.tag-active { border: 1px solid #d4af37; color: #d4af37; background: #fff9e6; font-weight: bold; }
.tag-normal { border: 1px solid #ddd; color: #666; background: #fff; }

.sync-forum-box { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; background: #fff9e6; padding: 10px 12px; border-radius: 5px; border: 1px dashed #d4af37; }
.sync-checkbox { width: 16px; height: 16px; accent-color: #d4af37; }
.sync-label { font-size: 13px; color: #333; font-weight: bold; cursor: pointer; }

.expert-cat-scroll { display: flex; gap: 8px; margin-bottom: 12px; overflow-x: auto; padding-bottom: 4px; }
.expert-cat-btn { padding: 3px 11px; border-radius: 12px; font-size: 11px; white-space: nowrap; cursor: pointer; }
.cat-btn-active { background: #d4af37; color: #fff; border: 1px solid #d4af37; }
.cat-btn-normal { background: #f8f5f0; color: #666; border: 1px solid #ddd; }

.expert-grid { display: flex; gap: 8px; margin-bottom: 20px; overflow-x: auto; padding-bottom: 6px; }
.expert-grid::-webkit-scrollbar { display: none; }
.expert-card { border-radius: 8px; padding: 10px 4px; text-align: center; cursor: pointer; flex: 0 0 95px; }
.card-active { background: #fff9e6; border: 2px solid #d4af37; position: relative; }
.card-normal { background: #fff; border: 1px solid #f0e6d3; }
.expert-card-badge { position: absolute; top: 0; right: 0; background: #d4af37; color: #fff; font-size: 10px; padding: 2px 6px; border-bottom-left-radius: 6px; }
.expert-card-avatar { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; margin-bottom: 4px; border: 1px solid #eee; }
.expert-card-ai { width: 38px; height: 38px; margin: 0 auto 4px; display: flex; align-items: center; justify-content: center; font-size: 20px; background: #f8f5f0; border-radius: 50%; }
.expert-card-name { font-size: 12px; font-weight: bold; color: #333; margin-bottom: 2px; }
.expert-card-title { font-size: 10px; color: #666; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.expert-card-price { font-size: 12px; color: #c41e3a; font-weight: bold; }
.color-green { color: #5b8c5a; }

.radio-group { display: flex; gap: 8px; font-size: 13px; align-items: center; white-space: nowrap; }
.radio-label, .checkbox-label { display: flex; align-items: center; gap: 2px; }
.checkbox-label { font-size: 12px; color: #333; gap: 4px; }

.section-bottom-margin { margin-bottom: 80px; }
.instruction-list { font-size: 13px; color: #666; margin-left: 20px; }
.instruction-list li { margin-bottom: 5px; }
.instruction-item-red { color: #c41e3a; font-weight: bold; }

.submit-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; padding: 10px 15px; padding-bottom: calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -2px 10px rgba(0,0,0,0.05); z-index: 100; max-width: 414px; margin: 0 auto; }
.submit-btn { width: 100%; background: linear-gradient(135deg, #d4af37, #b8860b); color: #1a1a2e; border: none; padding: 14px; border-radius: 25px; font-size: 15px; font-weight: bold; cursor: pointer; box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3); }