@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: "Montserrat Alternates", sans-serif;
    margin: 0;
    background: linear-gradient(135deg, #f295e7, #f4e7a0, #edadd1);
    min-height: 100vh;
    color: #222;
}

.blush-navbar {
    background: #1f252d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blush-nav-shell {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.blush-brand {
    color: #ffffff !important;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}

.blush-user-greeting {
    color: #ffffff;
    font-size: 0.92rem;
}

.blush-auth-badge {
    background: #ececec;
    color: #222;
    font-weight: 600;
}

.blush-auth-badge-in {
    background: #7ed6a5;
    color: #12321f;
}

.blush-login-btn,
.blush-logout-btn,
.blush-menu-btn {
    border-radius: 14px;
    padding: 0.65rem 1rem;
    font-weight: 600;
}

.blush-login-btn {
    background: #ff69b4;
    border: 1px solid #ff69b4;
    color: white;
}

.blush-login-btn:hover {
    background: #f553a7;
    border-color: #f553a7;
    color: white;
}

.blush-logout-btn {
    background: transparent;
    border: 1px solid #ffffff;
    color: white;
}

.blush-logout-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.blush-menu-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
}

.blush-menu-btn:hover {
    color: white;
    background: rgba(255, 255, 255, 0.08);
}

.blush-home-card,
.blush-search-header,
.blush-search-controls,
.blush-session-mini,
.blush-login-card,
.blush-session-page {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 2rem;
    padding: 2.5rem;
}

.blush-home-card {
    margin-top: 2rem;
    text-align: center;
}

.blush-home-image {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
    border-radius: 1.5rem;
    margin: 0 auto 1.5rem auto;
}

.blush-home-title,
.blush-search-title,
.blush-login-title {
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 1.1;
    margin-bottom: 1.25rem;
    color: #1f252d;
    font-weight: 500;
}

.blush-home-text,
.blush-search-subtitle {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 860px;
    color: #2d333a;
}

.blush-home-text {
    margin: 0 auto;
}

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

.blush-primary-action,
.blush-secondary-action {
    border-radius: 18px;
    font-weight: 600;
    padding: 0.95rem 1.35rem;
    text-decoration: none;
}

.blush-primary-action {
    background: #1f252d;
    color: white;
    border: 1px solid #1f252d;
}

.blush-primary-action:hover {
    background: #11161b;
    border-color: #11161b;
    color: white;
}

.blush-secondary-action {
    background: white;
    color: #1f252d;
    border: 1px solid #d8d8d8;
}

.blush-secondary-action:hover {
    background: #f8f8f8;
    color: #1f252d;
}

.blush-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    justify-items: center;
}

.blush-preview-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1.6rem;
    padding: 1.6rem;
    width: 100%;
    max-width: 480px;
}

.preview-pill,
.blush-card-tag {
    display: inline-block;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: #ffe4f1;
    color: #b8417f;
    font-weight: 700;
    font-size: 0.82rem;
    margin-bottom: 1rem;
}

.blush-preview-card h2 {
    font-size: 1.35rem;
    color: #1f252d;
    margin-bottom: 0.75rem;
}

.blush-preview-card p {
    color: #4a4f55;
    line-height: 1.7;
}

.preview-link,
.footer-link {
    color: #1f252d;
    font-weight: 600;
    text-decoration: none;
}

.preview-link:hover,
.footer-link:hover {
    color: #ff69b4;
}

.search-top-input,
.blush-form-input {
    border-radius: 999px;
    min-height: 60px;
    padding-left: 1.25rem;
    font-size: 1.1rem;
    border: 3px solid #9dc0ff;
    background-color: rgba(255, 255, 255, 0.96);
}

.search-top-input:focus,
.blush-form-input:focus {
    border-color: #8db4ff;
    box-shadow: 0 0 0 0.2rem rgba(141, 180, 255, 0.25);
}

.blush-product-card {
    border: none;
    border-radius: 1.4rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
}

.blush-product-image-wrap {
    padding: 1rem 1rem 0 1rem;
}

.blush-product-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 1.2rem;
    background: #fff7fb;
}

.blush-card-title {
    font-size: 1.3rem;
    color: #1f252d;
    margin-bottom: 0.7rem;
}

.blush-card-text {
    color: #555;
    line-height: 1.6;
    min-height: 82px;
}

.blush-data-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.4rem;
    min-height: 150px;
}

.blush-data-card h2 {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1rem;
}

.blush-data-card p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1f252d;
}

.blush-footer {
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-flower {
    color: #ff69b4;
    font-size: 1.2rem;
}

.footer-brand {
    font-weight: 700;
    color: #1f252d;
}

.footer-link i {
    margin-right: 6px;
}

@media screen and (max-width: 992px) {
    .blush-preview-grid {
        grid-template-columns: 1fr;
    }

    .blush-brand {
        font-size: 1.6rem;
    }

    .blush-user-greeting {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .blush-home-card,
    .blush-search-header,
    .blush-search-controls,
    .blush-session-mini,
    .blush-login-card,
    .blush-session-page {
        padding: 1.5rem;
        border-radius: 1.5rem;
    }

    .blush-home-title,
    .blush-search-title,
    .blush-login-title {
        font-size: 2.4rem;
    }

    .blush-home-text,
    .blush-search-subtitle {
        font-size: 1.05rem;
    }

    .blush-brand {
        font-size: 1.35rem;
    }

    .blush-auth-badge {
        display: none;
    }
}