:root {
  --ink: #171712;
  --muted: #6c6b62;
  --paper: #f7f5ef;
  --card: #fffefa;
  --acid: #d9ff43;
  --violet: #7857ff;
  --line: rgba(23, 23, 18, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.noise { position: fixed; inset: 0; opacity: .03; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }

.nav { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 21px; font-weight: 800; letter-spacing: -1px; }
.brand > span:last-child > span { color: var(--violet); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--ink); color: var(--acid); font-family: sans-serif; font-size: 20px; transform: rotate(-4deg); }
.nav nav { display: flex; gap: 34px; }
.nav nav a { color: #54534c; text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s; }
.nav nav a:hover { color: var(--ink); }
.nav-cta { display: inline-block; border: 1px solid var(--ink); background: transparent; border-radius: 999px; padding: 10px 16px; color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 700; }
.nav-cta span { margin-left: 5px; }

.hero { padding: 76px 0 54px; text-align: center; }
.eyebrow, .section-kicker { font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.55); }
.live-dot { width: 7px; height: 7px; background: #57bc55; border-radius: 50%; box-shadow: 0 0 0 4px rgba(87,188,85,.12); }
.hero h1 { margin: 27px auto 20px; font-size: clamp(54px, 7.5vw, 94px); line-height: .97; letter-spacing: -5.5px; font-weight: 700; max-width: 980px; }
.hero h1 em, .science-heading h2 em, .wall h2 em, blockquote em { font-family: Georgia, serif; color: var(--violet); font-weight: 400; }
.hero-copy { max-width: 570px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.65; }

.generator-wrap { max-width: 830px; position: relative; margin: 45px auto 0; text-align: left; }
.generator-glow { position: absolute; inset: -30px 6% 10px; background: linear-gradient(120deg, rgba(217,255,67,.5), rgba(120,87,255,.25)); filter: blur(52px); opacity: .72; }
.generator-card { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--card); border: 1px solid rgba(23,23,18,.18); border-radius: 24px; padding: 8px; box-shadow: 0 24px 70px rgba(36,31,19,.13), 0 2px 0 rgba(255,255,255,.7) inset; }
.input-area { padding: 28px; }
.input-area label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.input-area label span { margin-left: 6px; color: #949188; font-weight: 400; }
.input-row { position: relative; }
.input-row input { width: 100%; height: 56px; border: 1px solid #d5d2c8; background: #fff; border-radius: 12px; padding: 0 132px 0 15px; outline: none; font-size: 13px; transition: border .2s, box-shadow .2s; }
.input-row input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(120,87,255,.12); }
.generate-btn { position: absolute; right: 5px; top: 5px; height: 46px; border: 0; border-radius: 9px; padding: 0 14px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 9px; transition: transform .2s, background .2s; }
.generate-btn:hover { background: var(--violet); transform: translateY(-1px); }
.generate-btn:disabled { cursor: wait; opacity: .68; transform: none; }
.generate-btn svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.suggestions { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 14px; color: #949188; font-size: 10px; }
.suggestions button { border: 0; background: #efede6; padding: 5px 8px; border-radius: 5px; color: #6b6962; font-size: 10px; }
.suggestions button:hover { background: #e3dfd4; color: var(--ink); }
.result-area { min-height: 230px; padding: 25px; background: var(--ink); border-radius: 18px; color: #fff; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.result-area::after { content: "ني"; position: absolute; right: -10px; bottom: -52px; font-family: Georgia, serif; font-size: 150px; line-height: 1; color: rgba(255,255,255,.035); transform: rotate(-9deg); }
.result-topline { display: flex; justify-content: space-between; position: relative; z-index: 1; color: #908f88; font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.availability { color: #a9d743; }
.availability i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--acid); }
.result-name { position: relative; z-index: 1; margin: 19px 0 4px; font-size: 44px; font-weight: 700; letter-spacing: -2.5px; line-height: 1; text-transform: capitalize; }
.result-name span { color: var(--acid); }
.result-name.loading { color: #84837c; animation: aiPulse .85s ease-in-out infinite alternate; }
.result-name.loading span { color: var(--acid); }
@keyframes aiPulse { to { opacity: .42; transform: translateY(2px); } }
.result-meta { position: relative; z-index: 1; display: flex; gap: 10px; align-items: center; color: #96958d; font-size: 9px; }
.result-meta b { color: #fff; }
.divider { width: 2px; height: 2px; border-radius: 50%; background: #66655f; }
.result-actions { position: relative; z-index: 1; display: flex; gap: 8px; margin-top: 27px; }
.result-actions button { height: 34px; display: flex; align-items: center; gap: 6px; border: 1px solid #42423d; border-radius: 8px; background: #292925; color: #dddcd4; padding: 0 10px; font-size: 9px; font-weight: 600; }
.result-actions button:hover { border-color: #706e65; background: #353530; }
.result-actions svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.result-area.pop .result-name { animation: pop .42s cubic-bezier(.2,.8,.2,1); }
@keyframes pop { 0% { transform: translateY(10px); opacity: 0; filter: blur(4px); } 100% { transform: none; opacity: 1; filter: none; } }
.trust-row { margin: 70px auto 0; display: flex; align-items: center; justify-content: center; gap: 34px; color: #9a988f; }
.trust-row > span { font-family: "DM Mono"; font-size: 8px; letter-spacing: 1px; }
.city { font-size: 11px; font-weight: 700; color: #737169; }
.city b { margin-right: 5px; color: #a3a199; font-weight: 800; }

.ticker { border-block: 1px solid var(--line); padding: 15px 0; overflow: hidden; background: #f2f0e9; }
.ticker-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.ticker span { font-family: "DM Mono"; font-size: 10px; letter-spacing: 1px; white-space: nowrap; }
.ticker i { color: var(--violet); margin: 0 28px; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.adsense-break { position: relative; margin-top: 74px; padding: 10px; display: grid; grid-template-columns: 295px 1fr; gap: 10px; border-radius: 23px; background: var(--ink); box-shadow: 0 22px 60px rgba(23,23,18,.15); overflow: hidden; }
.adsense-break::after { content: "ADS ADS ADS"; position: absolute; right: -22px; top: 5px; color: rgba(255,255,255,.025); font-size: 62px; line-height: .8; font-weight: 800; letter-spacing: -5px; pointer-events: none; }
.ad-story { position: relative; z-index: 1; min-height: 220px; padding: 23px; border-radius: 15px; background: var(--acid); color: var(--ink); overflow: hidden; }
.ad-story-topline { display: flex; align-items: center; gap: 7px; font-family: "DM Mono"; font-size: 7px; letter-spacing: 1px; }
.ad-story-topline i { width: 6px; height: 6px; border-radius: 50%; background: #e43d3d; box-shadow: 0 0 0 4px rgba(228,61,61,.12); animation: alertPulse 1.8s infinite; }
@keyframes alertPulse { 50% { box-shadow: 0 0 0 7px rgba(228,61,61,0); } }
.ad-story h2 { position: relative; z-index: 1; margin: 35px 0 9px; font-size: 26px; line-height: 1; letter-spacing: -1.5px; }
.ad-story > p { position: relative; z-index: 1; margin: 0; max-width: 225px; font-size: 10px; line-height: 1.55; font-weight: 600; }
.ad-coin { position: absolute; right: -20px; top: 22px; width: 108px; height: 108px; display: grid; place-items: center; border: 1px solid rgba(23,23,18,.16); border-radius: 50%; color: rgba(23,23,18,.09); font-family: Georgia, serif; font-size: 53px; font-weight: 700; box-shadow: inset 0 0 0 9px rgba(23,23,18,.035), 0 0 0 13px rgba(23,23,18,.025); transform: rotate(12deg); }
.runway { position: absolute; left: 23px; right: 23px; bottom: 20px; padding-top: 11px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(23,23,18,.18); }
.runway span { font-family: "DM Mono"; font-size: 6px; letter-spacing: .8px; }
.runway b { font-size: 15px; letter-spacing: -.6px; }
.ad-stage { position: relative; z-index: 1; padding: 18px 20px 14px; border: 1px solid #3b3b36; border-radius: 15px; background: #242420; }
.adsense-intro, .adsense-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.adsense-intro { margin: 0 2px 13px; }
.adsense-intro > span, .adsense-footer { font-family: "DM Mono"; font-size: 7px; letter-spacing: .8px; text-transform: uppercase; color: #85847d; }
.adsense-intro > span { padding: 5px 7px; border: 1px solid #494943; border-radius: 4px; color: #aaa9a2; }
.adsense-intro p { margin: 0; color: var(--acid); font-family: Georgia, serif; font-size: 12px; font-style: italic; }
.adsense-frame { position: relative; min-height: 123px; display: grid; place-items: center; border: 1px solid #d7d4ca; border-radius: 10px; background: #fffefa; overflow: hidden; box-shadow: 0 2px 0 rgba(255,255,255,.05); }
.adsense-fallback { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 12px; color: #aaa79d; text-align: left; }
.adsense-fallback > div:last-child { display: flex; flex-direction: column; gap: 3px; }
.adsense-fallback b { font-size: 10px; color: #66645d; }
.adsense-fallback span { font-family: "DM Mono"; font-size: 7px; }
.fallback-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #efede6; color: #8c8980; font-family: Georgia, serif; font-size: 16px; }
.startupini_ad { position: relative; z-index: 1; width: 100%; min-height: 123px; }
.startupini_ad[data-ad-status="filled"] { background: #fff; }
.adsense-footer { margin: 11px 2px 0; }
.adsense-footer span:last-child { color: #aaa899; }

.science { padding: 120px 0 130px; }
.section-kicker { color: #88867d; margin-bottom: 30px; }
.science-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.science-heading h2, .wall h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.06; letter-spacing: -3px; }
.science-heading p { max-width: 490px; color: var(--muted); font-size: 14px; line-height: 1.7; margin: 24px 0 0; }
.formula-card { border-radius: 18px; border: 1px solid var(--line); background: var(--card); padding: 28px; box-shadow: 0 18px 40px rgba(28,25,17,.07); }
.formula-label { font-family: "DM Mono"; font-size: 8px; color: #929087; letter-spacing: 1px; }
.formula { display: grid; grid-template-columns: 1fr auto .72fr auto 1.2fr; gap: 12px; align-items: center; margin: 24px 0 12px; }
.formula > span { height: 62px; display: grid; place-items: center; border-radius: 10px; font-size: 16px; font-weight: 800; }
.formula b { font-size: 17px; color: #aaa79e; }
.formula-word { background: #efede6; }
.formula-ni { background: var(--acid); }
.formula-result { background: var(--ink); color: #fff; font-size: 14px !important; }
.formula-sub { display: grid; grid-template-columns: 1.25fr .8fr 1.3fr; text-align: center; color: #a09e95; font-family: "DM Mono"; font-size: 7px; text-transform: uppercase; }
.steps { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { padding: 32px 48px 0 0; }
.steps article + article { border-left: 1px solid var(--line); padding-left: 48px; }
.step-icon { font-family: "DM Mono"; color: var(--violet); font-size: 10px; }
.steps h3 { margin: 34px 0 12px; font-size: 17px; letter-spacing: -.5px; }
.steps p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; max-width: 280px; }

.wall { background: var(--ink); color: #fff; padding: 110px 0 120px; }
.wall-header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.section-kicker.light { color: #82817b; }
.wall-header > p { width: 340px; color: #93928b; font-size: 13px; line-height: 1.7; }
.name-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.name-card { height: 310px; position: relative; padding: 22px; border-radius: 16px; overflow: hidden; color: var(--ink); transition: transform .3s; }
.name-card:hover { transform: translateY(-7px) rotate(-1deg); }
.name-card .tag { display: inline-block; padding: 6px 8px; border: 1px solid rgba(23,23,18,.25); border-radius: 999px; font-family: "DM Mono"; font-size: 7px; letter-spacing: .8px; }
.name-card h3 { position: relative; z-index: 1; margin: 116px 0 4px; font-size: 31px; letter-spacing: -2px; }
.name-card h3 span { opacity: .5; }
.name-card p { position: relative; z-index: 1; margin: 0; font-size: 10px; font-weight: 600; opacity: .65; }
.fake-logo { position: absolute; right: -15px; top: -48px; font-size: 180px; font-weight: 800; opacity: .08; transform: rotate(13deg); }
.lime { background: var(--acid); }.purple { background: #a693ff; }.orange { background: #ff996e; }.blue { background: #80c8f1; }

.manifesto { position: relative; padding: 150px 0 160px; text-align: center; overflow: hidden; }
.manifesto blockquote { margin: 25px 0 25px; font-size: clamp(38px, 5vw, 66px); line-height: 1.08; letter-spacing: -3.5px; font-weight: 700; }
.manifesto > p { color: var(--muted); font-size: 11px; }
.manifesto > button { margin-top: 40px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; padding: 15px 20px; font-size: 11px; font-weight: 700; }
.manifesto > button:hover { background: var(--violet); }
.manifesto > button span { color: var(--acid); margin-left: 13px; }
.manifesto-orbit { position: absolute; width: 530px; height: 530px; border: 1px solid rgba(120,87,255,.12); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -49%); pointer-events: none; }
.manifesto-orbit::before, .manifesto-orbit::after { content: ""; position: absolute; border: 1px solid rgba(120,87,255,.08); border-radius: 50%; inset: 60px; }
.manifesto-orbit::after { inset: 140px; }
.manifesto-orbit span { position: absolute; right: 28px; top: 88px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--acid); font-weight: 800; font-size: 12px; }

footer { background: #ece9e0; border-top: 1px solid var(--line); }
.footer-top { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.footer-top > p { color: var(--muted); font-size: 10px; line-height: 1.7; text-align: center; }
.footer-status { justify-self: end; border: 1px solid var(--line); border-radius: 999px; padding: 8px 11px; font-family: "DM Mono"; font-size: 8px; text-transform: uppercase; }
.footer-status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #62b85e; margin-right: 6px; }
.footer-bottom { min-height: 55px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; color: #929087; font-size: 8px; }
.footer-bottom b { color: var(--violet); }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom a:hover { color: var(--violet); }
.legal-main { min-height: calc(100vh - 276px); padding: 75px 0 110px; }
.legal-card { max-width: 790px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); box-shadow: 0 18px 45px rgba(28,25,17,.07); }
.legal-card h1 { margin: 0 0 8px; font-size: clamp(38px, 6vw, 62px); letter-spacing: -3px; }
.legal-date { margin: 0 0 38px; color: #929087; font-family: "DM Mono"; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.legal-card h2 { margin: 34px 0 10px; font-size: 17px; letter-spacing: -.4px; }
.legal-card p, .legal-card li { color: var(--muted); font-size: 13px; line-height: 1.75; }
.legal-card ul { padding-left: 20px; }
.legal-card a { color: var(--violet); }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 30; transform: translate(-50%, 25px); background: var(--ink); color: #fff; border: 1px solid #47463f; border-radius: 10px; padding: 12px 17px; opacity: 0; pointer-events: none; font-size: 11px; transition: .3s; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { animation: rise .7s both; }
.delay-1 { animation-delay: .08s; }.delay-2 { animation-delay: .16s; }.delay-3 { animation-delay: .24s; }.delay-4 { animation-delay: .35s; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } }

@media (max-width: 850px) {
  .nav nav { display: none; }
  .hero { padding-top: 55px; }
  .hero h1 { letter-spacing: -3.5px; }
  .generator-card, .science-grid { grid-template-columns: 1fr; }
  .result-area { min-height: 220px; }
  .trust-row { flex-wrap: wrap; gap: 20px; }
  .trust-row > span { width: 100%; }
  .adsense-break { grid-template-columns: 250px 1fr; }
  .science-grid { gap: 50px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { border-left: 0; border-bottom: 1px solid var(--line); padding: 28px 0; }
  .wall-header { align-items: start; gap: 35px; }
  .name-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 30px, 1180px); }
  .nav { height: 70px; }.nav-cta { display: none; }
  .hero { padding-top: 44px; }
  .hero h1 { font-size: 49px; letter-spacing: -3px; }
  .hero-copy { font-size: 14px; padding: 0 12px; }
  .generator-wrap { margin-top: 32px; }
  .generator-card { border-radius: 18px; }
  .input-area { padding: 20px 16px; }
  .input-area label span { display: block; margin: 4px 0 0; }
  .input-row input { padding-right: 55px; }
  .generate-btn { width: 46px; justify-content: center; }
  .generate-btn span { display: none; }
  .result-area { padding: 22px; }
  .result-name { font-size: 40px; }
  .trust-row { margin-top: 45px; }
  .adsense-break { margin-top: 50px; padding: 8px; grid-template-columns: 1fr; }
  .ad-story { min-height: 235px; }
  .ad-story > p { max-width: 260px; }
  .ad-stage { padding: 16px 12px 13px; }
  .adsense-intro { text-align: center; }
  .adsense-footer { display: block; text-align: center; }
  .adsense-footer span { display: block; }
  .adsense-footer span + span { margin-top: 6px; }
  .science { padding: 90px 0; }
  .science-heading h2, .wall h2 { letter-spacing: -2.3px; }
  .formula-card { padding: 20px 14px; }
  .formula { gap: 6px; }.formula > span { font-size: 13px; }.formula-result { font-size: 11px !important; }
  .wall { padding: 85px 0; }
  .wall-header { display: block; }.wall-header > p { width: auto; margin-top: 25px; }
  .name-grid { grid-template-columns: 1fr; }.name-card { height: 260px; }.name-card h3 { margin-top: 86px; }
  .manifesto { padding: 110px 0; }.manifesto blockquote { letter-spacing: -2.4px; }
  .footer-top { grid-template-columns: 1fr; padding: 35px 0; gap: 24px; text-align: center; }
  .footer-brand { justify-self: center; }.footer-status { justify-self: center; }.footer-bottom { gap: 10px; text-align: center; flex-direction: column; justify-content: center; padding: 15px 0; }
  .legal-main { padding: 38px 0 70px; }
  .legal-card { padding: 28px 20px; border-radius: 17px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
