.card{border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#f7fafc}
.stat{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}
.sign-info{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:start}
.sign-symbol{font-size:48px;color:#667eea}
.sign-details{font-size:13px;line-height:1.8}
.sign-details div{margin-bottom:4px}
.progress-bar{background:#e2e8f0;height:8px;border-radius:4px;overflow:hidden;margin-top:4px}
.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width 0.3s}
.tabs{display:flex;gap:8px;margin-bottom:12px;border-bottom:2px solid #e2e8f0}
.tab{padding:8px 16px;cursor:pointer;border:none;background:none;color:#718096;font-weight:500;border-bottom:2px solid transparent;margin-bottom:-2px}
.tab.active{color:#667eea;border-bottom-color:#667eea}
