.license-banner {
    padding: .65rem 1rem;
    font-size: .92rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.08);
    position: relative;
    z-index: 1500;
}
.license-banner-icon {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0,0,0,.12);
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.license-banner-grace { background: #fff3cd; color: #664d03; }
.license-banner-softlocked { background: #f8d7da; color: #58151c; }
.license-banner-error { background: #f8d7da; color: #58151c; }

.license-hardlock {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1.5rem;
}
.license-hardlock-card {
    background: #fff;
    max-width: 540px;
    width: 100%;
    border-radius: 14px;
    padding: 2rem 2rem 1.5rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
    text-align: center;
}
.license-hardlock-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    background: #dc2626;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.license-hardlock-card h2 { margin: 0 0 .5rem; color: #111827; }
.license-hardlock-card p { margin: .25rem 0; color: #374151; }
.license-hardlock-card .muted { font-size: .85rem; color: #6b7280; margin-top: 1rem; }
.license-hardlock-meta {
    list-style: none;
    padding: .9rem 1rem;
    margin: 1rem 0 0;
    background: #f9fafb;
    border-radius: 8px;
    text-align: left;
    font-size: .9rem;
    color: #374151;
}
.license-hardlock-meta li { margin: .15rem 0; }
