body{
    min-height:100vh;
    background:
    radial-gradient(circle at top left,#1d4ed8 0%,transparent 25%),
    radial-gradient(circle at bottom right,#0ea5e9 0%,transparent 20%),
    linear-gradient(135deg,#020617,#071226,#0f172a);
    color:#ffffff;
}

.hero-box{
    background:linear-gradient(
        135deg,
        rgba(30,58,138,.95),
        rgba(15,23,42,.95)
    );
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(6px);
}
.dashboard-card{
    background:#0b1a33;
    border:1px solid #274472;
    border-radius:20px;
    transition:.25s ease;
}

.dashboard-card:hover{
    transform:translateY(-4px);
    border-color:#3b82f6;
}

.dashboard-card h3,
.dashboard-card h4,
.dashboard-card h5,
.dashboard-card p,
.dashboard-card div,
.dashboard-card li{
    color:#ffffff;
}

.small-muted{
    color:#cbd5e1 !important;
}

.stat-number{
    font-size:2.2rem;
    font-weight:700;
}

.action-btn{
    border-radius:14px;
    padding:14px;
    font-weight:700;
}

textarea.form-control{
    background:#ffffff;
    color:#111827;
    border-radius:14px;
}

.alert-danger{
    background:#7f1d1d;
    color:#fff;
    border:none;
}

.alert-success{
    background:#065f46;
    color:#fff;
    border:none;
}

.floating-btn{
    position:fixed;
    right:20px;
    z-index:9999;
    border-radius:50px;
    padding:12px 20px;
    font-weight:700;
    box-shadow:0 10px 25px rgba(0,0,0,.35);
}

.contact-btn{
    bottom:90px;
}

.tip-btn{
    bottom:25px;
}

.modal{
    z-index:99999;
}

.modal-backdrop{
    z-index:99998;
}

footer{
    background:rgba(255,255,255,.03);
    border-radius:20px 20px 0 0;
}

.floating-btn{
    position:fixed;
    right:20px;
    z-index:9999;
    border-radius:50px;
    padding:12px 20px;
    font-weight:700;
}

.contact-btn{bottom:90px;}
.tip-btn{bottom:25px;}