@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
/*These two fonts are essential. Only use them in the future.*/
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Space+Grotesk:wght@300..700&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    background-color: white;
          font-family: "Cal Sans", sans-serif;
}
html{
    scroll-behavior: smooth;
}
.container{
    width: 100%;
    
    height: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.navigation-xi{
    width: 100%;
    height:5rem;
    display: flex;
    background-color: #000000;
    color: white;
    border-bottom: 2px solid #000000;
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center;
}
.naviagtion-left{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;

}
.navigation-right{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
}
.logo-header-nav-intend, .logo-header-nav-intend img{
    width: 5rem;

}
.content-center{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content-cendiv{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.profileIDf_content{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:row;

}
.profileIDf_content .profile-image-main-ddd{
    width:6rem;
    border-radius: 50%;
    margin-right: 1rem;
}
.innercontent-content-centdiv-profile{
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.innercontent-content-centdiv-profile .profileIDf_content-organize-tabs{
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: flex-start;
   
    flex-direction: column;
}
.profileIDf_content div{
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}
.profileIDf_content div h3{
    font-size: 1.5rem;
    font-weight: 500;

}
.verified-badge-common{
    width: 1.5rem;
    height: 1.5rem;

}
.profileIDf_content div .profileIDf_content-text-fddf {
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: black;
    border-radius: .3rem;
    padding: .2rem .4rem .2rem .4rem;
    fill: white;
    color: white;
    font-size: 80%;

}
.profileIDf_content .profileIDf_content-text-fddf svg{
    width: .8rem;
    height: .8rem;
    fill: white;
    color: white;
}
.profileCard{
    margin-top: 10vh;
    margin-bottom: 2rem;
    width: 60%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 1rem;
    padding: 1rem 1rem 1rem 1rem  ;
    border: #000000 solid 2px   ;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}
.profileCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
    border-color: #000000;
}
.profileCard::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    border: 1px solid transparent;
    transition: all 0.4s ease;
    pointer-events: none;
}
.profileCard:hover::after {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.profileCard-nav{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    border-radius: 1rem;
}
.profileCard-nav-left{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
        border-radius: 1rem;
}
.profileCard-nav-right{
    width: max-content;
    height: max-content;
        border-radius: 1rem;
    display: flex;
          font-family: "Space Grotesk", sans-serif;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
}
.profileCard-nav-right svg{
    fill: rgb(98, 87, 255);
    margin-right: .5rem;
}
.profileCard-details{
    width: 90%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: justify;
    margin-top: 5vh;
    font-family: "Space Grotesk", sans-serif;
}
.profileCard-details span{
    background-color: black;
    color: white;
    padding: 0 .3rem 0 .3rem;
    border-radius: .2rem;
}
.profileCard-footer{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 2rem;
}
.profilecard-footer-left{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
}
.profilecard-footer-right{
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 1rem;
}
.profilecard-footer-right div {
    border: #000000 solid 2px;
    border-radius: 1rem;
    padding: .2rem .3rem .2rem .3rem;
        width: max-content;
    height: max-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.profilecard-footer-right div svg{
    margin-right: .3rem;
    fill: black;
    
}
.profilecard-footer-right div h3{
    font-size:80%;

    color: black;
}
.profilecard-footer-left div {
    border: #000000 solid 2px;
    border-radius: 1rem;
    padding: .2rem .3rem .2rem .3rem;
        width: max-content;
    height: max-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: .3rem;
}

/* Enhanced Social Media Button Animations - Vercel Style */
.profilecard-footer-left div,
.profilecard-footer-right div {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.profilecard-footer-left div:hover,
.profilecard-footer-right div:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
    border-color: #000000;
}

.profilecard-footer-left div::after,
.profilecard-footer-right div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    pointer-events: none;
}

.profilecard-footer-left div:hover::after,
.profilecard-footer-right div:hover::after {
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Subtle text animation */
.member-card-name,
.member-card-role {
    transition: all 0.3s ease;
}

.member-card:hover .member-card-name {
    transform: translateY(-1px);
}

.member-card:hover .member-card-role {
    color: #000000;
}

/* Badge hover effect */
.member-card-badge {
    transition: all 0.3s ease;
}

.member-card:hover .member-card-badge {
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.article-header{
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.article-header h2 {
    margin-bottom: 1rem;
    font-family: "Cal Sans", sans-serif;
}

.article-header .team-badge {
    background: #6257ff;
    color: white;
    padding: 0.2rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    margin-left: 0.5rem;
}

.article-header .subtitle {
    margin-bottom: 0.5rem;
    color: #666;
    font-size: 0.9rem;
}

.article-header .location-info {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.article-header .location-info svg {
    margin-right: 0.3rem;
}

.article-header .location-info span {
    color: #ffffff;
    font-size: 0.85rem;
}

.article-content h3 {
    margin-bottom: 1rem;
    font-weight: 600;
}

.article-content p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.article-content .thanks {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.footer-meta {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.footer-share {
    background: #e7f3ff;
    border: 1px solid #b3d9ff;
    color: #000000;
}
a{
    text-decoration: none;
    color: inherit;
}
@media screen and (max-width: 768px) {
    .profileCard {
        width: 90%;
    }
    body{
        font-size: 80%;
    }
    .profileIDf_content {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 2rem;
    }
    
    .profileCard-nav {
        flex-direction: column;
        align-items: center;
    }
    .profileCard-nav-right {
        margin-top: 1rem;
    }
    
}

/* Horizontally Scrollable Buttons Section */
.members-scroll-section {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2rem;

    padding: 0 1rem;
}

.members-scroll-title {
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: "Cal Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.members-scroll-container {
    width: 100%;
        display: flex;
    justify-content: center;
    align-items:center ;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 0;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}

.members-scroll-container::-webkit-scrollbar {
    height: 8px;
}

.members-scroll-container::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.members-scroll-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.members-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.member-card {
    display: inline-block;
    width: 200px;
    margin-right: 1rem;
    padding: 1rem;
    border: 2px solid #000000;
    border-radius: 1rem;
    background: white;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.member-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    border: 1px solid transparent;
    transition: all 0.35s ease;
    pointer-events: none;
}

.member-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 6px 12px rgba(0, 0, 0, 0.08);
    border-color: #000000;
}

.member-card:hover::after {
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.member-card:hover .member-card-image {
    transform: scale(1.05);
}

.member-card:last-child {
    margin-right: 0;
}

.member-card-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 0.5rem auto;
    object-fit: cover;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.member-card:hover .member-card-image {
    border-color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.member-card-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-family: "Cal Sans", sans-serif;
}

.member-card-role {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-family: "Space Grotesk", sans-serif;
}

.member-card-badge {
    background: #000000;
    color: white;
    padding: 0.2rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.7rem;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .members-scroll-section {
        padding: 0 0.5rem;
    }
    
    .member-card {
        width: 160px;
        padding: 0.8rem;
    }
    
    .member-card-image {
        width: 50px;
        height: 50px;
    }
    
    .member-card-name {
        font-size: 0.9rem;
    }
    
    .member-card-role {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 1200px) {
    .profileCard {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .profileCard {
        width: 80%;
        padding: 1rem;
    }
    
    .profileIDf_content {
        flex-direction: column;
        text-align: center;
    }
    
    .profile-image-main-ddd {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 576px) {
    .profileCard {
        width: 95%;
        margin-top: 5vh;
        padding: 0.8rem;
    }
    
    .profileCard-details h3 {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .profile-image-main-ddd {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 480px) {
    .member-card {
        width: 140px;
        padding: 0.6rem;
        margin-right: 0.8rem;
    }
    
    .member-card-image {
        width: 45px;
        height: 45px;
    }
    
    .member-card-name {
        font-size: 0.8rem;
    }
    
    .member-card-role {
        font-size: 0.7rem;
    }
}

/* Like Button System Styles */
.like-button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    border: 2px solid #000000;
    border-radius: 1rem;
    background: white;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    position: relative;
    overflow: visible;
}

.like-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
    border-color: #000000;
}

.like-icon {
    width: 16px;
    height: 16px;
    fill: #666;
    transition: all 0.3s ease;
}

.like-button:hover .like-icon {
    fill: #ff6b6b;
    transform: scale(1.1);
}

.like-button.liked .like-icon {
    fill: #ff6b6b;
    animation: heartPulse 0.6s ease-in-out;
}

.like-count {
    color: #333;
    font-weight: 600;
    min-width: 20px;
    transition: all 0.3s ease;
}

.like-button.liked .like-count {
    color: #ff6b6b;
}

/* Like Message */
.like-message {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    white-space: nowrap;
    animation: fadeInOut 2s ease-in-out;
    pointer-events: none;
    z-index: 1000;
}

.like-message::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #333;
}

/* Floating Hearts Animation */
.floating-heart {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 1000;
}

/* Animations */
@keyframes heartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

@keyframes floatUp {
    0% {
        opacity: 1;
        transform: translateY(0) translateX(-50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px) translateX(-50%) scale(0.5);
    }
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translateX(-50%) translateY(-10px); }
    20% { opacity: 1; transform: translateX(-50%) translateY(0); }
    80% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(-10px); }
}

/* Loading state */
.like-button .like-count:empty::after {
    content: '...';
    animation: loadingDots 1.5s infinite;
}

@keyframes loadingDots {
    0%, 20% { content: '.'; }
    40% { content: '..'; }
    60%, 100% { content: '...'; }
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .like-button {
        padding: 0.4rem 0.6rem;
        font-size: 0.8rem;
        gap: 0.4rem;
    }
    
    .like-icon {
        width: 14px;
        height: 14px;
    }
    
    .like-message {
        font-size: 0.7rem;
        padding: 0.4rem 0.6rem;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .like-button {
        border-width: 3px;
    }
    
    .like-button:hover {
        background: #f0f0f0;
    }
}