.tm-v9-main { max-width: 600px; margin: 20px auto; font-family: 'Inter', sans-serif; }
.tm-progress-container { width: 100%; height: 8px; background: #eee; border-radius: 10px; margin-bottom: 15px; overflow: hidden; }
.tm-bar-fill { width: 0%; height: 100%; background: #3498db; transition: 0.5s; }

.tm-header { display: flex; justify-content: space-between; font-weight: bold; color: #777; font-size: 13px; margin-bottom: 10px; }
.tm-question-card { background: #FDEADA; padding: 25px; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); }

/* Zengin Metin Destekleri */
.tm-text-content { line-height: 1.6; font-size: 17px; color: #2c3e50; }
.tm-text-content b { color: #000; font-weight: 800; }
.tm-text-content ul { margin: 10px 0 10px 20px; }
.tm-text-content li { margin-bottom: 5px; }
.tm-text-content img { border-radius: 12px; margin: 15px 0; display: block; }

.tm-opt-v9 { background: #fff; padding: 15px; margin: 12px 0; border-radius: 12px; cursor: pointer; border: 2px solid transparent; transition: 0.2s; }
.tm-opt-v9:hover { border-color: #3498db; }
.tm-opt-v9.correct { background: #2ecc71 !important; color: #fff; }
.tm-opt-v9.wrong { background: #e74c3c !important; color: #fff; }
.tm-opt-v9.done { pointer-events: none; }

.tm-matrix { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 20px; justify-content: center; }
.tm-report-card { background: #fff; padding: 30px; border-radius: 25px; text-align: center; box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.g-fill { fill: none; stroke: #3498db; stroke-width: 3; stroke-linecap: round; stroke-dasharray: 0, 100; transition: 1.5s; transform: rotate(-90deg); transform-origin: 50% 50%; }
.tm-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 20px 0; }
.tm-s-item { background: #f8f9fa; padding: 10px; border-radius: 8px; font-size: 10px; }
.tm-s-item b { display: block; font-size: 16px; margin-top: 4px; }
.wa { background: #25D366; color: #fff; text-decoration: none; padding: 10px; border-radius: 8px; display: inline-block; margin: 5px; }
.tw { background: #000; color: #fff; text-decoration: none; padding: 10px; border-radius: 8px; display: inline-block; margin: 5px; }
.tm-btn-reload { width: 100%; padding: 15px; background: #34495e; color: #fff; border: none; border-radius: 10px; cursor: pointer; font-weight: bold; }