:root{--ink:#193346;--muted:#637a8a;--teal:#087d8c;--teal-dark:#056270;--teal-pale:#e8f8f6;--blue-pale:#edf5ff;--line:#d9e8ec;--paper:#fff;--canvas:#f4f8fb;--coral:#ef765e;color:var(--ink);background:var(--canvas);font:16px/1.6 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fcff 0,#f4f8fb 46%,#f8fbfa 100%)}body:has(.mobile-menu-switch:checked){overflow:hidden}.mobile-menu-switch{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.shell{max-width:1180px;min-height:100vh;margin:auto;background:rgba(255,255,255,.46);box-shadow:0 0 50px rgba(44,92,111,.05)}.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:30px;padding:16px 38px;background:rgba(255,255,255,.86);border-bottom:1px solid rgba(211,229,234,.8);backdrop-filter:blur(16px)}.brand{color:var(--teal-dark);font-weight:850;font-size:22px;letter-spacing:.1em;text-decoration:none}.site-header nav{display:flex;flex:1;gap:25px}.site-header nav a,.account-link{color:#4c6878;font-size:14px;text-decoration:none}.site-header nav a{position:relative;padding:8px 0}.site-header nav a:after{position:absolute;right:0;bottom:2px;left:0;height:2px;background:var(--coral);content:"";transform:scaleX(0);transition:transform .2s}.site-header nav a:hover{color:var(--teal-dark)}.site-header nav a:hover:after{transform:scaleX(1)}.account-link{padding:8px 13px;border:1px solid #b8dfe0;border-radius:999px;color:var(--teal-dark);background:#f4fffe;font-weight:700}.menu-toggle,.mobile-menu{display:none}.site-footer{padding:34px 24px;color:#718692;text-align:center;font-size:13px}.site-footer a{color:inherit}.page,.home{padding:48px 38px}.home-hero{position:relative;overflow:hidden;min-height:390px;padding:57px;background:linear-gradient(130deg,#087d8c 0%,#1296a0 55%,#56c5c1 100%);border-radius:30px;color:#fff;box-shadow:0 24px 55px rgba(9,111,126,.2)}.home-hero:before,.home-hero:after{position:absolute;border-radius:50%;content:"";pointer-events:none}.home-hero:before{width:300px;height:300px;right:-95px;top:-160px;background:rgba(220,255,249,.16)}.home-hero:after{width:180px;height:180px;right:20%;bottom:-120px;border:28px solid rgba(255,255,255,.09)}.eyebrow{margin:0 0 10px;color:var(--teal);font-size:12px;font-weight:800;letter-spacing:.13em}.home-hero .eyebrow{color:#cdf7ef}.home h1,.page h1{margin:0 0 12px;font-size:42px;letter-spacing:-.04em;line-height:1.18}.home-hero>p:not(.eyebrow){max-width:590px;margin:0;color:#e1fffb}.home-search{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr 1.6fr auto;gap:10px;max-width:830px;margin-top:30px}.home-search input,.home-search select{border-color:rgba(255,255,255,.62);background:#fff}.disclaimer{margin:18px 0 0;color:var(--muted);font-size:13px}.home-hero .disclaimer{position:relative;z-index:1;color:#d4f6ef}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:31px 4px;border-bottom:1px solid var(--line)}.trust-row div{position:relative;padding-left:16px}.trust-row div:before{position:absolute;top:5px;bottom:5px;left:0;width:4px;border-radius:9px;background:linear-gradient(var(--teal),#71cfc4);content:""}.trust-row strong,.trust-row span{display:block}.trust-row strong{margin-bottom:4px}.trust-row span{color:var(--muted);font-size:14px}.home-section{margin-top:64px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-heading h2,.science h2,.recruiter-cta h2{margin:0;font-size:28px;letter-spacing:-.025em}.section-heading p{margin:4px 0 0;color:var(--muted)}.text-link{color:var(--teal-dark);font-weight:750;text-decoration:none}.featured-projects,.science-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.featured-card,.science-grid article{padding:23px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 12px 30px rgba(51,101,118,.055)}.featured-card{display:flex;align-items:flex-start;min-height:230px;flex-direction:column}.featured-card h3,.science-grid h3{margin:16px 0 8px;font-size:19px;line-height:1.4}.featured-card p,.science-grid p{margin:0 0 10px;color:var(--muted);font-size:14px}.featured-card button{margin-top:auto}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.steps .section-heading{grid-column:1/-1;margin-bottom:0}.steps>div{padding:20px 0 0;border-top:2px solid #a9ded9}.steps>div:nth-of-type(3){border-color:#badcf4}.steps>div:nth-of-type(4){border-color:#f4b8a9}.steps span{color:var(--teal);font-size:23px;font-weight:850}.steps h3{margin:10px 0 6px}.steps p{margin:0;color:var(--muted);font-size:14px}.recruiter-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:62px;padding:33px;border:1px solid #d5ebed;border-radius:25px;background:linear-gradient(105deg,#e4f8f5,#eef7ff)}.recruiter-cta p:not(.eyebrow){max-width:630px;margin:8px 0 0;color:#52717e}.page-title{margin:16px 0 22px}.page-title p{color:var(--muted)}.notice,.filter-card,.project{margin:18px 0;padding:21px;border:1px solid var(--line);border-radius:20px;background:var(--paper)}.filter-card,.project{box-shadow:0 10px 28px rgba(51,101,118,.045)}.project h2{margin:0 0 8px;font-size:21px}.project h3{margin:24px 0 6px;font-size:16px}.muted{color:var(--muted);font-size:14px}.tag{display:inline-block;padding:5px 10px;border-radius:999px;background:var(--teal-pale);color:var(--teal-dark);font-size:12px;font-weight:700}button,.button{display:inline-block;padding:12px 17px;border:0;border-radius:12px;background:var(--teal);color:#fff;cursor:pointer;font:inherit;font-weight:700;text-decoration:none;box-shadow:0 5px 12px rgba(8,125,140,.13);transition:transform .18s,background .18s}button:hover,.button:hover{background:var(--teal-dark);transform:translateY(-1px)}button[disabled]{opacity:.55}.button.secondary{background:#fff;color:var(--teal-dark);box-shadow:0 4px 12px rgba(51,101,118,.09)}.featured-card button{padding:9px 12px;border:1px solid #a7d8d5;background:transparent;color:var(--teal-dark);box-shadow:none}.filter-card>button{width:100%}label{display:block;margin:16px 0 6px;font-weight:700}input,select,textarea{width:100%;padding:12px;border:1px solid #d4e6e9;border-radius:12px;background:#fbfeff;color:var(--ink);font:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #9fddd7;background:#fff}textarea{min-height:110px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0}.filter-card #keyword{height:48px}.filter-control{position:relative;min-width:0}.filter-choice{width:100%;padding:11px 8px;background:#f7fbfc;color:var(--ink);box-shadow:none;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-choice:hover{background:#eef8f7;transform:none}.filter-choice span{float:right;color:var(--teal)}.filter-menu{display:none;position:absolute;z-index:20;top:calc(100% + 6px);right:0;left:0;max-height:280px;overflow:auto;padding:6px;border:1px solid #cfe4e6;border-radius:14px;background:#fff;box-shadow:0 14px 28px rgba(15,60,54,.16)}.filter-menu.is-open{display:block}.filter-menu button{width:100%;padding:10px 8px;border-radius:10px;background:transparent;color:var(--ink);box-shadow:none;text-align:left;font-size:14px}.filter-menu button:hover{background:var(--teal-pale);transform:none}.consent{margin:20px 0;padding:16px;border:1px solid #c7e5e3;border-radius:18px;background:#f3fbfa;font-size:14px}.consent label{display:flex;align-items:flex-start;gap:8px;font-weight:400}.consent input{width:auto;margin-top:5px}.error{margin:12px 0;color:#b42318}.success{padding:24px;border-radius:18px;background:var(--teal-pale);color:var(--teal-dark)}.back{color:var(--teal-dark);text-decoration:none;font-weight:650}.account-page,.recruiter-page,.detail-page{max-width:800px;margin:auto}.account-page>p:not(.eyebrow),.recruiter-page>p:not(.eyebrow){color:#5d7679}.account-page .project{margin-top:18px}@media(max-width:720px){.shell{background:transparent}.site-header{gap:10px;padding:13px 17px}.site-header nav{display:none}.account-link{display:inline-flex;align-items:center;justify-content:center;height:44px;margin-left:auto;padding:0 14px;font-size:13px;line-height:1}.menu-toggle{display:grid;cursor:pointer;width:44px;height:44px;margin:0;place-content:center;gap:5px;padding:0;border:1px solid #b8dfe0;border-radius:50%;background:#fff;box-shadow:none}.menu-toggle:hover{background:#f3fbfa;transform:none}.menu-toggle span{display:block;width:16px;height:2px;border-radius:4px;background:var(--teal-dark);transition:transform .2s}.mobile-menu-switch:checked~.site-header .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-switch:checked~.site-header .menu-toggle span:nth-child(2){opacity:0}.mobile-menu-switch:checked~.site-header .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:block;position:fixed;z-index:25;inset:71px 0 0}.mobile-menu-switch:not(:checked)~.mobile-menu{display:none}.mobile-menu-backdrop{position:absolute;inset:0;background:rgba(21,51,68,.25);backdrop-filter:blur(2px);cursor:pointer}.mobile-menu-panel{position:relative;z-index:1;margin:10px 12px;padding:12px 18px;border:1px solid #d5eceb;border-radius:22px;background:rgba(255,255,255,.98);box-shadow:0 20px 45px rgba(30,72,89,.2)}.mobile-menu-heading{display:flex;align-items:center;justify-content:space-between}.menu-close{display:inline-grid;place-items:center;cursor:pointer;width:44px;height:44px;margin:0;padding:0;border:0;border-radius:999px;background:#edf8f7;color:var(--teal-dark);font-size:13px;line-height:1;box-shadow:none}.menu-close span{font-size:23px;line-height:1}.menu-close:hover{background:#d9f1ee;transform:none}.mobile-menu-label{margin:5px 0 7px;color:#76909a;font-size:12px;font-weight:800;letter-spacing:.12em}.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-top:1px solid #e5eef0;color:var(--ink);font-weight:750;text-decoration:none}.mobile-menu a span{color:var(--coral);font-size:21px}.page,.home{padding:27px 17px}.home-hero{min-height:auto;padding:34px 23px;border-radius:24px}.home-hero:before{width:200px;height:200px;right:-80px;top:-115px}.home h1,.page h1{font-size:32px}.home-search,.featured-projects,.science-grid,.steps,.trust-row{grid-template-columns:1fr}.home-search{gap:9px}.trust-row{gap:14px;padding:26px 2px}.home-section{margin-top:45px}.section-heading{align-items:start;flex-direction:column}.recruiter-cta{align-items:start;flex-direction:column;margin-top:45px;padding:25px}.grid{grid-template-columns:1fr}.filter-row{gap:8px}.filter-choice{padding:10px 7px;font-size:13px}.site-footer{padding:26px 16px}.steps .section-heading{grid-column:auto}}

.project details{padding:16px 0;border-top:1px solid #e2edef}.project details:first-of-type{border-top:0}.project summary{cursor:pointer;color:var(--ink);font-weight:750}.project details p{margin:10px 0 0;color:var(--muted);font-size:14px}

.recruiter-note{display:flex;align-items:baseline;gap:18px;margin-top:50px;padding:18px 21px;border-left:4px solid #87cbc5;background:#f0f9f8;color:#52717e}.recruiter-note strong{flex:0 0 auto;color:var(--ink)}.recruiter-note p{margin:0}
.site-footer{padding:48px 38px 24px;border-top:1px solid var(--line);background:linear-gradient(135deg,#eff9f8,#f2f7fd);color:#547080;text-align:left;font-size:13px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:34px}.site-footer section{min-width:0}.site-footer h2{margin:0 0 13px;color:var(--ink);font-size:14px}.site-footer a{display:block;width:max-content;max-width:100%;margin:8px 0;color:#547080;text-decoration:none}.site-footer a:hover{color:var(--teal-dark)}.site-footer p{margin:8px 0}.footer-brand strong{display:block;color:var(--teal-dark);font-size:23px;letter-spacing:.1em}.footer-brand p{max-width:290px}.footer-bottom{margin-top:35px;padding-top:19px;border-top:1px solid #d4e6e7;color:#718692;text-align:center}
@media(max-width:720px){.recruiter-note{align-items:flex-start;flex-direction:column;gap:5px;margin-top:38px;padding:17px}.site-footer{padding:34px 20px 20px}.footer-grid{grid-template-columns:1fr 1fr;gap:26px 20px}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:left}}
@media(max-width:430px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
.footer-grid{grid-template-columns:1.45fr repeat(2,1fr)}
@media(max-width:720px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:430px){.footer-grid{grid-template-columns:1fr}}
@media(min-width:721px){.home-search{grid-template-columns:1fr 1fr 1fr 1.45fr auto;max-width:980px}}

.home-search{display:grid;grid-template-columns:1fr;max-width:700px}.home-search input,.home-search .filter-row,.home-search>button{width:100%;margin:0}.home-search .filter-row{grid-template-columns:repeat(3,minmax(0,1fr))}.home-search .filter-choice{height:48px;background:#fff;color:var(--ink)}.home-search>button{justify-self:stretch}
@media(max-width:720px){.home-search .filter-row{grid-template-columns:1fr}}
.hero-projects-link{position:relative;z-index:1;margin-top:28px}
:root{--ink:#092b3b;--muted:#617483;--teal:#005b6d;--teal-dark:#003f4d;--teal-pale:#e8f5f6;--blue-pale:#edf6fb;--line:#dce8ee;--paper:#fffefd;--canvas:#f5f9fc;--coral:#f19a62}body{background:#f5f9fc}.shell{background:rgba(255,255,255,.72);box-shadow:none}.site-header{background:rgba(255,255,255,.9);border-bottom-color:#dce8ee}.home-hero{min-height:360px;border:1px solid #d9ebf3;background:#e8f5fb;color:var(--ink);box-shadow:none}.home-hero:before,.home-hero:after{display:none}.home-hero .eyebrow{color:#4f8294}.home-hero>p:not(.eyebrow){max-width:530px;color:#536f7d}.home h1{font-size:48px;color:#092b3b}.hero-projects-link{border-radius:14px;background:#005467;box-shadow:0 10px 24px rgba(0,70,88,.16)}.hero-projects-link span{margin-left:12px;color:#f4ad78;font-size:19px}.featured-section{margin-top:52px}.featured-card-single{display:flex;min-height:0;align-items:end;justify-content:space-between;gap:28px;padding:30px;border-radius:18px;background:#fffefd;box-shadow:0 12px 34px rgba(26,62,82,.06)}.featured-card-single h3{max-width:680px;color:#092b3b;font-size:22px}.featured-card-single button{flex:0 0 auto}.trust-row{margin-top:36px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-row div:before{width:3px;background:#7fb6c6}.trust-row strong{color:#0b4558}.steps{margin-top:54px}.steps>div{border-color:#bedce6}.steps>div:nth-of-type(3){border-color:#c9dceb}.steps>div:nth-of-type(4){border-color:#f0c8a9}.science-compact{padding:30px;border:1px solid #dce8ee;border-radius:18px;background:#f0f7fb}.science-compact h2{margin:0;color:#092b3b}.science-compact p:not(.eyebrow){max-width:520px;margin:10px 0 18px;color:var(--muted)}.recruiter-note{border-left-color:#f19a62;background:#fff8f2;color:#617483}.site-footer{background:#edf5f8;color:#58717e}.footer-brand strong{color:#003f4d}@media(max-width:720px){.home-hero{padding:34px 23px}.home h1{font-size:36px}.featured-section{margin-top:42px}.featured-card-single{align-items:flex-start;flex-direction:column;gap:18px;padding:23px}.featured-card-single h3{font-size:20px}.featured-card-single button{width:100%}.trust-row{margin-top:32px}.science-compact{padding:24px}.home-hero>p:not(.eyebrow){font-size:15px}}
:root{--ink:#092b3b;--muted:#617483;--teal:#005b6d;--teal-dark:#003f4d;--teal-pale:#e8f5f6;--blue-pale:#edf6fb;--line:#dce8ee;--paper:#fffefd;--canvas:#f5f9fc;--coral:#f19a62}body{background:#f5f9fc}.shell{background:rgba(255,255,255,.72);box-shadow:none}.site-header{background:rgba(255,255,255,.9);border-bottom-color:#dce8ee}.home-hero{min-height:360px;border:1px solid #d9ebf3;background:#e8f5fb;color:var(--ink);box-shadow:none}.home-hero:before,.home-hero:after{display:none}.home-hero .eyebrow{color:#4f8294}.home-hero>p:not(.eyebrow){max-width:530px;color:#536f7d}.home h1{font-size:48px;color:#092b3b}.hero-projects-link{border-radius:14px;background:#005467;box-shadow:0 10px 24px rgba(0,70,88,.16)}.hero-projects-link span{margin-left:12px;color:#f4ad78;font-size:19px}.featured-section{margin-top:52px}.featured-card-single{display:flex;min-height:0;align-items:end;justify-content:space-between;gap:28px;padding:30px;border-radius:18px;background:#fffefd;box-shadow:0 12px 34px rgba(26,62,82,.06)}.featured-card-single h3{max-width:680px;color:#092b3b;font-size:22px}.featured-card-single button{flex:0 0 auto}.trust-row{margin-top:36px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-row div:before{width:3px;background:#7fb6c6}.trust-row strong{color:#0b4558}.steps{margin-top:54px}.steps>div{border-color:#bedce6}.steps>div:nth-of-type(3){border-color:#c9dceb}.steps>div:nth-of-type(4){border-color:#f0c8a9}.science-compact{padding:0;border:0;border-radius:0;background:transparent}.science-compact h2{margin:0;color:#092b3b}.science-compact p:not(.eyebrow){max-width:520px;margin:10px 0 18px;color:var(--muted)}.recruiter-note{display:block;margin-top:42px;padding:24px 0 0;border-top:1px solid var(--line);border-left:0;background:transparent;color:#617483}.recruiter-note strong{display:block;margin-bottom:7px}.site-footer{background:#edf5f8;color:#58717e}.footer-brand strong{color:#003f4d}@media(max-width:720px){.home-hero{padding:34px 23px}.home h1{font-size:36px}.featured-section{margin-top:42px}.featured-card-single{align-items:flex-start;flex-direction:column;gap:18px;padding:23px}.featured-card-single h3{font-size:20px}.featured-card-single button{width:100%}.trust-row{margin-top:32px}.science-compact{padding:0}.recruiter-note{margin-top:38px;padding-top:22px}.home-hero>p:not(.eyebrow){font-size:15px}}
:root{--ink:#092b3b;--muted:#617483;--teal:#005b6d;--teal-dark:#003f4d;--teal-pale:#e8f5f6;--blue-pale:#edf6fb;--line:#dce8ee;--paper:#fffefd;--canvas:#f5f9fc;--coral:#f19a62}body{background:#f5f9fc}.shell{background:rgba(255,255,255,.72);box-shadow:none}.site-header{background:rgba(255,255,255,.9);border-bottom-color:#dce8ee}.home-hero{min-height:360px;border:1px solid #d9ebf3;background:#e8f5fb;color:var(--ink);box-shadow:none}.home-hero:before,.home-hero:after{display:none}.home-hero .eyebrow{color:#4f8294}.home-hero>p:not(.eyebrow){max-width:530px;color:#536f7d}.home h1{font-size:48px;color:#092b3b}.hero-projects-link{border-radius:14px;background:#005467;box-shadow:0 10px 24px rgba(0,70,88,.16)}.hero-projects-link span{margin-left:12px;color:#f4ad78;font-size:19px}.featured-section{margin-top:52px}.featured-card-single{display:flex;min-height:0;align-items:end;justify-content:space-between;gap:28px;padding:30px;border-radius:18px;background:#fffefd;box-shadow:0 12px 34px rgba(26,62,82,.06)}.featured-card-single h3{max-width:680px;color:#092b3b;font-size:22px}.featured-card-single button{flex:0 0 auto}.trust-row{margin-top:36px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-row div:before{width:3px;background:#7fb6c6}.trust-row strong{color:#0b4558}.steps{margin-top:54px}.steps>div{border-color:#bedce6}.steps>div:nth-of-type(3){border-color:#c9dceb}.steps>div:nth-of-type(4){border-color:#f0c8a9}.science-compact{padding:0;border:0;border-radius:0;background:transparent}.science-compact h2,.recruiter-note h2{margin:0;color:#092b3b;font-size:28px;letter-spacing:-.025em}.science-compact p:not(.eyebrow),.recruiter-note p:not(.eyebrow){max-width:520px;margin:10px 0 18px;color:var(--muted)}.recruiter-note{display:block;margin-top:42px;padding:24px 0 0;border-top:1px solid var(--line);border-left:0;background:transparent;color:#617483}.site-footer{background:#edf5f8;color:#58717e}.footer-brand strong{color:#003f4d}@media(max-width:720px){.home-hero{padding:34px 23px}.home h1{font-size:36px}.featured-section{margin-top:42px}.featured-card-single{align-items:flex-start;flex-direction:column;gap:18px;padding:23px}.featured-card-single h3{font-size:20px}.featured-card-single button{width:100%}.trust-row{margin-top:32px}.science-compact{padding:0}.recruiter-note{margin-top:38px;padding-top:22px}.science-compact h2,.recruiter-note h2{font-size:28px}.home-hero>p:not(.eyebrow){font-size:15px}}
