:root {
    --bg: #f6f1ec;
    --card: #f8f5f2;
    --white: #fffdfb;
    --text: #2e3036;
    --soft-text: #716a67;
    --rose: #e39997;
    --rose-dark: #ce807c;
    --rose-soft: #f6dcda;
    --gold: #ddb257;
    --gold-dark: #aa7554;
    --green: #6fa779;
    --green-dark: #5d9568;
    --green-soft: #e3efdf;
    --line: #eadbd5;
    --shadow: 0 12px 36px rgba(76, 58, 49, 0.10);
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: linear-gradient(180deg, #faf7f3 0%, #f2ece7 100%);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    min-height: 100vh;
    min-height: 100dvh;
}

button,
input {
    font: inherit;
}

button {
    border: 0;
    outline: 0;
}

.hidden {
    display: none !important;
}

.page-shell {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: calc(12px + env(safe-area-inset-top)) 10px calc(18px + env(safe-area-inset-bottom));
}

.screen-card {
    position: relative;
    width: 100%;
    max-width: 430px;
    background: rgba(249, 246, 242, 0.98);
    border-radius: 28px;
    padding: 22px 16px 20px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

/* Dekorasyon */
.rose {
    position: absolute;
    top: -3px;
    width: clamp(118px, 36vw, 154px);
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    filter: drop-shadow(0 4px 9px rgba(80, 57, 46, 0.06));
}

.rose-left {
    left: -12px;
}

.rose-right {
    right: -12px;
}

.hero {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 8px;
}

.couple-name {
    position: relative;
    z-index: 3;
    width: 58%;
    margin: 18px auto 2px;
    color: #b97966;
    font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
    font-size: clamp(25px, 7.7vw, 33px);
    font-weight: 400;
    line-height: 1.08;
    text-shadow: 0 1px 0 rgba(255,255,255,0.72);
}

.rings-wrap {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    margin: 1px 0 1px;
}

.rings-image {
    width: clamp(118px, 34vw, 150px);
    max-height: 86px;
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(104, 77, 48, 0.08));
}

.wedding-title {
    margin: 0;
    color: var(--gold-dark);
    font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
    font-size: clamp(40px, 11vw, 54px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: 0;
}

.wedding-title span {
    display: block;
}

.hero-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 15px 0 13px;
}

.hero-divider span {
    width: 56px;
    height: 1.5px;
    background: var(--gold);
}

.divider-heart,
.bottom-heart {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: var(--gold);
    transform: rotate(-45deg);
}

.divider-heart::before,
.divider-heart::after,
.bottom-heart::before,
.bottom-heart::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: inherit;
}

.divider-heart::before,
.bottom-heart::before {
    top: -5px;
    left: 0;
}

.divider-heart::after,
.bottom-heart::after {
    top: 0;
    left: 5px;
}

.hero-text {
    margin: 0;
    color: #373a40;
    font-size: 17px;
    line-height: 1.55;
}

/* EMPTY / SELECTED / PROGRESS için ortak sabit interaction box */
.upload-panel {
    position: relative;
    z-index: 2;
    margin-top: 27px;
}

#fileInput {
    display: none;
}

.upload-box {
    width: 100%;
    height: 300px;
    min-height: 300px;
    border: 2px dashed #ead6d1;
    border-radius: 28px;
    background: rgba(255, 251, 248, 0.78);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}

.upload-select-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 22px 18px;
}

#uploadSelectState {
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

#uploadSelectState:active {
    transform: scale(0.992);
}

.cloud-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 11px;
    color: var(--rose);
}

.cloud-icon svg {
    width: 100%;
    height: 100%;
}

.upload-title {
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
}

.upload-subtitle {
    margin-top: 8px;
    color: var(--soft-text);
    font-size: 15px;
}

.upload-formats {
    margin-top: 21px;
    color: #595654;
    font-size: 13px;
    line-height: 1.65;
}

/* STATE 2 - seçilen dosyalar aynı box içinde */
.selected-files-box {
    display: flex;
    flex-direction: column;
    padding: 13px 13px 12px;
    border-style: dashed;
    text-align: left;
    overflow: hidden;
}

.selected-box-header {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
    padding: 0 3px 7px;
}

.selected-count {
    min-width: 0;
    overflow: hidden;
    color: #34363b;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clear-button {
    flex: 0 0 auto;
    min-width: 58px;
    min-height: 34px;
    padding: 6px 7px;
    border-radius: 12px;
    background: transparent;
    color: #b66864;
    font-weight: 800;
    cursor: pointer;
}

.clear-button:disabled {
    opacity: 0.4;
    cursor: default;
}

.file-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee1dc;
    border-bottom: 1px solid #eee1dc;
    scrollbar-width: thin;
    scrollbar-color: #d8c9c3 transparent;
}

.file-list::-webkit-scrollbar,
.progress-file-list::-webkit-scrollbar {
    width: 5px;
}

.file-list::-webkit-scrollbar-thumb,
.progress-file-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #d8c9c3;
}

.file-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    min-height: 52px;
    padding: 6px 2px;
    border-bottom: 1px solid #f0e4df;
}

.file-entry:last-child {
    border-bottom: 0;
}

.file-entry-icon,
.progress-file-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
}

.file-entry-icon svg,
.progress-file-icon svg {
    width: 19px;
    height: 19px;
}

.file-entry-icon.photo,
.progress-file-icon.photo {
    color: #70804d;
    background: #dfe9c9;
}

.file-entry-icon.video,
.progress-file-icon.video {
    color: #bc8628;
    background: #f6dfad;
}

.file-entry-icon.unknown,
.progress-file-icon.unknown {
    color: #8a817d;
    background: #ece6e2;
}

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

.file-name {
    display: block;
    overflow: hidden;
    color: #292c31;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-type {
    display: block;
    margin-top: 2px;
    color: #86807d;
    font-size: 11px;
}

.file-right {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}

.file-size {
    color: #67615f;
    font-size: 11px;
    white-space: nowrap;
}

.remove-file {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 50%;
    background: #f5dedb;
    color: #b96965;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
}

.remove-file:disabled {
    opacity: 0.35;
    cursor: default;
}

.selected-upload-button {
    flex: 0 0 auto;
    width: 100%;
    min-height: 42px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 14px;
    background: linear-gradient(180deg, #e9a6a3, #df9693);
    color: white;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 7px 16px rgba(214, 135, 131, 0.18);
    cursor: pointer;
}

.selected-upload-button:disabled {
    opacity: 0.45;
    cursor: default;
}

.selected-upload-icon {
    width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
}

.selected-upload-icon svg {
    width: 100%;
    height: 100%;
}

/* STATE 3 - toplu progress + dosya bazlı progress */
.progress-upload-box {
    display: flex;
    flex-direction: column;
    padding: 10px 11px 10px;
    border-style: solid;
    border-color: #efddd9;
    background: linear-gradient(180deg, rgba(255,251,248,0.96), rgba(251,246,242,0.96));
    overflow: hidden;
}

.progress-summary {
    flex: 0 0 auto;
    text-align: center;
}

.progress-circle {
    --progress: 0deg;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border-radius: 50%;
    background:
        conic-gradient(
            var(--rose) 0deg,
            var(--rose) var(--progress),
            #f2dfdc var(--progress),
            #f2dfdc 360deg
        );
    box-shadow: 0 7px 18px rgba(213,137,133,0.14);
}

.progress-circle-inner {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fffaf7;
}

.progress-percent-big {
    color: #202228;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.progress-size {
    margin-top: 5px;
    color: #35373c;
    font-size: 12px;
    font-weight: 800;
}

.progress-upload-title {
    margin-top: 5px;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
}

.progress-file-count {
    margin-top: 2px;
    color: #6f6865;
    font-size: 11px;
}

.progress-state-message {
    min-height: 15px;
    margin-top: 2px;
    color: #9a8580;
    font-size: 10px;
}

.progress-file-list {
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 7px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #eee1dc;
    border-radius: 15px;
    background: rgba(255,255,255,0.50);
    scrollbar-width: thin;
    scrollbar-color: #d8c9c3 transparent;
}

.progress-file-entry {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) minmax(78px, 42%);
    gap: 7px;
    align-items: center;
    min-height: 54px;
    padding: 6px 7px;
    border-bottom: 1px solid #efe2dd;
}

.progress-file-entry:last-child {
    border-bottom: 0;
}

.progress-file-main {
    min-width: 0;
}

.progress-file-name {
    overflow: hidden;
    color: #292c31;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.progress-file-type {
    margin-top: 2px;
    color: #86807d;
    font-size: 9px;
}

.progress-file-right {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.progress-file-track {
    min-width: 0;
    flex: 1 1 auto;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #eee9e6;
}

.progress-file-bar {
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #e6a19d, #d4807d);
    transition: width 0.16s linear;
}

.progress-file-entry.is-complete .progress-file-bar {
    background: linear-gradient(90deg, #8cb17d, #6fa779);
}

.progress-file-status {
    flex: 0 0 auto;
    min-width: 37px;
    color: #6e6763;
    font-size: 9px;
    text-align: right;
    white-space: nowrap;
}

.progress-file-entry.is-complete .progress-file-status {
    color: var(--green-dark);
    font-weight: 800;
}

.progress-complete-mark {
    margin-right: 2px;
    font-size: 11px;
}

/* İstatistik alanı artık sadece istatistik: sabit yükseklik davranışını korur */
.stats-panel {
    position: relative;
    z-index: 2;
    margin-top: 17px;
    padding: 14px 12px 12px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 6px 20px rgba(82,66,58,0.055);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.stat-card {
    text-align: center;
}

.stat-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: 0 auto 7px;
    border-radius: 14px;
}

.stat-icon svg {
    width: 22px;
    height: 22px;
}

.stat-icon.photo {
    color: #70804d;
    background: #dfe9c9;
}

.stat-icon.video {
    color: #bc8628;
    background: #f6dfad;
}

.stat-icon.total {
    color: #73834c;
    background: #dfe9c9;
}

.stat-value {
    color: #202228;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
    word-break: break-word;
}

.stat-label {
    margin-top: 4px;
    color: #44413f;
    font-size: 12px;
}

/* Ana alt buton */
.upload-button {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 62px;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 18px;
    background: linear-gradient(180deg, #e8a3a0, #df9693);
    color: white;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 10px 23px rgba(214, 135, 131, 0.23);
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.upload-button:active:not(:disabled) {
    transform: scale(0.992);
}

.upload-button:disabled {
    opacity: 0.62;
    cursor: default;
}

.upload-button.is-add-mode {
    opacity: 1;
}

.button-icon {
    width: 25px;
    height: 25px;
    display: inline-grid;
    place-items: center;
}

.button-icon svg {
    width: 100%;
    height: 100%;
}

.button-spinner {
    width: 19px;
    height: 19px;
    border: 3px solid rgba(255,255,255,0.38);
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-spin 0.85s linear infinite;
}

@keyframes button-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Hata */
.error-section {
    position: relative;
    z-index: 3;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #f0d5d2;
    border-radius: 17px;
    background: #fff2f1;
    color: #ac5956;
}

.error-section strong {
    display: block;
    margin-bottom: 5px;
}

.error-section p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* Alt bilgi */
.bottom-note {
    position: relative;
    z-index: 2;
    margin-top: 17px;
    text-align: center;
}

.bottom-heart {
    margin: 0 auto 11px;
    background: #df8e88;
}

.bottom-text {
    color: #8c7d77;
    font-size: 12px;
}

/* STATE 4 - başarılı yükleme */
.success-screen {
    min-height: calc(100dvh - 48px);
    display: flex;
    flex-direction: column;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

.success-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 24px 5px 14px;
}

.success-visual {
    position: relative;
    width: 220px;
    height: 158px;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.success-check {
    position: relative;
    z-index: 3;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient(145deg, #76ae7f, #5c9568);
    box-shadow: 0 12px 28px rgba(89, 147, 102, 0.23);
}

.success-check svg {
    width: 58px;
    height: 58px;
}

/* Kare konfeti yerine küçüklü büyüklü kalpler */
.success-heart {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    text-shadow: 0 2px 5px rgba(87,69,60,0.06);
}

.h1  { top: 22px; left: 27px;  color: #d9908d; font-size: 12px; transform: rotate(-14deg); }
.h2  { top: 49px; left: 4px;   color: #d9ad53; font-size: 7px;  transform: rotate(8deg); }
.h3  { top: 77px; left: 24px;  color: #8fa875; font-size: 15px; transform: rotate(-18deg); }
.h4  { top: 112px; left: 43px; color: #df9a96; font-size: 9px;  transform: rotate(13deg); }
.h5  { top: 17px; left: 72px;  color: #d9ad53; font-size: 9px;  transform: rotate(-8deg); }
.h6  { top: 44px; left: 57px;  color: #e1a19d; font-size: 6px;  transform: rotate(23deg); }
.h7  { top: 119px; left: 83px; color: #98aa79; font-size: 7px;  transform: rotate(-12deg); }
.h8  { top: 20px; right: 31px; color: #8fa875; font-size: 14px; transform: rotate(17deg); }
.h9  { top: 47px; right: 3px;  color: #d9908d; font-size: 9px;  transform: rotate(-20deg); }
.h10 { top: 75px; right: 25px; color: #d9ad53; font-size: 14px; transform: rotate(13deg); }
.h11 { top: 110px; right: 46px;color: #8fa875; font-size: 8px;  transform: rotate(-9deg); }
.h12 { top: 26px; right: 72px; color: #e2a09c; font-size: 7px;  transform: rotate(8deg); }
.h13 { top: 119px; right: 84px;color: #d9ad53; font-size: 6px;  transform: rotate(19deg); }
.h14 { top: 92px; left: 5px;   color: #d9ad53; font-size: 6px;  transform: rotate(-16deg); }
.h15 { top: 95px; right: 4px;  color: #d9908d; font-size: 6px;  transform: rotate(14deg); }
.h16 { top: 7px; left: 104px;  color: #d9908d; font-size: 6px;  transform: rotate(-5deg); }

.success-body h2 {
    margin: 1px 0 7px;
    color: #2c2e33;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    font-weight: 700;
}

.success-description {
    margin: 0;
    color: #635e5b;
    font-size: 14px;
}

.success-stats-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 26px;
    padding: 12px 6px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 6px 19px rgba(82,66,58,0.055);
}

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

.success-stat-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 7px;
    border-radius: 13px;
}

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

.success-stat-icon.photo {
    color: #70804d;
    background: #dfe9c9;
}

.success-stat-icon.video {
    color: #bc8628;
    background: #f6dfad;
}

.success-stat-icon.total {
    color: #73834c;
    background: #dfe9c9;
}

.success-stat strong {
    max-width: 100%;
    overflow: hidden;
    color: #24262b;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.success-stat span {
    margin-top: 3px;
    color: #706a67;
    font-size: 10px;
}

.new-upload-button {
    width: 100%;
    min-height: 58px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #72a97c, #60976a, #72a97c);
    color: white;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 9px 20px rgba(89, 147, 102, 0.18);
    cursor: pointer;
}

.new-upload-button:active {
    transform: scale(0.992);
}

.new-upload-arrow {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

/* Responsive */
@media (max-width: 390px) {
    .page-shell {
        padding-left: 6px;
        padding-right: 6px;
    }

    .screen-card {
        padding: 19px 13px 18px;
        border-radius: 24px;
    }

    .hero {
        padding-top: 5px;
    }

    .couple-name {
        width: 56%;
        font-size: clamp(24px, 8vw, 30px);
        margin: 14px auto 1px;
    }

    .rings-wrap {
        min-height: 64px;
    }

    .rings-image {
        width: clamp(112px, 35vw, 138px);
        max-height: 79px;
    }

    .wedding-title {
        font-size: clamp(39px, 13vw, 50px);
    }

    .hero-text {
        font-size: 15px;
    }

    .upload-box {
        height: 286px;
        min-height: 286px;
    }

    .upload-select-box {
        padding: 18px 13px;
    }

    .cloud-icon {
        width: 80px;
        height: 80px;
    }

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

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

    .upload-formats {
        font-size: 12px;
    }

    .selected-files-box {
        padding: 11px 10px 10px;
    }

    .file-entry {
        min-height: 49px;
    }

    .file-entry-icon {
        width: 32px;
        height: 32px;
    }

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

    .remove-file {
        width: 34px;
        height: 34px;
    }

    .selected-upload-button {
        min-height: 40px;
        font-size: 12px;
    }

    .progress-circle {
        width: 76px;
        height: 76px;
    }

    .progress-circle-inner {
        width: 63px;
        height: 63px;
    }

    .progress-percent-big {
        font-size: 22px;
    }

    .progress-upload-title {
        font-size: 16px;
    }

    .progress-file-entry {
        grid-template-columns: 33px minmax(0, 1fr) minmax(72px, 40%);
        gap: 6px;
        min-height: 50px;
        padding: 5px 6px;
    }

    .progress-file-icon {
        width: 31px;
        height: 31px;
    }

    .stat-value {
        font-size: 18px;
    }

    .stat-label {
        font-size: 11px;
    }

    .upload-button {
        min-height: 58px;
        font-size: 16px;
    }

    .success-body {
        padding-top: 18px;
    }

    .success-visual {
        width: 205px;
        height: 150px;
    }

    .new-upload-button {
        min-height: 55px;
        font-size: 14px;
    }
}

@media (hover: hover) {
    #uploadSelectState:hover {
        border-color: #e1c2bc;
        box-shadow: 0 7px 22px rgba(80,64,56,0.055);
    }

    .remove-file:hover,
    .clear-button:hover {
        filter: brightness(0.98);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
