* {
    box-sizing: border-box;
}
:root {
    --purple: #6d4aff;
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --success: #22c55e;
    --warning: #f59e0b;
    --danger: #ef4444;
    --surface: #ffffff;
    --surface-alt: #f7f8ff;
    --surface-soft: #f3f4ff;
    --surface-muted: #eef2ff;
    --surface-border: rgba(15, 23, 42, 0.08);
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --gray: #64748b;
    --shadow-soft: 0 24px 70px rgba(15, 23, 42, 0.08);
    --shadow-soft-2: 0 10px 30px rgba(15, 23, 42, 0.06);
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
    background: var(--surface-soft);
    color: var(--text-primary);
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    width: 100%;
}

img { max-width: 100%; height: auto; display: block; will-change: auto; }
a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--purple); }
button, .btn { font-weight: 600; cursor: pointer; user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
button:focus, .btn:focus { outline: 2px solid transparent; outline-offset: 2px; }
.header-top .container { max-width: 1200px; }
.header-top { position: sticky; top: 0; z-index: 1100; background: rgba(255,255,255,.98); backdrop-filter: blur(20px); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; border-bottom: 1px solid rgba(16,18,29,.06); box-shadow: 0 4px 20px rgba(0,0,0,.04); }
.header-top .navbar { padding: .75rem 1rem; min-height: 72px; transition: padding .3s ease, background .3s ease; align-items: center; }
.header-top .navbar-brand { color: #10121D; letter-spacing: .02em; font-size: 1.25rem; }
.header-top .navbar-nav { gap: 1.5rem; align-items: center; }
.header-top .nav-link { color: #3f4254; padding: .3rem 0; border-radius: 0; background: transparent; position: relative; font-weight: 500; transition: color .25s ease; }
.header-top .nav-link::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--purple); transition: width .25s ease, opacity .25s ease; opacity: 0; }
.header-top .nav-link:hover { color: var(--purple); }
.header-top .nav-link:hover::after { width: 100%; opacity: 1; }
.header-top .nav-link.active { color: #4f3cf0; }
.header-top .nav-link.active::after { width: 100%; opacity: 1; }
.header-top .navbar-toggler { border: 1px solid rgba(16,18,29,.12); border-radius: 12px; padding: .45rem; transition: border-color .25s ease, transform .25s ease; }
.header-top .navbar-toggler:hover { transform: translateY(-1px); }
.header-top .navbar-toggler-icon { filter: none; }
.header-top .navbar-collapse { transition: max-height .35s ease, opacity .35s ease; }
.header-top .navbar-collapse.show { background: rgba(255,255,255,.98); border-radius: 20px; padding: 1.1rem; box-shadow: 0 22px 55px rgba(16,18,29,.08); margin-top: .8rem; }
.header-top .navbar-collapse .nav-link { width: 100%; padding: .9rem 1rem; }
.navbar-dropdown-wrapper { position: relative; }
.navbar-dropdown-btn { position: relative; z-index: 1101; pointer-events: auto; transition: all .25s ease; }
.navbar-dropdown-btn::after { content: ''; position: absolute; right: 14px; top: 50%; transform: translateY(-50%) rotate(0deg); width: 14px; height: 14px; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center; background-size: contain; transition: transform .3s ease; }
.navbar-dropdown-menu { position: absolute; top: 100%; right: 0; margin-top: 8px; background: #fff; border-radius: 20px; box-shadow: 0 20px 60px rgba(16,18,29,.12); overflow: hidden; min-width: 220px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all .3s cubic-bezier(.16,.1,.3,.8); pointer-events: none; z-index: 1100; }
.navbar-dropdown-menu.active { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.navbar-dropdown-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: #10121D; text-decoration: none; font-weight: 500; font-size: .95rem; transition: all .2s ease; border-bottom: 1px solid rgba(16,18,29,.05); }
.navbar-dropdown-item:last-child { border-bottom: none; }
.navbar-dropdown-item:hover { background: rgba(109,74,255,.08); color: var(--purple); padding-left: 20px; }
.navbar-dropdown-item .dropdown-icon { font-size: 1.1rem; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: rgba(109,74,255,.08); border-radius: 10px; }
.navbar-dropdown-item:hover .dropdown-icon { background: rgba(109,74,255,.15); }
.header-top .navbar-actions { display: flex; align-items: center; gap: .75rem; position: relative; z-index: 1050; }
.header-top .btn-secondary-outline { color: #4b4b59; background: #fff; border: 1px solid rgba(16,18,29,.12); box-shadow: none; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.header-top .btn-secondary-outline:hover { color: #3f3f5f; background: rgba(109,74,255,.04); border-color: rgba(109,74,255,.18); transform: translateY(-1px); }
.header-top .btn-cta { color: #fff; background: linear-gradient(135deg, #6d4aff, #5b3cf0); border: none; box-shadow: 0 18px 60px rgba(109,74,255,.18); transition: transform .25s ease, box-shadow .25s ease; }
.header-top .btn-cta:hover { transform: translateY(-1px); box-shadow: 0 22px 68px rgba(109,74,255,.22); }
.homepage .header-top { background: transparent; border-bottom: none; box-shadow: none; }
.homepage .header-top .navbar-brand { color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.16); }
.homepage .header-top .nav-link { color: #10121D; }
.homepage .header-top .nav-link:hover { color: var(--purple); }
.homepage .header-top .nav-link::after { background: var(--purple); }
.homepage .header-top .navbar-toggler { border-color: rgba(255,255,255,.72); }
.homepage .header-top .navbar-toggler-icon { filter: invert(1); }
.homepage .header-top.scrolled { background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(16,18,29,.08); box-shadow: 0 14px 40px rgba(16,18,29,.08); }
.homepage .header-top.scrolled .navbar-brand { color: #10121D; text-shadow: none; }
.homepage .header-top.scrolled .nav-link { color: #4b4c5c; }
.homepage .header-top.scrolled .nav-link:hover { color: var(--purple); }
.homepage .header-top.scrolled .navbar-toggler { border-color: rgba(16,18,29,.12); }
.homepage .header-top.scrolled .navbar-toggler-icon { filter: none; }
.bg-purple.text-white h5 { color: #10121D; }
.bg-purple.text-white p { color: #10121D; }
.text-purple { color: var(--purple) !important; }
.text-purple-soft { color: rgba(109,74,255,.75); }
.btn-purple { color: #fff; text-shadow: none; background: linear-gradient(135deg, #6D4AFF, #5B3CF0); border-color: transparent; box-shadow: 0 20px 55px rgba(109,74,255,.16); font-weight: 700; padding: .95rem 1.85rem; border-radius: 999px; transition: all .3s cubic-bezier(.16,.1,.3,.8); will-change: transform, box-shadow; }
.btn-purple:hover, .btn-purple:focus { transform: translateY(-2px); background: linear-gradient(135deg, #5B3CF0, #4F3CE8); box-shadow: 0 28px 80px rgba(109,74,255,.2); }
.btn-purple:active { transform: translateY(0); box-shadow: 0 12px 26px rgba(109,74,255,.18); }
.btn-white.btn-purple { background: #fff; color: var(--purple); border: 1px solid rgba(109,74,255,.16); box-shadow: 0 18px 32px rgba(16,18,29,.07); transition: all .3s cubic-bezier(.16,.1,.3,.8); }
.btn-white.btn-purple:hover { background: rgba(109,74,255,.08); border-color: rgba(109,74,255,.25); transform: translateY(-2px); }
.btn-outline-purple { color: var(--purple); border: 1px solid rgba(109,74,255,.18); background: rgba(255,255,255,.95); }
.btn-outline-purple:hover, .btn-outline-purple:focus { background: rgba(109,74,255,.1); color: var(--purple); }
.hero-section { position: relative; overflow: hidden; padding: 4.5rem 0 5.5rem; min-height: 80vh; background: linear-gradient(135deg, #0A102D 0%, #161B44 35%, #3D2AE7 100%); color: #F8F7FF; animation: fadeInUp .8s ease-out; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-section::before { content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(109,74,255,.18), transparent 26%), radial-gradient(circle at bottom right, rgba(255,255,255,.09), transparent 20%);
    pointer-events: none;
}
.hero-section .container { position: relative; z-index: 1; padding-left: 1rem; padding-right: 1rem; }
.hero-section .row { align-items: center; }
.hero-section .col-lg-6:first-child { max-width: 640px; }
.hero-section h1, .hero-section .display-5 { color: #fff; }
.hero-section h1 { font-size: clamp(2.2rem, 6vw, 3.5rem); line-height: 1.12; margin-bottom: 1rem; font-weight: 800; letter-spacing: -0.02em; animation: slideUp .8s ease-out 0.1s both; }
.hero-section p.lead { color: rgba(255,255,255,.92); max-width: 100%; font-size: 1rem; line-height: 1.8; margin-bottom: 1.8rem; animation: slideUp .8s ease-out 0.2s both; }
.hero-section .badge { background: rgba(255,255,255,.12); color: #fff; display: inline-block; animation: slideUp .8s ease-out 0.05s both; }
.hero-section .d-flex.flex-wrap { gap: 1rem; animation: slideUp .8s ease-out 0.25s both; }
.hero-section .btn { position: relative; z-index: 2; pointer-events: auto; transition: all .3s ease; min-height: 48px; display: flex; align-items: center; justify-content: center; }
.hero-section .btn:hover, .hero-section .btn:focus { transform: translateY(-2px); will-change: transform; }
.hero-section .btn:active { transform: translateY(0); }
#heroAccessBtn { position: relative; z-index: 101; }
#heroDropdownMenu { z-index: 100; }
#heroDropdownMenu.active { z-index: 200; }
.hero-dropdown-wrapper { position: relative; }
.hero-dropdown-menu { position: absolute; top: 100%; left: 0; margin-top: 12px; background: #fff; border-radius: 16px; box-shadow: 0 20px 60px rgba(16,18,29,.12); overflow: hidden; min-width: 240px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all .3s cubic-bezier(.16,.1,.3,.8); pointer-events: none; z-index: 100; }
.hero-dropdown-menu.active { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; z-index: 200; }
.hero-dropdown-item { display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: #10121D; text-decoration: none; font-weight: 500; font-size: .95rem; transition: all .2s ease; border-bottom: 1px solid rgba(16,18,29,.05); }
.hero-dropdown-item:last-child { border-bottom: none; }
.hero-dropdown-item:hover { background: rgba(109,74,255,.08); color: var(--purple); padding-left: 20px; }
.hero-dropdown-item .dropdown-icon { font-size: 1.1rem; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: rgba(109,74,255,.08); border-radius: 10px; }
.hero-dropdown-item:hover .dropdown-icon { background: rgba(109,74,255,.15); }
.stat-card { min-height: 160px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.12); backdrop-filter: blur(16px); border-radius: 1.5rem; }
.hero-visual { border-radius: 2rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 80px rgba(16,18,29,.12); }
.hero-visual .visual-top { margin-bottom: 1.75rem; }
.hero-visual .dashboard-card { background: #fff; border-radius: 1.8rem; box-shadow: 0 20px 60px rgba(16,18,29,.08); }
.hero-visual .mini-card { background: #fff; border: 1px solid rgba(16,18,29,.08); border-radius: 1.3rem; }
.status-dot { width: 10px; height: 10px; border-radius: 100%; display: inline-block; }
.status-dot.bg-success { background: #6EE7B7; }
.chart-grid { gap: 0.75rem; }
.chart-bar { flex: 1; border-radius: 999px 999px 0 0; background: linear-gradient(180deg, #6D4AFF, #3D2AE7); }
.chart-bar-1 { height: 40px; }
.chart-bar-2 { height: 90px; }
.chart-bar-3 { height: 65px; }
.chart-bar-4 { height: 110px; }
.chart-bar-5 { height: 75px; }

.section-title { font-size: clamp(2.4rem, 3vw, 4rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 1rem; animation: slideUp .8s ease-out; }
.section-subtitle { color: var(--gray); max-width: 680px; margin: 0 auto; font-size: 1.02rem; line-height: 1.75; animation: slideUp .8s ease-out 0.1s both; }
.badge { border-radius: 999px; padding: .7rem 1rem; letter-spacing: .02em; }
.trusted-logo {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16,18,29,.08);
    border-radius: 16px;
    background: rgba(109,74,255,.04);
    color: #10121D;
    font-weight: 600;
    font-size: .95rem;
    padding: .95rem .85rem;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.trusted-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 45px rgba(16,18,29,.08);
    background: rgba(109,74,255,.08);
}
.feature-card, .service-card, .portfolio-card, .faq-card, .testimonial-card, .pricing-card { border: 1px solid rgba(15,23,42,.08); border-radius: 28px; background: #fff; box-shadow: 0 18px 50px rgba(16,18,29,.08); transition: transform .3s ease, box-shadow .3s ease; }
.feature-card:hover, .service-card:hover, .portfolio-card:hover, .faq-card:hover, .testimonial-card:hover, .pricing-card:hover { transform: translateY(-4px); box-shadow: 0 28px 70px rgba(16,18,29,.1); }
.service-card { min-height: 100%; border-color: rgba(109,74,255,.12); }
.service-card .icon-box { width: 64px; height: 64px; border-radius: 22px; background: rgba(109,74,255,.1); display: grid; place-items: center; font-size: 1.55rem; }
.service-card .icon-box.image-icon { padding: 8px; background: rgba(247,248,252,1); }
.service-card .icon-box.image-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.service-card h5, .pricing-card h3, .testimonial-card h5 { margin-top: 1.25rem; }
.service-card p { color: #545869; }
.service-card a { display: inline-flex; align-items: center; gap: .35rem; font-weight: 700; }
.service-card a:hover { text-decoration: none; }
.pricing-card { padding: 2.5rem; min-height: 100%; position: relative; overflow: hidden; border-color: rgba(109,74,255,.14); }
.pricing-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(109,74,255,.04), rgba(109,74,255,0)); pointer-events: none; }
.pricing-card .package-label { display: inline-flex; padding: .6rem 1rem; border-radius: 999px; background: rgba(109,74,255,.1); color: var(--purple); font-weight: 700; letter-spacing: .04em; font-size: .82rem; }
.pricing-card h3 { font-size: clamp(2.1rem, 2.4vw, 2.6rem); margin: 1rem 0; }
.pricing-card ul { list-style: none; padding: 0; margin: 0; }
.pricing-card ul li { color: #4d4f68; margin-bottom: .9rem; line-height: 1.75; }
.pricing-card .price-option { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: 1rem 1.1rem; border-radius: 18px; background: rgba(109,74,255,.05); margin: .85rem 0; }
.pricing-card .price-option strong { color: #24253f; }
.pricing-card .price-option span { color: #6b6d8d; font-size: .95rem; }
.pricing-card.featured { border-color: rgba(109,74,255,.22); box-shadow: 0 30px 80px rgba(109,74,255,.12); }
.portfolio-card { overflow: hidden; border-color: rgba(15,23,42,.08); display: flex; flex-direction: column; justify-content: space-between; }
.portfolio-card .img-fluid { transition: transform .4s ease; }
.portfolio-card:hover .img-fluid { transform: scale(1.03); }
.portfolio-card span.badge { border-radius: 999px; }
.testimonial-card { padding: 2rem; min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-card p { color: #4b4b67; font-size: 1rem; line-height: 1.9; }
.pricing-card { padding: 2.5rem; min-height: 100%; }
.pricing-card.featured { border-color: rgba(109,74,255,.22); box-shadow: 0 30px 80px rgba(109,74,255,.12); }
.faq-card { padding: 2rem; }
.footer-links li + li { margin-top: .75rem; }
.contact-form .form-control, .contact-form .form-select { border-radius: 16px; padding: 1rem; }
.contact-form label { font-weight: 600; }
.contact-form .upload-note { margin-top: .5rem; color: var(--gray); }
.footer { background: #090e22; color: #d0d4ec; }
footer a { color: rgba(255,255,255,.82); transition: color .25s ease, transform .25s ease; }
footer a:hover { color: #fff; transform: translateX(2px); }
footer .border-top { border-color: rgba(255,255,255,.08) !important; }
footer h5, footer h6 { color: #fff; }
footer .footer-contact p, footer .footer-contact a { color: #d7d9ea; }
footer .footer-meta { color: rgba(255,255,255,.6); }
footer .social-links a { color: rgba(255,255,255,.75); }
footer .social-links a:hover { color: #fff; }
@media (max-width: 991px) {
    .hero-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
    .header-top .navbar { padding: .8rem 0; justify-content: space-between; flex-wrap: wrap; }
    .header-top .navbar-collapse.show { margin-top: .6rem; }
    .header-top .navbar-collapse .nav-link { width: 100%; }
    .header-top .navbar-actions { width: auto; justify-content: flex-end; flex-wrap: wrap; gap: .65rem; margin-top: 0; }
}
@media (max-width: 767px) {
    .hero-section { min-height: auto; padding-top: 2.4rem; padding-bottom: 3rem; }
    .hero-section .col-lg-6 { max-width: 100%; }
    .hero-section .container { padding-left: 1rem; padding-right: 1rem; }
    .hero-visual { padding: 1.5rem; }
    .hero-visual .dashboard-card { margin-bottom: 1.5rem; }
    .hero-visual .mini-card { padding: 1rem; }
    .navbar-nav { gap: .5rem; }
    .navbar-nav .nav-link { padding: .6rem 0; font-size: .95rem; }
    .header-top .navbar { display: flex; padding: .6rem 1rem; min-height: 72px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
    .header-top .navbar-brand { font-size: 1.05rem; padding: 0; margin: 0; font-weight: 700; letter-spacing: -.01em; flex: 0 1 auto; min-width: 0; }
    .header-top .navbar-actions { order: 2; display: flex; align-items: center; justify-content: flex-end; flex: 0 0 auto; gap: .5rem; margin: 0 0 0 auto; padding: 0; white-space: nowrap; }
    .header-top .navbar-actions .navbar-dropdown-btn { white-space: nowrap; }
    .header-top .navbar-toggler { order: 3; flex: 0 0 auto; margin-left: .75rem; border-radius: 14px; padding: .65rem .75rem; position: relative; z-index: 1120; border-color: rgba(16,18,29,.1); }
    .header-top .navbar-collapse { order: 5; width: 100%; padding: .8rem 0 .3rem; background: transparent; }
    .header-top .navbar-collapse.show { width: 100%; margin: 1rem -1rem 0 -1rem; padding: 1.2rem 1rem; background: rgba(255,255,255,.98); border-radius: 20px; box-shadow: 0 8px 32px rgba(16,18,29,.08); }
    .header-top .navbar-collapse.show .nav-link { color: #3f4254; padding: .75rem .5rem; }
    .header-top .navbar-collapse.show .nav-link:hover { color: var(--purple); }
    .navbar-dropdown-menu { right: 0; }
    .hero-section .btn { width: 100%; }
    .hero-section h1 { font-size: clamp(2rem, 7vw, 2.6rem); margin-bottom: .9rem; }
    .hero-section p.lead { font-size: .97rem; line-height: 1.75; margin-bottom: 1.4rem; }
    .hero-section .d-flex.flex-wrap { flex-direction: column; align-items: stretch; gap: .9rem; position: relative; }
    .hero-section .badge { margin-bottom: .8rem; }
    .hero-dropdown-wrapper { position: relative; width: 100%; }
    .hero-dropdown-menu { position: absolute; top: 100%; left: 0; right: 0; width: 100%; margin-top: 8px; }
    .hero-dropdown-menu.active { position: absolute; top: 100%; left: 0; right: 0; width: 100%; }
}
@media (max-width: 480px) {
    .header-top { z-index: 1100; }
    .header-top .navbar { padding: .55rem .85rem; min-height: 68px; }
    .header-top .navbar-brand { font-size: .95rem; }
    .header-top .navbar-toggler { padding: .65rem .7rem; }
    .navbar-dropdown-menu { right: -8px; min-width: 200px; }
    .navbar-dropdown-item { padding: 12px 16px; font-size: .9rem; }
    .hero-section { padding-top: 2rem; padding-bottom: 2.5rem; }
    .hero-section h1 { font-size: clamp(1.9rem, 7.5vw, 2.4rem); line-height: 1.1; margin-bottom: .8rem; }
    .hero-section p.lead { font-size: .95rem; line-height: 1.7; margin-bottom: 1.2rem; }
    .hero-section .badge { font-size: .8rem; padding: .55rem .85rem; }
    .hero-section .btn { padding: .85rem 1rem; font-size: .95rem; min-height: 44px; }
    .hero-section .d-flex.flex-wrap { gap: .8rem; }
    .hero-visual { padding: 1.1rem; }
    .hero-visual .dashboard-card { margin-bottom: 1.1rem; }
    .hero-visual .mini-card { padding: .9rem; }
    .section-title { font-size: 2rem; }
    .section-subtitle { font-size: .95rem; }
    .stat-card { min-height: 140px; }
    .hero-dropdown-menu { min-width: 100%; width: 100%; }
    .hero-dropdown-wrapper { position: relative; width: 100%; }
}

/* Admin styles */
.admin-layout { min-height: 100vh; background: linear-gradient(180deg, #F5F5FF 0%, #EFF0FC 100%); }
.sidebar { background: #0F1121; color: #D8DAF2; min-height: 100vh; }
.sidebar a { color: rgba(216,218,242,.84); }
.sidebar a.active, .sidebar a:hover { color: #fff; }
.sidebar .nav-link { padding: .9rem 1rem; border-radius: 14px; margin-bottom: .35rem; transition: background .2s ease, color .2s ease; }
.sidebar .nav-link.active { background: rgba(109,74,255,.14); }
.topbar { background: #fff; border-bottom: 1px solid #E7E9F6; }
.card-dashboard { border-radius: 22px; background: #fff; box-shadow: 0 24px 60px rgba(16,18,29,.08); }
.table-responsive { overflow-x: auto; }
.badge-status { border-radius: 12px; font-size: .8rem; }
.bg-purple-soft { background: rgba(109,74,255,.08); }
.bg-dark-soft { background: #171A30; }
.upload-note { font-size: .88rem; color: #717797; }
.form-control:focus { box-shadow: 0 0 0 0.15rem rgba(109,74,255,.18); border-color: rgba(109,74,255,.6); }
.btn-outline-purple { border-color: rgba(109,74,255,.35); color: var(--purple); }
.btn-outline-purple:hover { background: rgba(109,74,255,.08); }
