.ai-page-wrap{min-height:100vh;background:#ffffff}.ai-page-hero{padding:60px 24px 56px;text-align:center}.ai-page-hero h1{font-size:clamp(2rem,4.5vw,3rem);font-weight:800;margin:0 0 14px;letter-spacing:-.5px}.ai-page-hero p{font-size:1.1rem;margin:0 auto;max-width:540px;line-height:1.6}.ai-page-hero .hero-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;font-size:.82rem;font-weight:600;margin-bottom:18px;letter-spacing:.04em;border:1px solid var(--more-border)}.ai-gen-card{max-width:820px;margin:-36px auto 40px;background:#fff;border-radius:28px;box-shadow:none;padding:36px 32px 28px;position:relative;z-index:2;border:1px solid rgba(108,43,217,.08)}.ai-gen-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:flex-end;margin-bottom:16px}.ai-field-spacer,.ai-gen-field label{display:block;font-size:.82rem;font-weight:600;color:#555;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.ai-field-spacer{visibility:hidden}.ai-gen-field input,.ai-gen-field select{width:100%;padding:13px 16px;border:1.5px solid rgba(108,43,217,.22);border-radius:12px;font-size:.97rem;color:#1a1a2e;background:#faf8ff;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.ai-gen-field input:focus,.ai-gen-field select:focus{border-color:#6C2BD9;box-shadow:0 0 0 4px rgba(108,43,217,.1)}.ai-gen-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c2bd9' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.ai-gender-row{display:flex;gap:10px;margin-bottom:20px}.ai-gender-btn{flex:1;padding:11px 10px;border:1.5px solid rgba(108,43,217,.2);background:#faf8ff;border-radius:12px;font-size:.95rem;font-weight:600;color:#555;cursor:pointer;transition:all .2s ease}.ai-gender-btn:hover{border-color:#6C2BD9;color:#6C2BD9}.ai-gender-btn.active{border-color:transparent}.ai-gen-btn,.ai-gender-btn.active{background:linear-gradient(135deg,#6C2BD9,#8B5CF6);color:#fff}.ai-gen-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border:none;border-radius:12px;font-size:.97rem;font-weight:700;cursor:pointer;transition:opacity .2s,transform .2s;white-space:nowrap;letter-spacing:.03em}.ai-gen-btn:hover:not(:disabled){opacity:.88;transform:translateY(-2px)}.ai-gen-btn:disabled{opacity:.55;cursor:not-allowed}.ai-gen-status{font-size:.9rem;min-height:22px;color:#666;margin-bottom:4px}.ai-gen-status.error{color:#c0392b}.ai-gen-status.success{color:#0f7a2a;font-weight:600}.ai-results-wrap{max-width:780px;margin:0 auto 60px;padding:0 24px}.ai-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.ai-results-header h2{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0}.ai-results-count{font-size:.85rem;color:#888}.ai-clear-btn{padding:7px 14px;border:1.5px solid rgba(200,0,0,.25);background:#fff5f5;color:#c0392b;border-radius:8px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s;pointer-events:auto;position:relative;z-index:5}.ai-clear-btn:hover{background:#ffe0e0}.ai-names-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.ai-name-card{background:linear-gradient(145deg,#ffffff,#faf8ff);border:1.5px solid rgba(108,43,217,.14);border-radius:20px;padding:20px 16px 16px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 12px rgba(108,43,217,.06);cursor:default}.ai-name-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 14px 32px rgba(108,43,217,.18);border-color:rgba(108,43,217,.35)}.ai-name-card .card-name{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin:0 0 6px;padding-right:28px}.ai-name-card .card-meaning{font-size:.84rem;color:#555;line-height:1.5;margin:0 0 12px}.ai-name-card .card-gender-badge{display:inline-block;padding:3px 12px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.card-gender-badge.boy{background:#e8f0ff;color:#2563eb}.card-gender-badge.girl{background:#fce7f3;color:#db2777}.card-gender-badge.unisex{background:#f0fdf4;color:#15803d}.ai-name-card .card-fav-btn{position:absolute;top:12px;right:12px;background:rgba(108,43,217,.07);border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;color:#bbb;transition:all .2s}.ai-name-card .card-fav-btn.active,.ai-name-card .card-fav-btn:hover{color:#e91e63;background:#fff0f5}.ai-empty-state{text-align:center;padding:60px 20px;color:#999}.ai-empty-state i{font-size:3rem;margin-bottom:16px;opacity:.35;display:block}.ai-empty-state p{font-size:1rem}.ai-loading-row{display:flex;align-items:center;gap:12px;padding:24px 0;color:#6C2BD9;font-weight:500}[data-theme=dark] .ai-page-wrap,body[data-theme=dark] .ai-page-wrap{background:linear-gradient(160deg,#0f1117,#151827 58%,#10141f);color:#d8e0ec}[data-theme=dark] .ai-gen-card,body[data-theme=dark] .ai-gen-card{background:linear-gradient(165deg,#1a2130,#151b28);border-color:rgba(139,92,246,.38);box-shadow:none}[data-theme=dark] .ai-gen-field label,[data-theme=dark] .ai-results-header h2,body[data-theme=dark] .ai-gen-field label,body[data-theme=dark] .ai-results-header h2{color:#f4f7fb}[data-theme=dark] .ai-gen-field input,[data-theme=dark] .ai-gen-field select,body[data-theme=dark] .ai-gen-field input,body[data-theme=dark] .ai-gen-field select{background-color:#111827;border-color:rgba(196,181,253,.42);color:#f4f7fb}[data-theme=dark] .ai-gen-field input::placeholder,body[data-theme=dark] .ai-gen-field input::placeholder{color:#aeb8c7;opacity:1}[data-theme=dark] .ai-gender-btn,body[data-theme=dark] .ai-gender-btn{background:#111827;border-color:rgba(196,181,253,.34);color:#d8e0ec}[data-theme=dark] .ai-gender-btn.active,body[data-theme=dark] .ai-gender-btn.active{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff}[data-theme=dark] .ai-empty-state,[data-theme=dark] .ai-gen-status,[data-theme=dark] .ai-results-count,body[data-theme=dark] .ai-empty-state,body[data-theme=dark] .ai-gen-status,body[data-theme=dark] .ai-results-count{color:#c7d0dd}[data-theme=dark] .ai-name-card,body[data-theme=dark] .ai-name-card{background:linear-gradient(165deg,#1a2130,#151b28);border-color:rgba(139,92,246,.36);box-shadow:0 18px 38px rgba(0,0,0,.34)}[data-theme=dark] .ai-name-card .card-name,body[data-theme=dark] .ai-name-card .card-name{color:#c4b5fd}[data-theme=dark] .ai-name-card .card-meaning,body[data-theme=dark] .ai-name-card .card-meaning{color:#d8e0ec}body[data-theme=dark] .ai-page-wrap .ai-gen-field input,body[data-theme=dark] .ai-page-wrap .ai-gen-field select,html[data-theme=dark] body .ai-page-wrap .ai-gen-field input,html[data-theme=dark] body .ai-page-wrap .ai-gen-field select{background:#0f172a!important;border-color:rgba(196,181,253,.72)!important;color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;opacity:1!important;filter:none!important;text-shadow:none!important;caret-color:#f8fafc!important}body.home-page[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-count-full,body.home-page[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full,body[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-count-full,body[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full,html[data-theme=dark] body.home-page .ai-page-wrap .ai-gen-card .ai-gen-field #ai-count-full,html[data-theme=dark] body.home-page .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full{appearance:none!important;-webkit-appearance:none!important;background:#0b1220!important;background-color:#0b1220!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;border:1.5px solid rgba(196,181,253,.82)!important;box-shadow:inset 0 0 0 1px rgba(124,58,237,.18),0 0 0 0 rgba(139,92,246,0)!important;opacity:1!important;filter:none!important;text-shadow:none!important;caret-color:#ffffff!important}body.home-page[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full::placeholder,body[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full::placeholder,html[data-theme=dark] body.home-page .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full::placeholder{color:#dbeafe!important;-webkit-text-fill-color:#dbeafe!important;opacity:1!important}body.home-page[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-count-full:focus,body.home-page[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full:focus,html[data-theme=dark] body.home-page .ai-page-wrap .ai-gen-card .ai-gen-field #ai-count-full:focus,html[data-theme=dark] body.home-page .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full:focus{border-color:#c4b5fd!important;box-shadow:0 0 0 4px rgba(139,92,246,.26)!important;outline:none!important}body.home-page[data-theme=dark] .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full:-webkit-autofill,html[data-theme=dark] body.home-page .ai-page-wrap .ai-gen-card .ai-gen-field #ai-prompt-full:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #0b1220!important;-webkit-text-fill-color:#ffffff!important;caret-color:#ffffff!important}body[data-theme=dark] .ai-page-wrap .ai-gen-field input::placeholder,html[data-theme=dark] body .ai-page-wrap .ai-gen-field input::placeholder{color:#cbd5e1!important;-webkit-text-fill-color:#cbd5e1!important;opacity:1!important}body[data-theme=dark] .ai-page-wrap .ai-clear-btn,html[data-theme=dark] body .ai-page-wrap .ai-clear-btn{background:#dc2626!important;border:1px solid rgba(254,202,202,.95)!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;filter:none!important;text-shadow:none!important;box-shadow:0 8px 20px rgba(0,0,0,.28)!important;pointer-events:auto!important;cursor:pointer!important}body[data-theme=dark] .ai-page-wrap .ai-clear-btn :is(i,span),html[data-theme=dark] body .ai-page-wrap .ai-clear-btn :is(i,span),html[data-theme=dark] body .ai-page-wrap .ai-clear-btn i{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important}body[data-theme=dark] .ai-page-wrap .ai-name-card .card-gender-badge,html[data-theme=dark] body .ai-page-wrap .ai-name-card .card-gender-badge{background:#1d4ed8!important;border:1px solid rgba(196,181,253,.72)!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;filter:none!important;text-shadow:none!important}body[data-theme=dark] .ai-page-wrap .ai-name-card .card-gender-badge,body[data-theme=dark] .ai-page-wrap .ai-name-card .card-gender-badge *,html[data-theme=dark] body .ai-page-wrap .ai-name-card .card-gender-badge,html[data-theme=dark] body .ai-page-wrap .ai-name-card .card-gender-badge *{background-color:#1d4ed8!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;text-shadow:none!important}body[data-theme=dark] .ai-page-wrap .ai-name-card .card-gender-badge.girl,html[data-theme=dark] body .ai-page-wrap .ai-name-card .card-gender-badge.girl,html[data-theme=dark] body .ai-page-wrap .ai-name-card .card-gender-badge.girl *{background-color:#be185d!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important}body[data-theme=dark] .ai-page-wrap .ai-name-card .card-gender-badge.unisex,html[data-theme=dark] body .ai-page-wrap .ai-name-card .card-gender-badge.unisex,html[data-theme=dark] body .ai-page-wrap .ai-name-card .card-gender-badge.unisex *{background-color:#15803d!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important}.ai-spinner{width:22px;height:22px;border:3px solid rgba(108,43,217,.2);border-top-color:#6c2bd9;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.ai-copy-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(20px);background:#1a1a2e;color:#fff;padding:10px 22px;border-radius:30px;font-size:.88rem;font-weight:600;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;z-index:9999}.ai-copy-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media (max-width:600px){.ai-gen-card{padding:24px 16px;border-radius:16px}.ai-gen-row{grid-template-columns:1fr}.ai-gen-btn{width:100%;justify-content:center}.ai-names-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}}.ai-page-wrap #ai-generate-btn,.ai-page-wrap .ai-gen-btn,.ai-page-wrap .ai-gender-btn.active,.ai-page-wrap .btn-signup{background:var(--brand-royal-gradient,linear-gradient(135deg,#f4b860 0,#b46eb4 48%,#7c3aed 100%))!important;border-color:transparent!important;color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;box-shadow:0 12px 28px rgba(124,58,237,.22),0 8px 22px rgba(244,184,96,.14)!important}.ai-page-wrap .ai-gender-btn:hover,.ai-page-wrap .ai-input:focus,.ai-page-wrap .ai-select:focus{border-color:rgba(124,58,237,.38)!important;box-shadow:0 0 0 4px rgba(244,184,96,.12)!important}.ai-page-wrap .ai-spinner{border-color:rgba(244,184,96,.22)!important;border-top-color:var(--brand-violet,#7c3aed)!important}