html {
    scroll-behavior: smooth;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.filled-icon {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.nav-link {
    border-bottom: 2px solid transparent;
    color: #4f4445;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding-bottom: 0.25rem;
    text-transform: uppercase;
    transition: color 200ms ease, border-color 200ms ease;
}

.nav-link:hover,
.nav-link.active {
    border-color: #71585b;
    color: #71585b;
}

.mobile-link {
    color: #4f4445;
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    padding: 0.75rem 0;
    text-transform: uppercase;
}

.icon-button {
    border-radius: 9999px;
    min-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0.5rem;
    position: relative;
    transition: background-color 200ms ease, transform 150ms ease;
}

.icon-button:hover {
    background: rgba(248, 215, 218, 0.45);
}

.icon-button:active {
    transform: scale(0.96);
}

.contact-detail-card {
    background: linear-gradient(145deg, #fffdfc 0%, #fbf0ec 100%);
    border: 1px solid rgba(210, 195, 196, 0.42);
    box-shadow: 0 8px 22px rgba(113, 88, 91, 0.05);
    min-height: 108px;
    transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.contact-detail-card:hover {
    border-color: rgba(193, 123, 109, 0.35);
    box-shadow: 0 16px 32px rgba(193, 123, 109, 0.14);
    transform: translateY(-3px);
}

.contact-detail-icon {
    align-items: center;
    background: linear-gradient(145deg, #fcdbde 0%, #ffe8da 100%);
    border: 1px solid rgba(222, 191, 194, 0.55);
    border-radius: 9999px;
    color: #71585b;
    display: inline-flex;
    flex-shrink: 0;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.contact-social-icon {
    background: #71585b;
    box-shadow: 0 7px 18px rgba(113, 88, 91, 0.16);
    transition: background-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.contact-social-icon:hover {
    background: #8e6870;
    box-shadow: 0 13px 26px rgba(193, 123, 109, 0.23);
    transform: translateY(-3px);
}

.flagship-panel {
    background: linear-gradient(145deg, #fffdfc 0%, #fbefeb 100%);
    border: 1px solid rgba(210, 195, 196, 0.34);
    box-shadow: 0 16px 36px rgba(113, 88, 91, 0.07);
}

.flagship-meta {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(222, 191, 194, 0.34);
    transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease;
}

.flagship-meta:hover {
    border-color: rgba(193, 123, 109, 0.38);
    box-shadow: 0 12px 24px rgba(193, 123, 109, 0.10);
    transform: translateY(-2px);
}

.flagship-map-card {
    background: #f8e7df;
    box-shadow: 0 20px 48px rgba(113, 88, 91, 0.12);
    transition: box-shadow 300ms ease, transform 300ms ease;
}

.flagship-map-card:hover {
    box-shadow: 0 25px 55px rgba(193, 123, 109, 0.18);
    transform: translateY(-3px);
}

.flagship-map-frame {
    filter: sepia(0.14) saturate(0.78) hue-rotate(335deg);
    transition: filter 350ms ease, transform 350ms ease;
}

.flagship-map-card:hover .flagship-map-frame {
    filter: sepia(0.07) saturate(0.9) hue-rotate(340deg);
    transform: scale(1.01);
}

.flagship-map-button {
    background: #fffdfc;
    box-shadow: 0 10px 28px rgba(113, 88, 91, 0.14);
    transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.flagship-map-button:hover {
    background: #fcdbde;
    box-shadow: 0 16px 34px rgba(193, 123, 109, 0.22);
    transform: translateY(-2px);
}

.luxury-footer {
    background:
        radial-gradient(circle at 91% 10%, rgba(248, 215, 218, 0.42), transparent 26%),
        linear-gradient(145deg, #fff9f6 0%, #f8ece7 100%);
    border-top: 1px solid rgba(210, 195, 196, 0.42);
}

.luxury-footer-title {
    color: #71585b;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.luxury-social-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(210, 195, 196, 0.48);
    border-radius: 9999px;
    color: #71585b;
    display: inline-flex;
    height: 2.7rem;
    justify-content: center;
    transition: background-color 230ms ease, border-color 230ms ease, box-shadow 230ms ease, transform 230ms ease;
    width: 2.7rem;
}

.luxury-social-link:hover {
    background: #fcdbde;
    border-color: rgba(193, 123, 109, 0.38);
    box-shadow: 0 10px 22px rgba(193, 123, 109, 0.15);
    transform: translateY(-3px);
}

.luxury-footer-link {
    color: #4f4445;
    display: inline-flex;
    font-size: 0.9rem;
    transition: color 200ms ease, transform 200ms ease;
}

.luxury-footer-link:hover {
    color: #71585b;
    transform: translateX(0.22rem);
}

.luxury-newsletter {
    background: rgba(255, 253, 252, 0.82);
    border: 1px solid rgba(222, 191, 194, 0.42);
    box-shadow: 0 13px 30px rgba(113, 88, 91, 0.06);
}

.luxury-newsletter-input {
    background: #fffdfc;
    border: 1px solid rgba(210, 195, 196, 0.55);
    transition: border-color 220ms ease, box-shadow 220ms ease;
}

.luxury-newsletter-input:focus {
    border-color: rgba(113, 88, 91, 0.58);
    box-shadow: 0 0 0 3px rgba(248, 215, 218, 0.55);
}

.luxury-newsletter-button {
    background: #71585b;
    box-shadow: 0 10px 22px rgba(113, 88, 91, 0.16);
    transition: background-color 220ms ease, box-shadow 220ms ease, transform 160ms ease;
}

.luxury-newsletter-button:hover {
    background: #8a6269;
    box-shadow: 0 15px 28px rgba(193, 123, 109, 0.22);
}

.luxury-newsletter-button:active {
    transform: scale(0.98);
}

.count-badge {
    align-items: center;
    background: #71585b;
    border-radius: 9999px;
    color: #ffffff;
    display: flex;
    font-size: 0.68rem;
    height: 1rem;
    justify-content: center;
    min-width: 1rem;
    padding: 0 0.25rem;
    position: absolute;
    right: 0;
    top: 0;
}

.wishlist-product-button {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 25;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(113, 88, 91, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: #71585b;
    display: grid;
    place-items: center;
    box-shadow: 0 14px 34px rgba(113, 88, 91, 0.12);
    backdrop-filter: blur(14px);
    transition: transform 300ms ease, background 300ms ease, color 300ms ease, box-shadow 300ms ease;
}

.wishlist-product-button:hover,
.wishlist-product-button.is-saved {
    transform: translateY(-2px) scale(1.04);
    background: #71585b;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(113, 88, 91, 0.22);
}

.wishlist-product-button.is-saved .material-symbols-outlined {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.primary-pill,
.secondary-pill {
    border-radius: 9999px;
    display: inline-flex;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    justify-content: center;
    padding: 1rem 3rem;
    transition: background-color 200ms ease, box-shadow 200ms ease, transform 150ms ease;
}

.primary-pill {
    background: #71585b;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(113, 88, 91, 0.18);
}

.secondary-pill {
    border: 1px solid #71585b;
    color: #71585b;
}

.primary-pill:hover {
    box-shadow: 0 18px 35px rgba(113, 88, 91, 0.22);
}

.secondary-pill:hover {
    background: rgba(113, 88, 91, 0.06);
}

.primary-pill:active,
.secondary-pill:active {
    transform: scale(0.98);
}

.footer-link {
    display: block;
    transition: color 200ms ease, transform 200ms ease;
}

.footer-link:hover {
    color: #71585b;
    transform: translateX(0.25rem);
}

.glass-nav {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.product-card-hover {
    transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.product-card-hover:hover {
    box-shadow: 0 22px 44px rgba(193, 123, 109, 0.18);
    transform: translateY(-6px);
}

.product-media-frame {
    background: #f7e5df;
    position: relative;
}

.product-media-backdrop {
    display: none !important;
}

.product-media-foreground {
    background: #f7e5df !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
}

.catalog-product-media {
    aspect-ratio: 4 / 5;
    background: #f7e5df;
    overflow: hidden;
    position: relative;
}

.beauty-product-card,
.catalog-card {
    background: #fffdfc;
    border: 1px solid rgba(210, 195, 196, 0.28);
    border-radius: 24px !important;
    box-shadow: 0 12px 30px rgba(113, 88, 91, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 518px;
    overflow: hidden;
}

.beauty-product-media {
    aspect-ratio: 4 / 5;
    background: var(--stage-color, #fddacf);
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.beauty-product-media::before,
.category-product-stage::before {
    display: none;
}

.beauty-product-media::after {
    background:
        radial-gradient(ellipse 40px 15px at 98% 16%, rgba(113, 88, 91, 0.12) 0 46%, transparent 52%),
        radial-gradient(ellipse 42px 16px at 90% 30%, rgba(113, 88, 91, 0.10) 0 46%, transparent 52%),
        linear-gradient(141deg, transparent 0 77%, rgba(113, 88, 91, 0.06) 77.5% 78.5%, transparent 79%);
    content: '';
    filter: blur(2px);
    inset: 0;
    opacity: 0.52;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.beauty-product-image {
    background: transparent !important;
    height: 100%;
    object-fit: contain !important;
    object-position: center !important;
    position: relative;
    transform: scale(1) !important;
    transition: transform 300ms ease;
    width: 100%;
    z-index: 2;
}

.beauty-product-card:hover .beauty-product-image,
.catalog-card:hover .beauty-product-image {
    transform: scale(1.05) !important;
}

.beauty-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.25rem;
}

.beauty-card-description {
    color: #4f4445;
    display: -webkit-box;
    font-size: 0.875rem;
    line-height: 1.45;
    min-height: 2.55rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.beauty-card-footer {
    align-items: center;
    border-top: 1px solid rgba(210, 195, 196, 0.35);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1rem;
}

.beauty-quick-add {
    align-items: center;
    background: #71585b;
    border-radius: 9999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 0.35rem;
    opacity: 0;
    padding: 0.65rem 0.9rem;
    transform: translateY(6px);
    transition: opacity 300ms ease, transform 300ms ease, background-color 300ms ease;
}

.beauty-product-card:hover .beauty-quick-add,
.beauty-quick-add:focus-visible {
    opacity: 1;
    transform: translateY(0);
}

.beauty-quick-add:hover {
    background: #584144;
}

.beauty-rank {
    background: rgba(113, 88, 91, 0.92);
    border-radius: 9999px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    left: 1rem;
    letter-spacing: 0.08em;
    padding: 0.5rem 0.7rem;
    position: absolute;
    top: 1rem;
    z-index: 2;
}

.catalog-product-media::after,
.catalog-product-circle::after {
    background:
        radial-gradient(ellipse 31px 12px at 96% 16%, rgba(113, 88, 91, 0.16) 0 47%, transparent 52%),
        radial-gradient(ellipse 34px 13px at 87% 29%, rgba(113, 88, 91, 0.13) 0 47%, transparent 52%),
        radial-gradient(ellipse 30px 12px at 97% 41%, rgba(113, 88, 91, 0.12) 0 47%, transparent 52%),
        linear-gradient(141deg, transparent 0 77%, rgba(113, 88, 91, 0.08) 77.5% 78.5%, transparent 79%);
    content: '';
    filter: blur(2px);
    inset: 0;
    opacity: 0.62;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.catalog-product-media > img,
.catalog-product-circle > img {
    height: 100%;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    width: 100%;
}

.category-product-stage {
    background: var(--stage-color, #fddacf);
    position: relative;
}

.category-product-stage > .category-image {
    background: transparent !important;
    z-index: 1;
}

.catalog-product-circle {
    background: var(--stage-color, #fddacf);
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.72),
        0 12px 28px rgba(113, 88, 91, 0.08);
    overflow: hidden;
    position: relative;
}

.catalog-product-circle::before {
    display: none;
}

@media (max-width: 767px) {
    .beauty-quick-add {
        opacity: 1;
        transform: none;
    }
}

.catalog-product-circle > img {
    background: transparent !important;
    position: relative;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
}

.catalog-product-circle > .circle-focus-serum {
    transform: scale(1.14) !important;
}

.catalog-product-circle > .circle-focus-compact {
    transform: scale(1.5) !important;
}

.catalog-product-circle > .circle-focus-lip {
    transform: scale(1.08) !important;
}

.catalog-product-circle > .circle-focus-body {
    transform: scale(0.98) !important;
}

.catalog-product-circle > .circle-focus-spf {
    transform: scale(1.07) !important;
}

.group:hover .catalog-product-circle > img {
    transform: scale(1.1) !important;
}

.group:hover .catalog-product-circle > .circle-focus-serum {
    transform: scale(1.18) !important;
}

.group:hover .catalog-product-circle > .circle-focus-compact {
    transform: scale(1.54) !important;
}

.group:hover .catalog-product-circle > .circle-focus-lip {
    transform: scale(1.12) !important;
}

.group:hover .catalog-product-circle > .circle-focus-body {
    transform: scale(1.02) !important;
}

.group:hover .catalog-product-circle > .circle-focus-spf {
    transform: scale(1.11) !important;
}

.filter-pill {
    background: #f6f3f2;
    border-radius: 9999px;
    color: #4f4445;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    transition: background-color 200ms ease, color 200ms ease;
}

.filter-pill:hover {
    background: rgba(248, 215, 218, 0.6);
}

.filter-pill.active {
    background: #f8d7da;
    color: #755c5f;
}

.check-box {
    align-items: center;
    border: 1px solid #817475;
    border-radius: 0.25rem;
    display: flex;
    height: 1.25rem;
    justify-content: center;
    transition: background-color 200ms ease, border-color 200ms ease;
    width: 1.25rem;
}

.category-filter.active .check-box {
    background: #71585b;
    border-color: #71585b;
}

.category-filter.active .check-box::after {
    color: #ffffff;
    content: 'check';
    font-family: 'Material Symbols Outlined';
    font-size: 1rem;
    line-height: 1;
}

.category-filter.active {
    color: #71585b;
}

.glass-card {
    background: rgba(252, 249, 248, 0.82);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.category-hover:hover .category-image:not(.product-media-foreground) {
    transform: scale(1.05);
}

.masonry-grid {
    columns: 1;
}

.review-card {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.quiz-page {
    background-color: #fcf9f8;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(248, 215, 218, 0.30) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(252, 219, 222, 0.22) 0%, transparent 40%);
}

.quiz-option {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid transparent;
}

.quiz-option:hover,
.quiz-option.active {
    background: rgba(248, 215, 218, 0.28);
    border-color: #71585b;
}

@media (min-width: 768px) {
    .masonry-grid {
        columns: 2;
    }
}

@media (min-width: 1024px) {
    .masonry-grid {
        columns: 3;
    }
}

.faq-accordion-card {
    overflow: hidden;
}

.faq-accordion-card summary::-webkit-details-marker {
    display: none;
}

.faq-accordion-card[open] {
    background: linear-gradient(145deg, #fffdfc 0%, #fff3ef 100%);
    border-color: rgba(222, 191, 194, 0.72);
    box-shadow: 0 18px 45px rgba(113, 88, 91, 0.08);
}

.faq-accordion-card[open] p {
    animation: faqReveal 240ms ease both;
}

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

.flagship-panel {
    background:
        radial-gradient(circle at 12% 14%, rgba(255, 220, 193, 0.42), transparent 30%),
        linear-gradient(145deg, #fffdfc 0%, #fff4ef 52%, #f6e2dc 100%);
    border: 1px solid rgba(210, 195, 196, 0.34);
    box-shadow: 0 24px 60px rgba(113, 88, 91, 0.09);
}

.flagship-meta {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(222, 191, 194, 0.42);
    box-shadow: 0 12px 30px rgba(113, 88, 91, 0.045);
    transition: border-color 250ms ease, box-shadow 250ms ease, transform 250ms ease, background-color 250ms ease;
}

.flagship-meta:hover {
    background: rgba(255, 253, 252, 0.92);
    border-color: rgba(193, 123, 109, 0.42);
    box-shadow: 0 18px 36px rgba(193, 123, 109, 0.13);
    transform: translateY(-3px);
}

.flagship-cta {
    transition: background-color 240ms ease, border-color 240ms ease, box-shadow 240ms ease, color 240ms ease, transform 240ms ease;
}

.flagship-cta-primary {
    background: #71585b;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(113, 88, 91, 0.18);
}

.flagship-cta-primary:hover {
    background: #8e6870;
    box-shadow: 0 18px 38px rgba(193, 123, 109, 0.24);
    transform: translateY(-2px);
}

.flagship-cta-secondary {
    background: rgba(255, 253, 252, 0.86);
    border: 1px solid rgba(113, 88, 91, 0.18);
    color: #71585b;
}

.flagship-cta-secondary:hover {
    background: #fcdbde;
    border-color: rgba(193, 123, 109, 0.35);
    box-shadow: 0 14px 30px rgba(113, 88, 91, 0.10);
    transform: translateY(-2px);
}

.flagship-trust {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(222, 191, 194, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.flagship-trust .material-symbols-outlined {
    color: #c17b6d;
    font-variation-settings: 'FILL' 1, 'wght' 350, 'GRAD' 0, 'opsz' 20;
}

.flagship-map-card {
    background: #f8e7df;
    border-color: rgba(248, 215, 218, 0.92);
    box-shadow: 0 28px 70px rgba(113, 88, 91, 0.16), 0 0 0 8px rgba(255, 255, 255, 0.32);
    transition: box-shadow 300ms ease, transform 300ms ease, border-color 300ms ease;
}

.flagship-map-card:hover {
    border-color: rgba(193, 123, 109, 0.42);
    box-shadow: 0 34px 82px rgba(193, 123, 109, 0.21), 0 0 0 8px rgba(255, 244, 239, 0.72);
    transform: translateY(-4px);
}

.flagship-panel-minimal {
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 220, 193, 0.28), transparent 31%),
        linear-gradient(145deg, #fffdfc 0%, #fff5f1 58%, #f7e7e1 100%);
    border: 1px solid rgba(248, 215, 218, 0.68);
    box-shadow: 0 24px 62px rgba(113, 88, 91, 0.075);
}

.flagship-info-minimal {
    border-top: 1px solid rgba(210, 195, 196, 0.34);
    color: #4f4445;
}

.flagship-map-card-minimal {
    background: #fff4ef;
    border-color: rgba(248, 215, 218, 0.95);
    box-shadow: 0 28px 70px rgba(113, 88, 91, 0.14);
}

.flagship-map-card-minimal:hover {
    border-color: rgba(193, 123, 109, 0.30);
    box-shadow: 0 32px 78px rgba(193, 123, 109, 0.18);
    transform: translateY(-3px);
}

.flagship-map-card-minimal .flagship-map-frame {
    filter: sepia(0.08) saturate(0.9) hue-rotate(338deg);
}

.flagship-map-card-minimal:hover .flagship-map-frame {
    filter: sepia(0.03) saturate(0.96) hue-rotate(338deg);
    transform: scale(1.005);
}

.auth-shell {
    background-color: #fff5f0;
    background-image:
        radial-gradient(at 0% 0%, rgba(248, 215, 218, 0.86) 0, transparent 46%),
        radial-gradient(at 100% 0%, rgba(231, 221, 216, 0.74) 0, transparent 48%),
        radial-gradient(at 100% 100%, rgba(252, 219, 222, 0.82) 0, transparent 46%),
        radial-gradient(at 0% 100%, rgba(234, 225, 220, 0.76) 0, transparent 46%);
    min-height: 100dvh;
    scrollbar-color: rgba(113, 88, 91, 0.38) rgba(252, 249, 248, 0.6);
}

.auth-card {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.58);
    animation: authCardIn 420ms ease both;
}

.auth-bloom {
    filter: blur(68px);
    opacity: 0.58;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.auth-bloom-left {
    background: #f8d7da;
    border-radius: 9999px;
    height: 26rem;
    left: -6rem;
    top: -6rem;
    width: 26rem;
}

.auth-bloom-right {
    animation: authFloat 9s ease-in-out infinite;
    background: #e7ddd8;
    border-radius: 9999px;
    bottom: -4rem;
    height: 20rem;
    right: -4rem;
    width: 20rem;
}

.auth-submit-button:disabled {
    pointer-events: none;
}

@media (max-height: 760px) {
    .auth-shell {
        align-items: flex-start;
    }
}

@keyframes authCardIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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