:root{--bg:#fff8ef;--bg-soft:#fffdf8;--surface:#fff;--ink:#4a3b32;--muted:#8a7568;--line:#f1e3d4;--coral:#ff7e6b;--coral-deep:#ee5f4b;--coral-soft:#ffe3dc;--amber:#ffc65c;--amber-soft:#ffefc9;--sage:#6fae93;--sage-deep:#4d8a70;--sage-soft:#e2f0e9;--pink:#ee8fb0;--pink-soft:#fde7ee;--sky:#7fbfe0;--sky-soft:#e3f1fa;--lav:#a98fd0;--lav-soft:#efe6f7;--radius-lg:24px;--radius-md:16px;--radius-sm:10px;--shadow:0 12px 32px #c48b5224;--shadow-sm:0 4px 14px #c48b521a;--font-display:"Quicksand", "Nunito", system-ui, sans-serif;--font-body:"Nunito", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background-color:var(--bg);background-image:radial-gradient(900px 500px at 110% -10%,#ffc65c2e,#0000 60%),radial-gradient(800px 500px at -10% 5%,#ff7e6b1f,#0000 55%);background-attachment:fixed;margin:0;font-size:17px;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);margin:0 0 .5em;line-height:1.15}h1{font-size:clamp(2rem,5vw,3rem)}h2{font-size:clamp(1.4rem,3vw,1.9rem)}a{color:var(--coral-deep);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.container{max-width:1080px;margin-inline:auto;padding-inline:20px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[hidden]{display:none!important}.btn{font-family:var(--font-display);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:.7rem 1.4rem;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--coral);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--coral-deep)}.btn-ghost{background:var(--surface);color:var(--ink);border:2px solid var(--line)}.btn-ghost:hover{border-color:var(--coral);color:var(--coral-deep)}.text-link{color:var(--coral-deep);font-weight:700}.nav{background:var(--bg-soft);border-bottom:1px solid var(--line);z-index:20;backdrop-filter:blur(6px);position:sticky;top:0}.nav-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-block:14px;display:flex}.brand{font-family:var(--font-display);color:var(--ink);align-items:center;gap:10px;font-size:1.25rem;font-weight:700;display:inline-flex}.brand:hover{text-decoration:none}.brand-mark{background:radial-gradient(circle at 30% 30%, #fff 12%, transparent 14%), radial-gradient(circle at 62% 28%, #fff 9%, transparent 10%), radial-gradient(circle at 46% 55%, #fff 26%, transparent 27%), var(--coral);width:30px;height:30px;box-shadow:0 0 0 4px var(--amber-soft), inset 0 -3px 5px #00000014;border-radius:50%}.nav-links{flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none;display:flex}.nav-links a{color:var(--muted);border-radius:999px;padding:.45rem .9rem;font-weight:700;display:inline-block}.nav-links a:hover{background:var(--coral-soft);color:var(--coral-deep);text-decoration:none}.nav-links a[aria-current=page]{background:var(--ink);color:var(--bg-soft)}.hero{padding-block:clamp(3rem,8vw,5.5rem) clamp(2rem,5vw,3.5rem);position:relative;overflow:hidden}.hero:before,.hero:after{content:"";z-index:-1;border-radius:50%;position:absolute}.hero:before{background:var(--amber-soft);width:320px;height:320px;top:-90px;right:-70px}.hero:after{background:var(--pink-soft);width:220px;height:220px;bottom:-60px;left:-60px}.hero-inner{text-align:center;max-width:760px;margin-inline:auto}.eyebrow{font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--coral-deep);background:var(--coral-soft);border-radius:999px;margin-bottom:1.2rem;padding:.35rem .9rem;font-size:.8rem;font-weight:700;display:inline-block}.hero-title{margin-bottom:.4em;font-size:clamp(2.4rem,7vw,3.8rem)}.hero-sub{color:var(--muted);max-width:560px;margin:0 auto 2rem;font-size:1.15rem}.hero-search{gap:10px;max-width:520px;margin-inline:auto;display:flex;position:relative}.search-input{font-family:var(--font-body);border:2px solid var(--line);background:var(--surface);color:var(--ink);border-radius:999px;outline:none;flex:1;padding:.85rem 1.2rem;font-size:1.05rem;transition:border-color .15s,box-shadow .15s}.search-input:focus{border-color:var(--coral);box-shadow:0 0 0 4px var(--coral-soft)}.suggestions{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);text-align:left;z-index:30;margin:0;padding:8px;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0}.suggestions li{border-radius:var(--radius-sm);cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:.6rem .8rem;font-weight:700;display:flex}.suggestions li:hover,.suggestions li.is-highlighted{background:var(--coral-soft)}.suggestions .sugg-meta{color:var(--muted);font-size:.8rem;font-weight:600}.gender-cards{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;max-width:820px;margin:2.5rem auto 0;display:grid}.gender-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:2px;padding:1.4rem 1.4rem 1.2rem;transition:transform .15s,box-shadow .15s;display:flex}.gender-card:hover{box-shadow:var(--shadow);text-decoration:none;transform:translateY(-3px)}.gender-girl{background:var(--pink-soft)}.gender-boy{background:var(--sky-soft)}.gender-unisex{background:var(--sage-soft)}.gender-card-title{font-family:var(--font-display);color:var(--ink);font-size:1.5rem;font-weight:700}.gender-card-sub{color:var(--muted);font-size:.95rem}.gender-card-count{letter-spacing:.06em;text-transform:uppercase;margin-top:10px;font-size:.8rem;font-weight:800}.gender-girl .gender-card-count{color:var(--pink)}.gender-boy .gender-card-count{color:#5b9ec2}.gender-unisex .gender-card-count{color:var(--sage-deep)}.section{padding-block:1.5rem 2.5rem}.section-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:1.2rem;display:flex}.section-head h2{margin-bottom:0}.sub-head{margin-top:2.5rem}.listing-head{padding-block:clamp(2rem,5vw,3.5rem) 1rem}.listing-head h1{margin-bottom:.25em}.lead{color:var(--muted);max-width:640px;font-size:1.1rem}.lead-sub{color:var(--muted);max-width:640px;margin-top:.4rem;font-size:1rem}.listing-cta{text-align:center;padding-block:2.5rem}.empty-state{text-align:center;color:var(--muted);padding:3rem 1rem}.name-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:16px;display:grid}.name-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .15s,box-shadow .15s;position:relative}.name-card-top{padding-right:2.1rem}.name-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.name-card-link{height:100%;color:var(--ink);flex-direction:column;gap:8px;padding:1.2rem 1.2rem 1rem;display:flex}.name-card-link:hover{text-decoration:none}.name-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.name-card-title{overflow-wrap:anywhere;margin:0;font-size:1.5rem;font-weight:700}.gender-pill{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.gender-girl .gender-pill,.gender-pill.gender-girl{background:var(--pink-soft);color:#d26a90}.gender-boy .gender-pill,.gender-pill.gender-boy{background:var(--sky-soft);color:#4d90b8}.gender-unisex .gender-pill,.gender-pill.gender-unisex{background:var(--sage-soft);color:var(--sage-deep)}.name-card-meaning{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.92rem;display:-webkit-box;overflow:hidden}.name-card-meta{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.chip{color:var(--ink);background:var(--bg);border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:700}.name-card-foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.pop-tier{color:var(--muted);font-size:.78rem;font-weight:700}.card-arrow{color:var(--coral);font-weight:700}.letter-strip,.length-strip{flex-wrap:wrap;gap:8px;margin-bottom:1rem;display:flex}.letter-pill,.length-pill{font-family:var(--font-display);background:var(--surface);border:1px solid var(--line);color:var(--ink);box-shadow:var(--shadow-sm);border-radius:999px;justify-content:center;align-items:center;padding:.45rem .85rem;font-weight:700;transition:transform .15s,background .15s;display:inline-flex}.letter-pill{width:2.6rem;height:2.6rem;padding:0;font-size:1.05rem}.letter-pill:hover,.length-pill:hover{background:var(--coral);border-color:var(--coral);color:#fff;text-decoration:none;transform:translateY(-2px)}.filter-bar{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1.2rem;padding:1.2rem}.filter-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;display:flex}.filter-row:last-child{margin-bottom:0}.filter-group{flex-wrap:wrap;gap:8px;display:flex}.search-field{flex:1;display:flex}.filter-btn,.letter-btn{font-family:var(--font-display);border:2px solid var(--line);background:var(--bg-soft);color:var(--muted);cursor:pointer;border-radius:999px;padding:.4rem .95rem;font-size:.92rem;font-weight:700;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .15s}.filter-btn:hover,.letter-btn:hover{border-color:var(--coral);color:var(--ink)}.filter-btn.is-active,.letter-btn.is-active{background:var(--ink);border-color:var(--ink);color:var(--bg-soft);font-weight:800}.filter-btn.is-active:before{content:"✓";margin-right:.35em}.filter-girl.is-active{background:var(--pink);border-color:var(--pink);color:#fff}.filter-boy.is-active{background:var(--sky);border-color:var(--sky);color:#fff}.filter-unisex.is-active{background:var(--lav);border-color:var(--lav);color:#fff}.letter-btn{justify-content:center;align-items:center;width:2.3rem;height:2.3rem;padding:0;display:inline-flex}.letter-btn.is-active{box-shadow:0 0 0 2px var(--bg-soft), 0 0 0 4px var(--ink);transform:translateY(-1px)}.letter-btn-any{width:auto;padding:0 .85rem}.filter-select{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);flex-direction:column;gap:2px;font-size:.75rem;font-weight:800;display:inline-flex}.filter-select select{font-family:var(--font-body);color:var(--ink);border:2px solid var(--line);border-radius:var(--radius-sm);background:var(--bg-soft);cursor:pointer;padding:.45rem .7rem;font-size:.95rem;font-weight:700}.filter-select select:focus-visible{outline:3px solid var(--coral);outline-offset:2px}.filter-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.78rem;font-weight:800}:focus-visible{outline:3px solid var(--coral);outline-offset:2px}.btn-sm{padding:.5rem 1.05rem;font-size:.92rem}.explorer-clear{margin-left:auto}.explorer-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:1.2rem;display:flex}.explorer-toolbar .result-count{margin:0}.result-count{color:var(--muted);margin:0 0 1rem;font-weight:700}.breadcrumbs{color:var(--muted);padding-block:1.2rem 0;font-size:.85rem}.breadcrumbs ol{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li+li:before{content:"/";color:var(--line);margin-right:6px}.detail-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-block:1.2rem 2rem;padding:clamp(1.4rem,4vw,2.4rem)}.detail-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:1.5rem;display:flex}.detail-name{margin-bottom:.2em;font-size:clamp(2.6rem,8vw,4rem)}.detail-pronunciation{color:var(--muted);margin:0 0 .8rem;font-size:1.15rem}.detail-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pop-panel{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-md);align-items:center;gap:12px;padding:.9rem 1.2rem;display:flex}.pop-meter{background:var(--line);border-radius:999px;flex:1;min-width:120px;height:10px;overflow:hidden}.pop-fill{background:linear-gradient(90deg, var(--amber), var(--coral));border-radius:999px;height:100%}.pop-copy{white-space:nowrap;font-weight:800}.pop-rank{color:var(--muted);white-space:nowrap;font-size:.85rem}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:1.6rem;display:grid}.detail-panel{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.2rem}.detail-panel h3{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.5em;font-size:.8rem}.detail-panel p{margin:0;font-weight:700}.tag-list{flex-wrap:wrap;gap:6px;display:flex}.similar-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:1rem;display:grid}.similar-link{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);font-family:var(--font-display);color:var(--ink);box-shadow:var(--shadow-sm);padding:.9rem 1.1rem;font-size:1.15rem;font-weight:700;transition:transform .15s,border-color .15s;display:block}.similar-link:hover{border-color:var(--coral);text-decoration:none;transform:translateY(-2px)}.footer{border-top:1px solid var(--line);background:var(--bg-soft);margin-top:3rem}.footer-inner{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-block:1.6rem;font-size:.9rem;display:flex}.category-explorer{gap:1.4rem;display:grid}.category-group-title{font-family:var(--font-display);color:var(--muted);letter-spacing:.02em;margin-bottom:.6rem;font-size:.95rem;font-weight:700}.chip-list{flex-wrap:wrap;gap:8px;display:flex}.chip-link{align-items:center;gap:6px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.chip-link:hover{background:var(--coral);border-color:var(--coral);color:#fff;transform:translateY(-2px)}.chip-count{color:var(--muted);background:var(--bg-soft);border-radius:999px;padding:0 .35rem;font-size:.7rem;font-weight:700;line-height:1.2}.chip-link:hover .chip-count{color:#fff;background:#ffffff38}.sibling-strip{flex-wrap:wrap;gap:8px;margin-bottom:1.6rem;display:flex}.alt-gender-banner{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:2rem;padding:.9rem 1.1rem;font-size:.95rem;display:flex}.alt-gender-banner strong{font-family:var(--font-display)}.cross-link{color:var(--coral);font-weight:700;text-decoration:none}.cross-link:hover{text-decoration:underline}.fav-btn{z-index:5;border:1px solid var(--line);background:var(--surface);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,background .15s,color .15s,border-color .15s;display:inline-flex;position:absolute;top:10px;right:10px}.fav-btn:hover{border-color:var(--coral);color:var(--coral);transform:scale(1.08)}.fav-btn.is-active{background:var(--coral);border-color:var(--coral);color:#fff}.fav-btn-detail{border-radius:999px;gap:8px;width:auto;height:auto;margin-bottom:1.4rem;padding:.55rem 1.1rem;position:static}.fav-btn-detail svg{color:var(--coral)}.fav-btn-detail.is-active svg{color:#fff}.hero-alt{text-align:center;color:var(--muted);margin-top:1rem;font-size:.95rem}.hero-alt a+a{margin-left:.75rem}.generator-actions{flex-wrap:wrap;gap:10px;display:flex}.generator-result{margin-top:1.5rem}.gen-card{max-width:460px}.search-page-form{max-width:640px;margin-inline:0}.search-results{flex-direction:column;gap:10px;margin-bottom:2.5rem;display:flex}.search-result-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--ink);flex-direction:column;gap:4px;padding:.9rem 1.1rem;transition:transform .15s,border-color .15s;display:flex}.search-result-item:hover{border-color:var(--coral);text-decoration:none;transform:translateY(-2px)}.search-result-namewrap{align-items:center;gap:10px;display:flex}.search-result-name{font-family:var(--font-display);color:var(--ink);font-size:1.25rem;font-weight:700}.search-result-meaning{color:var(--muted);font-size:.92rem}.footer-links{flex-wrap:wrap;gap:14px;font-weight:700;display:flex}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--coral-deep)}@media (width<=640px){.hero-search{flex-direction:column}.section-head{flex-direction:column;align-items:flex-start}.filter-row-selects{align-items:stretch}.filter-row-selects .filter-select{flex:calc(50% - 10px)}.filter-row-selects .filter-select select{width:100%}.explorer-clear{margin-left:0}.explorer-toolbar{text-align:center;flex-direction:column;align-items:stretch}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
