.elementor-159 .elementor-element.elementor-element-52d048f{--display:flex;}.elementor-159 .elementor-element.elementor-element-1dd4bea{--display:flex;--min-height:679px;--border-radius:32px 32px 32px 32px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-159 .elementor-element.elementor-element-1dd4bea:not(.elementor-motion-effects-element-type-background), .elementor-159 .elementor-element.elementor-element-1dd4bea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3FAF9;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-159 .elementor-element.elementor-element-1dd4bea{--padding-top:40px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-159 .elementor-element.elementor-element-1dd4bea{--width:100%;}}/* Start custom CSS */<style>
        @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Inter:wght@400;500;600&display=swap');
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            background: linear-gradient(135deg, #2D1B69 0%, #11998E 50%, #38EF7D 100%);
            min-height: 100vh;
            align-items: center;
            justify-content: center;
            padding: 20PX;
            position: relative;
            overflow-x: hidden;
        }
        
        body::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="15" cy="8" r="0.3" fill="rgba(255,255,255,0.08)"/><circle cx="8" cy="15" r="0.4" fill="rgba(255,255,255,0.06)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>') repeat;
            pointer-events: none;
        }
        
        .container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 35px 40px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 1000px;  /* Increased from 1200px to 2000px */
    width: 100%;        /* Responsive: fills screen on small devices */
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

        
        .hero-section {
            margin-bottom: 25px;
        }
        
        .cat-icon {
            font-size: 3rem;
            margin-bottom: 15px;
            display: block;
            animation: float 3s ease-in-out infinite;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }
        
        h1 {
            font-family: 'Cinzel', serif;
            color: #2D1B69;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .subtitle {
            color: #666;
            font-size: 1.1rem;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        .description {
            color: #888;
            font-size: 0.95rem;
            line-height: 1.5;
            max-width: 550px;
            margin: 0 auto 25px;
        }
        
        .generator-section {
            margin: 25px 0;
        }
        
        .gender-body.elementor-page-159 {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }
        
        .gender-btn {
            padding: 12px 24px;
            border: 2px solid #11998E;
            background: white;
            color: #11998E;
            border-radius: 25px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .gender-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(17, 153, 142, 0.3);
        }
        
        .gender-btn.active {
            background: #11998E;
            color: white;
        }
        
        .generate-options {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
            margin: 20px 0;
        }
        
        .generate-button {
            background: linear-gradient(135deg, #11998E, #38EF7D);
            color: white;
            border: none;
            padding: 18px 32px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(17, 153, 142, 0.4);
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
        }
        
        .batch-btn {
            background: linear-gradient(135deg, #2D1B69, #11998E);
        }
        
        .generate-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(17, 153, 142, 0.6);
        }
        
        .generate-button:active {
            transform: translateY(-1px);
        }
        
        .result-section {
         
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease;
        }
        
        .result-section.show {
            opacity: 1;
            transform: translateY(0);
        }
        
        .names-container {
            max-height: 360px;
            overflow-y: auto;
            padding-right: 10px;
            margin-bottom: 20px;
        }
        
        .names-container::-webkit-scrollbar {
            width: 8px;
        }
        
        .names-container::-webkit-scrollbar-track {
            background: rgba(17, 153, 142, 0.1);
            border-radius: 10px;
        }
        
        .names-container::-webkit-scrollbar-thumb {
            background: linear-gradient(135deg, #11998E, #38EF7D);
            border-radius: 10px;
        }
        
        .names-container::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, #0f8a7f, #32d670);
        }
        
        .generated-name {
            background: linear-gradient(135deg, #2D1B69, #11998E);
            color: white;
            padding: 25px;
            border-radius: 20px;
            margin: 15px 0;
            box-shadow: 0 10px 30px rgba(45, 27, 105, 0.3);
            position: relative;
        }
        
        .name-display {
            font-family: 'Cinzel', serif;
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 8px;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        }
        
        .name-meaning {
            font-size: 0.9rem;
            opacity: 0.9;
            font-style: italic;
        }
        
        .name-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .name-content {
            flex: 1;
        }
        
        .name-item-actions {
            display: flex;
            gap: 8px;
        }
        
        .mini-btn {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .mini-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-1px);
        }
        
        .name-actions {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
            flex-wrap: wrap;
        }
        
        .action-btn {
            padding: 10px 20px;
            border: 2px solid #11998E;
            background: white;
            color: #11998E;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        
        .action-btn:hover {
            background: #11998E;
            color: white;
            transform: translateY(-2px);
        }
        
        .stats-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 20px;
          
            padding: 25px;
            background: rgba(17, 153, 142, 0.1);
            border-radius: 20px;
        }
        
        .stat {
            text-align: center;
        }
        
        .stat-number {
            font-size: 2rem;
            font-weight: 700;
            color: #11998E;
            display: block;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
            margin-top: 5px;
        }
        
        .favorites-section {
            margin-top: 30px;
            padding: 25px;
            background: rgba(56, 239, 125, 0.1);
            border-radius: 20px;
            display: none;
        }
        
        .favorites-section.show {
            display: block;
        }
        
        .favorites-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2D1B69;
            margin-bottom: 15px;
        }
        
        .favorites-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }
        
        .favorite-item {
            background: white;
            padding: 8px 16px;
            border-radius: 15px;
            font-size: 0.9rem;
            color: #2D1B69;
            border: 1px solid rgba(45, 27, 105, 0.2);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .remove-favorite {
            cursor: pointer;
            color: #ff4757;
            font-weight: bold;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 40px 25px;
                margin: 10px;
            }
            
            h1 {
                font-size: 2.5rem;
            }
            
            .cat-icon {
                font-size: 3rem;
            }
            
            .name-display {
                font-size: 1.8rem;
            }
            
            .gender-body.elementor-page-159 {
                flex-direction: column;
                align-items: center;
            }
            
            .stats-section {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    </style>/* End custom CSS */