.home-mini-dash-bar {
    font-family: 'Segoe UI', Arial, sans-serif;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(125deg, #0f172a 0%, #1e1b4b 55%, #4338ca 100%);
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.06), 0 12px 24px rgba(15, 23, 42, 0.14);
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 18px;
    margin-bottom: 20px;
}

.home-mini-dash-bar::before {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    top: -90px;
    right: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.hmdbar-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.25);
    background: #fff;
    position: relative;
    z-index: 1;
}

.hmdbar-info {
    position: relative;
    z-index: 1;
    min-width: 0;
    flex: 1 1 220px;
}

.hmdbar-info h5 {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 0.86rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hmdbar-progress-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hmdbar-progress {
    flex: 1;
    max-width: 160px;
    height: 6px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.22);
    overflow: hidden;
}

.hmdbar-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #818cf8, #a5b4fc);
    border-radius: 20px;
}

.hmdbar-pct {
    font-size: 0.68rem;
    font-weight: 700;
    color: #c7d2fe;
    white-space: nowrap;
}

.hmdbar-stats {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    flex: 0 0 auto;
}

.hmdbar-stat {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.hmdbar-stat:hover {
    text-decoration: none;
    color: inherit;
}

.hmdbar-stat strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.hmdbar-stat span {
    display: block;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 1px;
}

.hmdbar-links {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

.hmdbar-links a {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 150ms ease, background-color 150ms ease;
}

.hmdbar-btn-primary {
    background: linear-gradient(120deg, #6366f1, #818cf8);
    color: #fff;
}

.hmdbar-btn-primary:hover {
    opacity: 0.9;
    color: #fff;
}

.hmdbar-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    background: transparent;
}

.hmdbar-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

@media (max-width: 767px) {
    .home-mini-dash-bar {
        flex-wrap: wrap;
        padding: 14px 16px;
    }
    .hmdbar-stats {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        margin-top: 6px;
    }
    .hmdbar-links {
        order: 4;
        width: 100%;
        margin-top: 6px;
    }
    .hmdbar-links a {
        flex: 1;
        text-align: center;
    }
}

.gr-seo-content { margin-top: 20px; background:#fff; border:1px solid #eee; border-radius:10px; padding:20px; }
.gr-seo-content h2 { font-size: 1.2rem; font-weight: 800; color: #212529; margin: 0 0 12px; }
.gr-seo-content p { font-size: 0.93rem; line-height: 1.75; color: #495057; margin: 0 0 12px; }
.gr-seo-content ul { font-size: 0.93rem; line-height: 1.75; color: #495057; margin: 0 0 12px; padding-left: 20px; }
.gr-seo-content li { margin-bottom: 5px; }
.gr-faq-item { border-bottom: 1px solid #eee; padding: 12px 0; }
.gr-faq-item:last-child { border-bottom: none; }
.gr-faq-item summary { font-weight: 700; font-size: 0.93rem; color: #212529; cursor: pointer; list-style:none; position:relative; padding-right:24px; }
.gr-faq-item summary::-webkit-details-marker { display:none; }
.gr-faq-item summary::after { content:'+'; position:absolute; right:0; top:0; font-size:1.15rem; color:#dc3545; }
.gr-faq-item[open] summary::after { content:'\2212'; }
.gr-faq-item p { margin: 8px 0 0; }
