        .htmx-indicator {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease-in-out;
            backdrop-filter: blur(3px);
            background: rgba(128, 128, 128, 0.1);
            border-radius: 16px;
        }

        .htmx-indicator.htmx-request {
            opacity: 1;
            pointer-events: all;
        }

        .adaptive-border-bottom {
            border-bottom: 1px solid rgba(128, 128, 128, 0.2);
        }

        .clean-input {
            border-radius: 8px !important;
            box-shadow: none !important;
            border: 1px solid rgba(128, 128, 128, 0.3);
            transition: border-color 0.2s;
        }

        .clean-input:focus {
            border-color: var(--bulma-link, #485fc7);
        }

        .clean-label {
            font-weight: 500;
            opacity: 0.6;
            font-size: 0.85rem;
            margin-bottom: 0.4rem;
            display: block;
        }

        .amount-addon {
            border-radius: 0 8px 8px 0 !important;
            border: 1px solid rgba(128, 128, 128, 0.3);
            border-left: none;
            background-color: rgba(128, 128, 128, 0.05);
            color: inherit;
            opacity: 0.7;
        }

        .amount-input {
            border-radius: 8px 0 0 8px !important;
        }

        /* Стиль для блоку швидкого вводу */
        .quick-fill-area {
            background-color: rgba(128, 128, 128, 0.05);
            border-radius: 12px;
            padding: 1rem;
            margin-bottom: 1.5rem;
            border: 1px dashed rgba(128, 128, 128, 0.3);
        }


        .payment-detail-row {
            padding: 0.75rem 0.5rem;
            border-radius: 8px;
            transition: background-color 0.2s;
        }

        .payment-detail-row:hover {
            background-color: rgba(128, 128, 128, 0.1);
        }

        .qr-wrapper {
            display: inline-block;
            padding: 1rem;
            background: #ffffff;
            /* Жорстко білий для гарантії зчитування камерами */
            border-radius: 16px;
        }

        .social-share-btn {
            border: none;
            background-color: rgba(128, 128, 128, 0.1);
            transition: background-color 0.2s;
        }

        .social-share-btn:hover {
            background-color: rgba(128, 128, 128, 0.2);
        }

        .adaptive-border {
            border: 1px solid rgba(128, 128, 128, 0.2);
            border-radius: 16px;
        }

        .status-hero {
            padding: 2rem 1.5rem;
            border-bottom: 1px solid rgba(128, 128, 128, 0.1);
            text-align: center;
        }

        .iban-display-box {
            background-color: rgba(128, 128, 128, 0.05);
            border-radius: 12px;
            padding: 1.5rem;
            word-break: break-all;
            position: relative;
        }

        .suggestion-btn {
            border: 1px solid rgba(128, 128, 128, 0.2);
            background: transparent;
            transition: all 0.2s;
            border-radius: 8px;
        }

        .suggestion-btn:hover {
            background-color: rgba(128, 128, 128, 0.1);
            border-color: rgba(128, 128, 128, 0.4);
        }

        .breadcrumb a {
            color: inherit;
            opacity: 0.5;
            font-size: 0.85rem;
        }

        .breadcrumb li.is-active a {
            opacity: 1;
            font-weight: 500;
        }


        .adaptive-border-bottom {
            border-bottom: 1px solid rgba(128, 128, 128, 0.2);
        }

        .clean-input-large {
            border-radius: 12px 0 0 12px !important;
            box-shadow: none !important;
            border: 1px solid rgba(128, 128, 128, 0.3);
            transition: border-color 0.2s;
            height: 3.5rem;
            font-size: 1.25rem;
        }

        .clean-input-large:focus {
            border-color: var(--bulma-link, #485fc7);
            z-index: 5;
        }

        .clean-button-large {
            border-radius: 0 12px 12px 0 !important;
            height: 3.5rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            font-weight: 600;
        }

        .feature-card {
            height: 100%;
            padding: 2rem;
            border: 1px solid rgba(128, 128, 128, 0.2);
            border-radius: 16px;
            transition: transform 0.2s, background-color 0.2s;
        }

        .feature-card:hover {
            background-color: rgba(128, 128, 128, 0.03);
        }

        .feature-icon {
            margin-bottom: 1.5rem;
            display: inline-block;
            opacity: 0.8;
        }

        .payment-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            border: 1px solid rgba(128, 128, 128, 0.2);
            border-radius: 12px;
            transition: transform 0.2s, background-color 0.2s;
            overflow: hidden;
            background: transparent;
        }

        .payment-card:hover {
            background-color: rgba(128, 128, 128, 0.03);
        }

        .qr-thumb {
            background: #ffffff;
            padding: 10px;
            border-radius: 8px;
            display: inline-block;
        }

        .delete-btn {
            opacity: 0.3;
            transition: opacity 0.2s, color 0.2s;
            cursor: pointer;
        }

        .delete-btn:hover {
            opacity: 1;
            color: var(--bulma-danger, #f14668);
        }

        .search-container {
            border-radius: 12px;
            border: 1px solid rgba(128, 128, 128, 0.2);
        }

        .privacy-banner {
            border-left: 4px solid var(--bulma-link, #485fc7);
            background: rgba(72, 95, 199, 0.05);
            border-radius: 8px;
        }

        .navbar {
            border-bottom: 1px solid rgba(128, 128, 128, 0.15);
            background-color: var(--bulma-scheme-main, #ffffff);
            padding: 0.25rem 0;
        }

        /* Базовий стиль пункту меню */
        .navbar-item {
            font-weight: 500;
            font-size: 0.9rem;
            color: inherit;
            border-radius: 10px;
            margin: 0 0.2rem;
            transition: all 0.2s ease;
            opacity: 0.7;
            /* Неактивні пункти трохи приглушені */
        }

        .navbar-item .icon {
            transition: transform 0.2s ease;
        }

        /* Стан при наведенні */
        .navbar-item:hover {
            background-color: rgba(128, 128, 128, 0.1) !important;
            opacity: 1;
            color: var(--bulma-link, #485fc7) !important;
        }

        /* АКТИВНИЙ СТАН (без заливки) */
        .navbar-item.is-active {
            background-color: rgba(72, 95, 199, 0.08) !important;
            /* Дуже легкий відтінок синього */
            color: var(--bulma-link, #485fc7) !important;
            /* Колір лише для тексту */
            opacity: 1;
            font-weight: 600;
        }

        .navbar-item.is-active .icon {
            color: var(--bulma-link, #485fc7);
            /* Колір для іконки */
        }

        /* Перемикач теми (кругла кнопка) */
        .theme-toggle {
            border: 1px solid rgba(128, 128, 128, 0.2);
            background: transparent;
            cursor: pointer;
            border-radius: 10px;
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: inherit;
            transition: all 0.2s;
        }

        .theme-toggle:hover {
            background-color: rgba(128, 128, 128, 0.1);
            border-color: rgba(128, 128, 128, 0.4);
        }

        .navbar-brand img {
            max-height: 2.2rem;
            border-radius: 6px;
        }

        /* Мобільна версія */
        @media screen and (max-width: 1023px) {
            .navbar-menu {
                padding: 1rem;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
                border-radius: 0 0 20px 20px;
                border: 1px solid rgba(128, 128, 128, 0.1);
                border-top: none;
            }

            .navbar-item {
                padding: 0.75rem 1rem;
                margin-bottom: 0.25rem;
            }
        }



        .feature-card {
            height: 100%;
            padding: 2rem;
            border: 1px solid rgba(128, 128, 128, 0.2);
            border-radius: 16px;
            transition: all 0.2s ease;
            background: transparent;
        }

        .feature-card:hover {
            background-color: rgba(128, 128, 128, 0.03);
            transform: translateY(-2px);
            border-color: var(--bulma-link, #485fc7);
        }

        .feature-icon {
            margin-bottom: 1.25rem;
            display: inline-block;
            color: var(--bulma-link, #485fc7);
            opacity: 0.9;
        }

        .hero-title {
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .cta-buttons .button {
            height: 4rem;
            padding-left: 2rem;
            padding-right: 2rem;
            font-weight: 600;
        }

        .payment-card {
            cursor: pointer;
            transition: transform 0.1s;
        }

        .payment-card:hover {
            background-color: #f9f9f9;
        }

        /* Ensure the title still looks like a link if desired */
        .has-text-link {
            color: #485fc7;
            text-decoration: underline transparent;
        }

        .payment-card:hover .has-text-link {
            text-decoration: underline;
        }