.net-wrapper-e2b0b224 {
    position: relative;
    width: 100%;
    min-height: 950px;
    background-color: #0A0E17;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px;
    box-sizing: border-box;
}

.net-canvas-e2b0b224 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Beautiful tech overlay lines */
.tech-grid-overlay-e2b0b224 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 2;
    mask-image: radial-gradient(circle, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(circle, black 30%, transparent 80%);
}

.network-dots-container-e2b0b224 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.net-glow-dot-e2b0b224 {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FFDC4A;
    border-radius: 50%;
    box-shadow: 0 0 20px #FFDC4A;
    animation: pulseGlow_e2b0b224 4s infinite ease-in-out;
}

@keyframes pulseGlow_e2b0b224 {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.6);
        opacity: 1;
        box-shadow: 0 0 35px #FFDC4A;
    }
}

/* Ultra premium typography hero style - highly transparent, perfectly aligned */
.net-center-content-e2b0b224 {
    position: relative;
    z-index: 5;
    max-width: 680px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(10, 14, 23, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 60px 45px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
    animation: fadeInUp_e2b0b224 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.tag-badge-e2b0b224 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.pulse-dot-e2b0b224 {
    width: 6px;
    height: 6px;
    background-color: #10B981;
    border-radius: 50%;
    animation: heartBeat_e2b0b224 1.5s infinite;
}

@keyframes heartBeat_e2b0b224 {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.4; }
}

/* Huge bold attractive aligned hero title */
.net-title-e2b0b224 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #FFFFFF 20%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.net-subtitle-e2b0b224 {
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 36px;
    font-weight: 400;
}

.student-net-btn-e2b0b224 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background-color: #FFDC4A;
    color: #0A0E17;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.student-net-btn-e2b0b224:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 220, 74, 0.35);
}

/* Floating Interactive Cards */
.cards-canvas-area-e2b0b224 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.student-card-e2b0b224 {
    position: absolute;
    width: 275px;
    pointer-events: auto;\n    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.student-card-e2b0b224:hover {
    transform: scale(1.05) translateY(-5px) !important;
    z-index: 10;
}

.card-glass-glow-e2b0b224 {
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.02) 100%);
    border-radius: 18px;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.card-inner-e2b0b224 {
    background: rgba(18, 24, 38, 0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.profile-header-e2b0b224 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar-wrap-e2b0b224 {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
}

.avatar-wrap-e2b0b224 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.online-indicator-e2b0b224 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background-color: #10B981;
    border: 2px solid #0A0E17;
    border-radius: 50%;
}

.header-details-e2b0b224 {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.student-name-e2b0b224 {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}

.student-country-e2b0b224 {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    gap: 5px;
}

.flag-icon-e2b0b224 {
    font-size: 14px;
}

.uni-name-e2b0b224 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.45;
    min-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.field-badge-e2b0b224 {
    align-self: flex-start;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
    background: rgba(255, 220, 74, 0.08);
    border: 1px solid rgba(255, 220, 74, 0.2);
    color: #FFDC4A;
    border-radius: 6px;
}

.student-note-text-e2b0b224 {
    font-size: 11px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 8px;
    line-height: 1.45;
}

@keyframes fadeInUp_e2b0b224 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsiveness adjustments */
@media (max-width: 991px) {
    .net-wrapper-e2b0b224 {
        min-height: 1000px;
        padding: 100px 20px;
    }
    .net-title-e2b0b224 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .net-wrapper-e2b0b224 {
        min-height: auto;
        padding: 80px 15px;
        flex-direction: column;
        gap: 40px;
    }
    .cards-canvas-area-e2b0b224 {
        position: relative;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .student-card-e2b0b224 {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        animation: none !important;
        transform: none !important;
    }
    .net-center-content-e2b0b224 {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
}
