.hyc-root{--bg:#0a0a0f;--bg2:#111118;--bg3:#1a1a28;--card:#16161f;--border:#2a2a3a;--accent:#7c5cfc;--accent2:#c084fc;--gold:#f5c842;--green:#22d3a0;--red:#f05c7a;--text:#f0f0f8;--muted:#6b6b8a;--radius:14px;background:var(--bg);color:var(--text);min-height:100vh;position:relative;overflow-x:hidden}.hyc-root *{box-sizing:border-box}.hyc-root #particles{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.hyc-root .particle{background:var(--accent);opacity:0;border-radius:50%;animation:linear infinite hyc-float;position:absolute}@keyframes hyc-float{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:.3}90%{opacity:.1}to{opacity:0;transform:translateY(-10px)scale(1)}}.hyc-root .screen{z-index:1;min-height:100vh;display:none;position:relative}.hyc-root .screen.active{flex-direction:column;align-items:center;display:flex}.hyc-root #screen-hero{text-align:center;background:radial-gradient(ellipse 80% 50% at 50% -10%, #2d0a5a 0%, transparent 70%), radial-gradient(ellipse 60% 40% at 80% 70%, #1a0a30 0%, transparent 60%), var(--bg);justify-content:flex-start;padding:0 20px 40px;position:relative;overflow:hidden}.hyc-root .hero-nav{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:16px 4px;display:flex;position:relative}.hyc-root .hero-nav-logo{letter-spacing:-.5px;color:#fff;font-size:22px;font-weight:900}.hyc-root .hero-nav-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c5cfc,#c084fc);border:none;border-radius:100px;padding:13px 26px;font-size:15px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 24px #7c5cfc59}.hyc-root .hero-nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 36px #7c5cfc8c}.hyc-root .hero-nav.hero-nav-centered{justify-content:flex-start}.hyc-root .hero-step-label{color:var(--accent,#c084fc);letter-spacing:.2px;text-align:center;margin:0 0 14px;font-size:15px;font-weight:800;animation:.5s both hyc-fadeUp}.hyc-root .hero-start{width:100%;max-width:720px;margin:0 auto;padding:12px 0 0}@keyframes hyc-fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes hyc-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes hyc-glow{0%,to{opacity:.6}50%{opacity:1}}.hyc-root .hero-headline{letter-spacing:-1.5px;margin:0 0 22px;font-size:clamp(28px,4.6vw,52px);font-weight:900;line-height:1.04;animation:.6s .1s both hyc-fadeUp}.hyc-root .hero-headline .hl-muted{background:linear-gradient(135deg,#8a8aa8 0%,#c0c0d8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hyc-root .hero-headline .hl-grad{background:linear-gradient(135deg,#fff 0%,#c084fc 60%,#7c5cfc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hyc-root .gender-picker{justify-content:center;gap:16px;margin-bottom:20px;animation:.7s .2s both hyc-fadeUp;display:flex}.hyc-root .gender-pick{background:var(--card);border:2px solid var(--border);cursor:pointer;border-radius:18px;flex-direction:column;align-items:center;gap:8px;width:132px;max-width:36vw;padding:10px 10px 12px;transition:all .2s;display:flex}.hyc-root .gender-pick:hover{border-color:#7c5cfc80;transform:translateY(-3px)}.hyc-root .gender-pick.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 0 40px #7c5cfc73}.hyc-root .gender-pick-img{aspect-ratio:3/4;background:var(--bg2);border-radius:14px;width:100%;position:relative;overflow:hidden}.hyc-root .gender-pick-img img{object-fit:contain;width:100%;height:100%;display:block}.hyc-root .gender-check{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;font-weight:800;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 12px #7c5cfc99}.hyc-root .gender-pick-label{letter-spacing:2px;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:800}.hyc-root .gender-pick.active .gender-pick-label{color:var(--accent2)}.hyc-root .hero-idea-input{background:var(--card);border:1px solid var(--border);width:100%;color:var(--text);resize:none;border-radius:18px;margin-bottom:14px;padding:18px 22px;font-family:inherit;font-size:17px;line-height:1.5;transition:border-color .2s,box-shadow .2s;animation:.7s .3s both hyc-fadeUp}.hyc-root .hero-idea-input::placeholder{color:var(--muted)}.hyc-root .hero-idea-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7c5cfc33}.hyc-root .hero-build-row{align-items:stretch;gap:14px;animation:.7s .35s both hyc-fadeUp;display:flex}.hyc-root .hero-dice{background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:18px;flex-shrink:0;width:64px;font-size:26px;transition:all .2s}.hyc-root .hero-dice:hover{border-color:var(--accent);transform:translateY(-2px)}.hyc-root .hero-dice.spinning{animation:.5s hyc-roll}@keyframes hyc-roll{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hyc-root .hero-build-cta{color:#fff;cursor:pointer;letter-spacing:.2px;background:linear-gradient(135deg,#7c5cfc,#c084fc);border:none;border-radius:16px;flex:1;padding:18px;font-size:19px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 40px #7c5cfc73,0 0 80px #7c5cfc33}.hyc-root .hero-build-cta:hover{transform:translateY(-3px)scale(1.01);box-shadow:0 12px 50px #7c5cfc99,0 0 100px #7c5cfc59}.hyc-root .hero-fineprint{color:var(--muted);margin-top:22px;font-size:14px;animation:.7s .4s both hyc-fadeUp}.hyc-root .step-header{justify-content:space-between;align-items:center;width:100%;max-width:900px;padding:32px 24px 0;display:flex}.hyc-root .step-back{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-size:14px;transition:all .2s}.hyc-root .step-back:hover{border-color:var(--accent);color:var(--accent)}.hyc-root .step-indicator{gap:8px;display:flex}.hyc-root .step-dot{background:var(--border);border-radius:50%;width:8px;height:8px;transition:all .3s}.hyc-root .step-dot.active{background:var(--accent);width:24px}.hyc-root .step-dot.done{background:var(--green)}.hyc-root .section-title{text-align:center;max-width:700px;padding:40px 24px 8px}.hyc-root .section-title h2{background:linear-gradient(135deg, #fff, var(--accent2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(24px,4vw,38px);font-weight:800}.hyc-root .section-title p{color:var(--muted);margin-top:12px;font-size:16px;line-height:1.6}.hyc-root .ceo-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;width:100%;max-width:900px;padding:24px;display:grid}.hyc-root .ceo-card{background:var(--card);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;-webkit-user-select:none;user-select:none;padding:20px;transition:all .2s;position:relative;overflow:hidden}.hyc-root .ceo-card:hover{border-color:var(--accent);transform:translateY(-3px)}.hyc-root .ceo-card.selected{border-color:var(--accent);background:linear-gradient(135deg, #7c5cfc26, var(--card));box-shadow:0 0 20px #7c5cfc33}.hyc-root .ceo-card.selected:after{content:"✓";background:var(--accent);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:flex;position:absolute;top:12px;right:12px}.hyc-root .ceo-photo{object-fit:cover;object-position:top center;filter:brightness(.92)saturate(1.1);width:calc(100% + 40px);height:200px;margin:-20px -20px 16px;transition:transform .4s,filter .3s;display:block}.hyc-root .ceo-card:hover .ceo-photo{filter:brightness()saturate(1.2);transform:scale(1.04)}.hyc-root .ceo-card.selected .ceo-photo{filter:brightness()saturate(1.3)}.hyc-root .ceo-name{margin-bottom:4px;font-size:15px;font-weight:700}.hyc-root .ceo-company{color:var(--muted);margin-bottom:12px;font-size:12px}.hyc-root .ceo-traits{flex-wrap:wrap;gap:6px;display:flex}.hyc-root .trait-chip{color:var(--accent2);background:#7c5cfc1f;border:1px solid #7c5cfc40;border-radius:100px;padding:3px 8px;font-size:11px}.hyc-root .ceo-card.disabled{opacity:.4;cursor:not-allowed;transform:none!important}.hyc-root #screen-build{background:radial-gradient(ellipse 70% 60% at 20% 50%, #7c5cfc1f 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 80% 50%, #00c8ff0f 0%, transparent 70%), var(--bg);padding-bottom:60px}.hyc-root .build-layout{grid-template-columns:380px 1fr;align-items:center;gap:0;width:100%;max-width:1060px;min-height:80vh;padding:0 32px;display:grid}.hyc-root .build-avatar-col{justify-content:center;align-items:flex-end;height:560px;display:flex;position:relative}.hyc-root .build-avatar-col:before{content:"";filter:blur(40px);z-index:0;background:radial-gradient(circle,#7c5cfc4d 0%,#0000 70%);border-radius:50%;width:280px;height:280px;animation:3s ease-in-out infinite hyc-glow;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hyc-root .build-avatar-img{object-fit:contain;object-position:bottom;filter:drop-shadow(0 0 50px #7c5cfc99)drop-shadow(0 10px 80px #00c8ff40);z-index:1;border-radius:16px;width:auto;height:540px;transition:opacity .25s;animation:3.5s ease-in-out infinite hyc-floatAvatar;position:relative}.hyc-root .build-avatar-img.switching{opacity:0}.hyc-root .build-form-col{padding:0 0 0 40px}.hyc-root .build-title{margin-bottom:6px;font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1.1}.hyc-root .build-title span{background:linear-gradient(135deg, var(--accent2), #60efff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hyc-root .build-subtitle{color:var(--muted);margin-bottom:28px;font-size:15px;line-height:1.6}@keyframes hyc-popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.hyc-root .cta-mega{cursor:pointer;background:linear-gradient(135deg,#7c5cfc,#c084fc,#60efff,#c084fc,#7c5cfc) 0 0/300%;border:none;border-radius:18px;flex-direction:column;align-items:center;gap:4px;width:100%;padding:22px 32px;transition:transform .2s,box-shadow .2s;animation:3s linear infinite hyc-ctaShimmer,2s ease-in-out infinite hyc-ctaPulse;display:flex;position:relative;overflow:hidden}.hyc-root .cta-mega:hover{transform:translateY(-3px)scale(1.01);box-shadow:0 12px 50px #7c5cfc99}.hyc-root .cta-mega:active{transform:scale(.98)}@keyframes hyc-ctaShimmer{to{background-position:300%}}@keyframes hyc-ctaPulse{0%,to{box-shadow:0 0 20px #7c5cfc66,0 0 60px #60efff33}50%{box-shadow:0 0 40px #7c5cfcb3,0 0 80px #60efff59}}.hyc-root .cta-mega-text{color:#fff;letter-spacing:.3px;font-size:22px;font-weight:900}.hyc-root .cta-mega-sub{color:#ffffffbf;font-size:13px;font-weight:500}.hyc-root .gender-toggle{background:var(--bg3);border-radius:100px;gap:4px;padding:4px;display:flex}.hyc-root .gender-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:100px;flex:1;padding:12px 32px;font-size:15px;font-weight:600;transition:all .2s}.hyc-root .gender-btn.active{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff}.hyc-root .name-builder{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.hyc-root .name-builder label{color:var(--muted);margin-bottom:8px;font-size:13px;display:block}.hyc-root .name-row{align-items:center;gap:12px;display:flex}.hyc-root .name-input{background:var(--bg3);border:1px solid var(--border);color:var(--text);border-radius:10px;outline:none;flex:1;padding:14px 18px;font-size:20px;font-weight:700;transition:border .2s}.hyc-root .name-input:focus{border-color:var(--accent)}.hyc-root .roll-btn{background:var(--bg3);border:1px solid var(--border);cursor:pointer;color:var(--text);border-radius:10px;padding:14px;font-size:22px;transition:all .2s}.hyc-root .roll-btn:hover{border-color:var(--accent);transform:rotate(20deg)}.hyc-root #screen-reveal{background:radial-gradient(ellipse 80% 60% at 50% 0%, #1a0a3a 0%, var(--bg) 70%);padding-bottom:60px}.hyc-root .ceo-reveal-card{text-align:center;background:linear-gradient(135deg,#1a1428,#0f0f1a);border:1px solid #7c5cfc66;border-radius:24px;width:90%;max-width:500px;margin:32px auto;padding:40px;animation:.7s cubic-bezier(.16,1,.3,1) both hyc-revealIn;box-shadow:0 0 60px #7c5cfc26}@keyframes hyc-revealIn{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.hyc-root .ceo-avatar{border-radius:20px;width:180px;height:220px;margin:0 auto 20px;position:relative;overflow:visible}.hyc-root .ceo-avatar img{object-fit:cover;object-position:top;filter:drop-shadow(0 0 30px #7c5cfc80)drop-shadow(0 0 60px #00c8ff40);border-radius:20px;width:100%;height:100%;animation:3s ease-in-out infinite hyc-floatAvatar}@keyframes hyc-floatAvatar{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hyc-root .ceo-reveal-name{margin-bottom:4px;font-size:32px;font-weight:800}.hyc-root .ceo-reveal-title{color:var(--accent2);margin-bottom:20px;font-size:14px;font-weight:600}.hyc-root .ceo-quote{color:var(--muted);border-left:3px solid var(--accent);text-align:left;margin-bottom:24px;padding-left:16px;font-size:15px;font-style:italic;line-height:1.6}.hyc-root .dna-section{margin:0 0 24px}.hyc-root .dna-label{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;font-size:12px;font-weight:700}.hyc-root .dna-row{justify-content:center;align-items:center;gap:0;display:flex}.hyc-root .dna-ceo{flex-direction:column;align-items:center;gap:6px;animation:.5s cubic-bezier(.16,1,.3,1) both hyc-popIn;display:flex}.hyc-root .dna-photo{object-fit:cover;object-position:top;border:2px solid var(--accent);border-radius:50%;width:60px;height:60px;box-shadow:0 0 14px #7c5cfc66}.hyc-root .dna-name{color:var(--muted);font-size:11px;font-weight:600}.hyc-root .dna-connector{flex-direction:column;align-items:center;gap:3px;margin-bottom:20px;padding:0 8px;display:flex}.hyc-root .dna-dot{background:var(--accent);opacity:.5;border-radius:50%;width:4px;height:4px}.hyc-root .dna-line{background:linear-gradient(var(--accent), var(--accent2));opacity:.4;width:1px;height:8px}.hyc-root .reveal-decision{text-align:left;width:100%}.hyc-root .reveal-decision-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:13px;font-weight:700}.hyc-root .idea-prefix-box{position:relative}.hyc-root .idea-prefix-box .idea-textarea{border:2px solid var(--border);width:100%;color:var(--text);resize:none;background:#ffffff0a;border-radius:14px;outline:none;min-height:100px;padding:16px 16px 48px;font-family:inherit;font-size:16px;line-height:1.6;transition:border .2s}.hyc-root .idea-prefix-box .idea-textarea:focus{border-color:var(--accent)}.hyc-root .idea-prefix-box .idea-textarea::placeholder{color:var(--muted);font-style:italic}.hyc-root .inspire-btn{cursor:pointer;color:var(--accent2);background:#7c5cfc26;border:1px solid #7c5cfc59;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;transition:all .2s;display:flex;position:absolute;bottom:10px;right:10px}.hyc-root .inspire-btn:hover{border-color:var(--accent);background:#7c5cfc4d;transform:scale(1.04)}.hyc-root .inspire-btn .inspire-icon{font-size:15px}.hyc-root .inspire-btn.spinning .inspire-icon{animation:.4s hyc-spinOnce;display:inline-block}@keyframes hyc-spinOnce{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hyc-root .idea-input-wrap{width:90%;max-width:700px}.hyc-root #screen-research,.hyc-root #screen-marketing{background:var(--bg)}.hyc-root .agent-header{text-align:center;width:90%;max-width:700px;padding:40px 0 24px}.hyc-root .agent-card{background:var(--card);border:1px solid var(--border);border-radius:20px;width:90%;max-width:700px;margin-bottom:24px;overflow:hidden}.hyc-root .agent-card-header{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#7c5cfc33,#c084fc1a);align-items:center;gap:14px;padding:20px 24px;display:flex}.hyc-root .agent-avatar{background:linear-gradient(135deg, var(--accent), var(--accent2));border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.hyc-root .agent-name-row h4{font-size:16px;font-weight:700}.hyc-root .agent-name-row span{color:var(--accent2);font-size:12px}.hyc-root .agent-body{min-height:180px;padding:24px}.hyc-root .thinking-dots{color:var(--muted);align-items:center;gap:6px;font-size:14px;display:flex}.hyc-root .thinking-dots span{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.4s infinite hyc-blink;display:inline-block}.hyc-root .thinking-dots span:nth-child(2){animation-delay:.2s}.hyc-root .thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes hyc-blink{0%,to{opacity:.2}50%{opacity:1}}.hyc-root .agent-message{color:var(--text);white-space:pre-wrap;font-size:15px;line-height:1.7}.hyc-root .agent-message strong{color:var(--accent2)}.hyc-root .agent-message em{color:var(--gold);font-style:normal;font-weight:700}.hyc-root .idea-options{flex-direction:column;gap:12px;margin-top:16px;display:flex}.hyc-root .idea-option{background:var(--bg3);border:2px solid var(--border);cursor:pointer;border-radius:12px;align-items:flex-start;gap:14px;padding:16px 20px;transition:all .2s;display:flex}.hyc-root .idea-option:hover{border-color:var(--accent);background:#7c5cfc14}.hyc-root .idea-option.selected{border-color:var(--accent);background:#7c5cfc1f}.hyc-root .idea-num{width:28px;height:28px;color:var(--accent2);background:#7c5cfc33;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:13px;font-weight:700;display:flex}.hyc-root .idea-option-text h5{margin-bottom:4px;font-size:15px;font-weight:700}.hyc-root .idea-option-text p{color:var(--muted);font-size:13px;line-height:1.5}.hyc-root .domain-reveal{text-align:center;background:linear-gradient(135deg,#22d3a01a,#7c5cfc1a);border:2px solid #22d3a04d;border-radius:16px;margin-top:20px;padding:24px;animation:.5s both hyc-revealIn}.hyc-root .domain-name{color:var(--green);margin-bottom:8px;font-size:28px;font-weight:800}.hyc-root .domain-meta{color:var(--muted);font-size:13px}.hyc-root .domain-price{color:var(--gold);font-weight:700}.hyc-root .domain-purchased{justify-content:center;align-items:center;gap:8px;margin-top:12px;display:flex}.hyc-root .domain-purchased .check{color:var(--green);font-size:18px}.hyc-root .brand-reveal{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:560px;margin:0 auto;padding-top:8px;animation:.5s both hyc-revealIn;display:flex}.hyc-root .brand-ceo{border:2px solid #7c5cfc59;border-radius:24px;width:180px;height:190px;margin-bottom:14px;overflow:hidden;box-shadow:0 18px 50px #7c5cfc73}.hyc-root .brand-ceo img{object-fit:cover;object-position:top center;width:100%;height:100%;animation:2.6s ease-in-out infinite hyc-bob}.hyc-root .brand-built-badge{color:var(--green);background:#22d3a01f;border:1px solid #22d3a066;border-radius:100px;align-items:center;gap:6px;margin-bottom:18px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.hyc-root .brand-name{letter-spacing:-2px;background:linear-gradient(135deg,#fff,#c084fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:clamp(40px,9vw,64px);font-weight:900;line-height:1}.hyc-root .brand-tagline{color:var(--muted);margin-bottom:28px;font-size:19px;font-style:italic}.hyc-root .domain-acquired{background:#22d3a00f;border:1px solid #22d3a04d;border-radius:18px;flex-direction:column;align-items:center;gap:8px;width:100%;margin-bottom:28px;padding:22px 28px;display:flex}.hyc-root .domain-acquired-name{color:var(--green);letter-spacing:-.5px;font-size:clamp(26px,6vw,38px);font-weight:800}.hyc-root .domain-acquired-tag{color:var(--muted);font-size:13px;font-weight:700}.hyc-root .next-step-card{cursor:pointer;text-align:left;background:linear-gradient(135deg,#7c5cfc,#c084fc);border:none;border-radius:20px;align-items:center;gap:16px;width:100%;padding:14px 22px 14px 14px;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 10px 44px #7c5cfc80}.hyc-root .next-step-card:hover{transform:translateY(-2px);box-shadow:0 16px 54px #7c5cfc99}.hyc-root .next-step-ceo{background:#ffffff26;border-radius:14px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.hyc-root .next-step-ceo img{object-fit:cover;object-position:top center;width:100%;height:100%}.hyc-root .next-step-text{flex-direction:column;flex:1;gap:2px;display:flex}.hyc-root .next-step-title{color:#fff;font-size:18px;font-weight:800}.hyc-root .next-step-sub{color:#fffc;font-size:13px}.hyc-root .next-step-arrow{color:#fff;font-size:24px;font-weight:700}.hyc-root #screen-deliver{padding:60px 20px 90px}.hyc-root .deliver-wrap{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:520px;margin:0 auto;animation:.5s both hyc-revealIn;display:flex}.hyc-root .deliver-success-badge{color:#25d366;background:#25d3661f;border:1px solid #25d36673;border-radius:100px;align-items:center;gap:6px;margin-bottom:14px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-flex}.hyc-root .deliver-title{letter-spacing:-1.5px;margin-bottom:12px;font-size:clamp(28px,6vw,40px);font-weight:900}.hyc-root .deliver-sub{color:var(--muted);max-width:440px;margin-bottom:24px;font-size:16px;line-height:1.6}.hyc-root .deliver-form{flex-direction:column;gap:10px;width:100%;max-width:380px;display:flex}.hyc-root .deliver-form .gate-btn{color:#04210f;background:#25d366;border:none;font-weight:800}.hyc-root .deliver-form .gate-btn:hover{background:#20c25c}.hyc-root .deliver-link{word-break:break-all;color:var(--accent2);background:var(--card);border:1px solid var(--border);border-radius:12px;margin-top:6px;padding:12px 16px;font-size:14px;font-weight:700;display:inline-block}.hyc-root .deliver-support{color:var(--muted);opacity:.7;margin-top:32px;font-size:13px;line-height:1.5}.hyc-root .deliver-support a{color:var(--accent2);text-underline-offset:2px;text-decoration:underline}.hyc-root .deliver-support a:hover{opacity:.8}.hyc-root #screen-final{background:radial-gradient(ellipse at 50% 0%, #0a1f1a 0%, var(--bg) 70%);padding-bottom:80px}.hyc-root .final-card{background:linear-gradient(135deg,#0f1f18,#0f0f1a);border:1px solid #22d3a04d;border-radius:24px;width:90%;max-width:600px;margin:32px auto 24px;padding:40px;animation:.7s both hyc-revealIn;box-shadow:0 0 60px #22d3a014}.hyc-root .final-company{background:linear-gradient(135deg, var(--green), var(--accent2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:36px;font-weight:900}.hyc-root .final-tagline{color:var(--muted);margin-bottom:28px;font-size:15px}.hyc-root .final-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.hyc-root .final-item{background:var(--bg3);border-radius:12px;padding:16px}.hyc-root .final-item-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px}.hyc-root .final-item-value{color:var(--text);font-size:16px;font-weight:700}.hyc-root .final-item-value.green{color:var(--green)}.hyc-root .final-item-value.gold{color:var(--gold)}.hyc-root .confetti-emoji{margin-bottom:16px;font-size:48px;animation:2s infinite hyc-spin}@keyframes hyc-spin{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}.hyc-root .btn-primary{background:linear-gradient(135deg, var(--accent), var(--accent2));color:#fff;cursor:pointer;border:none;border-radius:100px;padding:16px 40px;font-size:16px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 0 30px #7c5cfc4d}.hyc-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #7c5cfc80}.hyc-root .btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.hyc-root .btn-secondary{background:var(--bg3);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:100px;padding:14px 32px;font-size:15px;font-weight:600;transition:all .2s}.hyc-root .btn-secondary:hover{border-color:var(--accent)}.hyc-root .btn-row{flex-wrap:wrap;justify-content:center;gap:12px;padding:0 0 40px;display:flex}.hyc-root .hire-badge{color:var(--green);background:#22d3a01a;border:1px solid #22d3a04d;border-radius:100px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 12px;font-size:12px;display:inline-flex}.hyc-root .toast{background:var(--card);border:1px solid var(--border);z-index:9999;opacity:0;pointer-events:none;border-radius:100px;padding:12px 24px;font-size:14px;transition:opacity .3s;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0006}.hyc-root .toast.show{opacity:1}.hyc-root .progress-log{width:90%;max-width:480px;margin:24px auto 0}.hyc-root .progress-bar-track{background:#ffffff14;border-radius:4px;width:100%;height:4px;margin-bottom:20px;overflow:hidden}.hyc-root .progress-bar-fill{background:linear-gradient(90deg, var(--accent), var(--accent2));border-radius:4px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.hyc-root .progress-steps{flex-direction:column;gap:0;display:flex}.hyc-root .progress-step{color:var(--muted);border-left:2px solid #ffffff0f;align-items:center;gap:10px;margin-left:8px;padding:8px 12px;font-size:14px;animation:.4s both progressStepIn;display:flex}.hyc-root .progress-step.done{color:#ffffff73}.hyc-root .progress-step.active{color:var(--text);border-left-color:var(--accent);font-weight:600}.hyc-root .progress-step-icon{text-align:center;flex-shrink:0;width:22px;font-size:14px}.hyc-root .progress-step.done .progress-step-icon{color:#22c55e;font-weight:700}.hyc-root .progress-step-text{flex:1}.hyc-root .progress-step-spinner{border:2px solid #7c5cfc4d;border-top-color:var(--accent);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.8s linear infinite progressSpin}@keyframes progressStepIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes progressSpin{to{transform:rotate(360deg)}}@media (max-width:540px){.hyc-root .progress-log{width:95%}.hyc-root .progress-step{padding:6px 10px;font-size:13px}}.hyc-root .ceo-peptalk{align-items:flex-end;gap:0;width:92%;max-width:540px;margin:26px auto 0;display:flex}.hyc-root .ceo-peptalk-avatar{z-index:2;background:radial-gradient(circle at 50% 40%,#7c5cfc40,#0000 70%);border-radius:18px;flex-shrink:0;width:130px;height:150px;position:relative;overflow:hidden}.hyc-root .ceo-peptalk-avatar img{object-fit:contain;object-position:bottom center;width:100%;height:100%;animation:2.4s ease-in-out infinite hyc-bob}@keyframes hyc-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hyc-root .ceo-peptalk-bubble{text-align:left;background:#7c5cfc1a;border:1px solid #7c5cfc4d;border-radius:18px;flex:1;margin-bottom:22px;margin-left:-14px;padding:16px 20px;position:relative;box-shadow:0 8px 30px #7c5cfc26}.hyc-root .ceo-peptalk-bubble:before{content:"";background:#7c5cfc1a;border-bottom:1px solid #7c5cfc4d;border-left:1px solid #7c5cfc4d;width:16px;height:16px;position:absolute;bottom:20px;left:-8px;transform:rotate(45deg)}.hyc-root .ceo-peptalk-name{color:var(--accent2);margin-bottom:4px;font-size:13px;font-weight:800;display:block}.hyc-root .ceo-peptalk-line{color:var(--text);font-size:16px;font-weight:500;line-height:1.45;animation:.5s hyc-pepFade;display:block}@keyframes hyc-pepFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:540px){.hyc-root .ceo-peptalk-avatar{width:96px;height:112px}.hyc-root .ceo-peptalk-line{font-size:14px}}.hyc-root .idea-metrics{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.hyc-root .idea-metric{background:var(--bg3);border:1px solid var(--border);color:var(--muted);border-radius:100px;padding:3px 9px;font-size:11px;font-weight:700}.hyc-root .idea-metric.score{color:var(--gold);background:#f5c8421f;border-color:#f5c84266}.hyc-root .idea-metric.diff-low{color:var(--green);border-color:#22d3a066}.hyc-root .idea-metric.diff-high{color:var(--red);border-color:#f05c7a66}.hyc-root #screen-analysis{padding:60px 20px 90px}.hyc-root .analysis-wrap{text-align:center;flex-direction:column;gap:18px;width:100%;max-width:720px;animation:.5s both hyc-revealIn;display:flex}.hyc-root .analysis-big-title{letter-spacing:-1.5px;margin-bottom:6px;font-size:clamp(28px,6vw,44px);font-weight:900}.hyc-root .market-size-row{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.hyc-root .ms-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:24px 16px;position:relative;overflow:hidden}.hyc-root .ms-card:before{content:"";background:var(--accent);height:3px;position:absolute;inset:0 0 auto}.hyc-root .ms-card.tam:before{background:var(--accent)}.hyc-root .ms-card.sam:before{background:var(--accent2)}.hyc-root .ms-card.som:before{background:var(--green)}.hyc-root .ms-card.cagr:before{background:var(--gold)}.hyc-root .ms-label{letter-spacing:1px;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:800}.hyc-root .ms-value{letter-spacing:-1px;margin:8px 0 4px;font-size:clamp(24px,5vw,34px);font-weight:900}.hyc-root .ms-note{color:var(--muted);font-size:11px}.hyc-root .analysis-opening{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:22px 24px}.hyc-root .analysis-opening-label{letter-spacing:.5px;text-transform:uppercase;color:var(--green);margin-bottom:8px;font-size:12px;font-weight:800}.hyc-root .analysis-opening-text{color:var(--text);font-size:17px;font-weight:600;line-height:1.5}.hyc-root .analysis-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.hyc-root .analysis-block{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:22px}.hyc-root .analysis-block.full{grid-column:1/-1}.hyc-root .analysis-block h3{margin-bottom:14px;font-size:16px;font-weight:800}.hyc-root .analysis-text{color:var(--text);font-size:14px;line-height:1.6}.hyc-root .trend-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.hyc-root .trend-list li{color:var(--muted);padding-left:18px;font-size:14px;line-height:1.5;position:relative}.hyc-root .trend-list li:before{content:"▹";color:var(--accent2);position:absolute;left:0}.hyc-root .trend-list strong{color:var(--text)}.hyc-root .segment-list{flex-direction:column;gap:16px;display:flex}.hyc-root .segment-top{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.hyc-root .segment-name{font-size:14px;font-weight:700}.hyc-root .segment-share{color:var(--accent2);font-size:14px;font-weight:800}.hyc-root .segment-bar{background:var(--bg3);border-radius:100px;height:8px;overflow:hidden}.hyc-root .segment-bar-fill{background:linear-gradient(90deg, var(--accent), var(--accent2));border-radius:100px;height:100%;transition:width .8s}.hyc-root .segment-note{color:var(--muted);margin-top:5px;font-size:12px}.hyc-root .competitor-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.hyc-root .competitor-card{background:var(--bg3);border:1px solid var(--border);border-radius:12px;padding:16px}.hyc-root .competitor-name{margin-bottom:8px;font-size:15px;font-weight:800}.hyc-root .competitor-pos{color:var(--muted);margin-bottom:12px;font-size:13px;line-height:1.5}.hyc-root .competitor-gap{color:var(--text);border-top:1px solid var(--border);padding-top:10px;font-size:13px;line-height:1.5}.hyc-root .gap-label{letter-spacing:.5px;text-transform:uppercase;color:var(--green);margin-bottom:4px;font-size:10px;font-weight:800;display:block}.hyc-root .gtm-list{flex-direction:column;gap:12px;display:flex}.hyc-root .gtm-row{align-items:flex-start;gap:12px;display:flex}.hyc-root .gtm-phase{color:var(--accent2);white-space:nowrap;background:#7c5cfc1f;border:1px solid #7c5cfc4d;border-radius:100px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:800}.hyc-root .gtm-action{color:var(--text);font-size:13px;line-height:1.5}.hyc-root .risk-list{flex-direction:column;gap:14px;display:flex}.hyc-root .risk-name{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:700}.hyc-root .risk-mit{color:var(--muted);font-size:13px;line-height:1.5}.hyc-root .risk-mit .check{color:var(--green);margin-right:4px;font-weight:800}.hyc-root .verdict-banner{border-radius:var(--radius);text-align:center;background:linear-gradient(135deg,#7c5cfc26,#c084fc14);border:1px solid #7c5cfc66;padding:24px}.hyc-root .verdict-label{letter-spacing:1px;text-transform:uppercase;color:var(--accent2);margin-bottom:8px;font-size:12px;font-weight:800}.hyc-root .verdict-text{font-size:18px;font-weight:700;line-height:1.5}.hyc-root #screen-logo{padding:60px 20px 90px}.hyc-root .logo-stage{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:560px;display:flex}.hyc-root .logo-frame{aspect-ratio:1;background:var(--bg);border:1px solid var(--border);border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:420px;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.hyc-root .logo-frame.loading,.hyc-root .logo-frame.fallback{flex-direction:column}.hyc-root .logo-img{object-fit:cover;width:100%;height:100%}.hyc-root .logo-wordmark{letter-spacing:-1px;background:linear-gradient(135deg, var(--accent), var(--accent2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:40px;font-weight:900}.hyc-root .logo-meta{text-align:center}.hyc-root .logo-company{letter-spacing:-.5px;font-size:26px;font-weight:900}.hyc-root .logo-tag{color:var(--muted);margin-top:4px;font-size:14px}.hyc-root #screen-landing{padding:0}.hyc-root #screen-landing.active{display:block}.hyc-root .landing-shell{width:100%;min-height:100vh;position:relative}.hyc-root .landing-preview{background:radial-gradient(ellipse 80% 50% at 50% -10%, #2d0a5a 0%, transparent 70%), var(--bg);width:100%;min-height:100vh;padding:24px clamp(20px,6vw,80px) 80px;transition:filter .6s}.hyc-root .landing-preview.blurred{filter:blur(14px)brightness(.7);pointer-events:none;-webkit-user-select:none;user-select:none}.hyc-root .landing-preview{--lp-accent:var(--accent)}.hyc-root .lp-nav{justify-content:space-between;align-items:center;padding:8px 0 40px;display:flex}.hyc-root .lp-brand{align-items:center;gap:12px;display:flex}.hyc-root .lp-logo{width:auto;height:64px;box-shadow:0 6px 24px color-mix(in srgb, var(--lp-accent) 35%, transparent);border-radius:12px}.hyc-root .lp-brand-text{letter-spacing:-.5px;color:var(--lp-accent);font-size:24px;font-weight:900}.hyc-root .lp-links{color:var(--muted);align-items:center;gap:24px;font-size:14px;display:flex}.hyc-root .lp-nav-cta{background:var(--lp-accent);color:#fff;border-radius:100px;padding:8px 18px;font-weight:700}.hyc-root .lp-hero{text-align:center;max-width:760px;margin:0 auto;padding:40px 0 60px}.hyc-root .lp-pill{color:var(--lp-accent);background:color-mix(in srgb, var(--lp-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--lp-accent) 35%, transparent);border-radius:100px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.hyc-root .lp-title{letter-spacing:-2px;margin-bottom:20px;font-size:clamp(36px,6vw,64px);font-weight:900;line-height:1.05}.hyc-root .lp-sub{color:var(--muted);max-width:600px;margin:0 auto 28px;font-size:18px;line-height:1.6}.hyc-root .lp-hero-cta{justify-content:center;gap:12px;margin-bottom:28px;display:flex}.hyc-root .lp-btn-primary{background:var(--lp-accent);color:#fff;border-radius:100px;padding:14px 28px;font-size:15px;font-weight:800}.hyc-root .lp-btn-ghost{border:1px solid var(--border);color:var(--text);border-radius:100px;padding:14px 28px;font-size:15px;font-weight:700}.hyc-root .lp-logos{color:var(--muted);letter-spacing:.5px;font-size:13px}.hyc-root .lp-features{grid-template-columns:repeat(3,1fr);gap:18px;max-width:880px;margin:0 auto;display:grid}.hyc-root .lp-feature{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:left;padding:24px}.hyc-root .lp-feature-icon{margin-bottom:12px;font-size:28px}.hyc-root .lp-feature-title{margin-bottom:6px;font-size:17px;font-weight:800}.hyc-root .lp-feature-desc{color:var(--muted);font-size:14px;line-height:1.5}.hyc-root .landing-gate{z-index:5;background:#0a0a0f66;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}.hyc-root .gate-card{background:var(--card);border:1px solid var(--border);text-align:center;border-radius:20px;width:100%;max-width:480px;padding:36px;box-shadow:0 30px 80px #0009}.hyc-root .gate-badge{letter-spacing:.5px;color:var(--gold);background:#f5c8421f;border:1px solid #f5c84266;border-radius:100px;margin-bottom:18px;padding:5px 14px;font-size:12px;font-weight:800;display:inline-block}.hyc-root .gate-title{letter-spacing:-.5px;margin-bottom:12px;font-size:26px;font-weight:900;line-height:1.2}.hyc-root .gate-title span{color:var(--accent2)}.hyc-root .gate-sub{color:var(--muted);margin-bottom:24px;font-size:15px;line-height:1.6}.hyc-root .gate-form{flex-direction:column;gap:10px;display:flex}.hyc-root .gate-input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:12px;outline:none;padding:15px 16px;font-size:15px;transition:border-color .2s}.hyc-root .gate-input:focus{border-color:var(--accent)}.hyc-root .gate-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:15px;font-size:15px;font-weight:800;transition:transform .15s,background .2s}.hyc-root .gate-btn:hover:not(:disabled){background:var(--accent2);transform:translateY(-1px)}.hyc-root .gate-btn:disabled{opacity:.6;cursor:not-allowed}.hyc-root .gate-error{color:var(--red);margin-top:12px;font-size:13px;font-weight:600}.hyc-root .gate-fineprint{color:var(--muted);margin-top:16px;font-size:12px}.hyc-root .waitlist-confirm{text-align:center;z-index:6;max-width:560px;margin:0 auto;padding:80px 20px;position:relative}.hyc-root .confirm-emoji{margin-bottom:16px;font-size:56px}.hyc-root .confirm-title{letter-spacing:-1px;margin-bottom:12px;font-size:32px;font-weight:900}.hyc-root .confirm-sub{color:var(--muted);margin-bottom:28px;font-size:16px;line-height:1.6}.hyc-root .confirm-sub strong{color:var(--text)}.hyc-root .confirm-card-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px;display:grid}.hyc-root .confirm-item{background:var(--card);border:1px solid var(--border);text-align:left;border-radius:12px;padding:16px}.hyc-root .confirm-item-label{letter-spacing:.5px;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:700}.hyc-root .confirm-item-value{font-size:17px;font-weight:800}.hyc-root .confirm-item-value.green{color:var(--green)}.hyc-root .confirm-item-value.gold{color:var(--gold)}@media (max-width:860px){.hyc-root .build-layout{grid-template-columns:1fr}.hyc-root .build-avatar-col{height:300px}.hyc-root .build-avatar-img{height:280px}.hyc-root .build-form-col{padding:0}.hyc-root .analysis-grid,.hyc-root .competitor-grid{grid-template-columns:1fr}.hyc-root .market-size-row{grid-template-columns:1fr 1fr}.hyc-root .lp-features{grid-template-columns:1fr}.hyc-root .lp-links span:not(.lp-nav-cta){display:none}}@media (max-width:600px){.hyc-root .final-grid,.hyc-root .confirm-card-grid{grid-template-columns:1fr}.hyc-root .hero-nav-logo{font-size:18px}.hyc-root .hero-nav-cta{padding:11px 18px;font-size:13px}.hyc-root .gender-picker{gap:12px}.hyc-root .hero-build-cta{padding:18px;font-size:17px}}@media (max-width:540px){.hyc-root .screen.active{padding-left:16px;padding-right:16px}.hyc-root #screen-hero{padding:0 16px 40px}.hyc-root #screen-claim,.hyc-root #screen-deliver,.hyc-root #screen-analysis,.hyc-root #screen-logo{padding:40px 16px 60px}.hyc-root .hero-headline{font-size:clamp(28px,8vw,56px)}.hyc-root .hero-fineprint{font-size:12px}.hyc-root .gate-btn,.hyc-root .btn-primary{padding:14px 20px;font-size:16px}.hyc-root .gender-pick{width:100px;max-width:28vw}.hyc-root .gender-pick-img{aspect-ratio:3/4}.hyc-root .ceo-grid{gap:8px;padding:16px}.hyc-root .market-size-row{grid-template-columns:1fr}.hyc-root .claim-preview-wrap{height:280px}.hyc-root .claim-preview-inner{zoom:.38}.hyc-root .claim-card{padding:14px}.hyc-root .claim-cta-btn{padding:14px 20px;font-size:16px}}@media (max-width:380px){.hyc-root .hero-headline{font-size:26px}.hyc-root .claim-preview-wrap{height:240px}.hyc-root .claim-preview-inner{zoom:.32}.hyc-root .claim-headline{font-size:22px}.hyc-root .claim-cta-btn{padding:13px 16px;font-size:15px}}.trending-dot{background:#22d3a0;border-radius:50%;width:9px;height:9px;animation:1.6s ease-in-out infinite trending-pulse;box-shadow:0 0 #22d3a099}@keyframes trending-pulse{0%{opacity:1;box-shadow:0 0 #22d3a08c}70%{opacity:.85;box-shadow:0 0 0 8px #22d3a000}to{opacity:1;box-shadow:0 0 #22d3a000}}.trending-card{will-change:opacity, filter, transform}.trending-card.dissolve-in{animation:.5s cubic-bezier(.16,1,.3,1) both trending-dissolve-in}.trending-card.dissolve-out{animation:.45s ease-in both trending-dissolve-out}@keyframes trending-dissolve-in{0%{opacity:0;filter:blur(8px);transform:translateY(8px)scale(.985)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes trending-dissolve-out{0%{opacity:1;filter:blur();transform:translateY(0)scale(1)}to{opacity:0;filter:blur(8px);transform:translateY(-8px)scale(.985)}}@media (prefers-reduced-motion:reduce){.trending-card.dissolve-in,.trending-card.dissolve-out,.trending-dot{animation:none}}.hyc-root #screen-claim{padding:60px 20px 90px}.hyc-root .claim-wrap{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;animation:.5s both hyc-revealIn;display:flex}.hyc-root .claim-badge{margin:0 auto 12px;display:table}.hyc-root .claim-headline{color:#fff;text-align:center;margin:0 0 6px;font-size:26px;font-weight:800}.hyc-root .claim-subheadline{color:var(--muted);text-align:center;margin:0 0 24px;font-size:14px}.hyc-root .claim-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:left;width:100%;margin-bottom:14px;padding:20px}.hyc-root .claim-card-title{color:var(--accent2);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:15px;font-weight:800}.hyc-root .claim-card-desc{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.5}.hyc-root .claim-preview-wrap{border:1px solid var(--border);background:var(--bg);border-radius:10px;height:320px;position:relative;overflow:hidden}.hyc-root .claim-browser-bar{background:var(--bg3);border-bottom:1px solid var(--border);align-items:center;gap:10px;height:32px;padding:8px 12px;display:flex}.hyc-root .claim-browser-dots{gap:5px;display:flex}.hyc-root .claim-browser-dots span{background:var(--border);border-radius:50%;width:8px;height:8px}.hyc-root .claim-browser-url{color:var(--muted);background:var(--bg);text-align:center;text-overflow:ellipsis;white-space:nowrap;border-radius:4px;flex:1;padding:2px 8px;font-family:monospace;font-size:11px;overflow:hidden}.hyc-root .claim-preview-inner{zoom:.5;pointer-events:none}.hyc-root .claim-preview-inner .landing-preview{min-height:auto;padding:16px 40px 40px}.hyc-root .claim-brand-row{align-items:center;gap:16px;display:flex}.hyc-root .claim-brand-logo{background:var(--bg2);border:1px solid var(--border);border-radius:12px;flex-shrink:0;width:72px;height:72px;overflow:hidden}.hyc-root .claim-brand-logo img{object-fit:contain;width:100%;height:100%}.hyc-root .claim-brand-info{text-align:left}.hyc-root .claim-brand-name{color:#fff;font-size:20px;font-weight:700}.hyc-root .claim-brand-tagline{color:var(--accent2);margin-top:2px;font-size:13px}.hyc-root .claim-brand-domain{color:var(--muted);margin-top:2px;font-size:12px}.hyc-root .claim-research-stats{flex-wrap:wrap;gap:12px;display:flex}.hyc-root .claim-stat{flex:1;min-width:80px}.hyc-root .claim-stat-value{color:var(--green);font-size:18px;font-weight:700}.hyc-root .claim-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.hyc-root .claim-price{flex-direction:column;align-items:center;gap:4px;width:100%;margin:20px 0 16px;display:flex}.hyc-root .claim-price-old{color:var(--muted);font-size:14px;text-decoration:line-through}.hyc-root .claim-price-now{color:#fff;font-size:18px}.hyc-root .claim-price-now strong{color:var(--green);font-size:22px;font-weight:800}.hyc-root .claim-next-header{color:var(--muted);text-transform:uppercase;letter-spacing:1.5px;text-align:left;width:100%;margin-bottom:12px;font-size:13px;font-weight:600}.hyc-root .claim-next-list{text-align:left;flex-direction:column;gap:10px;width:100%;margin:0 0 24px;padding:0;list-style:none;display:flex}.hyc-root .claim-next-list li{color:#c0c0d8;align-items:center;gap:10px;font-size:14px;display:flex}.hyc-root .claim-check{color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent2));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.hyc-root .claim-form{width:100%}.hyc-root .claim-email-input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;margin-bottom:12px;padding:14px 16px;font-family:inherit;font-size:15px}.hyc-root .claim-email-input:focus{border-color:var(--accent)}.hyc-root .claim-email-input.claim-email-error{border-color:#ef4444;margin-bottom:4px}.hyc-root .claim-error-msg{color:#ef4444;text-align:left;margin-bottom:8px;font-size:12px}.hyc-root .claim-cta-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:12px;width:100%;padding:16px 24px;font-size:18px;font-weight:700;transition:transform .15s,box-shadow .2s;box-shadow:0 6px 24px #22c55e4d}.hyc-root .claim-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 36px #22c55e73}.hyc-root .claim-trust{text-align:center;margin-top:14px}.hyc-root .claim-guarantee{color:var(--green);margin:0 0 4px;font-size:13px;font-weight:600}.hyc-root .claim-trust-signals{color:var(--muted);justify-content:center;align-items:center;gap:6px;margin:0;font-size:11px;display:flex}.hyc-root .stripe-logo{flex-shrink:0;width:auto;height:22px}.hyc-root.v2 .hero-how-it-works{text-align:left;grid-template-columns:repeat(4,1fr);gap:20px;margin:32px 0 28px;display:grid}.hyc-root.v2 .hero-hw-step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:20px 16px 16px;position:relative}.hyc-root.v2 .hero-hw-num{width:26px;height:26px;color:var(--accent,#6c5ce7);background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:13px;font-weight:700;display:inline-flex}.hyc-root.v2 .hero-hw-title{color:#fff;letter-spacing:-.01em;margin-bottom:4px;font-size:14px;font-weight:700}.hyc-root.v2 .hero-hw-desc{color:var(--muted,#ffffff80);font-size:12.5px;line-height:1.45}.hyc-root.v2 .build-avatar-col,.hyc-root.v2 .ceo-avatar,.hyc-root.v2 .next-step-ceo,.hyc-root.v2 .brand-ceo,.hyc-root.v2 .particles-canvas{display:none!important}.hyc-root.v2 *{animation:none!important}.hyc-root.v2 .hl-grad{-webkit-text-fill-color:#fff;color:#fff;background:0 0}.hyc-root.v2 .hero-headline{text-shadow:none}.hyc-root.v2 .screen,.hyc-root.v2 #screen-hero,.hyc-root.v2 #screen-build,.hyc-root.v2 #screen-reveal,.hyc-root.v2 #screen-final{background:var(--bg)!important}.hyc-root.v2 .hyc-card,.hyc-root.v2 .claim-card,.hyc-root.v2 .deliver-card{box-shadow:none;border:1px solid #ffffff1a;border-radius:12px}.hyc-root.v2 .hero-build-cta,.hyc-root.v2 .personality-cta,.hyc-root.v2 .reveal-submit,.hyc-root.v2 .claim-cta-btn,.hyc-root.v2 .deliver-cta{box-shadow:none;text-transform:none;letter-spacing:0;background:#7c5cfc;border-radius:10px}.hyc-root.v2 .hero-build-cta:hover,.hyc-root.v2 .personality-cta:hover,.hyc-root.v2 .reveal-submit:hover,.hyc-root.v2 .claim-cta-btn:hover,.hyc-root.v2 .deliver-cta:hover{box-shadow:none;filter:brightness(1.1);transform:none}.hyc-root.v2 .hl-muted{color:#ffffff8c}.hyc-root.v2 .hyc-card:hover,.hyc-root.v2 .gender-pick:hover,.hyc-root.v2 .persona-tag:hover{transform:none}@media (max-width:640px){.hyc-root.v2 .hero-how-it-works{grid-template-columns:repeat(2,1fr);gap:12px}}
