/* PaluHosting Patch Canggih V1 */
.smart-hero {
    background: radial-gradient(circle at top left, rgba(78,84,200,.20), transparent 35%), linear-gradient(135deg, #f8fbff 0%, #eef2ff 100%);
    border: 1px solid rgba(78,84,200,.08);
}
.smart-card {
    border: 0;
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(20,30,70,.08);
    overflow: hidden;
}
.smart-card-soft {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.55);
}
.smart-pill {
    border-radius: 999px;
    padding: .42rem .85rem;
    font-weight: 700;
    font-size: .78rem;
}
.smart-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(78,84,200,.12), rgba(143,148,251,.18));
    color: #4e54c8;
}
.smart-table th {
    text-transform: uppercase;
    font-size: .74rem;
    letter-spacing: .04em;
    color: #778;
}
.timeline-reply {
    border-left: 3px solid rgba(78,84,200,.20);
    margin-left: 12px;
    padding-left: 18px;
}
.timeline-reply .reply-bubble {
    border-radius: 18px;
    background: #f8f9ff;
    border: 1px solid #eef0ff;
}
.dashboard-alert-card {
    border: 1px solid rgba(78,84,200,.12);
    background: linear-gradient(135deg, rgba(78,84,200,.05), rgba(143,148,251,.10));
}
.status-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
}
@media (max-width: 768px) {
    .smart-card { border-radius: 18px; }
    .smart-table { min-width: 760px; }
}
