@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--ink:#101a3b;--navy:#0c163c;--blue:#3347d7;--lav:#7d7af7;--cream:#f6f3eb;--muted:#66708a;--line:#dfe2eb;--white:#fff;--orange:#ff8a61;--mint:#54cbb6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'Be Vietnam Pro',sans-serif;background:#fbfaf7}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,92px);border-bottom:1px solid rgba(16,26,59,.08);background:rgba(251,250,247,.9);backdrop-filter:blur(18px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;color:#fff;background:var(--ink);font-family:'DM Serif Display',serif;font-size:23px}.site-header nav{display:flex;gap:36px;font-size:14px}.site-header nav a:hover{color:var(--blue)}.ghost-button{border:1px solid var(--ink);background:transparent;border-radius:99px;padding:11px 18px;cursor:pointer}.hero{min-height:680px;display:grid;grid-template-columns:1fr 1fr;padding:80px clamp(24px,7vw,110px) 90px;overflow:hidden}.hero-copy{max-width:650px;z-index:2}.eyebrow,.kicker{font-size:12px;letter-spacing:.16em;font-weight:700}.eyebrow{display:flex;gap:11px;align-items:center}.eyebrow span{width:25px;height:1px;background:var(--orange)}h1{font-family:'DM Serif Display',serif;font-size:clamp(60px,7vw,106px);line-height:.93;letter-spacing:-.045em;margin:27px 0 30px;font-weight:400}h1 em{color:var(--blue);font-weight:400}.hero-copy>p{max-width:560px;line-height:1.75;color:var(--muted);font-size:17px}.hero-actions{display:flex;align-items:center;gap:28px;margin:35px 0}.primary-button,.generate-button{border:0;color:#fff;background:var(--ink);padding:16px 22px;border-radius:10px;font-weight:600;cursor:pointer;box-shadow:0 10px 26px rgba(16,26,59,.17)}.primary-button span{margin-left:18px}.text-link{font-size:14px;font-weight:600}.proof{display:flex;align-items:center;gap:14px;margin-top:38px}.proof p{font-size:12px;color:var(--muted)}.avatars{display:flex}.avatars span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#ddd;color:#fff;border:2px solid #fbfaf7;font-size:10px;margin-left:-8px}.avatars span:nth-child(1){background:#6878b8}.avatars span:nth-child(2){background:#dc8a76}.avatars span:nth-child(3){background:#3b8f85}.hero-art{position:relative;min-height:520px}.orb{position:absolute;border-radius:50%;filter:blur(3px)}.orb-one{width:460px;height:460px;background:linear-gradient(140deg,#a7a5ff,#6d75e3);right:-70px;top:10px}.orb-two{width:180px;height:180px;background:var(--orange);left:30px;bottom:10px}.name-card{background:rgba(255,255,255,.95);box-shadow:0 28px 80px rgba(18,24,70,.2);position:absolute}.card-main{width:min(420px,75%);padding:34px;right:20px;top:70px;transform:rotate(2deg);border-radius:4px}.card-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.16em;color:var(--muted)}.card-main h2{font-family:'DM Serif Display';font-size:60px;margin:35px 0 5px}.card-main p{font-size:13px;line-height:1.8;color:var(--muted)}.tag-row{display:flex;gap:8px;margin-top:30px}.tag-row span{font-size:10px;background:#f0efff;color:#4d50a3;padding:7px 10px;border-radius:99px}.card-small{padding:23px;width:190px;border-radius:3px;z-index:2}.card-small>span{font-size:9px;letter-spacing:.15em;color:var(--muted)}.card-small h3{font-family:'DM Serif Display';font-size:37px;margin:17px 0 2px}.card-small p{font-size:10px;color:var(--muted)}.card-left{left:0;top:260px;transform:rotate(-7deg)}.card-right{right:-60px;bottom:20px;transform:rotate(7deg)}.tool-section{background:var(--navy);color:#fff;padding:110px clamp(24px,7vw,110px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:55px}.section-heading h2{font-family:'DM Serif Display';font-size:clamp(40px,4.3vw,67px);line-height:1.04;font-weight:400;margin:16px 0 0}.section-heading>p{max-width:470px;color:#aeb6d3;line-height:1.7;font-size:14px}.kicker{color:#7e89b5}.generator-shell{display:grid;grid-template-columns:1fr 1.2fr;background:#fff;color:var(--ink);border-radius:20px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.25)}.generator-form{padding:42px}.tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:32px}.tab{border:0;background:none;padding:0 15px 15px;color:var(--muted);font-size:13px;cursor:pointer}.tab:first-child{padding-left:0}.tab.active{color:var(--blue);border-bottom:2px solid var(--blue)}label,.choice-label{display:block;font-size:12px;font-weight:600;margin:21px 0 10px}input,select{width:100%;border:1px solid var(--line);background:#fafafd;border-radius:9px;padding:14px 15px;color:var(--ink);outline:none}input:focus,select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(51,71,215,.1)}.choice-row{display:flex;gap:9px}.choice{padding:9px 18px;border:1px solid var(--line);background:#fff;border-radius:99px;color:var(--muted);cursor:pointer}.choice.active{border-color:var(--blue);background:#eff1ff;color:var(--blue)}.generate-button{width:100%;margin-top:27px;background:var(--blue)}.generate-button span{float:right}.privacy-note,.result-tip{font-size:10px;color:#99a0b5;text-align:center;margin-top:14px}.results-panel{background:#f2f3fb;padding:42px}.results-head{display:flex;justify-content:space-between}.results-head span{font-size:9px;letter-spacing:.15em;color:var(--blue);font-weight:700}.results-head h3{font-family:'DM Serif Display';font-size:31px;margin:6px 0 26px}.results-head button{border:1px solid var(--line);background:#fff;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:20px}.results-list{display:grid;gap:10px}.result-item{display:grid;grid-template-columns:1fr auto;align-items:center;background:#fff;padding:15px 17px;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:.2s}.result-item:hover{transform:translateY(-2px);border-color:#c9cef2}.result-name{font-family:'DM Serif Display';font-size:24px}.result-meta{font-size:10px;color:var(--muted);margin-top:3px}.heart{border:0;background:none;font-size:21px;color:#a9aec1;cursor:pointer}.heart.saved{color:#f06f77}.explore-section,.content-section{padding:110px clamp(24px,7vw,110px)}.section-heading.compact{align-items:end}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{padding:25px;background:#fff;border:1px solid var(--line);min-height:320px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.category:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(21,30,72,.1)}.category-featured{background:#e3e4ff}.category-icon{font-family:'DM Serif Display';font-size:42px}.category div:last-child>span{font-size:10px;color:var(--muted)}.category h3{font-family:'DM Serif Display';font-size:29px;margin:10px 0}.category p{font-size:12px;color:var(--muted);line-height:1.7;min-height:60px}.category b{font-size:11px}.meaning-section{display:grid;grid-template-columns:1fr 1fr;background:#343fd0;color:#fff;min-height:580px}.meaning-copy{padding:100px clamp(24px,7vw,110px)}.kicker.light{color:#bac2ff}.meaning-copy h2{font-family:'DM Serif Display';font-size:clamp(48px,5vw,76px);font-weight:400;line-height:1;margin:20px 0}.meaning-copy>p{color:#d7dafa;line-height:1.7;font-size:14px;max-width:590px}.search-box{display:flex;margin-top:35px;max-width:500px}.search-box input{border-radius:9px 0 0 9px;border:0;background:#fff}.search-box button{border:0;background:var(--ink);color:#fff;padding:0 25px;border-radius:0 9px 9px 0;cursor:pointer}.meaning-answer{min-height:24px!important;color:#fff!important}.letter-cloud{position:relative;overflow:hidden;background:radial-gradient(circle at center,#8188ff,#565cde)}.letter-cloud span{position:absolute;font-family:'DM Serif Display';font-size:90px;color:rgba(255,255,255,.86);text-shadow:0 20px 40px rgba(0,0,0,.16)}.letter-cloud span:nth-child(1){left:12%;top:12%;font-size:150px}.letter-cloud span:nth-child(2){left:55%;top:5%;font-size:70px}.letter-cloud span:nth-child(3){right:8%;top:27%;font-size:120px}.letter-cloud span:nth-child(4){left:42%;top:42%;font-size:170px}.letter-cloud span:nth-child(5){left:7%;bottom:5%;font-size:95px}.letter-cloud span:nth-child(6){right:9%;bottom:0;font-size:180px}.letter-cloud span:nth-child(7){left:38%;bottom:4%;font-size:60px}.letter-cloud span:nth-child(8){right:35%;top:10%;font-size:45px}.letter-cloud span:nth-child(9){left:15%;top:50%;font-size:50px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-visual{height:230px;display:grid;place-items:center;margin-bottom:22px}.article-visual span{font-family:'DM Serif Display';font-size:76px}.visual-one{background:#dcdcff}.visual-two{background:#f7c8b8}.visual-three{background:#b8e1d8}.article-grid small{font-size:9px;letter-spacing:.12em;color:var(--muted)}.article-grid h3{font-family:'DM Serif Display';font-weight:400;font-size:24px;line-height:1.25}.article-grid a{font-size:12px;font-weight:700}footer{background:#0a1231;color:#fff;padding:70px clamp(24px,7vw,110px) 30px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;position:relative}footer>div{display:flex;flex-direction:column;gap:12px}footer strong{font-size:12px;margin-bottom:8px}footer a,footer p{font-size:11px;color:#aeb6d3}.footer-brand p{font-size:13px}.footer-brand .brand{color:#fff}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:25px;margin-top:30px}
@media(max-width:950px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{margin-top:20px}.generator-shell,.meaning-section{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:1fr 1fr}.letter-cloud{min-height:420px}footer{grid-template-columns:2fr 1fr 1fr}.site-header .ghost-button{display:none}}
@media(max-width:620px){.site-header{height:68px}.hero{padding:45px 20px 70px}.hero-art{min-height:410px}.orb-one{width:340px;height:340px}.card-main{width:88%;right:0}.card-main h2{font-size:48px}.card-left{top:255px}.card-right{display:none}.section-heading{display:block}.tool-section,.explore-section,.content-section{padding:75px 20px}.generator-form,.results-panel{padding:27px 20px}.category-grid,.article-grid{grid-template-columns:1fr}.category{min-height:250px}.meaning-copy{padding:75px 20px}.letter-cloud{min-height:350px}footer{grid-template-columns:1fr 1fr;padding:55px 20px 25px}.footer-brand{grid-column:1/-1}.hero-actions{align-items:flex-start;flex-direction:column}.choice{padding:9px 14px}}
