-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #dbeafe; } .copy-all-btn { background: #2563eb; color: white; border: none; border-radius: 4px; padding: 6px 12px; font-size: 12px; cursor: pointer; font-weight: 500; transition: all 0.2s; } .copy-all-btn:hover { background: #1d4ed8; } .copy-all-btn.copied { background: #16a34a; } .claude-md-item { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 8px; padding: 10px 0; border-bottom: 1px solid #dbeafe; } .claude-md-item:last-child { border-bottom: none; } .cmd-checkbox { margin-top: 2px; } .cmd-code { background: white; padding: 8px 12px; border-radius: 4px; font-size: 12px; color: #1e40af; border: 1px solid #bfdbfe; font-family: monospace; display: block; white-space: pre-wrap; word-break: break-word; flex: 1; } .cmd-why { font-size: 12px; color: #64748b; width: 100%; padding-left: 24px; margin-top: 4px; } .features-section, .patterns-section { display: flex; flex-direction: column; gap: 12px; margin: 16px 0; } .feature-card { background: #f0fdf4; border: 1px solid #86efac; border-radius: 8px; padding: 16px; } .pattern-card { background: #f0f9ff; border: 1px solid #7dd3fc; border-radius: 8px; padding: 16px; } .feature-title, .pattern-title { font-weight: 600; font-size: 15px; color: #0f172a; margin-bottom: 6px; } .feature-oneliner { font-size: 14px; color: #475569; margin-bottom: 8px; } .pattern-summary { font-size: 14px; color: #475569; margin-bottom: 8px; } .feature-why, .pattern-detail { font-size: 13px; color: #334155; line-height: 1.5; } .feature-examples { margin-top: 12px; } .feature-example { padding: 8px 0; border-top: 1px solid #d1fae5; } .feature-example:first-child { border-top: none; } .example-desc { font-size: 13px; color: #334155; margin-bottom: 6px; } .example-code-row { display: flex; align-items: flex-start; gap: 8px; } .example-code { flex: 1; background: #f1f5f9; padding: 8px 12px; border-radius: 4px; font-family: monospace; font-size: 12px; color: #334155; overflow-x: auto; white-space: pre-wrap; } .copyable-prompt-section { margin-top: 12px; padding-top: 12px; border-top: 1px solid #e2e8f0; } .copyable-prompt-row { display: flex; align-items: flex-start; gap: 8px; } .copyable-prompt { flex: 1; background: #f8fafc; padding: 10px 12px; border-radius: 4px; font-family: monospace; font-size: 12px; color: #334155; border: 1px solid #e2e8f0; white-space: pre-wrap; line-height: 1.5; } .feature-code { background: #f8fafc; padding: 12px; border-radius: 6px; margin-top: 12px; border: 1px solid #e2e8f0; display: flex; align-items: flex-start; gap: 8px; } .feature-code code { flex: 1; font-family: monospace; font-size: 12px; color: #334155; white-space: pre-wrap; } .pattern-prompt { background: #f8fafc; padding: 12px; border-radius: 6px; margin-top: 12px; border: 1px solid #e2e8f0; } .pattern-prompt code { font-family: monospace; font-size: 12px; color: #334155; display: block; white-space: pre-wrap; margin-bottom: 8px; } .prompt-label { font-size: 11px; font-weight: 600; text-transform: uppercase; color: #64748b; margin-bottom: 6px; } .copy-btn { background: #e2e8f0; border: none; border-radius: 4px; padding: 4px 8px; font-size: 11px; cursor: pointer; color: #475569; flex-shrink: 0; } .copy-btn:hover { background: #cbd5e1; } .charts-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 24px 0; } .chart-card { background: white; border: 1px solid #e2e8f0; border-radius: 8px; padding: 16px; } .chart-title { font-size: 12px; font-weight: 600; color: #64748b; text-transform: uppercase; margin-bottom: 12px; } .bar-row { display: flex; align-items: center; margin-bottom: 6px; } .bar-label { width: 100px; font-size: 11px; color: #475569; flex-shrink: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .bar-track { flex: 1; height: 6px; background: #f1f5f9; border-radius: 3px; margin: 0 8px; } .bar-fill { height: 100%; border-radius: 3px; } .bar-value { width: 28px; font-size: 11px; font-weight: 500; color: #64748b; text-align: right; } .empty { color: #94a3b8; font-size: 13px; } .horizon-section { display: flex; flex-direction: column; gap: 16px; } .horizon-card { background: linear-gradient(135deg, #faf5ff 0%, #f5f3ff 100%); border: 1px solid #c4b5fd; border-radius: 8px; padding: 16px; } .horizon-title { font-weight: 600; font-size: 15px; color: #5b21b6; margin-bottom: 8px; } .horizon-possible { font-size: 14px; color: #334155; margin-bottom: 10px; line-height: 1.5; } .horizon-tip { font-size: 13px; color: #6b21a8; background: rgba(255,255,255,0.6); padding: 8px 12px; border-radius: 4px; } .feedback-header { margin-top: 48px; color: #64748b; font-size: 16px; } .feedback-intro { font-size: 13px; color: #94a3b8; margin-bottom: 16px; } .feedback-section { margin-top: 16px; } .feedback-section h3 { font-size: 14px; font-weight: 600; color: #475569; margin-bottom: 12px; } .feedback-card { background: white; border: 1px solid #e2e8f0; border-radius: 8px; padding: 16px; margin-bottom: 12px; } .feedback-card.team-card { background: #eff6ff; border-color: #bfdbfe; } .feedback-card.model-card { background: #faf5ff; border-color: #e9d5ff; } .feedback-title { font-weight: 600; font-size: 14px; color: #0f172a; margin-bottom: 6px; } .feedback-detail { font-size: 13px; color: #475569; line-height: 1.5; } .feedback-evidence { font-size: 12px; color: #64748b; margin-top: 8px; } .fun-ending { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border: 1px solid #fbbf24; border-radius: 12px; padding: 24px; margin-top: 40px; text-align: center; } .fun-headline { font-size: 18px; font-weight: 600; color: #78350f; margin-bottom: 8px; } .fun-detail { font-size: 14px; color: #92400e; } .collapsible-section { margin-top: 16px; } .collapsible-header { display: flex; align-items: center; gap: 8px; cursor: pointer; padding: 12px 0; border-bottom: 1px solid #e2e8f0; } .collapsible-header h3 { margin: 0; font-size: 14px; font-weight: 600; color: #475569; } .collapsible-arrow { font-size: 12px; color: #94a3b8; transition: transform 0.2s; } .collapsible-content { display: none; padding-top: 16px; } .collapsible-content.open { display: block; } .collapsible-header.open .collapsible-arrow { transform: rotate(90deg); } @media (max-width: 640px) { .charts-row { grid-template-columns: 1fr; } .stats-row { justify-content: center; } }