html,body{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family:'bruno' ;
    src: url(./assets/BrunoAce-Regular.otf);
}
@font-face {
    font-family:'inter' ;
    src: url(./assets/Inter.ttc);
}


*{
    transition: scale 0.5s ease-out;

}
.maindiv{
    background-image: url(./assets/BGgradient05.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
} 
h1{
    margin: 0;
    text-align: center;
    color: white;
}
.hero{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vh;
}
.center{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    flex: 1
}
.centertext{
    max-width: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.centertext h1{
    font-size: 45px;
    font-family: Bruno;   
    transition: scale 0.5s ease-out;

}
.centertext p{
    font-size: 25px;
    font-family: inter;
    text-align: center;
}
.centerimg{
    max-width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.centerimg img{
    max-width: 100%;
    min-width: 100%;

    z-index: 2;
}
.centerimg video{
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.hover:hover{
    scale: 1.1;
    transition: scale 0.5s ease-out;
}
.buttons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: row;
}
.buttons a{
    color: white;
    font-family: inter;   
    font-size: 20px;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 20px;
}
.red{
    background-color: #256FFF;
    transition: scale 0.5s ease-out;
}
.purp{
    background-color: #733bf9;
    transition: scale 0.5s ease-out;
}
.partners{
    margin-top: auto
}
.partners h1{
    color: white;
    font-size: 25px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.partners img{
    max-width: 100%;
    transition: scale 0.5s ease-out;
    
}
.cardssection{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    padding: 30px 0 70px 0;
}
.cardssection h1{
    font-family: bruno;   
    font-size: 40px;
}
.panelholder{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
}
.paneltext{
    max-width: 50%;
    color: white;
}
.paneltext p{
    font-size: 19px;
    font-family: inter;   
    font-weight: 100;
    line-height: 1.5;

}
.swiper{
    max-width: 424px;
}
.cards{
    width: 70%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: row;
    gap: 30px;
    flex-wrap: wrap;
}
.card{
    flex: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    border-radius: 20px;
    background-color:#00092b ;
    padding: 20px 0;

    
}
.cardtextholder{
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-self: center;
}
.card img{
    max-width: 100%;
    border-radius: 20px 20px 0 0;
}
.card span{
    text-align: center;
    font-size: 25px;
    color: white;
    font-family: inter !important;

}
.card h1{
    font-size: 21px !important;
}
.card .roadmapcontent p{
    color: white;
    /* font-family: inter;    */
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    font-family: inter !important;
    margin: 0;
}
.imgwrapper{
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 20px;
}
.chart{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
.chart h1{
    color: white;
    font-size: 40px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.classmiddle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}
.charttext p{
    color: white;
    font-family: inter;   
    font-size: 19px;
    text-align: center;
}
.chart img{
    max-width: 80%;
}
.chartp{
    border-radius: 20px;
    background-color:#256FFF ;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.chartp p{
    color: white;
    font-family: inter;   
    font-size: 17px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
}
.carddimg{
    max-width: 40%;
}
.carddimg img{
    max-width: 100%;
}
.slide-content {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    color: white;
    background-color:#6128a8 ;
}

.slide-content img {
    width: 40%;
    height: auto;
    border-radius: 10px;
}
.tokeno{
    width: 70%;
}
.tokeno h1{
    color: white;
    font-size: 40px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.mySwiper2{
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
}
.text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}
.slider2img{
    width: 100% !important;
}
.text h2 {
    color: white;
    font-family: inter;   
    font-size: 36px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
}
.text p {
    color: white;
    font-family: inter;   
    font-size: 17px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
}

.docu{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 70px 0;

}
.docu h1{
    color: white;
    font-size: 40px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.docu a{
    transition: scale 0.5s ease-out;

}
.docu img{
    max-width: 100%;
    transition: scale 0.5s ease-out;

}
.footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 20px 0;
}
.footerels{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    gap: 30px;
}
.footerels .logoo{
    width: 300px;
    max-width: 60%;
}
.footerels h2{
    color: white;
    font-size: 30px;
    margin: 20px !important;
    font-family: bruno;   
    transition: scale 0.5s ease-out;
}
.footerels p {
    color: white;
    font-family: inter;   
    font-size: 17px;
    text-align: center;
    max-width: 80%;
    line-height: 1.5;
    word-break: break-word;
}
.footerels .laucnh {
    color: white;
    font-family: inter;   
    font-size: 20px;
    text-decoration: none;
    border-radius: 25px;
    padding: 10px 20px;
    background-color:#733bf9 ;
}
.soc{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    backdrop-filter: blur(50px);
    z-index: 20;
    font-family: bruno, sans-serif;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 500;
    background-color: rgba(117, 112, 112, 0.1);

}
.logo__container {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo__container img {
    width: 100%;
    z-index: 100;
}

.navbar ul {
    list-style: none;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 20px;
}

.navbar ul .remove_burger {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;

    display: none;
}

.navbar ul .remove_burger img {
    width: 100%;
}

.navbar ul li a {
    padding: 0px;
    color: #ffffff;;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}

.buy__token__btn {
    padding: 10px 15px;

    border: none;
    outline: none;
    border-radius: 8px;

    background: linear-gradient(0deg, #cbff88, #b4ed64);
    color: #50621b;

    font-weight: 500;
    cursor: pointer;
}


.burger__menu {
    display: none;
}

.burger__menu span {
    width: 100%;
    height: 2px;

    border-radius: 2px;
    background-color: #b4ed64;
}

.burger__menu span:nth-child(2) {
    width: 75%;
}
@media only screen and (max-width:1700px){
    .classmiddle img{
        width: 150px;
    }
}
@media only screen and (max-width:1300px){
    .classmiddle img{
        display: none;
    }
}
@media only screen and (max-width:1350px){
    .classmiddle img{
        display: none;
    }
    .swiper{
        max-width: 100%;
    }
    .swiper-slide img{
        max-width: 100% !important;
    } 
}
@media only screen and (max-width:1120px){
    .hero{
        width: 100%;
        height: auto !important;
        margin-top: 140px ;
    }

    .center{
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    .centertext{
        max-width: 80%;
    }
    .partners{
        width: 90%;
    }
    .cards{
        width: 95%;
    }
    .panelholder {
        width: 95%;
        flex-direction: column-reverse;
    }
    .paneltext {
        max-width: 100%;
        color: white;
    }
    /* .swiper-slide img{
        width: 100% !important;
    } 
    .swiper-slide{
        width: 100% !important;
    }  */
    .mySwiper {
        width: 60%;
    }
    .docu {
        width: 100% !important;
    }
    .footerels .logoo {
        width: 200px;
        max-width: 60%;
    }
    .paneltext p {
        text-align: center;
    }
    .footerels h2 {
        text-align: center;
    }
    .cardssection h1 {
        font-family: bruno;
        font-size: 45px;
    }
    .card h1 {
        font-size: 25px !important;
    }
    .chart img {
        max-width: 90%;
    }
    .chart {
        width: 95%;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }
    .carddimg {
        max-width: 90%;
    }
    .tokeno h1 {
        color: white;
        font-size: 25px;
        margin: 20px !important;
        font-family: bruno;
        transition: scale 0.5s ease-out;
    }
    .docu h1 {
        color: white;
        font-size: 25px;
        margin: 20px !important;
        font-family: bruno;
        transition: scale 0.5s ease-out;
    }
    .buttons a {
        text-align: center;
    }
}

@media only screen and (max-width:500px){
    .cards {
        flex-direction: column;
    } 
}



@media only screen and (max-width: 768px)    {
    .navbar {
        padding: 0 10px;
        
    }

    .navlink{
        padding: 20px;
        border: 3px solid black;
        color: #50621b;
        width: 75%;
        text-align: center;
    }

    .navbar ul {
        z-index: 600;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
        padding: 0px;
        margin: 0;
        background-color: #256FFF;
        transition: .4s all ease;
        z-index: 20;
    }

    .navbar ul.active {
        left: 0;
    }

    .navbar ul li a {
        color: #202020;
    }
    
    .navbar ul .remove_burger {
        position: absolute;
        top: 20px;
        right: 20px;

        display: inline;
        cursor: pointer;
    }

    .buy__token__btn {
        display: none;
    }

    .burger__menu {    
        position: relative;
        width: 25px;
        height: 20px;

        display: flex;
        align-items: flex-end;;
        justify-content: space-between;
        flex-direction: column;

        width: 30px;
        height: 25px;
    }

    .burger__menu span {
        width: 100%;
        height: 4px;
        background-color:#202020;
    }

    .tokenics-holder,.tokenics-holder-2{
        gap: 20px;
        flex-direction: column;
    }
    .tokenomic-element{
        width: 80%;
    }
    .logo {
        width: 190px;
    }


}

@media only screen and (max-width: 800px)    {
    .maindiv {
        background-size: contain !important;
    }
}
/* Meme Factory Styles */
.meme-factory-container {
    width: 90%;
    max-width: 800px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.1), rgba(0, 0, 0, 0.3));
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(37, 111, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.main-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.meme-factory-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(37, 111, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(37, 111, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.meme-factory-container > * {
    position: relative;
    z-index: 1;
}

.upload-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.upload-area {
    border: 3px dashed rgba(37, 111, 255, 0.6);
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.05), rgba(0, 0, 0, 0.2));
    padding: 50px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    backdrop-filter: blur(5px);
    box-shadow: inset 0 4px 16px rgba(37, 111, 255, 0.1);
}

.upload-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(37, 111, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.upload-area:hover {
    border-color: #256FFF;
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.15), rgba(0, 0, 0, 0.3));
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(37, 111, 255, 0.3), inset 0 4px 20px rgba(37, 111, 255, 0.2);
}

.upload-area:hover::before {
    opacity: 1;
}

.upload-area.dragover {
    border-color: #256FFF;
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.25), rgba(0, 0, 0, 0.4));
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 20px 50px rgba(37, 111, 255, 0.5), inset 0 8px 30px rgba(37, 111, 255, 0.3);
}

.upload-area.dragover::before {
    opacity: 1;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 2;
    position: relative;
}

.upload-icon {
    font-size: 64px;
    opacity: 0.9;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 4px 8px rgba(37, 111, 255, 0.3));
    transition: all 0.3s ease;
}

.upload-area:hover .upload-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 6px 12px rgba(37, 111, 255, 0.5));
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.upload-content h3 {
    color: white;
    font-family: 'bruno', sans-serif;
    font-size: 28px;
    margin: 0;
    text-shadow: 0 2px 10px rgba(37, 111, 255, 0.5);
    transition: all 0.3s ease;
}

.upload-area:hover .upload-content h3 {
    color: #256FFF;
    text-shadow: 0 4px 20px rgba(37, 111, 255, 0.8);
}

.upload-content p {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'inter', sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.file-types {
    font-size: 14px !important;
    opacity: 0.7;
    background: rgba(37, 111, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(37, 111, 255, 0.3);
}

.image-preview {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideIn {
    0% { 
        opacity: 0; 
        transform: scale(0.8) translateY(20px); 
    }
    100% { 
        opacity: 1; 
        transform: scale(1) translateY(0); 
    }
}

.image-preview img {
    max-width: 100%;
    max-height: 300px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4), 
                0 5px 20px rgba(37, 111, 255, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border: 2px solid rgba(37, 111, 255, 0.3);
}

.image-preview img:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 
                0 8px 30px rgba(37, 111, 255, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.remove-image {
    position: absolute;
    top: -8px;
    right: -8px;
    background: linear-gradient(135deg, #ff4757, #ff3838);
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.remove-image:hover {
    background: linear-gradient(135deg, #ff3838, #ff2f2f);
    transform: scale(1.15) rotate(90deg);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.6);
}

.remove-image:active {
    transform: scale(1.05) rotate(90deg);
}





.ice-button {
    background: linear-gradient(135deg, #256FFF, #1a52cc, #0d3f9a);
    border: none;
    border-radius: 20px;
    padding: 25px 50px;
    color: white;
    font-family: 'bruno', sans-serif;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-width: 220px;
    box-shadow: 0 15px 40px rgba(37, 111, 255, 0.4),
                0 5px 15px rgba(37, 111, 255, 0.2),
                inset 0 2px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ice-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.ice-button:hover::before {
    left: 100%;
}

.ice-button:not(:disabled):hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 25px 60px rgba(37, 111, 255, 0.6),
                0 10px 25px rgba(37, 111, 255, 0.3),
                inset 0 3px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #2d77ff, #1e5ad4, #1047a3);
}

.ice-button:not(:disabled):active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 15px 40px rgba(37, 111, 255, 0.5),
                0 5px 15px rgba(37, 111, 255, 0.2),
                inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.ice-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    background: linear-gradient(135deg, #666, #555, #444);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-shadow: none;
}

.ice-button:disabled::before {
    display: none;
}

/* Divider Styles */
.divider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}

.divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(37, 111, 255, 0.5), transparent);
    border-radius: 1px;
}

.divider-text {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'bruno', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(37, 111, 255, 0.5);
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.2), rgba(0, 0, 0, 0.3));
    border: 1px solid rgba(37, 111, 255, 0.3);
    padding: 8px 16px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

/* Name Section Styles */
.name-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.name-input-container {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.name-input-container input {
    width: 100%;
    padding: 20px 25px;
    border: 3px solid rgba(37, 111, 255, 0.4);
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.1), rgba(0, 0, 0, 0.3));
    color: white;
    font-family: 'inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.name-input-container input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
}

.name-input-container input:focus {
    border-color: #256FFF;
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.2), rgba(0, 0, 0, 0.4));
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4), 
                0 0 20px rgba(37, 111, 255, 0.4);
    transform: translateY(-2px);
}

/* Drip Button Styles */
.drip-button {
    background: linear-gradient(135deg, #4757ff, #3031d6, #1c1cb7);
    border: none;
    border-radius: 20px;
    padding: 25px 50px;
    color: white;
    font-family: 'bruno', sans-serif;
    font-size: 26px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-width: 220px;
    box-shadow: 0 15px 40px rgba(255, 71, 87, 0.4),
                0 5px 15px rgba(255, 71, 87, 0.2),
                inset 0 2px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.drip-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}

.drip-button:hover::before {
    left: 100%;
}

.drip-button:not(:disabled):hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 25px 60px rgba(71, 87, 255, 0.6),
                0 10px 25px rgba(71, 87, 255, 0.3),
                inset 0 3px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #5068fd, #4057e8, #3031d6);
}

.drip-button:not(:disabled):active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 15px 40px rgba(71, 87, 255, 0.5),
                0 5px 15px rgba(71, 87, 255, 0.2),
                inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

.drip-button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    background: linear-gradient(135deg, #666, #555, #444);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    text-shadow: none;
}

.drip-button:disabled::before {
    display: none;
}

.drip-button.loading .drip-text {
    display: none;
}

.drip-button.loading .loading-spinner-drip {
    display: inline;
}

.loading-spinner-drip {
    display: none;
}

/* Results Section */
.results-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.loading-spinner {
    display: none;
}

.ice-button.loading .ice-text {
    display: none;
}

.ice-button.loading .loading-spinner {
    display: inline;
}

.result-section {
    width: 100%;
    text-align: center;
    animation: slideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.result-section h3 {
    color: white;
    font-family: 'bruno', sans-serif;
    font-size: 28px;
    margin-bottom: 25px;
    text-shadow: 0 2px 15px rgba(37, 111, 255, 0.5);
    position: relative;
    display: inline-block;
}

.result-section h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #256FFF, #00d4ff);
    border-radius: 2px;
}

.result-image-container {
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.1), rgba(0, 0, 0, 0.4));
    border: 2px solid rgba(37, 111, 255, 0.3);
    border-radius: 25px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
                0 10px 30px rgba(37, 111, 255, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.result-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #256FFF, #00d4ff, #256FFF, transparent);
    animation: shimmer 3s ease-in-out infinite;
}

.result-image-container img {
    max-width: 100%;
    max-height: 450px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
                0 10px 30px rgba(37, 111, 255, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 3px solid rgba(37, 111, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.result-image-container img:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6),
                0 15px 40px rgba(37, 111, 255, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.result-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.result-actions button {
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
    color: white;
    font-family: 'inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    min-width: 140px;
}

.result-actions button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

.result-actions button:hover::before {
    left: 100%;
}

.download-btn {
    background: linear-gradient(135deg, #28a745, #1e7e34, #155724);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.download-btn:hover {
    background: linear-gradient(135deg, #34ce57, #28a745, #1e7e34);
    box-shadow: 0 15px 40px rgba(40, 167, 69, 0.6),
                inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.share-btn {
    background: linear-gradient(135deg, #6f42c1, #5a2d91, #4c1d7a);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.share-btn:hover {
    background: linear-gradient(135deg, #8b5cf6, #6f42c1, #5a2d91);
    box-shadow: 0 15px 40px rgba(111, 66, 193, 0.6),
                inset 0 2px 0 rgba(255, 255, 255, 0.3);
}

.result-actions button:hover {
    transform: translateY(-3px) scale(1.02);
}

.result-actions button:active {
    transform: translateY(-1px) scale(0.98);
}

.error-message {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.2), rgba(139, 0, 0, 0.3));
    border: 2px solid rgba(220, 53, 69, 0.6);
    border-radius: 15px;
    padding: 20px;
    color: #ff9999;
    font-family: 'inter', sans-serif;
    text-align: center;
    width: 100%;
    max-width: 450px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

.error-message::before {
    content: '⚠️';
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
}

/* Generation Status Styles */
.generation-status {
    background: linear-gradient(135deg, rgba(37, 111, 255, 0.15), rgba(0, 0, 0, 0.3));
    border: 2px solid rgba(37, 111, 255, 0.4);
    border-radius: 25px;
    padding: 30px;
    color: white;
    font-family: 'inter', sans-serif;
    width: 100%;
    max-width: 450px;
    margin-bottom: 25px;
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 40px rgba(37, 111, 255, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: slideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.generation-status::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #256FFF, #00d4ff, #256FFF);
    animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.status-icon {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.ice-cube {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #87ceeb, #4682b4, #256FFF);
    border-radius: 4px;
    animation: iceBounce 1.5s ease-in-out infinite;
    box-shadow: 0 4px 12px rgba(37, 111, 255, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ice-cube:nth-child(1) {
    animation-delay: 0s;
}

.ice-cube:nth-child(2) {
    animation-delay: 0.3s;
}

.ice-cube:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes iceBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    40% {
        transform: translateY(-20px) rotate(45deg);
        opacity: 0.8;
    }
    60% {
        transform: translateY(-10px) rotate(-45deg);
        opacity: 0.9;
    }
}

.generation-status h4 {
    margin: 0 0 10px 0;
    color: #256FFF;
    font-family: 'bruno', sans-serif;
    font-size: 22px;
    text-shadow: 0 2px 8px rgba(37, 111, 255, 0.5);
}

.generation-status p {
    margin: 0 0 20px 0;
    line-height: 1.4;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #256FFF, #00d4ff, #256FFF);
    border-radius: 3px;
    animation: progressFlow 2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(37, 111, 255, 0.6);
}

@keyframes progressFlow {
    0% {
        width: 20%;
        margin-left: 0%;
    }
    50% {
        width: 60%;
        margin-left: 20%;
    }
    100% {
        width: 20%;
        margin-left: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .meme-factory-container {
        width: 95%;
        padding: 15px;
        border-radius: 20px;
        max-width: 600px;
    }

    .main-section {
        gap: 25px;
    }

    .upload-section {
        gap: 20px;
    }

    .upload-area {
        padding: 40px 20px;
        min-height: 200px;
        border-radius: 20px;
    }

    .upload-content h3 {
        font-size: 24px;
    }

    .upload-icon {
        font-size: 56px;
    }

    .ice-button {
        font-size: 24px;
        padding: 20px 40px;
        min-width: 200px;
        border-radius: 18px;
    }

    .drip-button {
        font-size: 22px;
        padding: 20px 40px;
        min-width: 200px;
        border-radius: 18px;
    }

    .name-input-container input {
        font-size: 16px;
        padding: 18px 22px;
    }

    .divider {
        margin: 5px 0;
        gap: 15px;
    }

    .divider-text {
        font-size: 16px;
        padding: 6px 12px;
    }

    .result-actions {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    .result-actions button {
        width: 100%;
        padding: 18px 30px;
        font-size: 18px;
    }

    .generation-status {
        margin-bottom: 20px;
        padding: 25px;
        border-radius: 20px;
        max-width: 350px;
    }

    .generation-status h4 {
        font-size: 20px;
    }

    .generation-status p {
        font-size: 15px;
    }

    .ice-cube {
        width: 16px;
        height: 16px;
    }

    .result-image-container {
        padding: 25px;
        border-radius: 20px;
    }

    .result-section h3 {
        font-size: 24px;
    }

    .error-message {
        padding: 18px;
        border-radius: 12px;
    }
}
