/* /var/www/html/DSB/DSBX.css */
.dsbx-assistant {
    position: absolute;
    width: 340px;
    background: #1e293b;
    border: 2px solid #3b82f6;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.7);
    z-index: 950;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    color: #e2e8f0;
    pointer-events: auto;
}
.dsbx-assistant.visible {
    opacity: 1;
    transform: translateY(0);
}
.dsbx-content {
    padding: 1.2rem;
    position: relative;
}
.dsbx-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    color: #94a3b8;
    font-size: 1.6rem;
    cursor: pointer;
    line-height: 1;
}
.dsbx-close:hover { color: #e2e8f0; }
#dsbx-title {
    margin: 0 0 0.75rem;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #3b82f6;
}
#dsbx-title i { font-size: 1.3rem; }
#dsbx-desc {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #cbd5e1;
}
.dsbx-cta {
    display: inline-block;
    background: #3b82f6;
    color: white;
    padding: 0.55rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.dsbx-cta:hover { background: #2563eb; }
#stats {
    margin-top: 20px;
}

#traffic-chart {
    max-width: 600px;
    margin: 0 auto;
}

#capacity-form {
    background: #e9ecef;
    padding: 15px;
    border-radius: 8px;
}

#website-update textarea {
    height: 150px;
}
