        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .basket-scrolly-root {
            font-family: Morion, Georgia, serif;
            font-size: 1.1875rem;
            line-height: 1.75rem;
            font-weight: 300;
            color: #111111;
            background-color: #fcfcfc;
            line-height: 1.5;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            position: relative;
        }

        .basket-scrolly-root * {
            box-sizing: inherit;
        }

        .basket-scrolly-root .scrolly-container {
            position: relative;
            display: flex;
            flex-direction: column;
            max-width: 1300px;
            margin: 0 auto;
            padding: 1rem;
        }

        .basket-scrolly-root .scrolly-visual-sticky {
            position: -webkit-sticky;
            position: sticky;
            top: 1rem;
            width: 100%;
            height: 70vh;
            border-radius: 12px;
            z-index: 10;
            display: flex;
            flex-direction: column;
            padding: 16px;
            box-shadow: inset 0 0 20px rgba(0,0,0,0.04);
            transition: top 0.3s ease;
        }

        .basket-scrolly-root .visual-dashboard {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 12px;
            margin-bottom: 12px;
        }

        .basket-scrolly-root .active-year-display {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 2.6rem;
            font-weight: 900;
            color: #0066cc;
            font-variant-numeric: tabular-nums;
            display: inline-flex;
            overflow: hidden;
        }

        .basket-scrolly-root .budget-tracker {
            text-align: right;
        }

        .basket-scrolly-root .budget-label {
            font-family: 'Roboto';
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: #666666;
            font-weight: 700;
        }

        .basket-scrolly-root .budget-value {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 1.3rem;
            font-weight: 700;
            color: #cca43b;
            background: #fbf8eb;
            padding: 2px 10px;
            border: 1px dashed #cca43b;
            border-radius: 4px;
        }

        .basket-scrolly-root .basket-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            flex-grow: 1;
            overflow-y: auto;
        }

        .basket-scrolly-root .commodity-card {
            background: #ffffff;
            border: 1px solid #e1e4e8;
            border-radius: 6px;
            padding: 10px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
            position: relative;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
        }

        .basket-scrolly-root .commodity-card:hover {
            border-color: #0066cc;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .basket-scrolly-root .commodity-card.is-tracked {
            border-color: #0066cc;
            background-color: #f4f9ff;
            box-shadow: 0 0 0 2px rgba(0, 102, 208, 0.15);
        }

        .basket-scrolly-root .card-meta {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 6px;
        }

        .basket-scrolly-root .card-title {
            font-size: 0.8rem;
            font-weight: 700;
            color: #333333;
        }

        .basket-scrolly-root .card-indicators-right {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .basket-scrolly-root .card-counter {
            font-size: 0.8rem;
            font-weight: 700;
            color: #0066cc;
            background: #e6f0fa;
            padding: 1px 5px;
            border-radius: 4px;
            font-variant-numeric: tabular-nums;
        }

        .basket-scrolly-root .card-price-track {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: 0.8rem;
            font-weight: 700;
            color: #ffffff;
            background: #1e293b;
            padding: 1px 6px;
            border-radius: 4px;
            font-variant-numeric: tabular-nums;
            display: none;
            overflow: hidden;
            white-space: nowrap;
            animation: fadeIn 0.15s ease-out forwards;
        }

        .basket-scrolly-root .commodity-card.is-tracked .card-price-track {
            display: inline-block;
        }

        .basket-scrolly-root .blocks-container {
            display: flex;
            flex-wrap: wrap;
            gap: 3px;
            align-content: flex-start;
            min-height: 18px;
        }

        .basket-scrolly-root .item-block {
            width: 9px;
            height: 15px;
            border-radius: 1px;
            background-color: #e1e4e8;
            opacity: 0.12;
            transform: scale(0.85);
            transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        }

        .basket-scrolly-root .commodity-card[data-type="unga"] .item-block.active { background-color: #cca43b; opacity: 1; transform: scale(1); }
        .basket-scrolly-root .commodity-card[data-type="rice"] .item-block.active { background-color: #708090; opacity: 1; transform: scale(1); }
        .basket-scrolly-root .commodity-card[data-type="sugar"] .item-block.active { background-color: #4682b4; opacity: 1; transform: scale(1); }
        .basket-scrolly-root .commodity-card[data-type="milk"] .item-block.active { background-color: #4ba3a3; opacity: 1; transform: scale(1); }
        .basket-scrolly-root .commodity-card[data-type="cooking_fat"] .item-block.active { background-color: #e5a93c; opacity: 1; transform: scale(1); }
        .basket-scrolly-root .commodity-card[data-type="soap"] .item-block.active { background-color: #da70d6; opacity: 1; transform: scale(1); }
        .basket-scrolly-root .commodity-card[data-type="bread"] .item-block.active { background-color: #cd853f; opacity: 1; transform: scale(1); }
        .basket-scrolly-root .commodity-card[data-type="toothpaste"] .item-block.active { background-color: #3a86ff; opacity: 1; transform: scale(1); }

        .basket-scrolly-root .basket-tooltip {
            position: fixed;
            background: #1e293b;
            color: #ffffff;
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 0.8rem;
            pointer-events: none;
            z-index: 2000;
            display: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            white-space: nowrap;
            border: 1px solid #475569;
        }
        
        .basket-scrolly-root .basket-tooltip-title {
            font-weight: 700;
            color: #f8fafc;
            margin-bottom: 2px;
        }

        .basket-scrolly-root .basket-tooltip-price {
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-weight: 600;
            color: #38bdf8;
        }

        .basket-scrolly-root .scrolly-narrative {
            width: 100%;
            z-index: 11;
            pointer-events: none;
        }

        .basket-scrolly-root .scrolly-step {
            margin: 90vh 0;
            padding: 0 10px;
            pointer-events: auto;
        }

        .basket-scrolly-root .scrolly-step:first-child { margin-top: 4vh; }
        .basket-scrolly-root .scrolly-step:last-child { margin-bottom: 40vh; }

        .basket-scrolly-root .step-content {
            background-color: #fff;
            padding: 22px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
            max-width: 480px;
            margin: 0 auto;
            transition: opacity 0.3s ease, transform 0.3s ease;
            opacity: 0.35;
            transform: translateY(10px);
        }

        .basket-scrolly-root .scrolly-step.is-active .step-content {
            opacity: 1;
            transform: translateY(0);
        }

        .basket-scrolly-root .step-content h2 {
            margin-top: 0;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: #222222;
        }

        .basket-scrolly-root .step-content p {
            font-size: 1.1rem;
            color: #444444;
            margin: 0;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }

        @media (min-width: 768px) {
            .basket-scrolly-root .scrolly-container {
                flex-direction: row;
                justify-content: space-between;
                align-items: flex-start;
                gap: 35px;
            }

            .basket-scrolly-root .scrolly-visual-sticky {
                width: 52%;
                height: 80vh;
                top: 10vh;
                order: 2;
                padding: 20px;
            }

            .basket-scrolly-root .scrolly-narrative {
                width: 44%;
                order: 1;
            }

            .basket-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }

            .basket-scrolly-root .scrolly-step {
                margin: 60vh 0;
            }
            
            .basket-scrolly-root .item-block {
                width: 10px;
                height: 18px;
            }
        }