/**
 * Тема в стиле shop.tastycoffee.ru
 * Светлый фон, белые карточки, чёрные акценты, лаконичная типографика.
 */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');

:root {
    --page-bg: #f5f5f5;
    --card-bg: #ffffff;
    --text-primary: #1a1a1a;
    --text-secondary: #6b6b6b;
    --border-soft: #e8e8e8;
    --accent-dark: #1a1a1a;
    --accent-hover: #333333;
    --shadow-card: 0 2px 16px rgba(0, 0, 0, 0.06);
    --shadow-card-hover: 0 12px 40px rgba(0, 0, 0, 0.1);
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 10px;

    /* Переопределение базовых переменных europol */
    --primary: #1a1a1a;
    --primary-dark: #000000;
    --primary-light: #f0f0f0;
    --black: #1a1a1a;
    --light-gray: #f5f5f5;
    --border-color: #e8e8e8;
    --gray: #6b6b6b;
}

body {
    background-color: var(--page-bg);
    color: var(--text-primary);
}

main {
    background: var(--page-bg);
}

.site-messages {
    padding: 12px 0 0;
}

.site-message {
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    margin-bottom: 8px;
    font-size: 14px;
}

.site-message--success,
.site-message--info {
    background: #e8f5e9;
    color: #1b5e20;
}

.site-message--error {
    background: #ffebee;
    color: #b71c1c;
}

.site-message--warning {
    background: #fff8e1;
    color: #f57f17;
}

/* ——— Шапка (как Tasty Coffee) ——— */
.header-tasty {
    background: var(--page-bg);
    box-shadow: none;
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header.header-tasty {
    background: var(--page-bg) !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

/* Верхняя и нижняя полосы — один фон, как на tastycoffee.ru */
.header-tasty .header-top,
.header-tasty .header-main {
    background: var(--page-bg) !important;
    border-bottom: none !important;
}

.header-top {
    padding: 10px 0;
    font-size: 13px;
    color: var(--text-secondary);
}

.header-top-inner,
.header-main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.header-tasty .header-main,
.header-tasty .header-main-inner,
.header-tasty .main-nav-tasty {
    overflow: visible;
}

.header-top-left,
.header-top-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.header-top-item {
    position: relative;
    font-size: 13px;
    color: var(--text-secondary);
    cursor: default;
}

.header-top-link {
    font-size: 13px;
    color: var(--text-secondary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.15s ease;
}

.header-top-link:hover {
    color: var(--accent-dark);
    background: transparent !important;
}

.header-top-link--bold {
    font-weight: 700;
    color: var(--text-primary);
    background: transparent !important;
}

/* Без серых/цветных подложек при наведении (старые стили style.css) */
.header-tasty .header-top-link,
.header-tasty .header-top-link:hover,
.header-tasty .header-top-link:focus,
.header-tasty .messenger-dropdown > .header-top-link,
.header-tasty .messenger-dropdown:hover > .header-top-link,
.header-tasty .click-menu-label,
.header-tasty .click-menu-label:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.header-tasty .click-menu-label {
    padding: 0 !important;
    border-radius: 0;
}

.header-city {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    color: var(--text-primary);
}

.header-caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 2px;
    vertical-align: middle;
    opacity: 0.7;
}

.header-caret--dark {
    border-top-color: var(--text-primary);
}

.click-menu-label .click-menu-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
}

.header-tasty .click-menu-label:hover {
    color: var(--text-primary);
}

.header-top-dropdown {
    left: 0;
    transform: none;
}

.header-main {
    padding: 14px 0;
}

.header-main-inner {
    min-height: 52px;
    align-items: center;
}

/* Логотип-бейдж (SVG в стиле Tasty Coffee) */
.logo-tasty {
    flex-shrink: 0;
    text-decoration: none;
    display: block;
    line-height: 0;
}

.logo-tasty-img {
    display: block;
    height: 46px;
    width: auto;
    max-width: 140px;
    transition: opacity 0.15s ease;
}

.logo-tasty:hover .logo-tasty-img {
    opacity: 0.75;
}

.footer-logo-link {
    display: inline-block;
    line-height: 0;
    margin-bottom: 12px;
}

.footer-logo-img {
    display: block;
    height: 36px;
    width: auto;
    opacity: 0.95;
}

.footer-logo-link:hover .footer-logo-img {
    opacity: 0.7;
}

/* Навигация — одна линия, без «прыжков» */
.main-nav-tasty {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    justify-content: flex-start;
    margin-left: 32px;
    flex-wrap: nowrap;
}

.nav-tasty-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 24px;
    text-decoration: none;
    color: var(--text-primary);
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1;
    box-sizing: border-box;
}

.nav-tasty-item.nav-link {
    padding: 0 !important;
}

.nav-tasty-item.nav-link::after {
    display: none !important;
}

.nav-tasty-label,
.nav-tasty-meta {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    height: 18px;
}

.nav-tasty-meta {
    font-weight: 400;
    color: var(--text-secondary);
}

.buy-menu.nav-tasty-item {
    position: relative;
    padding: 14px 12px !important;
    margin: -14px -12px !important;
    cursor: pointer;
    align-items: center;
    z-index: 30;
}

.buy-menu .nav-tasty-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.buy-menu > span::after,
.buy-menu > .nav-tasty-label::after {
    display: none !important;
}

.buy-menu:hover .nav-tasty-label {
    opacity: 0.7;
}

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

.header-tasty .buy-dropdown {
    left: 0;
    transform: none;
    margin-top: 6px;
    z-index: 1200;
    min-width: 280px;
    max-height: min(70vh, 520px);
    overflow-y: auto;
}

.buy-dropdown__group {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.buy-dropdown__group:last-child {
    border-bottom: none;
}

.buy-dropdown__parent {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.buy-dropdown__subs {
    display: flex;
    flex-direction: column;
    padding: 4px 0 2px 12px;
    gap: 2px;
}

.buy-dropdown__child {
    display: block;
    font-size: 13px;
    color: var(--text-secondary, #666);
    line-height: 1.35;
}

.buy-dropdown__child:hover {
    color: var(--text-primary, #111);
}

.header-tasty .buy-dropdown::before {
    top: -10px;
    height: 12px;
}

.buy-menu:hover .buy-dropdown,
.buy-menu.is-open .buy-dropdown {
    display: block;
}

/* Иконки справа */
.header-actions-tasty {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-left: auto;
}

.header-action-btn {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    border-radius: 8px;
    transition: background 0.15s ease;
}

.header-action-btn:hover {
    background: var(--page-bg);
}

.header-action-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background: var(--accent-dark);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Корзина с суммой и количеством */
.header-cart-tasty {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px 6px 10px;
    margin-left: 4px;
    color: var(--text-primary);
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.15s ease;
}

.header-cart-tasty:hover {
    background: var(--page-bg);
}

.header-cart-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    min-width: 52px;
}

.header-cart-sum {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    white-space: nowrap;
}

.header-cart-qty {
    font-size: 12px;
    font-weight: 400;
    color: var(--text-secondary);
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .main-nav-tasty {
        display: none;
    }
    .header-main-inner {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .header-top-left .header-city {
        display: none;
    }
    .header-cart-text {
        display: none;
    }
}

/* ——— Заголовки секций (как Tasty) ——— */
h1, h2, .section-title,
.hero-text-center h1 {
    font-family: 'Oswald', 'Space Grotesk', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.section-title {
    font-size: 32px;
    color: var(--text-primary);
}

.section-link {
    color: var(--text-secondary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.06em;
}

.section-link:hover {
    color: var(--accent-dark);
}

/* ——— Hero ——— */
.hero {
    background: var(--page-bg);
    padding: 48px 0 56px;
}

.hero-text-center h1 {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-text-center p {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Карточки категорий на главной — как Tasty Coffee */
.hero-categories-horizontal {
    gap: 16px;
}

.hero-category-card--tasty {
    position: relative;
    display: block;
    aspect-ratio: 1;
    min-height: 0;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    background: #1a1a1a;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-category-card--tasty:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    border: none;
}

.hero-category-card__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.35s ease;
}

.hero-category-card--tasty:hover .hero-category-card__bg {
    transform: scale(1.05);
}

.hero-category-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.65) 100%
    );
    pointer-events: none;
}

.hero-category-card__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 16px;
    text-align: center;
    pointer-events: none;
}

.hero-category-card__title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(14px, 1.6vw, 20px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero-category-card__count {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1;
    letter-spacing: -0.02em;
}

/* Фон по умолчанию, если нет фото в категории */
.hero-category-card--gruntovki .hero-category-card__bg {
    background-image: linear-gradient(145deg, #4a4540 0%, #2a2622 40%, #121110 100%);
}

.hero-category-card--niveliry .hero-category-card__bg {
    background-image: linear-gradient(145deg, #4a5560 0%, #2a3238 40%, #101418 100%);
}

.hero-category-card--podlozhki .hero-category-card__bg {
    background-image: linear-gradient(145deg, #524a42 0%, #322c26 40%, #161310 100%);
}

.hero-category-card--klei .hero-category-card__bg {
    background-image: linear-gradient(145deg, #3a4a42 0%, #243028 40%, #0e1410 100%);
}

@media (max-width: 992px) {
    .hero-categories-horizontal {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .hero-categories-horizontal {
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .hero-category-card--tasty {
        aspect-ratio: 16 / 10;
    }
}

/* ——— Секции и сетка ——— */
.section,
.categories-section,
.products-section {
    background: var(--page-bg);
    padding: 48px 0 64px;
}

.category-section-block {
    margin-bottom: 56px;
}

.products-grid {
    gap: 16px;
}

/* ——— Карточка товара ——— */
.product-card-v2 {
    background: var(--card-bg);
    border: none;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.product-card-v2:hover {
    border: none;
    box-shadow: var(--shadow-card-hover);
    transform: translateY(-4px);
}

.product-image-v2 {
    background: transparent;
    border-radius: 0;
    margin: 0 16px;
}

.product-purpose {
    color: var(--text-secondary);
    font-size: 10px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

.product-short-name {
    font-family: 'Oswald', 'Space Grotesk', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.02em;
}

.product-rating .rating-stars .star.filled {
    color: var(--accent-dark);
}

.variant-btn-v2 {
    border-radius: 999px;
    border: 1.5px solid var(--border-soft);
    background: #fff;
    color: var(--text-primary);
    padding: 6px 14px;
    min-height: 32px;
}

.variant-btn-v2.active {
    background: #fff;
    border-color: var(--accent-dark);
    color: var(--accent-dark);
    box-shadow: none;
}

.variant-btn-v2:hover:not(.active) {
    border-color: var(--accent-dark);
    color: var(--accent-dark);
    background: #fff;
}

/* Футер: цена слева, избранное/сравнение справа */
.product-footer-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px 16px;
    width: 100%;
}

.product-price-pill {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: var(--accent-dark);
    color: #fff;
    padding: 8px 12px 8px 14px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease;
    white-space: nowrap;
}

.product-price-pill:hover {
    background: var(--accent-hover);
    transform: none;
}

.product-price-pill-prices {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 6px;
}

.old-price-v2 {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: line-through;
}

.product-price-pill .current-price-v2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.product-price-cart-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.95;
}

.product-card-actions {
    opacity: 1 !important;
    transform: none !important;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    margin-left: auto;
}

.hover-action-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: var(--text-secondary);
    padding: 0;
}

.hover-action-btn:hover {
    background: var(--page-bg);
    color: var(--accent-dark);
    border: none;
}

.badge-sale-v2 {
    background: #e53935;
    border-radius: 999px;
    font-size: 11px;
    padding: 4px 8px;
}

.badge-new-v2 {
    background: var(--accent-dark);
}

.badge-popular-v2 {
    background: #4a4a4a;
}

/* ——— Кнопки ——— */
.btn-primary {
    background: var(--accent-dark);
    color: #fff;
    border-radius: var(--radius-md);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
}

.btn-primary:hover {
    background: var(--accent-hover);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.btn-outline {
    border-color: var(--accent-dark);
    color: var(--accent-dark);
    border-radius: var(--radius-md);
}

.btn-outline:hover {
    background: var(--accent-dark);
    color: #fff;
}

/* ——— Отзывы на главной (Tasty Coffee) ——— */
.home-reviews-tasty {
    background: var(--page-bg);
    padding-top: 48px;
    padding-bottom: 48px;
}

.home-reviews-tasty__heading {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-heading, 'Oswald', sans-serif);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--text-primary);
    text-decoration: none;
    margin-bottom: 28px;
}

.home-reviews-tasty__heading:hover {
    opacity: 0.75;
}

.home-reviews-tasty__arrow {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
}

.home-reviews-tasty__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 64px;
    margin-bottom: 32px;
}

.home-reviews-stat__value {
    margin: 0;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-primary);
    letter-spacing: -0.02em;
}

.home-reviews-stat__label {
    margin: 8px 0 0;
    font-size: 14px;
    color: var(--text-secondary);
    max-width: 200px;
    line-height: 1.35;
}

.home-reviews-stat--rating .home-reviews-stat__value {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-reviews-stat__star {
    color: #f5b301;
    font-size: 0.75em;
}

.home-reviews-tasty__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.home-review-card {
    flex: 0 0 min(420px, 88vw);
    scroll-snap-align: start;
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--border-soft, rgba(0, 0, 0, 0.06));
}

.home-review-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.home-review-card__user {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.home-review-card__avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e8e8e8;
    color: var(--text-secondary);
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-review-card__identity {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.home-review-card__name {
    font-weight: 600;
    font-size: 15px;
    color: var(--text-primary);
}

.home-review-card__badge {
    font-size: 12px;
    color: var(--text-secondary);
}

.home-review-card__date {
    flex-shrink: 0;
    font-size: 13px;
    color: var(--text-secondary);
}

.home-review-card__block + .home-review-card__block {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--border-soft, rgba(0, 0, 0, 0.08));
}

.home-review-card__label {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
}

.home-review-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}

.home-review-card__star {
    color: #f5b301;
    font-size: 18px;
    line-height: 1;
}

.home-review-card__star--empty {
    color: #ddd;
}

.home-review-card__quote {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-secondary);
}

.home-review-card__quote a {
    color: inherit;
    text-decoration: none;
}

.home-review-card__quote a:hover {
    color: var(--text-primary);
    text-decoration: underline;
}

.home-review-card__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.home-reviews-tasty__empty {
    padding: 32px 0;
    color: var(--text-secondary);
    font-size: 15px;
}

.home-reviews-tasty__empty a {
    color: var(--accent-dark);
    font-weight: 600;
}

@media (max-width: 640px) {
    .home-reviews-tasty__stats {
        gap: 24px 32px;
    }

    .home-reviews-stat__value {
        font-size: 32px;
    }
}

/* ——— Отзывы, контент, пустые состояния ——— */
.review-card,
.content-card,
.empty-state {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

.empty-state {
    padding: 48px 32px;
    border: none;
}

/* ——— Подвал (светлый, как у Tasty) ——— */
.footer {
    background: #ebebeb;
    color: var(--text-primary);
    border-top: 1px solid var(--border-soft);
}

.footer-logo {
    color: var(--accent-dark);
    text-shadow: none;
}

.footer-desc,
.footer-links a {
    color: var(--text-secondary);
}

.footer-links a:hover {
    color: var(--accent-dark);
}

.footer-title {
    color: var(--text-primary);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.footer-bottom {
    border-top: 1px solid var(--border-soft);
    color: var(--text-secondary);
}

/* ——— Страницы каталога / товара / корзины ——— */
.product-page,
.cart-page,
.compare-page,
.section {
    background: var(--page-bg) !important;
}

.catalog-layout .product-card-v2,
.favorites .product-card-v2 {
    animation: none;
    opacity: 1;
}

/* Каталог — см. catalog-tasty.css */

/* Карточка товара — кнопки и варианты */
.product-info-panel .btn-primary,
.product-info-panel .btn-cart {
    background: var(--accent-dark) !important;
    border-radius: var(--radius-md);
}

.product-info-panel .btn-primary:hover {
    background: var(--accent-hover) !important;
}

.product-variants .variant-btn.active {
    background: var(--accent-dark);
    border-color: var(--accent-dark);
    color: #fff;
}

.purpose-badge {
    background: var(--page-bg);
    color: var(--text-secondary);
    border: 1px solid var(--border-soft);
}

.gallery-main {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
}

/* Уведомления */
.notification-toast {
    background: var(--accent-dark);
    border-radius: var(--radius-md);
}
