		* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Inter', sans-serif; background-color: #f9fafc; color: #1e2a3a; line-height: 1.5; }
        
        .site-header { background: white; box-shadow: 0 4px 16px rgba(0,20,40,0.08); }
        .logo-row { background: white; padding: 0.6rem 2rem; border-bottom: 1px solid rgba(13,71,161,0.1); }
        .company-logo { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.75rem 2rem; }
        .logo-group { display: flex; align-items: center; gap: 16px; }
        .company-logo img { height: 56px; width: auto; border-radius: 12px; }
        .slogan-text { font-size: 1.25rem; font-weight: 600; color: #0d47a1; background: #e3f2fd; padding: 0.4rem 1.4rem; border-radius: 40px; }
        .community-badge-header { background: linear-gradient(135deg, #ffd700, #ffb347); color: #1a237e; padding: 0.25rem 1rem; border-radius: 50px; font-weight: bold; font-size: 0.8rem; margin-left: 10px; display: inline-block; }
        .header-cta { display: flex; gap: 12px; }
        .header-cta a { background: #0d47a1; color: white; text-decoration: none; padding: 0.4rem 1.4rem; border-radius: 30px; font-weight: 500; font-size: 0.95rem; }
        .header-cta a.signup-btn { background: #4CAF50; }
        .nav-row { background: #0d47a1; }
        .main-nav { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; padding: 0.1rem 2rem; }
 
        .nav-links {
            display: flex;
            list-style: none;
            flex-wrap: wrap;
            gap: 0.2rem;
        }
        .nav-links li a {
            display: block;
            color: white;
            text-decoration: none;
            padding: 0.4rem 1.2rem;
            font-weight: 500;
            border-radius: 30px;
            transition: background 0.2s;
            font-size: 0.95rem;
        }
        .nav-links li a:hover { background: #4CAF50; }
        .nav-links li a.active {
            border-bottom: 5px solid #4CAF50;
            background: transparent;
            border-radius: 0;
        }

        
        /* =============================================
           MAIN CONTAINER - Centers everything at 800px
           ============================================= */
        .main-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            width: 100%;
        }

        /* =============================================
           BREADCRUMBS - Now inside the main container
           ============================================= */
        .breadcrumb-wrapper {
            padding: 20px 0 10px 0;
            width: 100%;
        }

        .breadcrumb-nav {
            margin-bottom: 0;
        }

        .breadcrumb-list {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            white-space: nowrap;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 14px;
            color: #666;
            -webkit-overflow-scrolling: touch;
        }

        .breadcrumb-list::-webkit-scrollbar {
            display: none;
        }

        .breadcrumb-list li {
            font-size: 0.85rem;
            color: #888;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .breadcrumb-list li a {
            color: #0d47a1;
            text-decoration: none;
            opacity: 0.85;
            transition: opacity 0.2s;
            font-weight: 500;
        }

        .breadcrumb-list li a:hover {
            opacity: 1;
            text-decoration: underline;
        }

        .breadcrumb-list li:not(:last-child)::after {
            content: ">";
            font-size: 1rem;
            color: #aaa;
        }

        .breadcrumb-list li.active {
            color: #666;
            font-weight: 600;
        }

        /* =============================================
           WELCOME BANNER - Inside main container
           ============================================= */
        .welcome-banner { 
            background: linear-gradient(135deg, #00897b 0%, #43a047 100%); 
            border-radius: 24px; 
            padding: 2rem; 
            margin: 0 0 30px 0; 
            color: white; 
            width: 100%;
        }
        .welcome-banner h1 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; }
        .welcome-banner p { font-size: 1.1rem; opacity: 0.95; }
        
        .main-wrapper { background: white; border-radius: 24px; padding: 0; }
        .index-container { padding: 40px 20px 60px; width: 100%; }
        
        .community-note { background: #e8f0fe; padding: 16px 20px; border-radius: 16px; margin-bottom: 30px; text-align: center; font-size: 0.9rem; color: #0d47a1; border: 1px solid rgba(13,71,161,0.2); }
        .community-note i { margin-right: 8px; }
        
        .dreams-grid { display: flex; flex-direction: column; gap: 16px; }
        .dream-link { text-decoration: none; color: inherit; }
        .dream-item { background: white; border-radius: 20px; padding: 20px; display: flex; gap: 16px; transition: transform 0.2s, box-shadow 0.2s; border: 1px solid rgba(13,71,161,0.08); }
        .dream-item:hover { transform: translateX(5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
        .dream-icon { font-size: 2rem; flex-shrink: 0; }
        .dream-info { flex: 1; }
        .dream-name { font-size: 1.1rem; font-weight: 700; color: #0d47a1; margin-bottom: 6px; }
        .dream-name a { color: #0d47a1; text-decoration: none; }
        .dream-name a:hover { text-decoration: underline; }
        .dream-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
        .dream-style { display: inline-block; font-size: 0.7rem; padding: 2px 10px; border-radius: 20px; font-weight: 600; }
        .dream-style.jungian { background: #e3f2fd; color: #0d47a1; }
        .dream-style.freudian { background: #ffebee; color: #c62828; }
        .dream-style.modern { background: #e8f5e9; color: #2e7d32; }
        .dream-style.spiritual { background: #f3e5f5; color: #6a1b9a; }
        .dream-date { display: inline-block; font-size: 0.7rem; padding: 2px 10px; border-radius: 20px; background: #f5f5f5; color: #666; }
        .dream-preview { font-size: 0.9rem; color: #666; line-height: 1.5; margin-top: 6px; }
        
        .no-dreams { text-align: center; padding: 60px; background: white; border-radius: 24px; color: #999; }

        /* =============================================
           MONTH NAVIGATION
           ============================================= */
        .month-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 25px;
            padding: 15px;
            background: #e8f0fe;
            border-radius: 12px;
            border: 1px solid rgba(13, 71, 161, 0.1);
        }

        .month-nav-label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 600;
            color: #0d47a1;
            margin-right: 10px;
        }

        .month-link {
            background: white;
            border: 1px solid #d0d0d0;
            color: #333;
            text-decoration: none;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 0.8rem;
            transition: all 0.2s;
        }

        .month-link:hover {
            border-color: #0d47a1;
            background: #e8f0fe;
        }

        .month-link.active-month {
            border-color: #0d47a1;
            background: #0d47a1;
            color: white;
        }

        .month-link.month-disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        /* =============================================
           PAGINATION STYLES - MOBILE FIXED
           ============================================= */

        .pagination-container {
            margin-top: 40px;
            padding: 20px 0;
            border-top: 1px solid #e8ecf2;
            width: 100%;
            overflow: visible;
        }

        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            width: 100%;
            padding: 5px 0;
        }

        .pagination-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            height: 44px;
            padding: 0 14px;
            border: 2px solid #dce1e8;
            border-radius: 10px;
            background: white;
            color: #1a2332;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s ease;
            -webkit-tap-highlight-color: transparent;
            touch-action: manipulation;
            cursor: pointer;
            user-select: none;
        }

        .pagination-link:hover {
            background: #f0f4f9;
            border-color: #b0c4d9;
            text-decoration: none;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.08);
        }

        .pagination-link:active {
            transform: scale(0.95);
            background: #e8ecf2;
        }

        .pagination-link.current {
            background: #0d47a1;
            border-color: #0d47a1;
            color: white;
            font-weight: 700;
        }

        .pagination-link.current:hover {
            background: #0d47a1;
            border-color: #0d47a1;
            transform: none;
            box-shadow: none;
        }

        .pagination-link.current:active {
            transform: scale(0.95);
        }

        .pagination-link.disabled {
            opacity: 0.4;
            cursor: not-allowed;
            pointer-events: none;
            border-color: #e8ecf2;
        }

        .pagination-link.prev,
        .pagination-link.next {
            min-width: 48px;
            font-size: 16px;
            font-weight: 700;
        }

        .pagination-link.prev i,
        .pagination-link.next i {
            font-size: 14px;
        }

        .pagination-ellipsis {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 36px;
            height: 44px;
            color: #6b7a8f;
            font-size: 18px;
            font-weight: 600;
            padding: 0 6px;
        }

        .pagination-info {
            text-align: center;
            margin-top: 16px;
            font-size: 14px;
            color: #6b7a8f;
            width: 100%;
            font-weight: 500;
            padding: 8px 12px;
            background: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #e8ecf2;
        }

        /* =============================================
           FOOTER
           ============================================= */
        .site-footer { background: white; padding: 32px 24px; text-align: center; border-top: 1px solid #eef2f6; margin-top: 20px; }
        .footer-links { display: flex; justify-content: center; gap: 28px; margin: 15px 0; flex-wrap: wrap; }
        .footer-links a { color: #666; text-decoration: none; font-size: 0.85rem; }
        .footer-links a:hover { color: #0d47a1; }
        .copyright { color: #555; font-size: 0.75rem; }
        
        /* =============================================
           MOBILE RESPONSIVE - PAGINATION FIXED
           ============================================= */
        @media (max-width: 768px) {
            .logo-row { padding: 0.5rem 1rem; }
            .company-logo img { height: 42px; }
            .slogan-text { display: none; }
            .header-cta { flex-direction: column; gap: 6px; margin-left: auto; }
            .header-cta a { padding: 0.25rem 1rem; font-size: 0.8rem; }
            .community-badge-header { display: none; }
            .nav-links { overflow-x: auto; white-space: nowrap; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
            .main-container { padding: 0 15px; }
            .breadcrumb-wrapper { padding: 15px 0 10px 0; }
            .welcome-banner { padding: 1.2rem; margin: 0 0 20px 0; }
            .welcome-banner h1 { font-size: 1.4rem; }
            .welcome-banner p { font-size: 1rem; }
            .index-container { padding: 20px 15px 40px; }
            .dream-item { flex-direction: column; align-items: flex-start; }
            .dream-icon { font-size: 1.5rem; }
            .month-nav { gap: 6px; padding: 10px; }
            .month-link { padding: 4px 10px; font-size: 0.7rem; }
            .nav-links li a.active {
                border-bottom: 2px solid #4CAF50;
                background: transparent;
                border-radius: 0;
            }

            /* Mobile pagination - BIGGER and MORE VISIBLE */
            .pagination-container {
                padding: 20px 0 15px 0;
                margin-top: 30px;
                border-top: 2px solid #e8ecf2;
            }

            .pagination {
                gap: 6px;
                padding: 8px 4px;
            }

            .pagination-link {
                min-width: 48px;
                height: 48px;
                padding: 0 12px;
                font-size: 16px;
                font-weight: 600;
                border-radius: 10px;
                border-width: 2px;
                border-color: #dce1e8;
                background: white;
                box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            }

            .pagination-link:active {
                transform: scale(0.92);
                background: #e8ecf2;
            }

            .pagination-link.prev,
            .pagination-link.next {
                min-width: 52px;
                height: 48px;
                font-size: 18px;
            }

            .pagination-link.prev i,
            .pagination-link.next i {
                font-size: 16px;
            }

            .pagination-link.current {
                background: #0d47a1;
                border-color: #0d47a1;
                color: white;
                font-weight: 700;
                box-shadow: 0 4px 12px rgba(13, 71, 161, 0.3);
            }

            .pagination-ellipsis {
                min-width: 32px;
                height: 48px;
                font-size: 20px;
                font-weight: 700;
                padding: 0 4px;
                color: #6b7a8f;
            }

            .pagination-info {
                font-size: 14px;
                margin-top: 14px;
                padding: 10px 14px;
                background: #f8f9fa;
                border-radius: 10px;
                border: 1px solid #e8ecf2;
                font-weight: 500;
                color: #1a2332;
            }
        }

        @media (max-width: 480px) {
            .welcome-banner { padding: 1rem; }
            .welcome-banner h1 { font-size: 1.2rem; }
            .index-container { padding: 15px 12px 30px; }
            .breadcrumb-list { font-size: 12px; }
            .breadcrumb-list li { font-size: 0.75rem; }
            
            /* Extra small mobile pagination - STILL BIG ENOUGH TO TAP */
            .pagination {
                gap: 5px;
                padding: 6px 2px;
            }

            .pagination-link {
                min-width: 44px;
                height: 44px;
                padding: 0 10px;
                font-size: 14px;
                font-weight: 600;
                border-radius: 8px;
                border-width: 2px;
            }

            .pagination-link.prev,
            .pagination-link.next {
                min-width: 46px;
                height: 44px;
                font-size: 16px;
            }

            .pagination-link.prev i,
            .pagination-link.next i {
                font-size: 14px;
            }

            .pagination-ellipsis {
                min-width: 28px;
                height: 44px;
                font-size: 18px;
                padding: 0 2px;
            }

            .pagination-info {
                font-size: 12px;
                margin-top: 12px;
                padding: 8px 12px;
                border-radius: 8px;
            }
        }

        /* Safari-specific overrides */
        @supports (-webkit-hyphens:none) {
            html { font-size: 22px !important; }
            body { font-size: 22px !important; }
            .company-logo img { height: 52px !important; }
            .header-cta a { font-size: 0.95rem !important; padding: 0.4rem 1.1rem !important; }
            
            /* Safari mobile pagination fix */
            @media (max-width: 768px) {
                .pagination-link {
                    min-width: 52px !important;
                    height: 52px !important;
                    font-size: 18px !important;
                }
                .pagination-link.prev,
                .pagination-link.next {
                    min-width: 56px !important;
                    height: 52px !important;
                }
                .pagination-ellipsis {
                    min-width: 36px !important;
                    height: 52px !important;
                    font-size: 22px !important;
                }
            }
        }