:root{--bg:#030d19;--panel:#07172a;--panel2:#0b2038;--line:#294765;--text:#f6f8fc;--muted:#a9b8cc;--mint:#72e8b9;--blue:#55a6ff;--purple:#9b8cff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#030d19;color:var(--text)}a{color:inherit;text-decoration:none}button,select{font:inherit}button{cursor:pointer}.site-header,main,footer{width:min(1480px,100%);margin:auto}.site-header{height:82px;padding:0 34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #17304a;background:#020a14}.brand{display:flex;align-items:center;gap:12px;font-family:Georgia,serif;font-weight:800;letter-spacing:.13em}.brand b{display:block;color:var(--mint);font-size:11px;letter-spacing:.28em}.brand-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--mint);border-radius:50%;color:var(--mint)}nav{height:100%;display:flex;align-items:center;gap:48px}nav a{height:100%;display:grid;place-items:center;color:#eef4fa;font-weight:700;position:relative}nav a.active{color:var(--mint)}nav a.active:after{content:"";position:absolute;bottom:12px;left:0;right:0;height:2px;background:var(--mint)}.guide-link{justify-self:end;color:var(--muted);font-size:14px}.hero{height:265px;position:relative;overflow:hidden;border-bottom:1px solid #193652}.hero-art{position:absolute;inset:0;background-image:url(/images/hatchery-hero.png);background-size:cover;background-position:center}.hero-copy{position:relative;padding:31px 76px;width:58%;z-index:1}.eyebrow{color:var(--mint);font-size:11px;font-weight:800;letter-spacing:.17em}.hero h1{font-size:clamp(45px,4.7vw,64px);line-height:1.03;letter-spacing:-.045em;margin:10px 0}.hero p{max-width:620px;margin:0;color:#c4d1e2;font-size:18px;line-height:1.45}.calculator-shell{position:relative;margin:-1px 32px 0;border:1px solid #244667;background:linear-gradient(150deg,#0a1d34,#061326 70%);clip-path:polygon(7% 0,93% 0,96% 5%,100% 5%,100% 100%,0 100%,0 5%,4% 5%);box-shadow:0 30px 80px #00000061}.mode-tabs{height:64px;display:flex;justify-content:center;gap:10px;border-bottom:1px solid #1d3e5f;padding:8px}.mode-tabs button{min-width:200px;border:0;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:750;border-radius:8px}.mode-tabs button.active{color:var(--mint);background:#0d2a42}.calculator-workspace{padding:18px 64px 24px}.parents-row{display:grid;grid-template-columns:1fr 70px 1fr;align-items:center;gap:28px;max-width:1090px;margin:auto}.pal-picker{display:grid;gap:10px}.field-label{text-align:center;color:var(--mint);font-size:17px;font-weight:800}.picker-input{height:52px;padding:0 15px;border:1px solid #4e6986;border-radius:8px;background:#061225;display:flex;align-items:center;gap:12px}.picker-input select{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:18px;font-weight:700}.picker-input option{background:#07172a}.picker-input>svg:last-child{color:var(--muted)}.selected-pal{height:112px;padding:10px 30px;display:flex;align-items:center;gap:18px;border:1px solid #203c59;border-radius:8px;background:#051020a6}.selected-pal img{width:88px;height:88px;border:1px solid #4b6b8b;border-radius:8px;object-fit:cover}.selected-pal strong{font-size:22px}.selected-pal small{display:block;color:var(--muted);margin-top:8px}.operator{font-size:66px;color:var(--mint);text-align:center;font-weight:300}.primary-action{min-width:350px;min-height:56px;margin:18px auto 0;border:1px solid #b1f7d8;border-radius:8px;background:linear-gradient(180deg,#82ebbd,#57d89e);color:#061326;display:flex;align-items:center;justify-content:center;gap:18px;font-weight:900;font-size:20px;box-shadow:0 0 30px #56dca22e}.offspring-result{max-width:1090px;margin:14px auto 0;padding-top:8px;border-top:1px solid #203c59}.result-rule{display:flex;align-items:center;justify-content:center;gap:14px;color:var(--mint);font-weight:800}.result-rule span{height:1px;width:120px;background:linear-gradient(90deg,transparent,var(--mint))}.result-rule span:last-child{background:linear-gradient(90deg,var(--mint),transparent)}.result-content{display:flex;justify-content:center;align-items:center;gap:18px;margin:10px auto;width:max-content;max-width:100%}.result-content img{width:104px;height:104px;object-fit:cover;border:1px solid #4b6b8b;border-radius:8px}.result-content h3{font-size:25px;margin:0 0 8px}.tags{display:flex;gap:8px}.tags i{font-style:normal;color:#9ed0ff;border:1px solid #295f8d;border-radius:5px;padding:5px 10px;display:flex;align-items:center;gap:5px}.result-content p{color:var(--muted);margin:9px 0 0}.no-result{text-align:center;color:var(--muted)}.next-step{max-width:1180px;margin:18px auto 0;padding:18px 26px;border:1px solid #294765;border-radius:6px;display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:18px;color:var(--blue)}.next-step div{display:grid;color:var(--text)}.next-step strong{font-size:19px}.next-step span{color:var(--muted);margin-top:4px}.next-step button{height:46px;border:1px solid #3e83ed;border-radius:7px;color:#73adff;background:#07152b;padding:0 22px;display:flex;align-items:center;gap:12px;font-weight:800}.secondary-mode{text-align:center;min-height:420px;display:flex;flex-direction:column;justify-content:center;max-width:760px;margin:auto}.secondary-mode .pal-picker{width:100%}.secondary-mode p{color:var(--muted)}.content-strip{margin:32px;padding:26px;border-top:1px solid #173450;border-bottom:1px solid #173450;display:flex;gap:32px;align-items:center;color:var(--muted)}.content-strip span{color:var(--mint);font-weight:800;margin-right:auto}.content-strip a:hover{color:var(--mint)}.lower-content{padding:80px 76px 110px;display:grid;grid-template-columns:1fr 1fr;gap:100px}.lower-content h2{font-size:44px;line-height:1.1;letter-spacing:-.035em;margin:14px 0}.lower-content p{color:var(--muted);font-size:18px;line-height:1.8}footer{border-top:1px solid #17304a;padding:34px 50px 60px;color:var(--muted);display:flex;justify-content:space-between}@media(max-width:800px){.site-header{grid-template-columns:1fr auto;padding:0 18px;height:68px}.site-header nav{display:none}.guide-link{font-size:12px}.hero{height:410px}.hero-art{background-position:61% center;opacity:.68}.hero-copy{width:100%;padding:48px 20px;background:linear-gradient(90deg,rgba(2,10,20,.96),rgba(2,10,20,.45),transparent)}.hero h1{font-size:43px}.hero p{font-size:17px;max-width:92%}.calculator-shell{margin:0;border-left:0;border-right:0;clip-path:none}.mode-tabs{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;gap:2px;padding-inline:4px}.mode-tabs button{min-width:0;font-size:12px;padding:0 4px}.calculator-workspace{padding:26px 16px}.parents-row{grid-template-columns:1fr}.operator{font-size:38px;line-height:.7}.selected-pal{height:102px;padding:10px 16px}.selected-pal img{width:78px;height:78px}.primary-action{min-width:100%;font-size:17px}.result-content{width:100%;justify-content:flex-start}.result-content p{font-size:13px}.next-step{grid-template-columns:40px 1fr}.next-step button{grid-column:1/-1;justify-content:center}.content-strip{margin:24px 16px;overflow-x:auto}.content-strip span,.content-strip a{white-space:nowrap}.lower-content{padding:64px 20px;grid-template-columns:1fr;gap:12px}.lower-content h2{font-size:36px}footer{padding:28px 20px;display:grid;gap:10px}}.brand-mark{width:42px;height:48px;display:block;object-fit:contain;filter:drop-shadow(0 0 10px rgba(114,232,185,.08))}@media(max-width:800px){.brand-mark{width:38px;height:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.primary-nav[data-astro-cid-ctg3m53h]{gap:38px}.popular-menu[data-astro-cid-ctg3m53h]{position:relative;height:100%}.popular-menu[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]{height:100%;display:flex;align-items:center;gap:7px;cursor:pointer;font-weight:700;list-style:none;white-space:nowrap;color:#eef4fa}.popular-menu[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]::-webkit-details-marker,.mobile-navigation[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]::-webkit-details-marker{display:none}.popular-menu[data-astro-cid-ctg3m53h][open] summary[data-astro-cid-ctg3m53h]{color:var(--mint)}.popular-menu[data-astro-cid-ctg3m53h][open] summary[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{transform:rotate(180deg)}.popular-menu[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h].active{color:var(--mint)}.popular-dropdown[data-astro-cid-ctg3m53h]{position:absolute;z-index:50;top:70px;right:0;width:220px;padding:8px;border:1px solid #294765;border-radius:8px;background:#07172a;box-shadow:0 18px 50px #0008}.popular-dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{height:46px;padding:0 12px;display:flex;align-items:center;border-radius:6px;color:#eef4fa}.popular-dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover{background:#0d2a42;color:var(--mint)}.popular-dropdown[data-astro-cid-ctg3m53h] .browse-all[data-astro-cid-ctg3m53h]{border-top:1px solid #294765;border-radius:0;color:#70b2ff;font-size:13px}.mobile-navigation[data-astro-cid-ctg3m53h]{display:none;justify-self:end;position:relative}.mobile-navigation[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]{width:46px;height:46px;display:grid;place-items:center;cursor:pointer;border:1px solid #294765;border-radius:7px;color:#eef4fa;list-style:none}.mobile-navigation[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.mobile-navigation[data-astro-cid-ctg3m53h] .close-icon[data-astro-cid-ctg3m53h],.mobile-navigation[data-astro-cid-ctg3m53h][open] .open-icon[data-astro-cid-ctg3m53h]{display:none}.mobile-navigation[data-astro-cid-ctg3m53h][open] .close-icon[data-astro-cid-ctg3m53h]{display:block}.mobile-navigation[data-astro-cid-ctg3m53h]>div[data-astro-cid-ctg3m53h]{position:absolute;z-index:100;top:55px;right:0;width:min(310px,calc(100vw - 36px));max-height:calc(100vh - 86px);overflow:auto;padding:10px;border:1px solid #294765;border-radius:9px;background:#07172a;box-shadow:0 20px 60px #000b}.mobile-navigation[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h],.mobile-navigation[data-astro-cid-ctg3m53h] div[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{display:flex;min-height:46px;align-items:center;padding:0 13px;border-radius:6px}.mobile-navigation[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:hover,.mobile-navigation[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]:focus-visible{background:#0d2a42;color:var(--mint)}.mobile-navigation[data-astro-cid-ctg3m53h] div[data-astro-cid-ctg3m53h] span[data-astro-cid-ctg3m53h]{min-height:34px;margin-top:5px;color:var(--mint);font-size:10px;font-weight:850;letter-spacing:.14em}@media(max-width:1050px){.primary-nav[data-astro-cid-ctg3m53h]{gap:20px}.primary-nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h],.popular-menu[data-astro-cid-ctg3m53h] summary[data-astro-cid-ctg3m53h]{font-size:13px}}@media(max-width:800px){.mobile-navigation[data-astro-cid-ctg3m53h]{display:block}}.popular-dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{justify-content:space-between}.popular-dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].current{position:relative;padding-left:16px;background:#0d2a42;color:var(--mint)}.popular-dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].current:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:2px;background:var(--mint)}.mobile-navigation[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].current{justify-content:space-between;background:#0d2a42;color:var(--mint)}.popular-dropdown[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h].current{border:1px solid rgba(114,232,185,.42);background:#72e8b921;color:var(--mint)!important;font-weight:850}.popular-menu[data-astro-cid-ctg3m53h][open]>.popular-dropdown[data-astro-cid-ctg3m53h]{transform-origin:top right;animation:menu-reveal .22s cubic-bezier(.16,1,.3,1) both}.popular-menu[data-astro-cid-ctg3m53h].is-closing>.popular-dropdown[data-astro-cid-ctg3m53h]{pointer-events:none;animation:menu-dismiss .17s cubic-bezier(.4,0,1,1) both}@keyframes menu-reveal{0%{opacity:0;transform:translateY(-10px) scale(.965);filter:blur(5px)}60%{filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes menu-dismiss{0%{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}to{opacity:0;transform:translateY(-7px) scale(.975);filter:blur(3px)}}@media(prefers-reduced-motion:reduce){.popular-menu[data-astro-cid-ctg3m53h][open]>.popular-dropdown[data-astro-cid-ctg3m53h],.popular-menu[data-astro-cid-ctg3m53h].is-closing>.popular-dropdown[data-astro-cid-ctg3m53h]{animation-duration:1ms;filter:none}}@media(min-width:801px){.popular-menu[data-astro-cid-ctg3m53h]:not([open])>.popular-dropdown[data-astro-cid-ctg3m53h]{display:none}.popular-menu[data-astro-cid-ctg3m53h]:hover>.popular-dropdown[data-astro-cid-ctg3m53h],.popular-menu[data-astro-cid-ctg3m53h]:focus-within>.popular-dropdown[data-astro-cid-ctg3m53h]{display:block}.popular-menu[data-astro-cid-ctg3m53h]:hover>summary[data-astro-cid-ctg3m53h],.popular-menu[data-astro-cid-ctg3m53h]:focus-within>summary[data-astro-cid-ctg3m53h]{color:var(--mint)}.popular-menu[data-astro-cid-ctg3m53h]:hover>summary[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h],.popular-menu[data-astro-cid-ctg3m53h]:focus-within>summary[data-astro-cid-ctg3m53h] svg[data-astro-cid-ctg3m53h]{transform:rotate(180deg)}}.site-footer[data-astro-cid-gcn2mc3v]{width:min(1480px,100%);margin:auto;border-top:1px solid #17304a;padding:34px 50px 60px;color:var(--muted);display:grid;grid-template-columns:1fr auto auto;align-items:start;gap:30px}.site-footer[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v]{font-family:Georgia,serif;font-weight:800;letter-spacing:.13em;color:#eef4fa}.site-footer[data-astro-cid-gcn2mc3v] span[data-astro-cid-gcn2mc3v] b[data-astro-cid-gcn2mc3v]{color:var(--mint)}.site-footer[data-astro-cid-gcn2mc3v] nav[data-astro-cid-gcn2mc3v]{height:auto;display:flex;gap:24px}.site-footer[data-astro-cid-gcn2mc3v] a[data-astro-cid-gcn2mc3v]:hover{color:var(--mint)}.site-footer[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{margin:0}@media(max-width:800px){.site-footer[data-astro-cid-gcn2mc3v]{padding:28px 20px;grid-template-columns:1fr;gap:14px}.site-footer[data-astro-cid-gcn2mc3v] nav[data-astro-cid-gcn2mc3v]{display:flex;gap:20px}.site-footer[data-astro-cid-gcn2mc3v] p[data-astro-cid-gcn2mc3v]{font-size:13px}}
