| body { | |
| background-color: #f4f6f9; | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |
| } | |
| .sidebar { | |
| background: white; | |
| border-right: 1px solid #dee2e6; | |
| height: 100vh; | |
| overflow-y: auto; | |
| } | |
| .result-card { | |
| border: none; | |
| box-shadow: 0 4px 6px rgba(0,0,0,0.05); | |
| border-radius: 12px; | |
| margin-bottom: 20px; | |
| } | |
| .affinity-score { | |
| font-size: 3rem; | |
| font-weight: bold; | |
| color: #4e73df; | |
| } | |
| .mol-container { | |
| width: 100%; | |
| height: 600px; | |
| border-radius: 12px; | |
| overflow: hidden; | |
| border: 1px solid #ddd; | |
| } | |
| iframe { | |
| width: 100%; | |
| height: 100%; | |
| border: none; | |
| } |