/* =========================================================
   TINKEDGE LMS - GENERATED UI REPLICA
========================================================= */

:root{
    --primary-dark:#030718;
    --secondary-dark:#07113a;
    --deep-blue:#091a63;
    --purple:#8b5cf6;
    --pink:#d946ef;
    --blue:#2563eb;
    --cyan:#22d3ee;
    --orange:#ff7b00;
    --gold:#ffa938;
    --green:#22c55e;
    --white:#ffffff;
    --muted:#cbd5e1;
    --text-dark:#071124;
}


.modern-homepage{
    overflow:hidden;
    background:#f5f7fc;
    font-family:'Inter',sans-serif;
}

/* =========================================================
   HERO SECTION
========================================================= */

.hero-section{
    position:relative;
    min-height:780px;
    background:
        radial-gradient(circle at 2% 22%, rgba(217,70,239,0.26), transparent 12%),
        radial-gradient(circle at 42% 45%, rgba(139,92,246,0.28), transparent 11%),
        radial-gradient(circle at 84% 75%, rgba(37,99,235,0.26), transparent 18%),
        linear-gradient(135deg,#030718 0%,#07113a 48%,#071858 100%);
    overflow:hidden;
    color:white;
    padding:34px 0 150px;
}

.hero-container{
    position:relative;
    z-index:10;
}

.hero-bg-gradient{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}

.hero-glow-left{
    width:620px;
    height:620px;
    left:-320px;
    top:120px;
    background:rgba(217,70,239,0.22);
    filter:blur(80px);
}

.hero-glow-right{
    width:760px;
    height:760px;
    right:-280px;
    bottom:-180px;
    background:rgba(37,99,235,0.24);
    filter:blur(90px);
}

.hero-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size:58px 58px;
    opacity:.28;
}

.hero-orb{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
    z-index:1;
}

.hero-orb-one{
    width:92px;
    height:92px;
    left:-34px;
    top:140px;
    background:radial-gradient(circle at 35% 30%,#ff5cff,#6626ff 58%,rgba(102,38,255,0.1));
    box-shadow:0 0 55px rgba(217,70,239,0.55);
}

.hero-orb-two{
    width:72px;
    height:72px;
    left:42%;
    top:355px;
    background:radial-gradient(circle at 30% 25%,#7aa1e9,#6d28d9 62%,rgba(109,40,217,0.1));
    box-shadow:0 0 50px rgba(139,92,246,0.45);
}

/* =========================================================
   TOPBAR
========================================================= */

.hero-topbar{
    position:relative;
    z-index:20;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:72px;
}

.hero-logo{
    display:flex;
    align-items:center;
    gap:16px;
}

.logo-image-placeholder,
.footer-logo-placeholder{
    overflow:hidden;
}

.logo-image-placeholder img,
.footer-logo-placeholder img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.logo-image-placeholder{
    width:68px;
    height:68px;
    border-radius:18px;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:28px;
    box-shadow:
        0 18px 40px rgba(124,58,237,0.35),
        inset 0 1px 1px rgba(255,255,255,0.35);
}

.logo-text h5{
    color:white;
    font-size:31px;
    line-height:1;
    font-weight:900;
    margin-bottom:8px;
    letter-spacing:-.8px;
}

.logo-text span{
    color:#b9d6ff;
    font-size:18px;
    font-weight:500;
}

/* =========================================================
   HERO MAIN
========================================================= */

.hero-main-row{
    position:relative;
    z-index:5;
    min-height:565px;
}

.hero-content{
    position:relative;
    z-index:5;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(135deg,rgba(37,99,235,0.48),rgba(168,85,247,0.42));
    border:1px solid rgba(125,211,252,0.22);
    padding:12px 18px;
    border-radius:999px;
    margin-bottom:30px;
    font-size:13px;
    font-weight:900;
    color:#d9efff;
    backdrop-filter:blur(14px);
    box-shadow:0 16px 35px rgba(37,99,235,0.16);
}

.hero-badge i{
    color:#e879f9;
}

.hero-title{
    font-size:70px;
    line-height:1.07;
    font-weight:950;
    letter-spacing:-3.2px;
    margin-bottom:28px;
    color:white;
    text-shadow:0 18px 50px rgba(0,0,0,0.35);
}

.hero-title span{
    background:linear-gradient(90deg,#d946ef 0%,#8b5cf6 38%,#22d3ee 100%);
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-description{
    font-size:19px;
    line-height:1.85;
    color:#e2e8f0;
    max-width:560px;
    margin-bottom:34px;
}

.hero-buttons{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:42px;
    flex-wrap:wrap;
}

.hero-btn-primary{
    background:linear-gradient(135deg,#d946ef 0%,#7c3aed 46%,#2563eb 100%);
    border:none;
    color:white;
    padding:18px 30px;
    border-radius:16px;
    font-weight:800;
    display:inline-flex;
    align-items:center;
    gap:16px;
    transition:.3s ease;
    box-shadow:
        0 18px 42px rgba(124,58,237,0.36),
        inset 0 1px 1px rgba(255,255,255,0.38);
}

.hero-btn-primary i{
    width:32px;
    height:32px;
    border-radius:50%;
    background:white;
    color:#2563eb;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

.hero-btn-primary:hover{
    transform:translateY(-4px);
    color:white;
    box-shadow:0 26px 50px rgba(124,58,237,0.46);
}

.hero-btn-secondary{
    border:2px solid rgba(255,255,255,0.45);
    background:rgba(255,255,255,0.035);
    color:white;
    padding:18px 30px;
    border-radius:16px;
    font-weight:800;
    display:inline-flex;
    align-items:center;
    gap:12px;
    transition:.3s ease;
    backdrop-filter:blur(16px);
}

.hero-btn-secondary:hover{
    background:rgba(255,255,255,0.10);
    color:white;
    transform:translateY(-4px);
}

/* =========================================================
   HERO STATS
========================================================= */

.hero-stats{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:nowrap;
    max-width:100%;
    transform:translateX(-18px);
}

.hero-stat-item{
    display:flex;
    align-items:center;
    gap:10px;
    width:145px;
    padding:13px 12px;
    border-radius:20px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(18px);
}

.stat-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:16px;
}

.stat-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
}

.hero-stat-item h4{
    font-size:21px;
    line-height:1;
    font-weight:900;
    margin:0 0 5px;
    color:white;
}

.hero-stat-item span{
    font-size:10.5px;
    line-height:1.2;
    color:#cbd5e1;
    white-space:nowrap;
}
.stat-icon.purple{
    background:linear-gradient(135deg,#7c3aed,#a855f7);
}

.stat-icon.blue{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
}

.stat-icon.orange{
    background:linear-gradient(135deg,#ff7b00,#ea580c);
}


/* =========================================================
   HERO IMAGE
========================================================= */

.hero-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper::before {
    content: "";
    position: absolute;
    width: 680px;
    height: 680px;
    background: radial-gradient(
        circle,
        rgba(110, 80, 255, 0.28),
        transparent 70%
    );
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hero-main-image {
    width: 100%;
    max-width: 640px;
    max-height: 650px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    filter: saturate(0.92) brightness(0.92);
    animation: floatHero 6s ease-in-out infinite;
}

@keyframes floatHero {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }

}


/* =========================================================
   HERO WAVES
========================================================= */

.hero-wave-wrapper{
    position:absolute;
    bottom:-112px;
    left:0;
    width:100%;
    height:245px;
    z-index:3;
    pointer-events:none;
}

.hero-wave{
    position:absolute;
    width:130%;
    height:245px;
    left:-15%;
    border-radius:50%;
}

.wave-1{
    bottom:36px;
    background:linear-gradient(90deg,#d946ef,#2563eb,#22d3ee);
    opacity:.9;
    filter:blur(.5px);
}

.wave-2{
    bottom:12px;
    background:linear-gradient(90deg,#7c3aed,#2563eb,#60a5fa);
    opacity:.9;
}

.wave-3{
    bottom:-58px;
    background:#f7f9ff;
    opacity:1;
}

/* =========================================================
   FEATURE SECTION
========================================================= */

.feature-section{
    padding:66px 0 62px;
    background:
        radial-gradient(circle at top,rgba(37,99,235,0.05),transparent 45%),
        #f7f9ff;
    position:relative;
    z-index:5;
}

.section-heading{
    margin-bottom:48px;
}

.section-mini-title{
    display:inline-block;
    background:#e9ddff;
    color:#4f46e5;
    padding:9px 22px;
    border-radius:999px;
    font-size:13px;
    font-weight:950;
    letter-spacing:.5px;
    margin-bottom:22px;
}

.section-heading h2{
    font-size:36px;
    font-weight:950;
    line-height:1.15;
    color:#071124;
    margin-bottom:14px;
    letter-spacing:-1.2px;
}

.section-heading p{
    color:#334155;
    font-size:16px;
    line-height:1.65;
    max-width:680px;
    margin:auto;
}

.feature-card{
    background:rgba(255,255,255,0.78);
    border-radius:22px;
    padding:34px;
    height:100%;
    border:1px solid rgba(148,163,184,0.24);
    transition:.3s ease;
    box-shadow:0 20px 55px rgba(15,23,42,0.055);
    backdrop-filter:blur(12px);
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 28px 65px rgba(15,23,42,0.10);
}

.feature-icon{
    width:68px;
    height:68px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:white;
    margin-bottom:24px;
    box-shadow:0 16px 30px rgba(15,23,42,0.16);
}

.feature-icon.purple{
    background:linear-gradient(135deg,#a855f7,#6d28d9);
}

.feature-icon.blue{
    background:linear-gradient(135deg,#60a5fa,#2563eb);
}

.feature-icon.orange{
    background:linear-gradient(135deg,#ffa938,#ff7b00);
}

.feature-icon.green{
    background:linear-gradient(135deg,#34d399,#16a34a);
}

.feature-card h4{
    font-size:20px;
    line-height:1.25;
    font-weight:950;
    color:#071124;
    margin-bottom:16px;
}

.feature-card p{
    color:#1f2a44;
    line-height:1.75;
    font-size:15px;
    margin-bottom:0;
}

/* =========================================================
   ACCESS SECTION
========================================================= */

.access-section{
    padding:24px 0 52px;
    background:#f7f9ff;
}

.access-card{
    border-radius:24px;
    padding:42px;
    overflow:hidden;
    min-height:270px;
    height:100%;
    display:flex;
    width:100%;
    position:relative;
    box-shadow:0 25px 60px rgba(15,23,42,0.13);
}

.access-card::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.32;
    background-image:
        radial-gradient(circle at 70% 24%,rgba(255,255,255,.5),transparent 17%),
        linear-gradient(135deg,rgba(255,255,255,.10) 1px,transparent 1px);
    background-size:auto,36px 36px;
    pointer-events:none;
}

.access-blue{
    background:
        radial-gradient(circle at 72% 40%,rgba(96,165,250,0.38),transparent 28%),
        linear-gradient(135deg,#07144e 0%,#1d1b8f 100%);
}

.access-orange{
    background:
        radial-gradient(circle at 76% 34%,rgba(255,255,255,0.24),transparent 28%),
        linear-gradient(135deg,#ff7b00 0%,#ff6500 100%);
}

.access-content{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:34px;
    width:100%;
    height:100%;
}

.access-text{
    max-width:350px;
}

.access-content h3{
    font-size:30px;
    font-weight:950;
    color:white;
    margin-bottom:16px;
    letter-spacing:-.6px;
}

.access-content p{
    color:white;
    opacity:.95;
    line-height:1.75;
    margin-bottom:28px;
    font-size:16px;
}

.access-btn,
.access-btn-alt{
    border:none;
    padding:15px 24px;
    border-radius:12px;
    font-weight:900;
    width:max-content;
    display:inline-flex;
    align-items:center;
    gap:12px;
    box-shadow:0 14px 28px rgba(0,0,0,0.13);
}

.access-btn{
    background:white;
    color:#1d4ed8;
}

.access-btn:hover{
    background:#1d4ed8;
    color:white;
    transform:translateY(-3px);
    box-shadow:0 22px 40px rgba(0,0,0,0.18);
}

.access-btn-alt{
    background:white;
    color:#ff6500;
}

.access-btn-alt:hover{
    background:#ff6500;
    color:white;
    transform:translateY(-3px);
    box-shadow:0 22px 40px rgba(0,0,0,0.18);
}

.access-illustration{
    width:190px;
    height:160px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:88px;
    flex-shrink:0;
    overflow:hidden;
    position:relative;
}

.access-building{
    background:
        radial-gradient(circle at 50% 80%,rgba(34,197,94,0.45),transparent 20%),
        linear-gradient(145deg,rgba(255,255,255,0.16),rgba(255,255,255,0.02));
    box-shadow:0 22px 48px rgba(37,99,235,0.25);
}

.access-cap{
    background:
        radial-gradient(circle at 55% 70%,rgba(255,255,255,0.24),transparent 30%),
        linear-gradient(145deg,rgba(255,255,255,0.18),rgba(255,255,255,0.03));
    box-shadow:0 22px 48px rgba(234,88,12,0.28);
}

.access-illustration img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

/* =========================================================
   FOOTER
========================================================= */

.footer-section{
    background:#f7f9ff;
    padding:0 0 42px;
}

.footer-wrapper{
    background:
        radial-gradient(circle at 8% 30%,rgba(124,58,237,0.25),transparent 24%),
        radial-gradient(circle at 70% 80%,rgba(37,99,235,0.18),transparent 25%),
        linear-gradient(135deg,#020617 0%,#061039 100%);
    border-radius:28px;
    padding:34px 42px 24px;
    box-shadow:0 24px 60px rgba(15,23,42,0.22);
}

.footer-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:34px;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:18px;
    flex:0 0 310px;
    padding-right:28px;
    border-right:none;
}

.footer-logo-placeholder{
    width:62px;
    height:62px;
    border-radius:18px;
    background:white;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.footer-logo-placeholder img{
    max-width:52px;
    max-height:52px;
    object-fit:contain;
}

.footer-wrapper h4{
    color:white;
    font-weight:950;
    font-size:23px;
    margin-bottom:5px;
}

.footer-wrapper p{
    color:#cbd5e1;
    margin-bottom:0;
    font-size:14px;
}

.footer-actions{
    flex:1;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
}

.footer-action-card{
    display:flex;
    align-items:center;
    gap:14px;
    color:white;
    min-width:0;
    padding-left:18px;
    border-left:1px solid rgba(255,255,255,0.14);
}

.footer-action-icon{
    width:54px;
    height:54px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:22px;
    flex-shrink:0;
}

.footer-action-icon.blue{
    background:linear-gradient(135deg,#2563eb,#1e40af);
}

.footer-action-icon.orange{
    background:linear-gradient(135deg,#ff7b00,#92400e);
}

.footer-action-card a{
    display:block;
    color:white;
    text-decoration:none;
    font-weight:900;
    font-size:16px;
    margin-bottom:4px;
    line-height:1.25;
}

.footer-action-card span{
    display:block;
    color:#cbd5e1;
    font-size:13px;
    line-height:1.35;
}

.footer-copy{
    margin-top:24px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,0.12);
    color:#cbd5e1;
    font-size:13px;
    text-align:center;
}

@media(max-width:992px){
    .footer-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .footer-brand{
        flex:unset;
        width:100%;
        border-right:none;
        padding-right:0;
    }

    .footer-actions{
        width:100%;
        grid-template-columns:1fr;
    }

    .footer-action-card{
        border-left:none;
        padding-left:0;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1400px){

    .hero-title{
        font-size:62px;
    }

    .dashboard-wrapper{
        max-width:720px;
        gap:24px;
    }

    .dashboard-card-main{
        max-width:535px;
    }

    .floating-cards-column{
        width:118px;
        flex-basis:118px;
    }

    .dashboard-side-card{
        width:118px;
        height:118px;
        font-size:12px;
    }

}

@media(max-width:1200px){

    .hero-section{
        min-height:auto;
    }

    .hero-title{
        font-size:54px;
    }

    .dashboard-wrapper{
        max-width:100%;
        justify-content:center;
        gap:18px;
    }

    .dashboard-card-main{
        max-width:500px;
    }

    .floating-cards-column{
        width:108px;
        flex-basis:108px;
    }

    .dashboard-side-card{
        width:108px;
        height:108px;
        font-size:11px;
    }

    .dashboard-side-card i{
        font-size:30px;
    }

    .footer-wrapper{
        grid-template-columns:1fr 1fr;
    }

    .footer-brand,
    .footer-action-card{
        border-right:0;
    }

}

@media(max-width:991px){

    .hero-section{
        padding:30px 0 130px;
    }

    .hero-topbar{
        margin-bottom:50px;
    }

    .hero-title{
        font-size:52px;
    }

    .hero-description{
        max-width:100%;
    }

    .hero-stats{
        max-width:100%;
    }

    .hero-image-wrapper{
        margin-top:50px;
    }

    .hero-main-image{
        max-width:550px;
    }

    .section-heading h2{
        font-size:34px;
    }

    .access-content{
        flex-direction:column;
        align-items:flex-start;
    }

    .access-illustration{
        align-self:flex-end;
    }

}

@media(max-width:768px){

    .hero-title{
        font-size:44px;
        letter-spacing:-2px;
    }

    .logo-text h5{
        font-size:25px;
    }

    .hero-image-wrapper{
        margin-top:40px;
    }

    .hero-main-image{
        max-width:100%;
        max-height:none;
    }

    .logo-text span{
        font-size:15px;
    }

    .logo-image-placeholder{
        width:58px;
        height:58px;
    }

    .hero-stats{
        display:grid;
        grid-template-columns:1fr;
        gap:20px;
    }

    .hero-stat-item{
        padding:0;
        border-right:0;
    }

    .footer-wrapper{
        grid-template-columns:1fr;
        text-align:left;
    }

    .footer-brand,
    .footer-action-card{
        padding-right:0;
        padding-left:0;
    }

}

@media(max-width:576px){

    .hero-section{
        padding-top:26px;
    }

    .hero-topbar{
        margin-bottom:44px;
    }

    .hero-title{
        font-size:38px;
    }

    .hero-description{
        font-size:16px;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .hero-btn-primary,
    .hero-btn-secondary{
        justify-content:center;
        width:100%;
    }

    .hero-image-wrapper{
        margin-top:30px;
    }

    .hero-main-image{
        border-radius:20px;
    }
    .section-heading h2{
        font-size:28px;
    }

    .feature-section{
        padding-top:58px;
    }

    .access-card{
        padding:30px;
        min-height:auto;
    }

    .access-content h3{
        font-size:26px;
    }

    .access-illustration{
        width:140px;
        height:120px;
        font-size:64px;
    }

    .footer-wrapper{
        padding:28px;
        border-radius:22px;
    }

}

/* =========================================================
   AUTH PAGES
========================================================= */

.auth-page{
    min-height:100vh;
    background:
        radial-gradient(circle at top left,
        rgba(139,92,246,0.22),
        transparent 24%),
        radial-gradient(circle at bottom right,
        rgba(37,99,235,0.18),
        transparent 28%),
        linear-gradient(135deg,#020617 0%,#07113a 55%,#071858 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
    overflow:hidden;
    position:relative;
}

.auth-bg-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
}

.glow-1{
    width:320px;
    height:320px;
    background:rgba(168,85,247,0.28);
    top:-80px;
    left:-80px;
}

.glow-2{
    width:420px;
    height:420px;
    background:rgba(37,99,235,0.22);
    bottom:-120px;
    right:-120px;
}

.auth-card,
.portal-auth-card{
    width:100%;
    max-width:520px;
    background:
        linear-gradient(145deg,
        rgba(10,20,72,0.94),
        rgba(5,10,38,0.94));
    border:1px solid rgba(96,165,250,0.20);
    border-radius:34px;
    padding:42px;
    position:relative;
    z-index:2;
    backdrop-filter:blur(26px);
    box-shadow:
        0 40px 100px rgba(0,0,0,0.45),
        0 0 40px rgba(37,99,235,0.12);
}

.auth-logo{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:34px;
}

.auth-logo-icon{
    width:68px;
    height:68px;
    border-radius:20px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:28px;
}

.auth-logo h5{
    color:white;
    font-size:28px;
    font-weight:900;
    margin-bottom:4px;
}

.auth-logo span{
    color:#cbd5e1;
    font-size:14px;
}

.auth-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(96,165,250,0.12);
    border:1px solid rgba(96,165,250,0.16);
    color:#dbeafe;
    font-size:12px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:24px;
}

.auth-title,
.portal-title{
    font-size:48px;
    line-height:1.05;
    font-weight:950;
    color:white;
    margin-bottom:18px;
    letter-spacing:-2px;
}

.auth-subtitle,
.portal-subtitle{
    color:#cbd5e1;
    line-height:1.9;
    margin-bottom:34px;
    font-size:16px;
}

.auth-label{
    color:white;
    font-weight:700;
    margin-bottom:12px;
    display:block;
}

.auth-input-group{
    display:flex;
    align-items:center;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;
    overflow:hidden;
}

.auth-input-icon{
    width:62px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#60a5fa;
    font-size:18px;
}

.auth-input{
    background:transparent !important;
    border:none !important;
    color:white !important;
    height:64px;
    font-size:15px;
    box-shadow:none !important;
}

.auth-input::placeholder{
    color:#94a3b8;
}

.auth-btn{
    height:62px;
    border:none;
    border-radius:18px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    color:white;
    font-weight:800;
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    transition:.3s ease;
    margin-top:8px;
    box-shadow:0 20px 40px rgba(124,58,237,0.30);
}

.auth-btn:hover{
    transform:translateY(-3px);
    color:white;
}

.auth-footer-link{
    text-align:center;
    margin-top:28px;
}

.auth-footer-link a{
    color:#cbd5e1;
    text-decoration:none;
    font-weight:600;
    transition:.2s ease;
}

.auth-footer-link a:hover{
    color:white;
}

.portal-top-icon{
    display:flex;
    justify-content:center;
    margin-bottom:28px;
}

.portal-main-icon{
    width:90px;
    height:90px;
    border-radius:28px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:38px;
    box-shadow:0 20px 50px rgba(124,58,237,0.30);
}

.portal-notice-box{
    display:flex;
    align-items:center;
    gap:14px;
    background:rgba(34,197,94,0.10);
    border:1px solid rgba(34,197,94,0.18);
    padding:18px;
    border-radius:18px;
    color:#dcfce7;
    margin-bottom:34px;
}

.portal-divider{
    text-align:center;
    position:relative;
    margin-bottom:34px;
}

.portal-divider::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.10);
}

.portal-divider span{
    position:relative;
    z-index:2;
    background:#09133d;
    padding:0 18px;
    color:#94a3b8;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.portal-role-grid{
    display:grid;
    gap:18px;
}

.portal-role-card{
    display:flex;
    align-items:center;
    gap:18px;
    padding:24px;
    border-radius:22px;
    text-decoration:none;
    transition:.3s ease;
    border:1px solid rgba(255,255,255,0.08);
}

.teacher-card{
    background:rgba(124,58,237,0.10);
}

.student-card{
    background:rgba(37,99,235,0.10);
}

.portal-role-card:hover{
    transform:translateY(-4px);
    border-color:rgba(255,255,255,0.18);
}

.portal-role-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:30px;
    flex-shrink:0;
}

.portal-role-card h5{
    color:white;
    font-size:22px;
    font-weight:800;
    margin-bottom:6px;
}

.portal-role-card p{
    color:#cbd5e1;
    margin-bottom:0;
    font-size:14px;
}

.auth-alert{
    border-radius:18px;
    padding:16px;
    margin-bottom:24px;
}

@media(max-width:576px){

    .auth-card,
    .portal-auth-card{
        padding:30px 24px;
        border-radius:28px;
    }

    .auth-title,
    .portal-title{
        font-size:36px;
    }

    .portal-role-card{
        flex-direction:column;
        text-align:center;
    }

}

/* =========================================================
   STUDENT LOGIN PAGE
========================================================= */

.portal-page{
    min-height:100vh;
    background:
        radial-gradient(circle at top left, rgba(124,58,237,0.25), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255,123,0,0.20), transparent 30%),
        linear-gradient(135deg,#020617 0%,#07113a 55%,#0f172a 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px 20px;
}

.login-card{
    width:100%;
    max-width:520px;
    background:linear-gradient(145deg,rgba(10,20,72,0.95),rgba(5,10,38,0.95));
    border:1px solid rgba(168,85,247,0.22);
    border-radius:34px;
    padding:42px;
    backdrop-filter:blur(26px);
    box-shadow:
        0 40px 100px rgba(0,0,0,0.45),
        0 0 40px rgba(168,85,247,0.18);
}

.login-icon{
    width:82px;
    height:82px;
    border-radius:26px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:36px;
    margin-bottom:26px;
}

.student-icon{
    background:linear-gradient(135deg,#7c3aed,#ff7b00);
    box-shadow:0 20px 45px rgba(124,58,237,0.35);
}

.login-title{
    font-size:44px;
    font-weight:950;
    color:white;
    margin-bottom:14px;
    letter-spacing:-1.5px;
}

.login-subtitle{
    color:#cbd5e1;
    line-height:1.8;
    font-size:16px;
    margin-bottom:34px;
}

.login-label{
    color:white;
    font-weight:700;
    margin-bottom:12px;
    display:block;
}

.modern-input{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;
    overflow:hidden;
}

.modern-input .input-group-text{
    width:62px;
    background:transparent;
    border:none;
    color:#c084fc;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.modern-input .form-control{
    height:64px;
    background:transparent;
    border:none;
    color:white;
    box-shadow:none;
    font-size:15px;
}

.modern-input .form-control::placeholder{
    color:#94a3b8;
}

.login-btn{
    height:62px;
    border:none;
    border-radius:18px;
    color:white;
    font-weight:800;
    font-size:16px;
    transition:.3s ease;
}

.student-btn{
    background:linear-gradient(135deg,#7c3aed,#ff7b00);
    box-shadow:0 20px 40px rgba(124,58,237,0.30);
}

.login-btn:hover{
    transform:translateY(-3px);
    color:white;
}

.back-home{
    text-align:center;
    margin-top:28px;
}

.back-home a{
    color:#cbd5e1;
    text-decoration:none;
    font-weight:600;
}

.back-home a:hover{
    color:white;
}

@media(max-width:576px){

    .login-card{
        padding:30px 24px;
        border-radius:28px;
    }

    .login-title{
        font-size:34px;
    }

}

/* =========================================================
   TEACHER LOGIN THEME
========================================================= */

.teacher-icon{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    box-shadow:0 20px 45px rgba(37,99,235,0.35);
}

.teacher-btn{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    box-shadow:0 20px 40px rgba(37,99,235,0.30);
}

.teacher-btn:hover{
    color:white;
}

.teacher-icon i{
    color:#dbeafe;
}

.portal-page.teacher-theme{
    background:
        radial-gradient(circle at top left, rgba(37,99,235,0.24), transparent 28%),
        radial-gradient(circle at bottom right, rgba(59,130,246,0.18), transparent 30%),
        linear-gradient(135deg,#020617 0%,#07113a 55%,#0f172a 100%);
}

.teacher-theme .login-card{
    border:1px solid rgba(96,165,250,0.22);
    box-shadow:
        0 40px 100px rgba(0,0,0,0.45),
        0 0 40px rgba(37,99,235,0.18);
}

.teacher-theme .modern-input .input-group-text{
    color:#60a5fa;
}

/* =========================================================
   ADMIN MODULE CSS - EXISTING BLADE COMPATIBLE
========================================================= */
.container-fluid{
    background:#f5f7fc;
    min-height:100vh;
}

.admin-sidebar{
    background:linear-gradient(180deg,#020617 0%,#07113a 100%);
    box-shadow:18px 0 50px rgba(15,23,42,0.18);
}

.sidebar-title h4{
    color:white;
    font-weight:900;
    font-size:24px;
}

.sidebar-link{
    display:block;
    color:#cbd5e1;
    text-decoration:none;
    padding:14px 16px;
    border-radius:16px;
    font-weight:700;
    margin-bottom:8px;
    transition:.25s ease;
}

.sidebar-link:hover{
    background:rgba(255,255,255,0.08);
    color:white;
    transform:translateX(4px);
}

.sidebar-link.active{
    background:linear-gradient(135deg,#7c3aed,#2563eb);
    color:white;
    box-shadow:0 14px 32px rgba(37,99,235,0.30);
}

main{
    background:
        radial-gradient(circle at top left,rgba(124,58,237,0.08),transparent 26%),
        radial-gradient(circle at bottom right,rgba(37,99,235,0.08),transparent 28%),
        #f5f7fc;
    min-height:100vh;
}

.page-header{
    background:white;
    border-radius:28px;
    padding:28px;
    border:1px solid #edf2f7;
    box-shadow:0 20px 55px rgba(15,23,42,0.06);
}

.page-header h2{
    color:#071124;
    font-size:38px;
    font-weight:950;
    letter-spacing:-1.4px;
    margin-bottom:8px;
}

.page-header p{
    color:#64748b;
    margin:0;
    font-size:16px;
}

.dashboard-card{
    height:100%;
    background:white;
    border-radius:26px;
    padding:26px;
    border:1px solid #edf2f7;
    box-shadow:0 20px 55px rgba(15,23,42,0.07);
    position:relative;
    overflow:hidden;
}

.dashboard-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,rgba(124,58,237,0.10),transparent);
    pointer-events:none;
}

.dashboard-card p{
    position:relative;
    color:#64748b;
    font-size:14px;
    font-weight:800;
    margin-bottom:12px;
}

.dashboard-card h2{
    position:relative;
    color:#071124;
    font-size:38px;
    font-weight:950;
    margin:0;
}

.dashboard-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 65px rgba(15,23,42,0.12);
}

.card.shadow-sm{
    border-radius:28px !important;
    box-shadow:0 20px 55px rgba(15,23,42,0.07) !important;
}

.card h4{
    color:#071124;
    font-weight:950;
    font-size:26px;
}

.card .text-muted{
    color:#64748b !important;
}

.card .btn{
    border:none;
    border-radius:10px;
    padding:8px 12px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 10px 22px rgba(15,23,42,0.08);
}

.card .btn-primary{
    background:linear-gradient(135deg,#7c3aed,#2563eb);
}

.card .btn-success{
    background:linear-gradient(135deg,#16a34a,#34d399);
}

.card .btn-warning{
    background:linear-gradient(135deg,#ff7b00,#ffa938);
    color:white;
}

.card .btn-secondary{
    background:linear-gradient(135deg,#475569,#0f172a);
}

.card .btn:hover{
    transform:translateY(-3px);
}

.auth-select{
    height:64px;
    border-radius:18px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    color:white;
    box-shadow:none !important;
}

.auth-select option{
    color:black;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 16px;
}

.table thead th {
    background: #f8fafc !important;
    color: #334155;
    font-weight: 700;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px;
}

.table tbody td {
    padding: 14px;
    color: #334155;
    vertical-align: middle;
}

.table tbody tr {
    transition: all 0.2s ease;
}

.table tbody tr:hover {
    background: #f8fbff;
}

.card .table {
    margin-bottom: 0;
}

.coming-soon-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #000;
}

.coming-soon-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coming-soon-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    background: rgba(0,0,0,0.35);

    color: #fff;

    z-index: 10;
}

.coming-soon-overlay h1 {
    font-size: 64px;
    font-weight: 900;
    margin-bottom: 10px;
}

.coming-soon-overlay p {
    font-size: 20px;
    margin-bottom: 25px;
}

.coming-soon-overlay .btn {
    padding: 12px 24px;
    border-radius: 12px;
    position: absolute;
    bottom: 10px;
}

.new-institute-text {
    font-size: 20px;
    color: #cbd5e1;
    margin-top: 12px;
}

@media print {

    .no-print,
    nav,
    .navbar,
    .sidebar,
    .admin-sidebar,
    header,
    footer {
        display: none !important;
    }

    .container,
    .container-fluid,
    .row,
    .col-md-10,
    .col-lg-10 {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .certificate-print-area {
        width: 100% !important;
        margin: 0 auto !important;
        box-shadow: none !important;
    }

    body {
        background: #fff !important;
    }
}