.admin-mini-btn {
    position: fixed;
    top: 16px;
    right: 16px;
    left: auto;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(255,255,255,.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #111827;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(2,6,23,.10);
}

.admin-mini-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 32px rgba(2,6,23,.14);
}

.admin-mini-btn .gear {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(15,23,42,.06);
    font-size: 16px;
    line-height: 1;
}

.info-box {
    display: none;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    color: #0284c7;
    padding: 12px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.disclaimer-box {
    background: #fff7ed;
    border: 1px solid #ffedd5;
    color: #c2410c;
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.error-box {
    background: #fee2e2;
    border: 2px solid #ef4444;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.error-box h3 {
    color: #b91c1c;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 15px;
}

.error-item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #fca5a5;
    padding-bottom: 15px;
}

.error-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.error-title {
    font-weight: 800;
    color: #991b1b;
    display: block;
    margin-bottom: 4px;
}

.error-desc {
    font-size: 16px;
    color: #7f1d1d;
    display: block;
    margin-bottom: 10px;
}

.btn-fix {
    padding: 6px 14px;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ef4444;
    background: #fff;
    color: #ef4444;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-fix:hover {
    background: #ef4444;
    color: white;
}
