@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:local('/static/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:local('/static/RobotoMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:local('/static/RobotoMono-Medium.ttf') format('truetype');
}



:root {

    --color-bg: #1D1D1E;
    --color-primary: #A62288;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #CCCCCC;
    --color-text-tertiary: #626265;
    --color-border: #434344;
    --color-button-text: #E5E7EB;
    -font-primary: 'Montserrat', sans-serif;
    --font-monospace: 'Roboto Mono', monospace;


    --gradient-primary: linear-gradient(180deg, rgba(166, 34, 136, 0.5) 0%, rgba(53, 11, 43, 0.5) 100%);
    --gradient-secondary: linear-gradient(180deg, #16BA5C 0%, #063C1E 100%);
    --gradient-button: linear-gradient(180deg, #A62288 0%, #400D34 100%);
    
  
    --bg-upload: rgba(56, 56, 56, 0.2);
    --bg-button: rgba(166, 34, 136, 0.1);
    
    
    --border-upload: rgba(67, 67, 68, 0.6);
    --border-dropdown: rgba(56, 56, 56, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #1D1D1E;
    font-family: var(--font-primary);
    color: #E5E7EB;
}

.main-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header {
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222223;
}

.go-back-btn {
    
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    height: 40px;
    padding: 5px 10px;
    background: var(--gradient-primary);
    border: 0.8px solid var(--color-primary);
    border-radius: 5px;
    color: var(--color-button-text);
    cursor: pointer;
    text-decoration: none;
    margin-left: 0;
}

.hero-section {
    width: 100%;
    padding: 34px 0;
    text-align: center;
}

.logo-container {
    width: 250px;
    height: 182px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-container a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.heading {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
}

.subtext {
    font-family: var(--font-monospace);
    font-size: 20px;
    color: var(--color-text-secondary);
    line-height: 26px;
}

.placeholder-grid {
    width: 995px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.placeholder-box {
    height: 122px;
    background: var(--bg-upload);
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.upload-section {
    width: 455px;
    margin: 20px auto;
    padding: 20px;
    background: var(--bg-upload);
    border-radius: 20px;
}

.upload-container {
    width: 100%;
    min-height: auto;
    padding: 20px;
    border: 2px dashed var(--border-upload);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.upload-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.upload-text {
    text-align: center;
}

.drag-text {
    color: var(--color-button-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.or-text {
    color: var(--color-text-tertiary);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 8px 0;
}

.hidden-input {
    display: none;
}

.browse-btn {
    display: inline-block;
    padding: 7px 14px;
    background: rgba(166, 34, 136, 0.1);
    border: 0.8px solid #A62288;
    border-radius: 5px;
    color: #E5E7EB;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.browse-btn:hover {
    background: rgba(166, 34, 136, 0.2);
}

.expiry-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 6px 10px;
}

.expiry-label {
    color: #E5E7EB;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-left: 2px;
}

.expiry-select {
    position: relative;
    width: 100%;
    display: block;
}

.expiry-select select {
    width: 100%;
    min-width: 200px;
    height: 32px;
    padding: 6px 32px 6px 10px;
    background: #2A2A2B;
    background-image: linear-gradient(45deg, transparent 50%, #A62288 50%),
                      linear-gradient(135deg, #A62288 50%, transparent 50%);
    background-position: calc(100% - 15px) calc(1em + 2px),
                        calc(100% - 10px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 6px;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #CCCCCC;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.expiry-select select:hover {
    border-color: rgba(166, 34, 136, 0.4);
    background-color: rgba(42, 42, 43, 0.8);
}

.expiry-select select:focus {
    outline: none;
    border-color: #A62288;
    box-shadow: 0 0 0 2px rgba(166, 34, 136, 0.1);
    color: #E5E7EB;
}

.expiry-select select option {
    background-color: #2A2A2B;
    color: #E5E7EB;
    padding: 8px 12px;
    font-size: 14px;
}

.expiry-select select option:hover,
.expiry-select select option:focus,
.expiry-select select option:checked {
    background-color: rgba(166, 34, 136, 0.2);
    color: #A62288;
}

.expiry-select select option:disabled {
    color: #626265;
}

.action-buttons {
    display: flex;
    gap: 16px;
    margin: 6px;

}

.cancel-btn {
    width: 84px;
    height: 40px;
    background: transparent;
    border: none;
    color: var(--color-button-text);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.upload-btn {
    width: 123px;
    height: 40px;
    background: var(--gradient-primary);
    border: 0.8px solid var(--color-primary);
    border-radius: 5px;
    color: var(--color-button-text);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.upload-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    padding: 6px 12px;
    background: rgba(42, 42, 43, 0.3);
    border: 1px solid rgba(67, 67, 68, 0.4);
    border-radius: 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.upload-notice svg {
    color: rgba(166, 34, 136, 0.8);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.upload-notice span {
    font-family: 'Roboto Mono', monospace;
    font-size: 11px;
    color: rgba(204, 204, 204, 0.8);
    font-weight: 400;
    letter-spacing: 0.3px;
}

.upload-notice:hover {
    background: rgba(42, 42, 43, 0.5);
    border-color: rgba(166, 34, 136, 0.4);
    transform: translateY(-1px);
}

.upload-notice:hover svg {
    color: #A62288;
    transform: scale(1.1);
}

.upload-notice:hover span {
    color: #E5E7EB;
}


.footer {
    position: relative;
    width: 100%;
    min-height: 288px;
    background: var(--color-bg);
    border-top: 1px solid #222223;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    max-width: 1440px;
    margin: 0 auto;
    min-height: inherit;
    position: relative;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.footer-nav.primary {
    width: 368px;
}

.footer-nav.secondary {
    width: 174px;
    margin-top: 10px;
}

.nav-link {
    color: #cccccc;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 0;
}

.nav-link:hover {
    color: var(--color-primary);
} 


.copyright {
    color: var(--color-text-secondary);
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .placeholder-grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .upload-section {
        width: 90%;
        max-width: 455px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 10px 20px;
    }

    .go-back-btn {
        min-width: auto;
    }

    .logo-container {
        width: 200px;
        height: 146px;
    }

    .heading {
        font-size: 28px;
        line-height: 36px;
    }

    .subtext {
        font-size: 16px;
        line-height: 24px;
    }

    .placeholder-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .placeholder-box {
        height: 100px;
    }

    .upload-section {
        width: calc(100% - 30px);
        padding: 20px;
    }

    .upload-container {
        padding: 20px;
    }

    .browse-btn,
    .expiry-select select {
        width: 100%;
    }

    .action-buttons {
        width: 100%;
    }

    .cancel-btn,
    .upload-btn {
        flex: 1;
    }

    .footer-nav {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 375px) {
    .header {
        padding: 10px;
    }
    .footer-links-primary,
    .footer-links-secondary {
        flex-direction: column;
        gap: 15px;
    }

    .go-back-btn {
        font-size: 14px;
        height: 36px;
    }

    .logo-container {
        width: 150px;
        height: 110px;
    }

    .heading {
        font-size: 24px;
        line-height: 32px;
    }

    .subtext {
        font-size: 14px;
        line-height: 20px;
    }

    .upload-section {
        padding: 15px;
    }

    .upload-container {
        padding: 15px;
        gap: 20px;
    }

    .drag-text {
        font-size: 14px;
    }

    .action-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cancel-btn,
    .upload-btn {
        width: 100%;
        margin: 0;
    }

    .upload-notice {
        font-size: 10px;
    }

    .upload-notice span {
        font-size: 10px;
    }
}

.spacer {
    display: inline-block;
    width: 20px; 
    vertical-align: middle;
}


.placeholder-grid {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.placeholder-row {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 28px;
}

.placeholder-card {
    width: 342px;
    height: 122px;
    background: rgba(56, 56, 56, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.placeholder-card img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px; 
}@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:local('/static/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:local('/static/RobotoMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:local('/static/RobotoMono-Medium.ttf') format('truetype');
}
  
  :root {

    --color-bg: #1D1D1E;
    --color-primary: #A62288;
    --color-text-primary: #FFFFFF;
    --color-text-secondary: #CCCCCC;
    --color-text-tertiary: #626265;
    --color-border: #434344;
    --color-button-text: #E5E7EB;
    

    --gradient-primary: linear-gradient(180deg, rgba(166, 34, 136, 0.5) 0%, rgba(53, 11, 43, 0.5) 100%);
    --gradient-secondary: linear-gradient(180deg, #16BA5C 0%, #063C1E 100%);
    --gradient-button: linear-gradient(180deg, #A62288 0%, #400D34 100%);
    
  
    --bg-upload: rgba(56, 56, 56, 0.2);
    --bg-button: rgba(166, 34, 136, 0.1);
    
    
    --border-upload: rgba(67, 67, 68, 0.6);
    --border-dropdown: rgba(56, 56, 56, 0.4);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #1D1D1E;
    color: #E5E7EB;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;

}

code, pre {
    font-family: 'Roboto Mono', monospace;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    gap: 34px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    width: 100%;
    height: 85px;
    background: #1D1D1E;
    border-bottom: 1px solid #222223;
}

.logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo img {
    width: 74%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.file-hosting-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    background: linear-gradient(180deg, rgba(166, 34, 136, 0.5) 0%, rgba(53, 11, 43, 0.5) 100%);
    border: 0.8px solid #A62288;
    border-radius: 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
}

.file-hosting-btn img {
    width: 24px;
    height: 24px;
    transform: scaleX(-1); 
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    width: 100%;
    padding: 34px 0;
    text-align: center;
}

.hero-section h1 {
    width: 331px;
    height: 40px;
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #A62288;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.hero-section p {
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    line-height: 26px;
    color: #CCCCCC;
    width: 589px;
    height: 26px;
}

.section-label {
    text-align: center;
    color: #E5E7EB;
    font-size: 16px;
    margin: 20px auto; 
    width: fit-content;
}




.verify-btn, .mirrors-btn {
    width: 144px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 10px;
    background: linear-gradient(180deg, rgba(166, 34, 136, 0.5) 0%, rgba(53, 11, 43, 0.5) 100%);
    border: 0.8px solid #A62288;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

.footer {
    position: relative;
    width: 100%;
    min-height: 288px;
    background: var(--color-bg);
    border-top: 1px solid #222223;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    max-width: 1440px;
    margin: 0 auto;
    min-height: inherit;
    position: relative;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.footer-nav.primary {
    width: 368px;
}

.footer-nav.secondary {
    width: 174px;
    margin-top: 10px;
}

:root {
    --color-primary: rgba(166, 34, 136, 0.5);
}




.copyright {
    color: #CCCCCC;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link:hover {
    color: var(--color-primary);
} 

.placeholder-grid {
    width: 995px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.placeholder-row {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 28px;
}

.placeholder-card {
    width: 342px;
    height: 122px;
    background: rgba(56, 56, 56, 0.2);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.placeholder-card img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px; 
}

.shops-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}


@media screen and (max-width: 1200px) {
    .main-container {
        padding: 0 20px;
    }

    .placeholder-grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

    .placeholder-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .placeholder-card {
        width: calc(50% - 10px); 
        min-width: 280px;
    }

    .shops-grid {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
        gap: 20px;
        padding: 20px 0;
    }

    .shop-card {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 10px 15px;
        height: auto;
    }

    
    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 12px;
    }

    .section-header-name {
        gap: 8px;
    }

    .section-header-name img {
        width: 20px;
        height: 20px;
    }

    .section-header-name span {
        font-size: 14px;
    }

    .logo {
        width: 150px;
        height: 100px;
        display: flex;
        align-items: center;
    }

    .file-hosting-btn {
        padding: 5px 8px;
        font-size: 14px;
    }

    .hero-section h1 {
        font-size: 28px;
        width: 100%;
        padding: 0 15px;
    }

    .hero-section p {
        font-size: 16px;
        width: 100%;
        padding: 0 15px;
    }

    .main-nav {
        gap: 20px;
        padding: 15px 10px;
    }

    .placeholder-card {
        width: calc(100% - 30px);
        height: 100px;
        margin: 0 15px;
    }

    .copy-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .shops-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 15px;
    }

    .shop-card {
        padding: 15px;
    }

    .card-actions {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .verify-btn, .mirrors-btn {
        flex: 1;
        min-width: 140px;
    }
    .verify-section {
        padding: 12px;
        margin-bottom: 8px;
    }

    .copy-btn {
        padding: 6px 10px;
        font-size: 12px;
    }

    .copy-btn img {
        width: 14px;
        height: 14px;
    }
    .code-block {
        padding: 12px;
    }

    .code-block code {
        font-size: 12px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 375px) {
    .header {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .logo {
        width: 130px;
        height: 47px;
    }

    .file-hosting-btn {
        width: 100%;
        justify-content: center;
    }

    
    .section-header {
        gap: 8px;
        margin-bottom: 10px;
    }

    .section-header-name img {
        width: 18px;
        height: 18px;
    }

    .section-header-name span {
        font-size: 13px;
    }
    
    .hero-section h1 {
        font-size: 24px;
    }

    .hero-section p {
        font-size: 14px;
    }
    .verify-section {
        padding: 10px;
        margin-bottom: 6px;
    }
    .main-nav {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .placeholder-card {
        height: 90px;
    }

    .shop-card h3 {
        font-size: 20px;
    }

    .card-actions {
        flex-direction: column;
    }

    .verify-btn, .mirrors-btn {
        width: 100%;
    }

    .footer-links-primary,
    .footer-links-secondary {
        flex-direction: column;
        gap: 15px;
    }

    .copyright {
        font-size: 14px;
        padding: 0 10px;
    }

    .copy-btn {
        padding: 5px 8px;
        font-size: 11px;
    }

    .copy-btn img {
        width: 12px;
        height: 12px;
    }
    .code-block {
        padding: 10px;
    }

    .code-block code {
        font-size: 11px;
    }

}

@keyframes neonPulse {
    0% {
        text-shadow: 
            0 0 15px #ff00ff, 
            0 0 30px #ff9900, 
            0 0 45px #00ffcc, 
            0 0 60px #0072ff;
    }
    50% {
        text-shadow: 
            0 0 20px #ff9900, 
            0 0 40px #00ffcc, 
            0 0 60px #0072ff, 
            0 0 80px #ff00ff;
    }
    100% {
        text-shadow: 
            0 0 15px #00ffcc, 
            0 0 30px #0072ff, 
            0 0 45px #ff00ff, 
            0 0 60px #ff9900;
    }
}

@keyframes neonPulse {
    0% {
        text-shadow: 
            0 0 15px #ff00ff, 
            0 0 30px #ff9900, 
            0 0 45px #00ffcc, 
            0 0 60px #0072ff;
    }
    50% {
        text-shadow: 
            0 0 20px #ff9900, 
            0 0 40px #00ffcc, 
            0 0 60px #0072ff, 
            0 0 80px #ff00ff;
    }
    100% {
        text-shadow: 
            0 0 15px #00ffcc, 
            0 0 30px #0072ff, 
            0 0 45px #ff00ff, 
            0 0 60px #ff9900;
    }
}

h2 {
    font-family: 'Roboto Mono', monospace;
    font-size: 42px; 
    font-weight: 700;
    color: #ffffff; 
    text-transform: uppercase;
    animation: neonPulse 3s infinite alternate; 
    letter-spacing: 4px;
    text-align: center;
    margin: 30px 0;
}

.heading {
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 10px;
}
  

.header {
    width: 100%;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222223;
}

.go-back-btn {
    
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    height: 40px;
    padding: 5px 10px;
    background: var(--gradient-primary);
    border: 0.8px solid var(--color-primary);
    border-radius: 5px;
    color: var(--color-button-text);
    cursor: pointer;
    text-decoration: none;
    margin-left: 0;
}

.logo-container {
    width: 250px;
    height: 182px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtext {
    font-family: 'Roboto Mono', monospace;
    font-size: 20px;
    color: var(--color-text-secondary);
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 10px 20px;
    }
    .go-back-btn {
        min-width: auto;
    }
    .logo-container {
        width: 200px;
        height: 146px;
    }
    .heading {
        font-size: 28px;
        line-height: 36px;
    }
    .subtext {
        font-size: 16px;
        line-height: 24px;
    }
    .placeholder-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}



@media screen and (max-width: 375px) {
    .header {
        padding: 10px;
    }
    .go-back-btn {
        font-size: 14px;
        height: 36px;
    }
    .logo-container {
        width: 150px;
        height: 110px;
    }
    .heading {
        font-size: 24px;
        line-height: 32px;
    }
    .subtext {
        font-size: 14px;
        line-height: 20px;
    }
    .placeholder-grid {
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
}


.image-container {
    width: 70%; 
    height: 450px; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--gradient-primary);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: solid #A62288;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    display: block;
}
 
.footer {
    position: relative;
    width: 100%;
    min-height: 288px;
    background: var(--color-bg);
    border-top: 1px solid #222223;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    max-width: 1440px;
    margin: 0 auto;
    min-height: inherit;
    position: relative;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.footer-nav.primary {
    width: 368px;
}

.footer-nav.secondary {
    width: 174px;
    margin-top: 10px;
}

.nav-link {
    color: #cccccc;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 0;
}

.copyright {
    color: var(--color-text-secondary);
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.down{
    height: 19px;
    width: 21px;
}


.verify-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background: rgba(42, 42, 43, 0.4);
    border-radius: 8px;
    padding: 16px;
    position: relative;
    width: 60%;
    gap: 16px;
}

.verify-section:last-child {
    margin-bottom: 0px;
 }

 
.section-header-name {
    display: flex;
    align-items: center;
    border-radius: 8px;
    gap: 12px;
   
}

.section-header {
    display: flex;
    justify-content: space-between;
    padding: 2px 0px;
}


.section-header-name img {
    width: 24px;
    height: 24px;
}

.section-header-name span {
    font-size: 18px;
    color: #E5E7EB;
}

.copy-btn {
    position: absolute;
    bottom: 24px;
    right: 30px;
}

.copy-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(166, 34, 136, 0.1);
    border: 0.8px solid #A62288;
    border-radius: 5px;
    color: #E5E7EB;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.copy-btn img {
    width: 16px;
    height: 16px;
}

.code-block {
    background: #2A2A2B;
    border: 1px solid #434344;
    border-radius: 8px;
    padding: 16px;
    gap: 16px;
}

.code-block code {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    color: #E5E7EB;
    word-break: break-all;
}
.code-block.signed {
    display: flex;
    flex-direction: column;
    position: relative;
}

.code-block.signed pre {
    white-space: pre-wrap;
}

.code-block.signed .copy-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.image-container {
    text-align: center;
    margin-top: 20px;
  }
  
  .clickable-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  }

  .view-full-btn {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .view-full-btn:hover {
    background-color: #555;
  }
  

/* Enlarged image styles moved to result.css */

/* EXIF Removal Checkbox Styling */
.exif-removal-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 12px;
    margin: 8px 10px;
    background: transparent;
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    width: fit-content;
}

.exif-removal-option:hover {
    background: rgba(166, 34, 136, 0.05);
    border-color: rgba(166, 34, 136, 0.4);
}

.exif-removal-option input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.exif-removal-option input[type="hidden"] {
    display: none;
}

.exif-removal-option label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #CCCCCC;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 26px;
    position: relative;
    user-select: none;
    margin: 0;
}

.exif-removal-option label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1.5px solid #626265;
    border-radius: 3px;
    background: transparent;
    transition: all 0.2s ease;
}

.exif-removal-option label::after {
    content: '✓';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    font-size: 12px;
    font-weight: bold;
    color: #A62288;
    transition: all 0.2s ease;
}

.exif-removal-option input[type="checkbox"]:checked + label {
    color: #E5E7EB;
}

.exif-removal-option input[type="checkbox"]:checked + label::before {
    background: rgba(166, 34, 136, 0.15);
    border-color: #A62288;
}

.exif-removal-option input[type="checkbox"]:checked + label::after {
    transform: translateY(-50%) scale(1);
}

.exif-removal-option:hover label::before {
    border-color: #A62288;
}
  /* Result Page Styles */
.result-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

/* Success Header */
.success-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
    overflow: hidden;
    animation: slideDown 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(22, 186, 92, 0.15), rgba(6, 60, 30, 0.15));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(22, 186, 92, 0.3);
    animation: scaleIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s both;
}

@keyframes scaleIn {
    from {
        transform: scale(0) rotate(-180deg);
    }
    to {
        transform: scale(1) rotate(0);
    }
}

.success-icon svg {
    filter: drop-shadow(0 0 12px rgba(22, 186, 92, 0.5));
}

.success-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #16BA5C;
    margin: 0 0 10px 0;
    text-shadow: 0 0 30px rgba(22, 186, 92, 0.4);
    animation: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.success-subtitle {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    color: #CCCCCC;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Image Preview Container */
.image-preview-container {
    margin-bottom: 32px;
    animation: fadeIn 0.6s ease 0.3s both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.image-wrapper {
    position: relative;
    background: rgba(42, 42, 43, 0.4);
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 16px;
    padding: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.image-wrapper:hover {
    border-color: rgba(166, 34, 136, 0.4);
    box-shadow: 0 8px 32px rgba(166, 34, 136, 0.15);
    transform: translateY(-2px);
}

.preview-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    border-radius: 12px;
    display: block;
    transition: all 0.3s ease;
}

.image-wrapper:hover .preview-image {
    filter: brightness(1.05);
}

/* Professional Aesthetic Fullscreen Button */
.fullscreen-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    background: rgba(22, 22, 24, 0.85);
    border: 1.5px solid rgba(166, 34, 136, 0.4);
    border-radius: 24px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    position: absolute;
    bottom: 18px;
    right: 18px;
    backdrop-filter: blur(16px) saturate(180%);
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.4),
        0 2px 8px rgba(0, 0, 0, 0.3),
        inset 0 0.5px 0 rgba(255, 255, 255, 0.15);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}


.fullscreen-btn:hover {
    background: rgba(28, 28, 30, 0.95);
    border-color: rgba(166, 34, 136, 0.7);
    transform: translateY(-2px);
    box-shadow:
        0 8px 28px rgba(166, 34, 136, 0.35),
        0 4px 12px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.fullscreen-btn:active {
    transform: translateY(0px);
    box-shadow:
        0 4px 16px rgba(166, 34, 136, 0.3),
        0 2px 6px rgba(0, 0, 0, 0.3),
        inset 0 0.5px 0 rgba(255, 255, 255, 0.15);
}

.fullscreen-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.fullscreen-btn-icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.5;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFFFFF;
}

.fullscreen-btn:hover .fullscreen-btn-icon svg {
    transform: scale(1.08);
    color: #FFFFFF;
    filter: drop-shadow(0 2px 6px rgba(166, 34, 136, 0.6));
}

.fullscreen-btn-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    transition: all 0.35s ease;
    color: #FFFFFF;
}

.fullscreen-btn:hover .fullscreen-btn-text {
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

/* Pure CSS Fullscreen Overlay */
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    animation: fadeIn 0.3s ease;
}

.fullscreen-overlay:target {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fullscreen-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.fullscreen-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    z-index: 2;
}

.fullscreen-image {
    max-width: 90%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    animation: zoomIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.fullscreen-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    backdrop-filter: blur(10px);
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.fullscreen-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.fullscreen-close-btn:active {
    transform: scale(0.95) rotate(90deg);
}

.fullscreen-close-btn svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

/* File Info Card */
.file-info-card {
    background: rgba(42, 42, 43, 0.4);
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: all 0.3s ease;
    animation: fadeIn 0.6s ease 0.3s both;
}

.file-info-card:hover {
    border-color: rgba(166, 34, 136, 0.4);
    box-shadow: 0 8px 32px rgba(166, 34, 136, 0.15);
    transform: translateY(-2px);
}

.file-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.15), rgba(53, 11, 43, 0.15));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.file-info-card:hover .file-icon {
    transform: scale(1.05) rotate(5deg);
}

.file-details {
    flex: 1;
    min-width: 0;
}

.file-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #E5E7EB;
    margin: 0 0 8px 0;
    word-break: break-word;
}

.file-type {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    color: #A62288;
    margin: 0;
}

/* Share Section */
.share-section {
    background: rgba(42, 42, 43, 0.4);
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 32px;
    transition: all 0.3s ease;
    animation: fadeIn 0.6s ease 0.4s both;
}

.share-section:hover {
    border-color: rgba(166, 34, 136, 0.4);
    box-shadow: 0 8px 32px rgba(166, 34, 136, 0.15);
}

.share-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #E5E7EB;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-title svg {
    color: #A62288;
}

.url-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #1A1A1B;
    border: 2px solid rgba(67, 67, 68, 0.6);
    border-radius: 10px;
    padding: 16px 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.clickable-url {
    user-select: none;
}

.url-container:hover {
    background: #1F1F20;
    border-color: rgba(166, 34, 136, 0.5);
    box-shadow: 0 4px 16px rgba(166, 34, 136, 0.15);
}

.share-url {
    flex: 1;
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    color: #16BA5C;
    word-break: break-all;
    line-height: 1.6;
    user-select: all;
}

.click-hint {
    flex-shrink: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #999999;
    padding: 6px 12px;
    background: rgba(166, 34, 136, 0.1);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.url-container:hover .click-hint {
    color: #A62288;
    background: rgba(166, 34, 136, 0.2);
}

/* Professional Action Bar Container */
.action-bar {
    display: flex;
    gap: 20px;
    justify-content: center;
    background: linear-gradient(135deg, rgba(42, 42, 43, 0.6), rgba(28, 28, 30, 0.6));
    border: 1px solid rgba(67, 67, 68, 0.5);
    border-radius: 16px;
    backdrop-filter: blur(20px) saturate(180%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    animation: fadeIn 0.6s ease 0.5s both;
    margin-left:200px;
    width:400px;
}

/* Professional Action Buttons */
.action-btn {
    flex: 1;
    max-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}

.action-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.action-btn:hover::before {
    width: 300px;
    height: 300px;
}

/* New Upload Button */
.new-upload-btn {
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.2), rgba(198, 42, 168, 0.15));
    border: 2px solid rgba(166, 34, 136, 0.6);
    color: #FFFFFF;
    box-shadow:
        0 4px 16px rgba(166, 34, 136, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.new-upload-btn::before {
    background: radial-gradient(circle, rgba(166, 34, 136, 0.4), transparent);
}

.new-upload-btn:hover {
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.35), rgba(198, 42, 168, 0.25));
    border-color: #A62288;
    box-shadow:
        0 8px 28px rgba(166, 34, 136, 0.5),
        0 4px 16px rgba(166, 34, 136, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.02);
}

.new-upload-btn:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow:
        0 4px 16px rgba(166, 34, 136, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Download Button */
.download-btn {
    background: linear-gradient(135deg, rgba(22, 186, 92, 0.2), rgba(26, 224, 108, 0.15));
    border: 2px solid rgba(22, 186, 92, 0.6);
    color: #FFFFFF;
    box-shadow:
        0 4px 16px rgba(22, 186, 92, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.download-btn::before {
    background: radial-gradient(circle, rgba(22, 186, 92, 0.4), transparent);
}

.download-btn:hover {
    background: linear-gradient(135deg, rgba(22, 186, 92, 0.35), rgba(26, 224, 108, 0.25));
    border-color: #16BA5C;
    box-shadow:
        0 8px 28px rgba(22, 186, 92, 0.5),
        0 4px 16px rgba(22, 186, 92, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-3px) scale(1.02);
}

.download-btn:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow:
        0 4px 16px rgba(22, 186, 92, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Button Icons & Text */
.action-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 1;
}

.action-btn:hover svg {
    transform: scale(1.15) translateY(-2px);
}

.action-btn span {
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .result-container {
        padding: 15px;
        margin: 20px auto;
    }

    .success-title {
        font-size: 28px;
    }

    .success-subtitle {
        font-size: 14px;
    }

    .file-info-card {
        padding: 24px;
        flex-direction: column;
        text-align: center;
    }

    .file-icon {
        width: 64px;
        height: 64px;
    }

    .file-icon svg {
        width: 48px;
        height: 48px;
    }

    .file-name {
        font-size: 18px;
    }

    .share-section {
        padding: 20px;
    }

    .url-container {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .click-hint {
        width: 100%;
        text-align: center;
    }

    .action-bar {
        flex-direction: column;
        gap: 16px;
    }

    .action-btn {
        max-width: none;
        width: 100%;
        padding: 16px 28px;
    }

    .fullscreen-btn {
        position: static;
        width: 100%;
        margin-top: 16px;
        justify-content: center;
        padding: 13px 24px;
    }

    .fullscreen-btn-icon svg {
        width: 20px;
        height: 20px;
    }

    .fullscreen-close-btn {
        top: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
    }

    .fullscreen-content {
        padding: 20px;
    }

    .fullscreen-image {
        max-width: 95%;
        max-height: 85vh;
    }
}

@media screen and (max-width: 375px) {
    .success-icon {
        width: 64px;
        height: 64px;
    }

    .success-icon svg {
        width: 40px;
        height: 40px;
    }

    .success-title {
        font-size: 24px;
    }

    .success-subtitle {
        font-size: 13px;
    }

    .file-info-card {
        padding: 20px;
    }

    .share-section {
        padding: 16px;
    }

    .share-url {
        font-size: 11px;
    }

    .copy-url-btn {
        font-size: 12px;
        padding: 8px 12px;
    }

    .action-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}
/* Banner Styles */
.banner-container {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 20px;
    padding: 0 20px;
}

.banner-content {
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.15) 0%, rgba(53, 11, 43, 0.15) 100%);
    border: 1px solid rgba(166, 34, 136, 0.3);
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 8px 32px rgba(166, 34, 136, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.banner-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(166, 34, 136, 0.1), transparent);
    transition: left 0.8s ease;
}

.banner-content:hover::before {
    left: 100%;
}

.banner-content:hover {
    border-color: rgba(166, 34, 136, 0.5);
    box-shadow: 0 12px 48px rgba(166, 34, 136, 0.3);
    transform: translateY(-2px);
}

.banner-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.2), rgba(53, 11, 43, 0.2));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(166, 34, 136, 0.2);
    transition: all 0.3s ease;
}

.banner-icon svg {
    color: #A62288;
    filter: drop-shadow(0 0 8px rgba(166, 34, 136, 0.4));
}

.banner-content:hover .banner-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 24px rgba(166, 34, 136, 0.4);
}

.banner-text {
    flex: 1;
    min-width: 0;
}

.banner-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 4px 0;
    text-shadow: 0 0 20px rgba(166, 34, 136, 0.3);
}

.banner-text p {
    font-family: 'Roboto Mono', monospace;
    font-size: 11px;
    color: #CCCCCC;
    margin: 0;
    line-height: 1.5;
}

.banner-contact-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: rgba(166, 34, 136, 0.1);
    border: 1px solid #A62288;
    border-radius: 8px;
    color: #E5E7EB;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.banner-contact-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(166, 34, 136, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.banner-contact-btn:hover::before {
    width: 300px;
    height: 300px;
}

.banner-contact-btn:hover {
    background: rgba(166, 34, 136, 0.2);
    border-color: #C62AA8;
    box-shadow: 0 6px 20px rgba(166, 34, 136, 0.3);
    transform: translateY(-2px);
}

.banner-contact-btn svg {
    transition: transform 0.3s ease;
}

.banner-contact-btn:hover svg {
    transform: scale(1.1);
}

/* Enhanced Upload Page Elements */
.upload-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #E5E7EB;
    margin: 4px 0 2px 0;
    text-shadow: 0 0 20px rgba(166, 34, 136, 0.2);
}

.upload-subtitle {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    color: #CCCCCC;
    margin: 0 0 8px 0;
}

.upload-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    margin: 16px 0;
}

.expiry-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.expiry-label svg {
    color: #A62288;
}

.exif-removal-option label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.exif-removal-option svg {
    color: #A62288;
    flex-shrink: 0;
}

/* Update Browse Button with Icon */
.browse-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.browse-btn svg {
    color: #E5E7EB;
}

/* Update Upload Button */
.upload-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    min-width: 140px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .banner-icon {
        width: 56px;
        height: 56px;
    }

    .banner-icon svg {
        width: 40px;
        height: 40px;
    }

    .banner-text h3 {
        font-size: 16px;
    }

    .banner-text p {
        font-size: 10px;
    }

    .banner-contact-btn {
        width: 100%;
        justify-content: center;
    }

    .upload-title {
        font-size: 20px;
    }

    .upload-subtitle {
        font-size: 13px;
    }

    .upload-options-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media screen and (max-width: 375px) {
    .banner-content {
        padding: 16px;
    }

    .banner-text h3 {
        font-size: 15px;
    }

    .banner-text p {
        font-size: 10px;
    }

    .upload-title {
        font-size: 18px;
    }
}
/* Modern EXIF Toggle Switch */
.exif-toggle-container {
    margin: 10px 10px 8px;
    position: relative;
}

.exif-toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.exif-toggle-label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 10px 14px;
    background: rgba(42, 42, 43, 0.3);
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.exif-toggle-label:hover {
    background: rgba(42, 42, 43, 0.5);
    border-color: rgba(166, 34, 136, 0.4);
    box-shadow: 0 4px 16px rgba(166, 34, 136, 0.1);
    transform: translateY(-2px);
}

/* Toggle Switch */
.toggle-switch {
    position: relative;
    width: 42px;
    height: 22px;
    background: rgba(67, 67, 68, 0.8);
    border-radius: 11px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}

.toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #E5E7EB;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Checked State */
.exif-toggle-input:checked + .exif-toggle-label .toggle-switch {
    background: linear-gradient(135deg, #A62288, #C62AA8);
    box-shadow: 0 0 20px rgba(166, 34, 136, 0.4), inset 0 2px 6px rgba(0, 0, 0, 0.2);
}

.exif-toggle-input:checked + .exif-toggle-label .toggle-slider {
    transform: translateX(20px);
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.exif-toggle-input:checked + .exif-toggle-label {
    background: rgba(166, 34, 136, 0.1);
    border-color: rgba(166, 34, 136, 0.5);
}

.exif-toggle-input:checked + .exif-toggle-label:hover {
    background: rgba(166, 34, 136, 0.15);
    border-color: rgba(166, 34, 136, 0.7);
    box-shadow: 0 6px 20px rgba(166, 34, 136, 0.2);
}

/* Toggle Text */
.toggle-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.toggle-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #E5E7EB;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.toggle-description {
    font-family: 'Roboto Mono', monospace;
    font-size: 11px;
    color: #999999;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.exif-toggle-input:checked + .exif-toggle-label .toggle-title {
    color: #FFFFFF;
}

.exif-toggle-input:checked + .exif-toggle-label .toggle-description {
    color: #CCCCCC;
}

/* Focus State */
.exif-toggle-input:focus + .exif-toggle-label {
    outline: 2px solid #A62288;
    outline-offset: 2px;
}

.exif-toggle-input:focus-visible + .exif-toggle-label {
    outline: 3px solid #A62288;
    outline-offset: 3px;
}

/* Active State */
.exif-toggle-label:active {
    transform: scale(0.98);
}

/* Hover Animation on Switch */
.exif-toggle-label:hover .toggle-slider {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.exif-toggle-input:checked + .exif-toggle-label:hover .toggle-slider {
    box-shadow: 0 3px 10px rgba(166, 34, 136, 0.5);
}

/* Contact/Abuse Section at Bottom */
.contact-abuse-section {
    max-width: 600px;
    margin: 40px auto 60px;
    padding: 0 20px;
    text-align: center;
}

.contact-abuse-header {
    margin-bottom: 24px;
}

.contact-abuse-header h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #E5E7EB;
    margin: 0 0 8px 0;
}

.contact-abuse-header p {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    color: #CCCCCC;
    margin: 0;
}

.contact-abuse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    background: rgba(166, 34, 136, 0.1);
    border: 1px solid #A62288;
    border-radius: 10px;
    color: #E5E7EB;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-abuse-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(166, 34, 136, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.contact-abuse-btn:hover::before {
    width: 400px;
    height: 400px;
}

.contact-abuse-btn:hover {
    background: rgba(166, 34, 136, 0.2);
    border-color: #C62AA8;
    box-shadow: 0 8px 24px rgba(166, 34, 136, 0.3);
    transform: translateY(-3px);
}

.contact-abuse-btn:active {
    transform: translateY(-1px);
}

.contact-abuse-btn svg {
    transition: transform 0.3s ease;
}

.contact-abuse-btn:hover svg {
    transform: scale(1.1);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .exif-toggle-label {
        padding: 14px 16px;
        gap: 12px;
    }

    .toggle-switch {
        width: 48px;
        height: 26px;
    }

    .toggle-slider {
        width: 22px;
        height: 22px;
    }

    .exif-toggle-input:checked + .exif-toggle-label .toggle-slider {
        transform: translateX(22px);
    }

    .toggle-title {
        font-size: 14px;
    }

    .toggle-description {
        font-size: 11px;
    }

    .contact-abuse-header h3 {
        font-size: 20px;
    }

    .contact-abuse-header p {
        font-size: 13px;
    }

    .contact-abuse-btn {
        width: 100%;
        padding: 16px 24px;
    }
}

@media screen and (max-width: 375px) {
    .exif-toggle-container {
        margin: 16px 10px 12px;
    }

    .exif-toggle-label {
        padding: 12px;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .toggle-text {
        align-items: center;
    }

    .contact-abuse-header h3 {
        font-size: 18px;
    }

    .contact-abuse-section {
        margin: 30px auto 50px;
    }
}
/* Enhanced Upload Section Styling */
.upload-section {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.upload-section:hover {
    box-shadow: 0 12px 48px rgba(166, 34, 136, 0.25), 0 0 60px rgba(166, 34, 136, 0.1);
    transform: translateY(-3px);
}

/* Enhanced Upload Container */
.upload-container {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.upload-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(166, 34, 136, 0.05), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 0;
}

.upload-container:hover::before {
    opacity: 1;
}

.upload-container:hover {
    border-color: rgba(166, 34, 136, 0.6);
    background: rgba(56, 56, 56, 0.15);
    box-shadow: inset 0 0 30px rgba(166, 34, 136, 0.05);
}

/* Drag and Drop Active State */
.upload-container.drag-active {
    border-color: #A62288;
    background: rgba(166, 34, 136, 0.1);
    box-shadow: inset 0 0 40px rgba(166, 34, 136, 0.2), 0 0 30px rgba(166, 34, 136, 0.3);
    transform: scale(1.02);
}

.upload-container.drag-active::before {
    opacity: 1;
}

.upload-content {
    position: relative;
    z-index: 1;
}

/* Enhanced Upload Icon Animation */
.upload-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.upload-container:hover .upload-icon {
    transform: translateY(-8px) scale(1.05);
    filter: drop-shadow(0 8px 16px rgba(166, 34, 136, 0.4));
}

/* Enhanced Browse Button */
.browse-btn {
    padding: 7px 16px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.browse-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(166, 34, 136, 0.4), transparent);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.browse-btn:hover::before {
    width: 400px;
    height: 400px;
}

.browse-btn:hover {
    background: rgba(166, 34, 136, 0.25);
    border-color: #C62AA8;
    box-shadow: 0 6px 20px rgba(166, 34, 136, 0.35), 0 0 40px rgba(166, 34, 136, 0.15);
    transform: translateY(-2px);
}

.browse-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(166, 34, 136, 0.3);
}

/* Enhanced Upload Button */
.upload-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.upload-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.upload-btn:hover::after {
    width: 300px;
    height: 300px;
}

.upload-btn:hover {
    box-shadow: 0 8px 24px rgba(166, 34, 136, 0.45), 0 0 40px rgba(166, 34, 136, 0.2);
    transform: translateY(-2px);
    border-color: #C62AA8;
}

.upload-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(166, 34, 136, 0.35);
}

.upload-btn img {
    transition: transform 0.3s ease;
}

.upload-btn:hover img {
    transform: translateX(2px);
}

/* Enhanced Cancel Button */
.cancel-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.cancel-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.cancel-btn:hover::before {
    transform: scaleX(1);
}

.cancel-btn:hover {
    color: #FFFFFF;
}

.cancel-btn:active {
    background: rgba(255, 255, 255, 0.1);
}

/* Enhanced Expiry Select */
.expiry-select select {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.expiry-select select:hover {
    border-color: rgba(166, 34, 136, 0.6);
    background-color: rgba(42, 42, 43, 0.9);
    box-shadow: 0 4px 12px rgba(166, 34, 136, 0.15);
    transform: translateY(-1px);
}

.expiry-select select:focus {
    border-color: #A62288;
    box-shadow: 0 0 0 3px rgba(166, 34, 136, 0.25), 0 4px 12px rgba(166, 34, 136, 0.2);
    transform: translateY(-1px);
}

/* Enhanced EXIF Removal Option */
.exif-removal-option {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.exif-removal-option:hover {
    background: rgba(166, 34, 136, 0.08);
    border-color: rgba(166, 34, 136, 0.5);
    box-shadow: 0 2px 8px rgba(166, 34, 136, 0.15);
    transform: translateX(4px);
}

.exif-removal-option label {
    transition: all 0.3s ease;
}

.exif-removal-option:hover label {
    color: #E5E7EB;
}

.exif-removal-option label::before {
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.exif-removal-option:hover label::before {
    border-color: #A62288;
    box-shadow: 0 0 8px rgba(166, 34, 136, 0.3);
}

.exif-removal-option input[type="checkbox"]:checked + label::before {
    background: rgba(166, 34, 136, 0.2);
    border-color: #A62288;
    box-shadow: 0 0 12px rgba(166, 34, 136, 0.4);
}

.exif-removal-option input[type="checkbox"]:checked + label::after {
    transform: translateY(-50%) scale(1);
    animation: checkmarkPop 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes checkmarkPop {
    0% {
        transform: translateY(-50%) scale(0) rotate(-45deg);
    }
    50% {
        transform: translateY(-50%) scale(1.2) rotate(10deg);
    }
    100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
    }
}

/* Modern Upload Notice */
.upload-notice {
    opacity: 0.9;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.upload-notice:hover {
    opacity: 1;
}

/* Enhanced Verify Section */
.verify-section {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.verify-section:hover {
    box-shadow: 0 8px 32px rgba(166, 34, 136, 0.15);
    transform: translateY(-2px);
}

/* Enhanced Buttons (Download, Upload File) */
.mirrors-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.mirrors-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.mirrors-btn:hover::before {
    width: 300px;
    height: 300px;
}

.mirrors-btn:hover {
    box-shadow: 0 8px 24px rgba(166, 34, 136, 0.4), 0 0 40px rgba(166, 34, 136, 0.15);
    transform: translateY(-3px);
    border-color: #C62AA8;
}

.mirrors-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(166, 34, 136, 0.3);
}

.mirrors-btn img {
    transition: transform 0.3s ease;
}

.mirrors-btn:hover img {
    transform: scale(1.1);
}

/* Enhanced Code Block */
.code-block {
    transition: all 0.3s ease;
}

.code-block:hover {
    background: #2F2F30;
    box-shadow: 0 2px 12px rgba(166, 34, 136, 0.1);
}

/* Enhanced Copy Button */
.copy-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.copy-btn:hover {
    background: rgba(166, 34, 136, 0.2);
    box-shadow: 0 4px 12px rgba(166, 34, 136, 0.3);
    transform: translateY(-2px);
}

.copy-btn:active {
    transform: translateY(0);
}

.copy-btn img {
    transition: transform 0.3s ease;
}

.copy-btn:hover img {
    transform: scale(1.15);
}

/* Enhanced Image Container */
.image-container {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-container:hover {
    box-shadow: 0 12px 48px rgba(166, 34, 136, 0.25);
    transform: scale(1.02);
}

.image-container img {
    transition: all 0.3s ease;
}

.image-container:hover img {
    filter: brightness(1.05);
}

/* Loading Animation for Upload */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.upload-area {
    transition: all 0.3s ease;
}

.upload-container:hover .upload-area {
    animation: pulse 2s ease-in-out infinite;
}

/* Smooth Page Transitions */
body {
    animation: fadeIn 0.5s ease-in-out;
}

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

/* Enhanced Footer Links */
.nav-link {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-link:hover {
    transform: translateY(-2px);
}

/* Responsive Enhancements */
@media screen and (max-width: 768px) {
    .upload-section:hover {
        transform: none;
    }

    .mirrors-btn:hover {
        transform: translateY(-2px);
    }

    .browse-btn:hover {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* Professional UI/UX Polish - Final Layer */

/* Smooth Micro-Interactions */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Better Button Alignment */
.action-buttons {
    justify-content: center;
    width: 100%;
}

.upload-btn {
    min-width: 140px;
    font-size: 15px;
    padding: 10px 20px;
    box-shadow: 0 4px 16px rgba(166, 34, 136, 0.3);
}

.upload-btn img {
    width: 18px;
    height: 18px;
}

/* Enhanced Upload Area Typography */
.upload-title {
    background: linear-gradient(135deg, #FFFFFF, #CCCCCC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

/* Better Banner Spacing */
.banner-content {
    min-height: 100px;
}

/* Improved Logo Animation */
.logo-container {
    will-change: transform;
}

.logo {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.logo-container:hover .logo {
    transform: scale(1.05) rotate(2deg);
}

/* Professional Card Shadows */
.upload-section,
.contact-card,
.result-container > * {
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12),
        0 4px 16px rgba(0, 0, 0, 0.24),
        0 0 40px rgba(166, 34, 136, 0.1);
}

/* Refined Text Shadows */
h1, h2, h3 {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Better Focus States for Accessibility */
.upload-btn:focus-visible,
.contact-abuse-btn:focus-visible,
.action-btn:focus-visible {
    outline: 3px solid #A62288;
    outline-offset: 4px;
    box-shadow: 0 0 0 6px rgba(166, 34, 136, 0.2);
}

/* Improved Upload Icon Animation */
.upload-icon {
    filter: drop-shadow(0 4px 16px rgba(166, 34, 136, 0.3));
}

.upload-container:hover .upload-icon {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(-8px) scale(1.05);
    }
    50% {
        transform: translateY(-12px) scale(1.08);
    }
}

/* Professional Spacing */
.text-section {
    margin-bottom: 20px;
}

.subtext {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.text-section:hover .subtext {
    opacity: 1;
}

/* Enhanced Success Icon Animation */
.success-icon svg {
    animation: drawCheckmark 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s both;
}

@keyframes drawCheckmark {
    from {
        stroke-dasharray: 100;
        stroke-dashoffset: 100;
    }
    to {
        stroke-dasharray: 100;
        stroke-dashoffset: 0;
    }
}

/* Refined Action Bar */


/* Better Contact Section */
.contact-abuse-section {
    background: linear-gradient(135deg, rgba(42, 42, 43, 0.3), rgba(56, 56, 56, 0.2));
    border-radius: 16px;
    padding: 32px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}


/* Refined Share Section */
.share-section {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Better File Info Card */
.file-info-card {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Professional Image Wrapper */
.image-wrapper {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Enlarged Image Enhancement */
.enlarged-image {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Better Placeholder Cards */
.placeholder-card {
    background: rgba(56, 56, 56, 0.3);
    backdrop-filter: blur(5px);
}

/* Professional Contact Methods */
.contact-method {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Refined Toggle Switch */
.exif-toggle-label {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* Better Gradient Overlays */
.banner-content,
.contact-abuse-section,
.upload-section {
    position: relative;
}

.banner-content::after,
.contact-abuse-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.03), transparent);
    pointer-events: none;
    border-radius: inherit;
}

/* Professional Scroll Behavior */
html {
    scroll-padding-top: 20px;
}

/* Enhanced Selection Colors */
::selection {
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.4), rgba(53, 11, 43, 0.4));
}

code::selection {
    background: rgba(22, 186, 92, 0.4);
}

/* Better Hero Section */
.hero-section {
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(166, 34, 136, 0.05), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.logo-container,
.text-section {
    position: relative;
    z-index: 1;
}

/* Professional Loading States */
button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    filter: grayscale(50%);
}

/* Better Typography Scale */
.heading {
    letter-spacing: -0.5px;
}

.subtext {
    letter-spacing: 0.3px;
}

/* Enhanced Expiry Select */
.expiry-select select {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}


/* Better File Name Display */
.file-name {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Refined Success Title */
.success-title {
    letter-spacing: -1px;
    font-feature-settings: "liga", "kern";
}

/* Professional Contact Header */
.contact-header h1 {
    letter-spacing: -1.5px;
    background: linear-gradient(135deg, #A62288, #C62AA8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Better PGP Key Styling */
.pgp-key {
    font-feature-settings: "liga" 0;
    tab-size: 4;
}

/* Enhanced Back Button */
.back-home-btn {
    backdrop-filter: blur(5px);
}

/* Professional Print Styles */
@media print {
    body {
        background: white;
        color: black;
    }

    .upload-section,
    .banner-container,
    .action-bar,
    .placeholder-row {
        display: none !important;
    }

    .share-section {
        border: 2px solid black;
        page-break-inside: avoid;
    }
}

/* Refined Mobile Experience */
@media screen and (max-width: 768px) {
    .upload-btn {
        min-width: auto;
        width: 100%;
        justify-content: center;
    }

    .contact-abuse-section {
        padding: 24px 16px;
    }

    .banner-content::after,
    .contact-abuse-section::after {
        opacity: 0.5;
    }
}

/* Professional Tablet Experience */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .upload-section {
        width: 90%;
        max-width: 520px;
    }

    .result-container {
        max-width: 700px;
    }
}

/* Enhanced Desktop Experience */
@media screen and (min-width: 1025px) {
    .main-container {
        padding-bottom: 80px;
    }

    .upload-section:hover {
        transform: translateY(-4px);
    }
}

/* Professional Dark Mode Enhancement */
@media (prefers-color-scheme: dark) {
    .upload-container,
    .contact-card,
    .file-info-card {
        box-shadow:
            0 2px 8px rgba(0, 0, 0, 0.4),
            0 8px 32px rgba(0, 0, 0, 0.6),
            0 0 60px rgba(166, 34, 136, 0.15);
    }
}

/* High Performance Animations */
@media (prefers-reduced-motion: no-preference) {
    .upload-icon,
    .success-icon,
    .banner-icon,
    .contact-icon {
        will-change: transform;
        transform: translateZ(0);
    }
}

/* Professional Touch Experience */
@media (hover: none) and (pointer: coarse) {
    .upload-container,
    .contact-method,
    .exif-toggle-label {
        min-height: 48px;
    }

    button,
    .action-btn,
    a {
        min-height: 44px;
        min-width: 44px;
    }
}

/* Enhanced Contrast Mode */
@media (prefers-contrast: high) {
    .upload-container,
    .contact-method,
    .exif-toggle-label {
        border-width: 3px;
    }

    .upload-btn,
    .action-btn,
    .contact-abuse-btn {
        border-width: 2px;
        font-weight: 700;
    }
}

/* Professional Light Mode (if needed) */
@media (prefers-color-scheme: light) {
    /* Keep dark theme as it's the design */
    body {
        background: #1D1D1E;
    }
}

/* Optimized Rendering */
.upload-container,
.contact-card,
.result-container,
.banner-content {
    contain: layout style paint;
}

/* Better Component Isolation */
.upload-section,
.contact-abuse-section,
.result-container {
    isolation: isolate;
}

/* Professional Cursor */
button,
.action-btn,
a,
.browse-btn {
    cursor: pointer;
}

.upload-container {
    cursor: default;
}

/* Enhanced Visual Hierarchy */
.upload-title {
    font-size: 20px;
}

.toggle-title {
    font-size: 13px;
}

/* Polished Borders */
.upload-container,
.contact-card,
.file-info-card,
.share-section,
.url-container {
    border-radius: 14px;
}

/* Final Touch: Subtle Animations */
@keyframes subtleGlow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(166, 34, 136, 0.1);
    }
    50% {
        box-shadow: 0 0 30px rgba(166, 34, 136, 0.2);
    }
}


/* Ensure proper spacing without footer */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

/* Hero Section Improvements */
.hero-section {
    padding: 40px 0 20px;
}

.logo-container {
    transition: all 0.3s ease;
}

.logo-container:hover {
    transform: scale(1.05);
}

.logo {
    filter: drop-shadow(0 4px 16px rgba(166, 34, 136, 0.2));
    transition: all 0.3s ease;
}

.logo:hover {
    filter: drop-shadow(0 6px 24px rgba(166, 34, 136, 0.4));
}

/* Placeholder Cards Enhancement */
.placeholder-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.placeholder-card:hover::before {
    opacity: 1;
}

.placeholder-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(166, 34, 136, 0.2);
}

.placeholder-card img {
    transition: all 0.3s ease;
}

.placeholder-card:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}

/* Improved Upload Section Spacing */
.upload-section {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* Text Section Improvements */
.text-section {
    padding: 20px;
}

.heading {
    transition: all 0.3s ease;
}

.heading:hover {
    text-shadow: 0 0 40px rgba(166, 34, 136, 0.5);
}

.subtext {
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background: rgba(166, 34, 136, 0.3);
    color: #FFFFFF;
}

::-moz-selection {
    background: rgba(166, 34, 136, 0.3);
    color: #FFFFFF;
}

/* Focus States for Accessibility */
button:focus,
a:focus,
input:focus,
select:focus {
    outline: 2px solid #A62288;
    outline-offset: 2px;
}

/* Loading States */
button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Smooth Transitions for All Interactive Elements */
a, button, input, select, textarea {
    transition: all 0.3s ease;
}

/* Image Upload Feedback */
#file-upload:valid + label {
    background: rgba(22, 186, 92, 0.1);
    border-color: #16BA5C;
}

/* Placeholder Row Spacing */
.placeholder-row {
    transition: all 0.3s ease;
}

/* Error States (for future use) */
.error-state {
    border-color: rgba(255, 59, 48, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.1) !important;
}

/* Success States */
.success-state {
    border-color: rgba(22, 186, 92, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(22, 186, 92, 0.1) !important;
}

/* Skeleton Loading Animation (for future use) */
@keyframes skeleton-loading {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.skeleton {
    background: linear-gradient(90deg, rgba(42, 42, 43, 0.4) 0px, rgba(67, 67, 68, 0.4) 40px, rgba(42, 42, 43, 0.4) 80px);
    background-size: 200px 100%;
    animation: skeleton-loading 1.4s ease-in-out infinite;
}

/* Improved Button Press Animation */
button:active,
.action-btn:active,
.banner-contact-btn:active {
    transform: scale(0.98);
}

/* Tooltip Styles (for future use) */
.tooltip {
    position: relative;
}

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    padding: 8px 12px;
    background: rgba(42, 42, 43, 0.95);
    color: #E5E7EB;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(166, 34, 136, 0.3);
}

.tooltip:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
}

/* Better File Input Styling */
.hidden-input:focus + .browse-btn {
    box-shadow: 0 0 0 3px rgba(166, 34, 136, 0.2);
}

/* Improved Action Buttons Spacing */
.action-buttons {
    display: flex;
    gap: 16px;
    margin: 20px 10px 10px;
    justify-content: center;
}

/* Enhanced Warning Message */
.warning-message {
    justify-content: center;
}

/* Consistent Border Radius */
.upload-container,
.contact-card,
.banner-content,
.result-container > div,
.image-wrapper,
.file-info-card,
.share-section {
    border-radius: 16px;
}

/* Subtle Page Entry Animation */
@keyframes pageEntry {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-container > * {
    animation: pageEntry 0.6s ease-out;
}

.main-container > *:nth-child(1) {
    animation-delay: 0s;
}

.main-container > *:nth-child(2) {
    animation-delay: 0.1s;
}

.main-container > *:nth-child(3) {
    animation-delay: 0.2s;
}

.main-container > *:nth-child(4) {
    animation-delay: 0.3s;
}

/* Consistent Shadow Depths */
.depth-1 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.depth-2 {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.depth-3 {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.depth-4 {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

/* Print Styles */
@media print {
    .banner-container,
    .action-bar,
    .placeholder-row,
    .upload-section {
        display: none !important;
    }

    .result-container,
    .share-section {
        border: none !important;
        box-shadow: none !important;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    * {
        border-width: 2px !important;
    }

    .browse-btn,
    .upload-btn,
    .action-btn {
        border-width: 3px !important;
    }
}

/* Dark Mode Enhancements (already dark, but deeper) */
@media (prefers-color-scheme: dark) {
    :root {
        --color-bg: #0D0D0E;
    }

    body {
        background: #0D0D0E;
    }

    .upload-container,
    .contact-card,
    .file-info-card,
    .share-section {
        background: rgba(28, 28, 29, 0.3);
    }
}

/* Responsive Improvements */
@media screen and (max-width: 768px) {
    .main-container {
        padding-bottom: 40px;
    }

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

    .upload-section {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .banner-container {
        margin: 20px auto 15px;
    }
}

@media screen and (max-width: 375px) {
    .main-container {
        padding-bottom: 30px;
    }

    .hero-section {
        padding: 20px 0 10px;
    }

    .upload-section {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/* Performance Optimization - Reduce animations on low-end devices */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* GPU Acceleration for Smooth Animations */
.upload-icon,
.success-icon,
.banner-icon,
.file-icon,
.action-btn,
.browse-btn,
.upload-btn {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Prevent Text Selection on Buttons */
button,
.action-btn,
.browse-btn {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

/* Better Code Block Readability */
code {
    letter-spacing: 0.5px;
    word-spacing: 2px;
}

/* Ensure Proper Stacking Context */
.banner-container {
    position: relative;
    z-index: 10;
}

.upload-section {
    position: relative;
    z-index: 5;
}

.result-container {
    position: relative;
    z-index: 5;
}

/* Accessibility - Screen Reader Only Content */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Focus Visible (for keyboard navigation) */
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 3px solid #A62288;
    outline-offset: 3px;
}

/* Remove default focus for mouse users */
button:focus:not(:focus-visible),
a:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible) {
    outline: none;
}
/* Contact Page Styles */
.contact-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 40px;
}

.contact-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #A62288;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(166, 34, 136, 0.3);
}

.contact-subtitle {
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    color: #CCCCCC;
    margin: 0;
}

.contact-card {
    background: rgba(56, 56, 56, 0.3);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(166, 34, 136, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-card:hover {
    box-shadow: 0 12px 48px rgba(166, 34, 136, 0.25);
    border-color: rgba(166, 34, 136, 0.4);
    transform: translateY(-4px);
}

.contact-section {
    margin-bottom: 50px;
}

.contact-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #E5E7EB;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-section h2::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, #A62288 0%, #400D34 100%);
    border-radius: 2px;
}

/* Contact Methods */
.contact-method {
    background: rgba(42, 42, 43, 0.4);
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-method:hover {
    background: rgba(42, 42, 43, 0.6);
    border-color: rgba(166, 34, 136, 0.4);
    box-shadow: 0 6px 20px rgba(166, 34, 136, 0.15);
    transform: translateY(-2px);
}

.contact-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.email-icon {
    background: linear-gradient(135deg, rgba(166, 34, 136, 0.2), rgba(53, 11, 43, 0.2));
}

.email-icon svg {
    color: #A62288;
}

.jabber-icon {
    background: linear-gradient(135deg, rgba(22, 186, 92, 0.2), rgba(6, 60, 30, 0.2));
}

.jabber-icon svg {
    color: #16BA5C;
}

.contact-method:hover .contact-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    color: #E5E7EB;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-value.selectable {
    cursor: text;
    user-select: all;
    padding: 4px 8px;
    margin: -4px -8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.contact-value.selectable:hover {
    background: rgba(166, 34, 136, 0.1);
    color: #A62288;
}

a.contact-value:hover {
    color: #A62288;
    text-shadow: 0 0 12px rgba(166, 34, 136, 0.5);
}

.email-instructions {
    background: rgba(166, 34, 136, 0.08);
    border-left: 3px solid #A62288;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 24px;
}

.email-instructions p {
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    color: #E5E7EB;
    margin: 0;
    line-height: 1.6;
}

.send-email-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(180deg, rgba(166, 34, 136, 0.5) 0%, rgba(53, 11, 43, 0.5) 100%);
    border: 1px solid #A62288;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.send-email-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.send-email-btn:hover::before {
    width: 300px;
    height: 300px;
}

.send-email-btn:hover {
    box-shadow: 0 8px 24px rgba(166, 34, 136, 0.4), 0 0 40px rgba(166, 34, 136, 0.2);
    transform: translateY(-2px);
    border-color: #C62AA8;
}

.send-email-btn:active {
    transform: translateY(0);
}

.send-email-btn svg {
    transition: transform 0.3s ease;
}

.send-email-btn:hover svg {
    transform: translateX(4px) rotate(-10deg);
}

.pgp-section {
    margin-top: 40px;
}

.pgp-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #E5E7EB;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pgp-section h2::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(180deg, #16BA5C 0%, #063C1E 100%);
    border-radius: 2px;
}

.pgp-info {
    margin-bottom: 16px;
    text-align: center;
}

.pgp-info p {
    font-family: 'Roboto Mono', monospace;
    font-size: 13px;
    color: #CCCCCC;
    margin: 0;
    padding: 10px 16px;
    background: rgba(22, 186, 92, 0.08);
    border-radius: 8px;
    border: 1px dashed rgba(22, 186, 92, 0.3);
}

.pgp-container {
    position: relative;
}

.pgp-key {
    background: #1A1A1B;
    border: 2px solid rgba(22, 186, 92, 0.3);
    border-radius: 12px;
    padding: 24px;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    transition: all 0.3s ease;
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    color: #16BA5C;
    line-height: 1.6;
    cursor: pointer;
    user-select: all;
}

.selectable-pgp {
    position: relative;
}

.selectable-pgp::before {
    content: 'Click to select';
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(22, 186, 92, 0.2);
    color: #16BA5C;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.selectable-pgp:hover::before {
    opacity: 1;
}

.pgp-key:hover {
    background: #1F1F20;
    border-color: rgba(22, 186, 92, 0.6);
    box-shadow: 0 6px 24px rgba(22, 186, 92, 0.2);
}

.pgp-key:focus {
    outline: 3px solid rgba(22, 186, 92, 0.4);
    outline-offset: 2px;
}

.pgp-key::selection {
    background: rgba(22, 186, 92, 0.3);
    color: #FFFFFF;
}

.pgp-key::-webkit-scrollbar {
    width: 8px;
}

.pgp-key::-webkit-scrollbar-track {
    background: rgba(42, 42, 43, 0.4);
    border-radius: 4px;
}

.pgp-key::-webkit-scrollbar-thumb {
    background: rgba(166, 34, 136, 0.4);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.pgp-key::-webkit-scrollbar-thumb:hover {
    background: rgba(166, 34, 136, 0.6);
}


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

.back-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid rgba(67, 67, 68, 0.6);
    border-radius: 8px;
    color: #CCCCCC;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.back-home-btn:hover {
    background: rgba(166, 34, 136, 0.1);
    border-color: #A62288;
    color: #E5E7EB;
    box-shadow: 0 4px 12px rgba(166, 34, 136, 0.2);
    transform: translateY(-2px);
}

.back-home-btn svg {
    transition: transform 0.3s ease;
}

.back-home-btn:hover svg {
    transform: translateX(-4px);
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .contact-container {
        padding: 15px;
        margin: 20px auto;
    }

    .contact-header h1 {
        font-size: 32px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-card {
        padding: 24px;
    }

    .contact-section h2 {
        font-size: 20px;
    }

    .contact-method {
        flex-direction: row;
        padding: 16px;
    }

    .contact-icon {
        width: 48px;
        height: 48px;
    }

    .contact-icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-value {
        font-size: 14px;
        word-break: break-all;
    }

    .send-email-btn {
        width: 100%;
        justify-content: center;
    }

    .pgp-key {
        padding: 16px;
        max-height: 200px;
    }

    .pgp-key code {
        font-size: 10px;
    }


    .back-home-btn {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 375px) {
    .contact-header h1 {
        font-size: 28px;
    }

    .contact-card {
        padding: 20px;
    }

    .email-instructions {
        padding: 12px 16px;
    }

    .email-instructions p {
        font-size: 13px;
    }
}
/* Error Pages Styling */

.error-container {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.error-code {
  font-size: 8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
  animation: glitch 3s infinite;
}

@keyframes glitch {
  0%, 100% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
}

.error-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.error-message {
  font-size: 1.2rem;
  color: #718096;
  max-width: 600px;
  margin: 1rem auto 2rem;
  line-height: 1.6;
}

.error-icon {
  font-size: 5rem;
  margin-bottom: 1rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.error-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.error-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.error-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.error-btn-secondary {
  background: white;
  color: #667eea;
  border: 2px solid #667eea;
}

.error-btn-secondary:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.error-details {
  margin-top: 3rem;
  padding: 1.5rem;
  background: #f7fafc;
  border-radius: 15px;
  max-width: 700px;
  border-left: 4px solid #667eea;
}

.error-details-title {
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.error-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.error-details-list li {
  padding: 0.5rem 0;
  color: #4a5568;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.error-details-list li:before {
  content: "→";
  color: #667eea;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Specific error types */
.error-404 .error-code {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-500 .error-code {
  background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-400 .error-code {
  background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-401 .error-code {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Responsive design */
@media (max-width: 768px) {
  .error-code {
    font-size: 5rem;
  }

  .error-title {
    font-size: 1.8rem;
  }

  .error-message {
    font-size: 1rem;
  }

  .error-actions {
    flex-direction: column;
    width: 100%;
  }

  .error-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Dark theme support */
@media (prefers-color-scheme: dark) {
  .error-title {
    color: #e2e8f0;
  }

  .error-message {
    color: #cbd5e0;
  }

  .error-details {
    background: #2d3748;
    border-left-color: #667eea;
  }

  .error-details-title {
    color: #e2e8f0;
  }

  .error-details-list li {
    color: #cbd5e0;
  }
}
