:root{--paper:#f2efe7;--ink:#1d2a25;--muted:#68716c;--line:#d7d2c7;--white:#fffdf7;--accent:#3f6558;--soft:#dfe8e1;--sand:#ded0b7;--warn:#8a5a3a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #3f655859}.shell{width:min(1180px,100% - 40px);margin:auto}.brand{letter-spacing:.14em;font-size:14px;font-weight:900}.result h1,.matchesIntro h2,.wizardCard h1,.alternativesHeading h2,.resultNextStep h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:500}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:11px;font-weight:800}.button{border:1px solid var(--ink);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-weight:700;transition:transform .16s,background .16s,color .16s,opacity .16s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button.dark{background:var(--ink);color:#fff}.button.small{min-height:38px;padding:0 14px;font-size:13px}.button:disabled{opacity:.35;cursor:not-allowed}.wizard{max-width:900px;margin:0 auto;padding:36px 20px 100px}.wizardTop{justify-content:space-between;align-items:center;display:flex}.progress{background:#ded9cf;border-radius:99px;height:6px;margin:18px 0 34px;overflow:hidden}.progress span{background:var(--accent);height:100%;transition:width .2s;display:block}.wizardCard{background:var(--white);border:1px solid var(--line);border-radius:28px;padding:34px}.wizardCard h1{max-width:760px;margin:10px 0 8px;font-size:clamp(38px,5.2vw,56px);line-height:1.02}.wizardHint{color:var(--muted);margin:0;font-size:16px}.options{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:28px;display:grid}.option{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:16px 17px;transition:border-color .15s,background .15s,transform .15s;display:flex}.option:hover{border-color:#a8b3ad;transform:translateY(-1px)}.option.selected{background:var(--soft);border-color:var(--accent)}.optionMark{border:1px solid var(--line);border-radius:50%;flex:none;place-items:center;width:27px;height:27px;font-weight:800;display:grid}.option.selected .optionMark{background:var(--accent);color:#fff;border-color:var(--accent)}.rangeBlock{border:1px solid var(--line);background:#fbfaf5;border-radius:20px;margin-top:30px;padding:28px}.rangeValue{margin-bottom:20px;font-family:Georgia,serif;font-size:62px;line-height:1}.rangeValue span{color:var(--muted);margin-left:5px;font-family:Arial,sans-serif;font-size:16px}.rangeBlock input{width:100%;accent-color:var(--accent)}.rangeEnds{color:var(--muted);justify-content:space-between;margin-top:4px;font-size:12px;display:flex}.validationHint{color:var(--warn);margin:14px 0 0;font-size:13px}.wizardNav{justify-content:space-between;gap:12px;margin-top:28px;display:flex}.wizardPrivacy{color:var(--muted);text-align:center;max-width:680px;margin:18px auto 0;font-size:12px}.result{max-width:1040px;margin:0 auto;padding:46px 20px 110px}.resultHeader{justify-content:space-between;align-items:center;margin-bottom:60px;display:flex}.profileHero{border-bottom:1px solid var(--line);padding:0 0 56px}.profileHero h1{margin:8px 0 14px;font-size:clamp(54px,7vw,84px);line-height:.98}.profileHero>p{color:var(--muted);max-width:760px;margin:0;font-size:20px}.dimensionGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px;display:grid}.dimension{background:var(--white);border:1px solid var(--line);border-radius:18px;justify-content:space-between;align-items:center;padding:18px;display:flex}.dimension span{color:var(--muted);font-size:14px}.dimension strong{font-family:Georgia,serif;font-size:30px;font-weight:500}.matchesIntro{grid-template-columns:1.05fr .95fr;align-items:end;gap:48px;padding:54px 0 28px;display:grid}.matchesIntro h2{margin:6px 0 0;font-size:clamp(38px,5vw,58px);line-height:1.02}.matchesIntro>div:last-child{gap:10px;display:grid}.matchNarrative{max-width:520px;margin:0;font-size:18px}.scoreNote{max-width:520px;margin:0;font-size:13px}.matchList{gap:18px;display:grid}.primaryMatchList{gap:22px}.matchCard{background:var(--white);border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:0 12px 35px #1d2a2506}.matchTopline{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding-bottom:18px;display:flex}.matchScore{font-family:Georgia,serif;font-size:46px;line-height:1}.matchLabel{color:var(--muted);margin-left:10px;font-size:13px}.demoBadge{letter-spacing:.13em;border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.matchHeading{grid-template-columns:.85fr 1.15fr;gap:32px;padding:22px 0;display:grid}.matchHeading h3{margin:0 0 5px;font-family:Georgia,serif;font-size:34px;font-weight:500;line-height:1.03}.matchHeading p{margin:0}.matchDescription{color:var(--muted);font-size:16px}.whyGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.prominentWhy{margin-top:0}.reasonBox,.tradeoffBox{border:1px solid var(--line);border-radius:16px;padding:20px}.reasonBox{background:#f4f8f4}.tradeoffBox{background:#fbf7f2}.reasonBox h4,.tradeoffBox h4{text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:13px}.reasonBox ul,.tradeoffBox ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.reasonBox li,.tradeoffBox li,.tradeoffBox p{color:var(--muted);margin:0;font-size:14px}.reasonBox li:before{content:"✓";color:var(--accent);margin-right:8px;font-weight:800}.tradeoffBox li:before{content:"△";color:var(--warn);margin-right:8px;font-weight:800}.breakdownDetails{background:#f8f6f0;border:1px solid #e5e1d7;border-radius:16px;margin-top:14px;overflow:hidden}.breakdownDetails summary{cursor:pointer;letter-spacing:.04em;padding:13px 16px;font-size:12px;font-weight:800;list-style:none}.breakdownDetails summary::-webkit-details-marker{display:none}.breakdownDetails summary:after{content:"+";float:right;font-size:16px;line-height:1}.breakdownDetails[open] summary:after{content:"–"}.breakdown{border-top:1px solid #e5e1d7;gap:9px;padding:2px 16px 16px;display:grid}.breakdownRow{grid-template-columns:110px 1fr 52px;align-items:center;gap:12px;padding-top:10px;font-size:12px;display:grid}.breakdownBar{background:#dfdbd1;border-radius:999px;height:7px;overflow:hidden}.breakdownBar span{background:var(--accent);border-radius:999px;height:100%;display:block}.breakdownRow strong{text-align:right}.alternativesSection{padding:58px 0 10px}.alternativesHeading{grid-template-columns:1fr 1fr;align-items:end;gap:42px;margin-bottom:20px;display:grid}.alternativesHeading h2{margin:6px 0 0;font-size:clamp(34px,4.4vw,50px);line-height:1}.alternativesHeading>p{margin:0 0 5px}.alternativeGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.alternativeCard{border:1px solid var(--line);background:#fffdf7a8;border-radius:18px;grid-template-columns:82px 1fr;gap:18px;padding:20px;display:grid}.alternativeScore{font-family:Georgia,serif;font-size:36px;line-height:1}.alternativeCard h3{margin:0 0 4px;font-family:Georgia,serif;font-size:24px;font-weight:500;line-height:1.05}.alternativeCard p{margin:7px 0 0;font-size:13px}.resultNextStep{background:var(--ink);color:#fff;border-radius:24px;grid-template-columns:1.1fr .9fr;align-items:end;gap:42px;margin-top:58px;padding:34px;display:grid}.resultNextStep .eyebrow{color:#ffffff9e}.resultNextStep h2{margin:7px 0 12px;font-size:clamp(36px,4.6vw,52px);line-height:1}.resultNextStep p{color:#ffffffb8;max-width:600px;margin:0}.resultActions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.resultNextStep .button{color:#fff;border-color:#fff}.resultNextStep .button.dark{color:var(--ink);background:#fff}.demoNotice{border-top:1px solid var(--line);color:var(--muted);margin-top:24px;padding-top:22px;font-size:13px}.demoNotice strong{color:var(--ink)}.demoNotice p{margin:4px 0 0}.emptyResult{padding-top:70px}.emptyResult .eyebrow{margin-top:80px}.emptyResult h1{margin:8px 0 16px;font-size:clamp(48px,6vw,70px);line-height:1}.emptyResult p{max-width:650px;font-size:18px}.muted{color:var(--muted)}@media (max-width:900px){.matchesIntro,.matchHeading,.alternativesHeading,.resultNextStep{grid-template-columns:1fr;gap:22px}.resultActions{justify-content:flex-start}}@media (max-width:680px){.shell{width:min(100% - 28px,1180px)}.wizard{padding:24px 14px 70px}.wizardCard{border-radius:22px;padding:23px}.options{grid-template-columns:1fr}.wizardNav{align-items:stretch}.wizardNav .button{flex:1;padding:0 12px}.wizardTop .eyebrow{display:none}.result{padding:30px 14px 80px}.resultHeader{margin-bottom:44px}.resultHeader .button{font-size:12px}.profileHero{padding-bottom:42px}.profileHero>p{font-size:18px}.dimensionGrid{grid-template-columns:1fr}.matchesIntro{padding-top:42px}.matchNarrative{font-size:16px}.matchCard{padding:19px}.matchHeading h3{font-size:30px}.matchScore{font-size:40px}.matchLabel{margin:5px 0 0;display:block}.whyGrid{grid-template-columns:1fr}.breakdownRow{grid-template-columns:84px 1fr 42px;gap:8px}.alternativeGrid{grid-template-columns:1fr}.alternativeCard{grid-template-columns:70px 1fr}.alternativeScore{font-size:31px}.resultNextStep{padding:24px}.resultActions{display:grid}.resultActions .button{width:100%}}
.projectsIntro{border-bottom:1px solid var(--line);padding:82px 0 46px}.projectsIntro h1,.projectHero h1,.projectBody h2,.interestPanel h2,.emptyCatalog h2,.operatorHero h1,.operatorValue h2,.operatorPlans h2,.operatorSubmit h2,.operatorFormState h2,.operatorTeaser h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:500}.projectsIntro h1{max-width:900px;margin:8px 0 18px;font-size:clamp(50px,7vw,84px);line-height:.96}.projectsIntro p{color:var(--muted);max-width:760px;margin:0;font-size:19px}.projectsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:34px 0 90px;display:grid}.projectCard{background:var(--white);border:1px solid var(--line);border-radius:22px;flex-direction:column;align-items:flex-start;min-height:330px;padding:26px;display:flex}.projectCardTop{justify-content:space-between;align-items:flex-start;gap:16px;width:100%;font-size:13px;display:flex}.projectBadges{flex-wrap:wrap;gap:7px;min-height:25px;display:flex}.verifiedBadge{letter-spacing:.12em;background:var(--soft);color:var(--accent);border:1px solid #3f655859;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.projectCard h2{margin:24px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:500;line-height:1.03}.projectCard>p{color:var(--muted);margin:0 0 20px}.projectCardSignals{flex-wrap:wrap;gap:8px;margin:auto 0 18px;display:flex}.projectCardSignals span,.tagList span{border:1px solid var(--line);background:#f8f6f0;border-radius:999px;padding:7px 10px;font-size:12px}.emptyCatalog{background:var(--white);border:1px solid var(--line);border-radius:22px;grid-column:1/-1;padding:34px}.emptyCatalog h2{margin:0 0 10px;font-size:42px}.emptyCatalog p{color:var(--muted);margin:0}.operatorTeaser{border-top:1px solid var(--line);background:#cfd9d1;padding:72px 0}.operatorTeaserGrid{grid-template-columns:1.05fr .95fr;align-items:center;gap:72px;display:grid}.operatorTeaser h2{max-width:720px;margin:8px 0 0;font-size:clamp(40px,5.2vw,64px);line-height:1}.operatorTeaserGrid>div:last-child>p{color:#506057;max-width:600px;margin:0 0 22px;font-size:18px}.projectPage{padding-bottom:60px}.projectHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:76px;display:flex}.projectNav{gap:18px;font-size:14px;display:flex}.projectHero{border-bottom:1px solid var(--line);grid-template-columns:1.25fr .75fr;align-items:end;gap:64px;padding:72px 0 58px;display:grid}.projectHero h1{max-width:800px;margin:10px 0;font-size:clamp(54px,7vw,86px);line-height:.95}.projectLocation{color:var(--muted);margin:0 0 24px;font-size:15px}.projectLead{color:var(--muted);max-width:720px;margin:0;font-size:21px}.projectSignalCard{background:var(--white);border:1px solid var(--line);border-radius:22px;grid-template-columns:1fr auto;align-items:baseline;gap:15px 20px;padding:24px;display:grid}.projectSignalCard span{color:var(--muted);font-size:13px}.projectSignalCard strong{text-align:right;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500}.projectBody{grid-template-columns:1.1fr .9fr;gap:72px;padding:66px 0;display:grid}.projectBody h2{margin:8px 0 20px;font-size:clamp(38px,5vw,58px);line-height:1}.projectDescription{color:var(--muted);white-space:pre-line;max-width:680px;font-size:19px}.projectFitPanel{border:1px solid var(--line);background:#fffdf7b3;border-radius:22px;gap:26px;padding:25px;display:grid}.projectFitPanel h3{text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:13px}.tagList{flex-wrap:wrap;gap:8px;display:flex}.projectInterest{padding:0 0 62px}.interestPanel{background:var(--ink);color:#fff;border-radius:26px;max-width:900px;margin:0 auto;padding:34px}.interestPanel .eyebrow{color:#ffffff9e}.interestPanel h2{margin:8px 0 14px;font-size:clamp(36px,4.8vw,54px);line-height:1}.interestPanel>p{color:#ffffffbd;max-width:720px}.demoInterestPanel{background:#435b51}.successPanel{background:#294c3f}.smallCopy{font-size:12px!important}.successMessage{background:#ffffff1a;border:1px solid #ffffff38;border-radius:14px;color:#fff!important;padding:14px!important}.interestLoginForm{grid-template-columns:1fr auto;align-items:end;gap:12px;margin-top:22px;display:grid}.interestLoginForm label{gap:7px;font-size:12px;font-weight:700;display:grid}.interestLoginForm input{width:100%;min-height:48px;color:var(--ink);background:#fff;border:1px solid #fff6;border-radius:12px;padding:0 13px}.interestPanel .button{color:#fff;border-color:#fff}.interestPanel .button.dark{color:var(--ink);background:#fff}.consentRow{background:#ffffff0f;border:1px solid #fff3;border-radius:14px;align-items:flex-start;gap:10px;margin:24px 0 0;padding:15px;font-size:13px;display:flex}.consentRow input{accent-color:#fff;margin-top:3px}.interestActions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.projectFooter{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:24px;padding:25px 0 0;font-size:12px;display:flex}.projectFooter a{color:var(--ink);font-weight:700}.matchCardActions{justify-content:flex-end;margin-top:16px;display:flex}.textLink{text-underline-offset:3px;margin-top:10px;font-size:12px;font-weight:800;text-decoration:underline;display:inline-block}.operatorHero{grid-template-columns:1.15fr .85fr;align-items:end;gap:64px;padding:76px 0 70px;display:grid}.operatorHero h1{max-width:780px;margin:9px 0 0;font-size:clamp(54px,7vw,88px);line-height:.94}.operatorHeroSide{padding-bottom:5px}.operatorHeroSide p{color:var(--muted);margin:0 0 24px;font-size:19px}.operatorValue{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#e5e2d8;padding:72px 0}.operatorValueIntro{grid-template-columns:1.05fr .95fr;align-items:end;gap:60px;margin-bottom:34px;display:grid}.operatorValueIntro h2{margin:7px 0 0;font-size:clamp(40px,5vw,62px);line-height:1}.operatorValueIntro>p{color:var(--muted);margin:0 0 7px;font-size:17px}.operatorValueGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.operatorValueGrid article{background:var(--white);border:1px solid var(--line);border-radius:20px;min-height:240px;padding:25px}.operatorValueGrid article>span{color:var(--muted);font-size:11px;font-weight:800}.operatorValueGrid h3{margin:22px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:500;line-height:1.04}.operatorValueGrid p{color:var(--muted);margin:0;font-size:14px}.operatorPlans{grid-template-columns:1fr 1fr;gap:16px;padding:70px 0;display:grid}.planCard{border:1px solid var(--line);background:var(--white);border-radius:24px;padding:30px}.planCard h2{margin:8px 0 15px;font-size:42px;line-height:1}.planCard>p{color:var(--muted)}.planCard ul{color:var(--muted);gap:8px;margin:22px 0 0;padding-left:18px;display:grid}.planIntelligence{background:var(--ink);color:#fff;border-color:var(--ink)}.planIntelligence .eyebrow,.planIntelligence>p,.planIntelligence ul{color:#ffffffb8}.planNote{border-top:1px solid #fff3;padding-top:18px;font-size:13px;margin-top:24px!important}.operatorSubmit{padding:20px 0 88px}.operatorSubmitIntro{max-width:850px;margin-bottom:32px}.operatorSubmitIntro h2{margin:8px 0 18px;font-size:clamp(42px,5.5vw,68px);line-height:.98}.operatorSubmitIntro p{color:var(--muted);max-width:720px;font-size:18px}.operatorFormState{border:1px solid var(--line);background:var(--white);border-radius:24px;max-width:900px;padding:32px}.operatorFormState h2{margin:8px 0 13px;font-size:42px;line-height:1}.operatorFormState>p{color:var(--muted);max-width:700px}.operatorSubmitted{background:#e5eee8;border-color:#bdcfc4}.operatorLogin{grid-template-columns:1fr auto;align-items:end;gap:12px;margin-top:22px;display:grid}.operatorLogin label,.operatorProjectForm label{gap:7px;font-size:12px;font-weight:800;display:grid}.operatorLogin input,.operatorProjectForm input:not([type=checkbox]):not([type=range]),.operatorProjectForm textarea,.operatorProjectForm select{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:12px;padding:12px 13px}.operatorLogin input,.operatorProjectForm input:not([type=checkbox]):not([type=range]),.operatorProjectForm select{min-height:48px}.operatorProjectForm textarea{resize:vertical;line-height:1.45}.operatorSuccess{background:var(--soft);border-radius:14px;padding:14px}.operatorProjectForm{gap:16px;display:grid}.formSection{background:var(--white);border:1px solid var(--line);border-radius:22px;gap:18px;padding:28px;display:grid}.formSection fieldset{border:0;gap:10px;margin:0;padding:0;display:grid}.formSection legend{margin-bottom:10px;font-size:12px;font-weight:800}.formGrid3{grid-template-columns:.6fr 1fr 1fr;gap:12px;display:grid}.formChips{flex-wrap:wrap;gap:8px;display:flex}.formChips label{cursor:pointer;display:block}.formChips input{opacity:0;pointer-events:none;position:absolute}.formChips span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex}.formChips input:checked+span{background:var(--soft);border-color:var(--accent);color:var(--ink)}.formChips input:focus-visible+span{outline-offset:3px;outline:3px solid #3f655859}.formRangeGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.formRangeGrid label{border:1px solid var(--line);background:#f8f6f0;border-radius:14px;padding:16px}.formRangeGrid input{width:100%;accent-color:var(--accent)}.operatorSubmitBar{border:1px solid var(--line);background:#e7e3d9;border-radius:20px;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:22px;display:grid}.operatorSubmitBar p{color:var(--muted);max-width:680px;margin:5px 0 0;font-size:13px}@media (max-width:900px){.projectsGrid,.projectHero,.projectBody,.operatorHero,.operatorValueIntro,.operatorPlans,.operatorTeaserGrid{grid-template-columns:1fr}.projectHero,.projectBody,.operatorHero,.operatorValueIntro,.operatorTeaserGrid{gap:28px}.projectsGrid{padding-bottom:70px}.operatorValueGrid{grid-template-columns:1fr}}@media (max-width:680px){.projectsIntro{padding:54px 0 32px}.projectsIntro h1{font-size:48px}.projectsIntro p{font-size:17px}.projectsGrid{grid-template-columns:1fr;padding-top:22px}.projectCard{min-height:0;padding:20px}.projectCard h2{font-size:30px}.operatorTeaser{padding:54px 0}.operatorTeaser h2{font-size:42px}.operatorTeaserGrid>div:last-child>p{font-size:16px}.projectHeader{height:68px}.projectNav{gap:12px;font-size:12px}.projectHero{padding:48px 0 40px}.projectHero h1{font-size:52px}.projectLead{font-size:18px}.projectBody{padding:46px 0}.projectBody h2{font-size:40px}.projectDescription{font-size:17px}.interestPanel{border-radius:22px;padding:24px}.interestPanel h2{font-size:38px}.interestLoginForm,.operatorLogin{grid-template-columns:1fr}.interestLoginForm .button,.operatorLogin .button{width:100%}.interestActions{display:grid}.interestActions .button{width:100%}.projectFooter{display:grid}.matchCardActions{justify-content:stretch}.matchCardActions .button{width:100%}.operatorHero{padding:50px 0}.operatorHero h1{font-size:50px}.operatorHeroSide p{font-size:17px}.operatorValue{padding:54px 0}.operatorValueIntro h2{font-size:42px}.operatorValueGrid article{min-height:0}.operatorPlans{padding:54px 0}.planCard{padding:23px}.planCard h2{font-size:36px}.operatorSubmit{padding-bottom:64px}.operatorSubmitIntro h2{font-size:42px}.operatorSubmitIntro p{font-size:17px}.operatorFormState,.formSection{padding:21px}.operatorFormState h2{font-size:36px}.formGrid3,.formRangeGrid,.operatorSubmitBar{grid-template-columns:1fr}.operatorSubmitBar .button{width:100%}}
.adminIntro{border-bottom:1px solid var(--line);padding:70px 0 42px}.adminIntro h1,.adminProjectCard h2,.adminState h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:500}.adminIntro h1{margin:8px 0 16px;font-size:clamp(52px,7vw,82px);line-height:.96}.adminIntro p{color:var(--muted);max-width:760px;margin:0;font-size:18px}.adminPanelWrap{padding:32px 0 90px}.adminQueue{gap:14px;max-width:920px;display:grid}.adminProjectCard,.adminState{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:26px}.adminProjectMeta{flex-wrap:wrap;gap:7px;display:flex}.adminProjectMeta span,.adminTranslationStatus span{letter-spacing:.09em;border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.adminProjectCard h2{margin:20px 0 4px;font-size:36px;line-height:1.02}.adminProjectCard>p{max-width:720px}.adminTranslationStatus{flex-wrap:wrap;gap:7px;margin:18px 0;display:flex}.adminTranslationStatus .adminWarning{color:var(--warn);background:#fbf7f2;border-color:#dfc4b4}.adminEditors{gap:10px;margin:20px 0;display:grid}.adminTranslationEditor{border:1px solid var(--line);background:#f8f6f0;border-radius:16px;overflow:hidden}.adminTranslationEditor summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;font-size:12px;list-style:none;display:flex}.adminTranslationEditor summary::-webkit-details-marker{display:none}.adminTranslationEditor summary span{letter-spacing:.12em;font-weight:900}.adminTranslationEditor summary strong{color:var(--muted);font-weight:700}.adminTranslationEditor[open] summary{border-bottom:1px solid var(--line)}.adminTranslationEditor form{background:#fff;gap:13px;padding:16px;display:grid}.adminTranslationEditor label{gap:6px;font-size:12px;font-weight:800;display:grid}.adminTranslationEditor input,.adminTranslationEditor textarea{border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:11px;padding:11px 12px}.adminTranslationEditor textarea{resize:vertical;line-height:1.45}.adminEditorActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.adminEditorActions .muted{font-size:12px}.adminActions{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:9px;padding-top:18px;display:flex}.adminState h2{margin:0 0 10px;font-size:40px;line-height:1}.adminState p{color:var(--muted);max-width:680px;margin:0}@media (max-width:680px){.adminIntro{padding:48px 0 30px}.adminIntro h1{font-size:50px}.adminProjectCard,.adminState{padding:20px}.adminProjectCard h2{font-size:31px}.adminActions,.adminEditorActions{display:grid}.adminActions .button,.adminEditorActions .button{width:100%}.adminTranslationEditor summary{align-items:flex-start}}
.demandIntel{gap:24px;display:grid}.demandMetricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.demandMetricGrid article{background:var(--white);border:1px solid var(--line);border-radius:18px;gap:6px;padding:20px;display:grid}.demandMetricGrid span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:800}.demandMetricGrid strong{font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:500;line-height:1}.demandMetricGrid small{color:var(--muted);font-size:12px}.demandColumns{grid-template-columns:1fr 1fr;gap:14px;display:grid}.demandBlock{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:24px}.demandBlock h2{letter-spacing:-.045em;margin:8px 0 22px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:500;line-height:1}.demandBars{gap:12px;display:grid}.demandBars>div{grid-template-columns:130px 1fr 34px;align-items:center;gap:10px;font-size:13px;display:grid}.demandBars>div>div{background:#ece9e2;border-radius:999px;height:8px;overflow:hidden}.demandBars i{background:var(--ink);border-radius:999px;height:100%;display:block}.demandBars strong{text-align:right}.demandActionSignals{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.demandActionSignals>div{border:1px solid var(--line);background:#f8f6f0;border-radius:18px;gap:8px;padding:20px;display:grid}.demandActionSignals strong{font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:500}.demandActionSignals span{color:var(--muted);font-size:13px;line-height:1.4}.demandPrivacyNote{color:var(--muted);max-width:760px;margin:0;font-size:12px}.profileSectionStack{gap:30px;display:grid}.profileSubquestion{gap:12px;display:grid}.profileSubquestion h2{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:750}.subquestionHeading{justify-content:space-between;align-items:center;gap:12px;display:flex}.subquestionHeading span,.subquestionHint{color:var(--muted);font-size:12px}.twoRanges{grid-template-columns:1fr 1fr;gap:18px}.twoRanges .profileSubquestion{border:1px solid var(--line);border-radius:18px;padding:20px}.profileCheckRow{align-items:center;gap:10px;padding:12px 2px;font-size:13px;display:flex}.profileCheckRow input,.opennessCard input{accent-color:var(--ink)}.priorityOptions{flex-wrap:wrap;gap:8px;display:flex}.priorityOption{border:1px solid var(--line);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:9px 12px;font-size:12px}.priorityOption.selected{background:var(--ink);color:var(--white);border-color:var(--ink)}.priorityOption:disabled{opacity:.4;cursor:not-allowed}.opennessGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.opennessCard{border:1px solid var(--line);cursor:pointer;border-radius:18px;grid-template-columns:auto 1fr;gap:8px 10px;padding:18px;display:grid}.opennessCard strong,.opennessCard span{grid-column:2}.opennessCard strong{font-size:14px}.opennessCard span{color:var(--muted);font-size:12px;line-height:1.45}.opennessCard.selected{border-color:var(--ink);background:#f8f6f0}@media (max-width:900px){.demandMetricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.demandColumns,.opennessGrid,.twoRanges{grid-template-columns:1fr}}@media (max-width:680px){.demandMetricGrid,.demandActionSignals{grid-template-columns:1fr}.demandBars>div{grid-template-columns:105px 1fr 28px}.profileSectionStack{gap:24px}.opennessCard{padding:16px}}
.researchAdminIntro h1{max-width:980px}.researchPanelWrap{padding-top:28px}.researchDashboard{gap:28px;display:grid}.researchToolbar,.researchBreakdown,.researchTableSection,.researchQualitative,.researchCohortPanel,.researchInsightPanel{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:24px}.researchToolbarHead,.researchSectionHead{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.researchToolbarHead h2,.researchBreakdown h2,.researchSectionHead h2,.researchCrossGrid h3{letter-spacing:-.035em;color:var(--cy-forest,var(--ink));font-family:Georgia,Times New Roman,serif;font-weight:500}.researchToolbarHead h2{margin:6px 0 8px;font-size:34px;line-height:1.04}.researchToolbarHead p{color:var(--muted);max-width:720px;margin:0}.researchToolbarActions,.researchCohortActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.researchFilterGrid{border-top:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px;padding-top:22px;display:grid}.researchFilterGrid label{gap:6px;min-width:0;display:grid}.researchFilterGrid label>span{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:800}.researchFilterGrid select,.researchFilterGrid input[type=search]{border:1px solid var(--line);width:100%;min-height:44px;color:var(--ink);font:inherit;background:#f8f6f0;border-radius:11px;padding:9px 11px;font-size:14px}.researchFilterGrid select:focus,.researchFilterGrid input[type=search]:focus{outline-offset:1px;outline:2px solid #1f3d3033}.researchKeyword{grid-column:span 2}.researchCheck{border:1px solid var(--line);background:#f8f6f0;border-radius:11px;align-self:end;align-items:center;min-height:44px;padding:10px 12px;grid-template-columns:none!important;gap:9px!important;display:flex!important}.researchCheck input{flex:none;width:18px;height:18px}.researchCheck span{letter-spacing:0!important;text-transform:none!important;color:var(--ink)!important;font-size:13px!important}.researchSampleNote{color:var(--muted);margin:16px 0 0;font-size:13px;line-height:1.5}.researchSampleNote strong{color:var(--cy-forest,var(--ink));font-size:18px}.researchMetricGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.researchMetricGrid article,.researchCohortGrid article,.researchCompletionGrid article,.researchQualityGrid article{border:1px solid var(--line);background:var(--white);border-radius:18px;flex-direction:column;justify-content:space-between;gap:9px;min-height:126px;padding:17px;display:flex}.researchMetricGrid span,.researchCohortGrid span,.researchCompletionGrid span,.researchQualityGrid span{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:800}.researchMetricGrid strong,.researchCohortGrid strong,.researchCompletionGrid strong,.researchQualityGrid strong{color:var(--cy-forest,var(--ink));font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:500;line-height:1}.researchMetricGrid small,.researchCohortGrid small,.researchCompletionGrid small,.researchQualityGrid small{color:var(--muted);font-size:12px}.researchCohortGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.researchCohortGrid article.isV3{background:var(--cy-sage-soft,#e5eadf);border-color:#1f3d3033}.researchInsightPanel{gap:18px;display:grid}.researchSignalGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.researchSignalGrid.isSix{grid-template-columns:repeat(6,minmax(0,1fr))}.researchSignalGrid article{border:1px solid var(--line);background:#f8f6f0;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:18px;display:grid}.researchSignalGrid article.isStrong{background:var(--cy-sage-soft,#e5eadf);border-color:#1f3d3033}.researchSignalGrid strong{color:var(--cy-forest,var(--ink));font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:500}.researchSignalGrid span{font-size:13px;line-height:1.35}.researchSignalGrid small{color:var(--muted);font-size:12px;font-weight:800}.researchBreakdownGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.researchBreakdown{min-width:0}.researchBreakdown h2{margin:5px 0 20px;font-size:30px;line-height:1.05}.researchBreakdown.isNested{background:0 0;border:0;border-radius:0;padding:0}.researchBars{gap:10px;display:grid}.researchBarRow{grid-template-columns:minmax(130px,.9fr) minmax(120px,1.3fr) 34px;align-items:center;gap:10px;display:grid}.researchBarRow>span{font-size:13px;line-height:1.25}.researchBarRow>div{background:#eef0eb;border-radius:999px;height:8px;overflow:hidden}.researchBarRow i{border-radius:inherit;background:var(--cy-forest,#1f3d30);height:100%;display:block}.researchBarRow strong{text-align:right;color:var(--cy-forest,var(--ink));font-size:13px}.researchMethodNote{color:var(--muted);margin:-12px 2px 0;font-size:12px;line-height:1.5}.researchMethodNote.isStandalone{margin:0}.researchSectionHead{align-items:end;margin-bottom:0}.researchSectionHead h2{margin:5px 0 0;font-size:34px;line-height:1.04}.researchSectionHead>span{background:var(--cy-sage-soft,#e5eadf);min-width:44px;height:32px;color:var(--cy-forest,var(--ink));border-radius:999px;justify-content:center;align-items:center;padding:0 11px;font-weight:800;display:inline-flex}.researchHeatmapWrap{grid-template-rows:1fr auto;grid-template-columns:auto 1fr;align-items:center;gap:8px 12px;display:grid}.researchHeatmap{grid-template-columns:70px repeat(5,minmax(54px,1fr));gap:6px;min-width:0;display:grid}.researchHeatmapLabel,.researchHeatmapCorner{min-height:32px;color:var(--muted);justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.researchHeatCell{border:1px solid var(--line);background:#f7f6f1;border-radius:12px;justify-content:center;align-items:center;min-height:62px;display:flex}.researchHeatCell strong{color:var(--cy-forest,var(--ink));font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.researchHeatmapYAxis{writing-mode:vertical-rl;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);text-align:center;font-size:11px;font-weight:800;transform:rotate(180deg)}.researchHeatmapXAxis{text-align:center;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);grid-column:2;font-size:11px;font-weight:800}.researchValueCompare{gap:12px;display:grid}.researchValueRow{grid-template-columns:minmax(180px,.8fr) minmax(180px,1.3fr) minmax(160px,.7fr);align-items:center;gap:14px;display:grid}.researchValueRow>span{font-size:13px;line-height:1.3}.researchValueRow>div{background:#eef0eb;border-radius:999px;height:12px;position:relative;overflow:hidden}.researchValueRow i,.researchValueRow b{border-radius:999px;height:100%;position:absolute;top:0;left:0}.researchValueRow i{background:#aebda4}.researchValueRow b{background:var(--cy-forest,#1f3d30);height:5px;top:auto;bottom:0}.researchValueRow small{color:var(--muted);font-size:12px}.researchValueRow small strong{color:var(--ink)}.researchLegend{color:var(--muted);flex-wrap:wrap;gap:16px;font-size:11px;display:flex}.researchLegend span{align-items:center;gap:6px;display:flex}.researchLegend i,.researchLegend b{background:#aebda4;border-radius:999px;width:24px;height:7px;display:inline-block}.researchLegend b{background:var(--cy-forest,#1f3d30);height:4px}.researchCrossGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.researchCrossGrid article{border:1px solid var(--line);background:#fdfcf9;border-radius:16px;min-width:0;padding:18px}.researchCrossGrid h3{margin:0 0 14px;font-size:23px;line-height:1.08}.researchRankList{gap:8px;margin:0;padding:0;list-style:none;display:grid}.researchRankList li{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;align-items:start;gap:12px;padding-bottom:8px;display:grid}.researchRankList li:last-child{border-bottom:0;padding-bottom:0}.researchRankList span{font-size:13px;line-height:1.35}.researchRankList strong{color:var(--cy-forest,var(--ink));font-size:13px}.researchCompletionGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.researchFeedbackAnalytics{grid-template-columns:1fr 1fr;gap:20px;display:grid}.researchTrend{gap:9px;display:grid}.researchTrendRow{grid-template-columns:70px minmax(140px,1fr) 170px;align-items:center;gap:12px;display:grid}.researchTrendRow>span,.researchTrendRow>small{color:var(--muted);font-size:12px}.researchTrendBars{gap:4px;display:grid}.researchTrendBars i,.researchTrendBars b{background:#b8b9b4;border-radius:999px;min-width:2px;max-width:100%;height:7px;display:block}.researchQualityGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.researchQualityGrid article{min-height:112px}.researchTableScroll{border:1px solid var(--line);border-radius:14px;margin-top:18px;overflow:auto}.researchTable{border-collapse:collapse;background:#fff;width:100%;min-width:960px}.researchTable th,.researchTable td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:12px 13px;font-size:12px;line-height:1.4}.researchTable th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;z-index:1;background:#f8f6f0;font-size:10px;position:sticky;top:0}.researchTable tbody tr:last-child td{border-bottom:0}.researchFeedbackList{gap:12px;margin-top:18px;display:grid}.researchFeedbackCard{border:1px solid var(--line);background:#fdfcf9;border-radius:16px;padding:18px}.researchFeedbackCard header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.researchFeedbackCard header>div{gap:4px;display:grid}.researchFeedbackCard header strong{letter-spacing:.06em;font-size:12px}.researchFeedbackCard header span{color:var(--muted);font-size:12px}.researchFeedbackCard header b{background:var(--cy-sage-soft,#e5eadf);min-width:44px;height:30px;color:var(--cy-forest,var(--ink));border-radius:999px;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.researchFeedbackGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.researchFeedbackGrid>div{min-width:0}.researchFeedbackGrid span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.researchFeedbackGrid p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.55}@media (max-width:1180px){.researchSignalGrid.isSix,.researchCompletionGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.researchQualityGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1080px){.researchFilterGrid,.researchMetricGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.researchSignalGrid{grid-template-columns:1fr}.researchCohortGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.researchToolbar,.researchBreakdown,.researchTableSection,.researchQualitative,.researchCohortPanel,.researchInsightPanel{padding:19px}.researchToolbarHead,.researchSectionHead{display:grid}.researchToolbarActions,.researchCohortActions{justify-content:stretch}.researchToolbarActions .button,.researchCohortActions .button{width:100%}.researchFilterGrid{grid-template-columns:1fr 1fr}.researchKeyword,.researchCheck{grid-column:1/-1}.researchMetricGrid{grid-template-columns:1fr 1fr}.researchBreakdownGrid,.researchCrossGrid,.researchFeedbackAnalytics{grid-template-columns:1fr}.researchBarRow{grid-template-columns:minmax(110px,1fr) minmax(90px,1fr) 28px}.researchFeedbackGrid{grid-template-columns:1fr}.researchSectionHead{gap:8px}.researchSectionHead>span{justify-self:start}.researchToolbarHead h2,.researchSectionHead h2{font-size:30px}.researchSignalGrid.isSix,.researchCompletionGrid,.researchQualityGrid{grid-template-columns:1fr 1fr}.researchValueRow{grid-template-columns:1fr}.researchHeatmap{grid-template-columns:52px repeat(5,minmax(44px,1fr));gap:4px}.researchHeatCell{min-height:52px}.researchTrendRow{grid-template-columns:58px 1fr}.researchTrendRow>small{grid-column:2}}@media (max-width:480px){.researchFilterGrid{grid-template-columns:1fr}.researchKeyword,.researchCheck{grid-column:auto}.researchMetricGrid,.researchCohortGrid,.researchSignalGrid.isSix,.researchCompletionGrid,.researchQualityGrid{grid-template-columns:1fr}.researchMetricGrid article{min-height:108px}.researchSignalGrid article{grid-template-columns:auto 1fr}.researchSignalGrid small{grid-column:2}.researchBarRow{grid-template-columns:minmax(100px,1.2fr) minmax(75px,.8fr) 26px;gap:8px}.researchFeedbackCard{padding:15px}.researchHeatmapWrap{display:block;overflow:auto}.researchHeatmapYAxis{writing-mode:horizontal-tb;margin-bottom:8px;transform:none}.researchHeatmap{min-width:410px}.researchHeatmapXAxis{margin-top:8px}.researchValueRow>small{line-height:1.4}}.researchAdminPage{background:radial-gradient(circle at 88% 5%,#a8b59b33,transparent 24rem),linear-gradient(180deg,#f8f4eb 0%,var(--cy-paper) 460px);min-height:100vh}.researchAdminHeader{background:#f6f2e8f0;border-bottom:1px solid #1f3d3024}.researchAdminHeaderInner{justify-content:space-between;align-items:center;gap:34px;min-height:116px;padding-top:12px;padding-bottom:12px;display:flex}.researchAdminBrand{color:var(--cy-forest);flex:none;align-items:center;text-decoration:none;display:inline-flex}.researchAdminLogo .cyBrandMark{width:68px;height:39px}.researchAdminLogo .cyBrandWordmark{font-size:25px!important}.researchAdminLogo .cyBrandTagline{margin-top:5px;font-size:5.8px!important}.researchAdminHeaderRight{justify-content:flex-end;align-items:center;gap:22px;min-width:0;display:flex}.researchAdminMode{background:var(--cy-sage-soft);min-height:32px;color:var(--cy-forest);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border:1px solid #1f3d302e;border-radius:999px;align-items:center;padding:0 11px;font-size:10px;font-weight:850;display:inline-flex}.researchAdminNav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:flex}.researchAdminNav a{min-height:40px;color:var(--cy-forest);border-radius:10px;align-items:center;padding:0 11px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.researchAdminNav a:hover{background:#e5eadfc7}.researchAdminNav .researchAdminLang{border:1px solid #1f3d302e;margin-left:4px}.researchAdminHero{background:linear-gradient(135deg,#fffdf7 0%,#f2f2e9 65%,#e4eadf 100%);border:1px solid #1f3d3029;border-radius:30px;grid-template-columns:minmax(0,1fr) 250px;align-items:stretch;gap:48px;margin-top:34px;padding:50px 56px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 50px #1f3d300e}.researchAdminHero:after{content:"";pointer-events:none;border:1px solid #1f3d3017;border-radius:50%;width:330px;height:330px;position:absolute;top:-120px;right:-90px}.researchAdminHeroCopy{z-index:1;max-width:900px;position:relative}.researchAdminHeroCopy h1{letter-spacing:-.055em;color:var(--cy-forest);margin:10px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,6.4vw,86px);font-weight:500;line-height:.94}.researchAdminHeroCopy>p{color:#526159;max-width:790px;margin:0;font-size:16px;line-height:1.62}.researchAdminHeroCopy .researchAdminLead{max-width:830px;color:var(--cy-forest);letter-spacing:-.025em;margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2.2vw,31px);line-height:1.18}.researchAdminPrinciples{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.researchAdminPrinciples span{color:#546259;background:#fffcf6b8;border:1px solid #1f3d3024;border-radius:999px;align-items:center;min-height:31px;padding:0 10px;font-size:11px;font-weight:750;display:inline-flex}.researchAdminHeroMark{z-index:1;text-align:center;min-height:230px;color:var(--cy-forest);border-left:1px solid #1f3d3021;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:relative}.researchAdminHeroLogo .cyBrandMark{opacity:.9;width:128px;height:78px}.researchAdminHeroMark p{letter-spacing:-.035em;margin:22px 0 0;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.08}.researchPanelWrap{padding-top:34px;padding-bottom:100px}.researchDashboard{gap:22px}.researchDashboard>.validationHint{background:#fbf4ef;border:1px solid #c56a4a52;border-radius:14px;margin:0;padding:13px 15px}.researchToolbar,.researchBreakdown,.researchTableSection,.researchQualitative,.researchCohortPanel,.researchInsightPanel{border-color:#1f3d3021;border-radius:24px;box-shadow:0 9px 28px #1f3d3008}.researchCohortPanel{border-top:3px solid var(--cy-sage);background:linear-gradient(135deg,#fffdf8 0%,#f0f3eb 100%)}.researchToolbar{background:linear-gradient(#edf1e8 0%,#f6f4ed 100%);border-color:#1f3d3029;padding:28px}.researchToolbarHead h2,.researchSectionHead h2{max-width:820px}.researchToolbarActions .button,.researchCohortActions .button{border-radius:999px;min-height:42px;padding-left:16px;padding-right:16px}.researchFilterGrid{border-top-color:#1f3d3021;gap:14px}.researchFilterGrid label{background:#fffcf6b8;border:1px solid #1f3d301a;border-radius:14px;padding:10px}.researchFilterGrid label>span{color:#637067;padding:0 2px}.researchFilterGrid select,.researchFilterGrid input[type=search]{background:#fffdf8;border-color:#1f3d3029;border-radius:9px;transition:border-color .16s,box-shadow .16s,background .16s}.researchFilterGrid select:hover,.researchFilterGrid input[type=search]:hover{border-color:#1f3d3047}.researchFilterGrid select:focus,.researchFilterGrid input[type=search]:focus{background:#fff;border-color:#1f3d3061;outline:0;box-shadow:0 0 0 3px #a8b59b2e}.researchCheck{border-radius:14px;background:#fffcf6b8!important;border-color:#1f3d301a!important}.researchSampleNote{padding-top:4px}.researchMetricGrid{gap:12px}.researchMetricGrid article{border-color:#1f3d301f;border-radius:20px;min-height:142px;padding:20px;position:relative;overflow:hidden;box-shadow:0 8px 22px #1f3d3007}.researchMetricGrid article:before{content:"";background:var(--cy-sand);width:100%;height:3px;position:absolute;top:0;left:0}.researchMetricGrid article:first-child{background:#fffdf8}.researchMetricGrid article:first-child:before{background:var(--cy-forest)}.researchMetricGrid article:nth-child(2){background:#eef2e9}.researchMetricGrid article:nth-child(2):before{background:var(--cy-sage)}.researchMetricGrid article:nth-child(3){background:#fbf4ef}.researchMetricGrid article:nth-child(3):before{background:var(--cy-clay)}.researchMetricGrid article:nth-child(4),.researchMetricGrid article:nth-child(5),.researchMetricGrid article:nth-child(6){background:#fffdf8}.researchMetricGrid strong{font-size:40px}.researchCohortGrid{gap:12px}.researchCohortGrid article,.researchCompletionGrid article,.researchQualityGrid article{background:#fffdf8;border-color:#1f3d301c;box-shadow:0 6px 18px #1f3d3006}.researchCohortGrid article.isV3{background:linear-gradient(145deg,#edf2e9,#dfe8d9)}.researchInsightPanel{background:#fffdf8}.researchInsightPanel:nth-of-type(2n){background:#fdfbf5}.researchSectionHead{padding-bottom:4px}.researchSectionHead .eyebrow,.researchToolbarHead .eyebrow{color:#956047}.researchSectionHead>span{background:#dfe7da;border:1px solid #1f3d301c}.researchSignalGrid article{background:#f4f1e9;border-color:#1f3d301c}.researchSignalGrid article.isStrong{background:linear-gradient(145deg,#e7ede1,#dce6d6);box-shadow:inset 0 0 0 1px #1f3d300d}.researchBreakdownGrid{gap:14px}.researchBreakdown{background:#fffdf8;border-color:#1f3d301c;border-radius:22px;box-shadow:0 7px 20px #1f3d3007}.researchBreakdown .eyebrow{color:#956047}.researchBarRow>div{background:#ecefe8;height:9px}.researchBarRow i{background:linear-gradient(90deg,var(--cy-sage),var(--cy-forest))}.researchHeatmap{background:#f5f3eb;border:1px solid #1f3d3014;border-radius:20px;padding:14px}.researchHeatCell{border-color:#1f3d301a;box-shadow:inset 0 0 0 1px #ffffff47}.researchHeatCell.level1{background:#eef2ea}.researchHeatCell.level2{background:#dce5d6}.researchHeatCell.level3{background:#bacaae}.researchHeatCell.level4{background:#8fa885}.researchHeatCell.level4 strong{color:#fffdf8}.researchCrossGrid{gap:14px}.researchCrossGrid article{background:#f7f4ed;border-color:#1f3d301a;border-radius:18px;padding:20px}.researchRankList li{border-bottom-color:#1f3d301a}.researchValueRow>div{background:#e9ede6}.researchCompletionGrid article{min-height:118px}.researchTrendRow{border-bottom:1px solid #1f3d3012;padding:8px 0}.researchTrendRow:last-child{border-bottom:0}.researchTrendBars i{background:#c4c1b8}.researchTrendBars b{background:linear-gradient(90deg,var(--cy-sage),var(--cy-forest))}.researchDataQuality{background:linear-gradient(#f8f6ef,#f3f5ef)}.researchQualityGrid article.hasIssue{background:#fbf1eb;border-color:#c56a4a75}.researchTableSection{background:#fffdf8;overflow:hidden}.researchTableScroll{background:#fff;border-color:#1f3d301c;border-radius:16px}.researchTable th{color:#506158;background:#e9eee4;padding-top:14px;padding-bottom:14px}.researchTable td{border-bottom-color:#1f3d3014;padding-top:14px;padding-bottom:14px}.researchTable tbody tr:nth-child(2n) td{background:#fdfcf8}.researchTable tbody tr:hover td{background:#edf2e9}.researchQualitative{background:linear-gradient(#fffdf8,#f8f2e9);border-top:3px solid #c56a4a9e}.researchFeedbackList{gap:14px}.researchFeedbackCard{background:#fffdf8;border-color:#1f3d301c;border-radius:20px;padding:21px;position:relative;box-shadow:0 7px 20px #1f3d3007}.researchFeedbackCard:before{content:"";background:var(--cy-clay);border-radius:999px;width:3px;position:absolute;top:20px;bottom:20px;left:0}.researchFeedbackCard header{border-bottom-color:#1f3d301a;padding-left:8px}.researchFeedbackCard header b{background:#e3eadf;border:1px solid #1f3d301a}.researchFeedbackGrid{padding-left:8px}.researchFeedbackGrid>div{background:#f8f5ee;border:1px solid #1f3d3012;border-radius:14px;padding:13px 14px}.researchFeedbackGrid span{color:#8f624d}.researchMethodNote{color:#6b746f}@media (max-width:980px){.researchAdminHeaderInner{align-items:flex-start;min-height:0;padding-top:18px;padding-bottom:18px}.researchAdminHeaderRight{justify-items:end;gap:10px;display:grid}.researchAdminHero{grid-template-columns:minmax(0,1fr) 190px;gap:28px;padding:42px 38px}.researchAdminHeroLogo .cyBrandMark{width:104px;height:64px}}@media (max-width:760px){.researchAdminHeaderInner{gap:14px;display:grid}.researchAdminHeaderRight{justify-items:start;width:100%}.researchAdminNav{flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:2px;overflow-x:auto}.researchAdminNav a{white-space:nowrap;background:#fffcf685}.researchAdminHero{border-radius:22px;grid-template-columns:1fr;margin-top:18px;padding:34px 24px}.researchAdminHeroCopy h1{font-size:clamp(48px,14vw,68px)}.researchAdminHeroMark{text-align:left;border-top:1px solid #1f3d3021;border-left:0;grid-template-columns:74px 1fr;justify-content:start;gap:14px;min-height:0;padding:22px 0 0;display:grid}.researchAdminHeroLogo .cyBrandMark{width:70px;height:45px}.researchAdminHeroMark p{margin:0;font-size:21px}.researchPanelWrap{padding-top:22px}.researchToolbar{padding:20px}.researchFilterGrid label{padding:8px}}@media (max-width:480px){.researchAdminHeaderInner{padding-left:14px;padding-right:14px}.researchAdminLogo{grid-template-columns:42px auto!important;column-gap:7px!important}.researchAdminLogo .cyBrandMark{width:42px;height:27px}.researchAdminLogo .cyBrandWordmark{font-size:21px!important}.researchAdminLogo .cyBrandTagline{display:none}.researchAdminMode{font-size:9px}.researchAdminHero{margin-left:12px;margin-right:12px;padding:30px 19px}.researchAdminHeroCopy>p{font-size:14px}.researchAdminHeroCopy .researchAdminLead{font-size:23px}.researchAdminPrinciples{gap:6px}.researchAdminPrinciples span{font-size:10px}.researchPanelWrap{padding-left:12px;padding-right:12px}.researchToolbar,.researchBreakdown,.researchTableSection,.researchQualitative,.researchCohortPanel,.researchInsightPanel{border-radius:19px}.researchFeedbackGrid>div{padding:11px 12px}}
.researchCohortActions{background:#fffdf8b8;border:1px solid #1f3d3029;border-radius:14px;grid-template-columns:1fr 1fr;min-width:320px;padding:5px;box-shadow:inset 0 1px #ffffff8c;gap:4px!important;display:grid!important}.researchCohortActions:before{content:"CAMPIONE VISUALIZZATO";color:#6b756f;letter-spacing:.11em;text-transform:uppercase;grid-column:1/-1;padding:2px 7px 3px;font-size:9px;font-weight:850;line-height:1.2}.researchCohortActions .button{width:100%;font-size:12px;font-weight:750;transition:background .16s,color .16s,box-shadow .16s;min-height:39px!important;box-shadow:none!important;color:#56635c!important;background:0 0!important;border:0!important;border-radius:9px!important;padding:0 13px!important}.researchCohortActions .button:hover{color:var(--cy-forest)!important;background:#e5eadfb8!important}.researchCohortActions .button:focus-visible{outline-offset:2px;outline:2px solid #1f3d3052}.researchCohortActions .button[aria-pressed=true]{background:var(--cy-forest)!important;color:#fffdf8!important;box-shadow:0 2px 8px #1f3d3024!important}.researchCohortActions .button[aria-pressed=true]:before{content:"✓";margin-right:6px;font-size:11px}.researchCohortActions[data-version="2"]:after{content:"Filtro V2 attivo dal Query Lab";color:#956047;grid-column:1/-1;padding:2px 7px 3px;font-size:10px;font-weight:750;line-height:1.3}.researchLiveNotice{color:var(--cy-forest);background:#e5eadfb8;border:1px solid #1f3d3024;border-radius:12px;align-items:center;gap:8px;margin:0 0 14px;padding:10px 13px;font-size:11px;font-weight:750;line-height:1.4;display:flex}.researchLiveNotice span{background:#829a7c;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #829a7c21}@media (max-width:760px){.researchCohortActions{width:100%;min-width:0}.researchCohortActions .button{min-height:42px!important}}@media (max-width:420px){.researchCohortActions{grid-template-columns:1fr}.researchCohortActions:before,.researchCohortActions[data-version="2"]:after{grid-column:1}}
.betaFeedbackShortcut{z-index:20;background:var(--ink);color:#fff;border-radius:999px;padding:11px 15px;font-size:12px;font-weight:800;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 28px #1d2a252e}.betaFeedbackSection{width:min(1000px,100% - 40px);margin:-70px auto 100px;padding-top:70px}.betaFeedbackForm,.betaFeedbackThanks{background:var(--white);border:1px solid var(--line);border-radius:26px;gap:22px;padding:30px;display:grid}.betaFeedbackHeading h2,.betaFeedbackThanks h2,.formingHero h1,.formingWhy h2,.formingForm h2,.formingThanks h2{letter-spacing:-.045em;font-family:Georgia,Times New Roman,serif;font-weight:500}.betaFeedbackHeading h2,.betaFeedbackThanks h2{margin:7px 0 10px;font-size:clamp(34px,4vw,48px);line-height:1}.betaFeedbackHeading p,.betaFeedbackThanks p{color:var(--muted);max-width:720px;margin:0}.betaFeedbackForm>label{gap:8px;font-size:13px;font-weight:800;display:grid}.betaFeedbackForm textarea{resize:vertical;border:1px solid var(--line);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:14px;padding:13px;line-height:1.45}.betaFeedbackForm textarea:focus-visible{outline-offset:3px;outline:3px solid #3f655859}.betaFitFieldset{border:0;gap:10px;margin:0;padding:0;display:grid}.betaFitFieldset legend{margin-bottom:8px;font-size:13px;font-weight:800}.betaFitOptions{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.betaFitOptions label{border:1px solid var(--line);text-align:center;cursor:pointer;background:#fbfaf5;border-radius:14px;gap:3px;padding:12px 8px;display:grid}.betaFitOptions label.selected{border-color:var(--accent);background:var(--soft)}.betaFitOptions input{opacity:0;pointer-events:none;position:absolute}.betaFitOptions strong{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.betaFitOptions span{color:var(--muted);font-size:10px;line-height:1.25}.betaFeedbackSubmit{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.betaFeedbackSubmit p{color:var(--muted);margin:0;font-size:12px}.formingPage{padding-bottom:70px}.formingHero{border-bottom:1px solid var(--line);grid-template-columns:1.1fr .9fr;align-items:end;gap:64px;padding:78px 0 62px;display:grid}.formingBadge{border:1px solid var(--accent);color:var(--accent);letter-spacing:.12em;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;display:inline-flex}.formingHero h1{margin:16px 0 12px;font-size:clamp(56px,7.5vw,92px);line-height:.94}.formingLead{color:var(--muted);max-width:700px;margin:0;font-size:21px}.formingDefinition{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:25px}.formingDefinition strong{text-transform:uppercase;letter-spacing:.06em;font-size:13px}.formingDefinition p{color:var(--muted);margin:10px 0 0}.formingWhy{grid-template-columns:.8fr 1.2fr;gap:64px;padding:64px 0;display:grid}.formingWhy h2{margin:8px 0 0;font-size:clamp(40px,5vw,58px);line-height:1}.formingFacts{gap:10px;display:grid}.formingFacts article{border:1px solid var(--line);background:#fffdf7a6;border-radius:17px;padding:19px}.formingFacts strong{font-size:14px}.formingFacts p{color:var(--muted);margin:6px 0 0;font-size:13px}.formingResearch{padding:0 0 65px}.formingForm,.formingThanks{background:var(--white);border:1px solid var(--line);border-radius:26px;gap:26px;max-width:900px;margin:0 auto;padding:32px;display:grid}.formingForm>div:first-child h2,.formingThanks h2{margin:8px 0 12px;font-size:clamp(38px,5vw,56px);line-height:1}.formingForm>div:first-child p,.formingThanks p{color:var(--muted);margin:0}.formingForm fieldset{border:0;gap:10px;margin:0;padding:0;display:grid}.formingForm legend{margin-bottom:9px;font-size:13px;font-weight:800}.formingOptions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.formingOptions.compact{grid-template-columns:repeat(3,1fr)}.formingOptions label{border:1px solid var(--line);cursor:pointer;background:#fbfaf5;border-radius:15px;align-items:flex-start;gap:10px;padding:14px;font-size:13px;display:flex}.formingOptions label.selected{border-color:var(--accent);background:var(--soft)}.formingOptions input{accent-color:var(--accent);margin-top:3px}.formingMeetRow{border:1px solid var(--line);background:#f8f6f0;border-radius:15px;align-items:flex-start;gap:11px;padding:16px;font-size:13px;display:flex}.formingMeetRow input{accent-color:var(--accent);margin-top:3px}.formingSubmit{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.formingSubmit p{color:var(--muted);max-width:480px;margin:0;font-size:12px}.formingFooter{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:flex-start;gap:30px;padding-top:24px;font-size:12px;display:flex}.formingFooter p{max-width:720px;margin:0}.formingFooter .textLink{color:var(--ink);white-space:nowrap;margin-top:0}.communityFormingSection{padding:0 0 90px}.communityFormingIntro{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:end;gap:48px;margin-bottom:20px;padding-top:54px;display:grid}.communityFormingIntro h2{letter-spacing:-.045em;margin:7px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,56px);font-weight:500;line-height:1}.communityFormingIntro p{color:var(--muted);margin:0 0 4px}.communityFormingCard{background:#e6ebe4;border:1px solid #c8d3cb;border-radius:24px;grid-template-columns:1fr auto;align-items:end;gap:40px;padding:28px;display:grid}.communityFormingCard h3{margin:14px 0 9px;font-family:Georgia,Times New Roman,serif;font-size:40px;font-weight:500;line-height:1}.communityFormingCard p{color:var(--muted);max-width:720px;margin:0}.communityFormingCard .formingBadge{background:#ffffff73}@media (max-width:900px){.formingHero,.formingWhy,.communityFormingIntro,.communityFormingCard{grid-template-columns:1fr;gap:24px}.formingOptions.compact{grid-template-columns:1fr 1fr}}@media (max-width:680px){.betaFeedbackShortcut{margin:0 14px 12px auto;display:table;position:static}.betaFeedbackSection{width:calc(100% - 28px);margin:-40px auto 70px;padding-top:40px}.betaFeedbackForm,.betaFeedbackThanks,.formingForm,.formingThanks{border-radius:21px;padding:21px}.betaFitOptions{grid-template-columns:1fr}.betaFitOptions label{text-align:left;grid-template-columns:34px 1fr;align-items:center}.betaFitOptions span{font-size:12px}.formingHero{padding:52px 0 42px}.formingHero h1{font-size:54px}.formingLead{font-size:18px}.formingWhy{padding:48px 0}.formingOptions,.formingOptions.compact{grid-template-columns:1fr}.formingSubmit .button{width:100%}.formingFooter{display:grid}.communityFormingSection{padding-bottom:65px}.communityFormingCard{padding:22px}.communityFormingCard h3{font-size:34px}.communityFormingCard .button{width:100%}}
.formingHubPage{padding-bottom:88px}.formingHubHero{border-bottom:1px solid var(--line);grid-template-columns:1.12fr .88fr;align-items:end;gap:64px;padding:78px 0 62px;display:grid}.formingHubHero h1,.formingHubPath h2,.formingDestinations h2,.formingDestinationCard h3,.formingHubPrinciples h2,.formingSignalPath h2,.projectsCommunityBridge h2{letter-spacing:-.045em;color:var(--cy-forest);font-family:Georgia,Times New Roman,serif;font-weight:500}.formingHubHero h1{max-width:850px;margin:9px 0 18px;font-size:clamp(54px,7vw,88px);line-height:.96}.formingHubHero>div>p{color:#53625a;max-width:760px;margin:0;font-size:19px;line-height:1.6}.formingHubDefinition{background:var(--cy-sage-soft);border:1px solid #1f3d3024;border-radius:22px;padding:26px}.formingHubDefinition strong{letter-spacing:.08em;text-transform:uppercase;color:var(--cy-forest);font-size:12px}.formingHubDefinition p{color:#53625a;margin:10px 0 0;line-height:1.6}.formingHubPath{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:54px 0 70px;display:grid}.formingHubPath article{background:var(--white);border:1px solid #1f3d3021;border-radius:22px;min-width:0;padding:26px}.formingHubPath article>span{color:var(--cy-clay-ink);letter-spacing:.13em;margin-bottom:30px;font-size:11px;font-weight:900;display:block}.formingHubPath h2{margin:8px 0 12px;font-size:30px;line-height:1.05}.formingHubPath p{color:#53625a;margin:0;font-size:14px;line-height:1.6}.formingDestinations{border-top:1px solid var(--line);padding:58px 0 68px}.formingDestinationsIntro{grid-template-columns:1fr 1fr;align-items:end;gap:48px;margin-bottom:24px;display:grid}.formingDestinationsIntro h2{margin:8px 0 0;font-size:clamp(40px,5vw,60px);line-height:1}.formingDestinationsIntro>p{color:#53625a;margin:0;line-height:1.6}.formingDestinationGrid{grid-template-columns:1.35fr .65fr;gap:16px;display:grid}.formingDestinationCard{background:var(--white);border:1px solid #1f3d3024;border-radius:24px;grid-template-columns:minmax(240px,.9fr) minmax(0,1.1fr);min-width:0;display:grid;overflow:hidden}.formingDestinationMedia{background:var(--cy-paper-deep);min-height:340px;overflow:hidden}.formingDestinationMedia img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.formingDestinationBody{flex-direction:column;align-items:flex-start;min-width:0;padding:28px;display:flex}.formingDestinationCard h3{margin:16px 0 12px;font-size:40px;line-height:1}.formingDestinationCard p{color:#53625a;margin:0 0 24px;line-height:1.6}.formingDestinationCard .button{margin-top:auto}.formingDestinationFuture{background:var(--cy-clay-soft);grid-template-columns:1fr}.formingDestinationFuture .formingDestinationBody{justify-content:center}.formingDestinationFuture h3{font-size:34px}.formingHubPrinciples{border-top:1px solid var(--line);grid-template-columns:.72fr 1.28fr;align-items:start;gap:54px;padding:64px 0;display:grid}.formingHubPrinciples h2{margin:8px 0 0;font-size:clamp(38px,4.8vw,56px);line-height:1}.formingPrincipleGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.formingPrincipleGrid article{background:var(--cy-sage-soft);border:1px solid #1f3d3021;border-radius:18px;padding:20px}.formingPrincipleGrid strong{color:var(--cy-forest)}.formingPrincipleGrid p{color:#53625a;margin:7px 0 0;font-size:13px;line-height:1.55}.formingBreadcrumb{width:max-content;max-width:100%;color:var(--cy-forest);margin:0 0 20px;font-size:12px;font-weight:800;text-decoration:none;display:block}.formingSignalPath{grid-template-columns:.78fr 1.22fr;align-items:start;gap:54px;padding:0 0 64px;display:grid}.formingSignalPath h2{margin:8px 0 0;font-size:clamp(38px,4.8vw,56px);line-height:1}.formingSignalSteps{gap:10px;display:grid}.formingSignalSteps article{background:var(--white);border:1px solid #1f3d3021;border-radius:17px;grid-template-columns:38px 150px 1fr;align-items:start;gap:12px;padding:18px;display:grid}.formingSignalSteps article>span{color:var(--cy-clay-ink);letter-spacing:.12em;font-size:11px;font-weight:900}.formingSignalSteps strong{color:var(--cy-forest);font-size:13px}.formingSignalSteps p{color:#53625a;margin:0;font-size:13px;line-height:1.5}.projectsCommunityBridge{background:var(--cy-clay-soft);border:1px solid #1f3d3024;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:36px;margin-bottom:84px;padding:28px 30px;display:grid}.projectsCommunityBridge h2{margin:8px 0 10px;font-size:clamp(32px,4vw,46px);line-height:1}.projectsCommunityBridge p{color:#53625a;max-width:720px;margin:0;line-height:1.55}.projectsCommunityBridge .button{white-space:nowrap}@media (max-width:1000px){.formingHubHero,.formingDestinationsIntro,.formingHubPrinciples,.formingSignalPath{grid-template-columns:1fr;gap:24px}.formingHubPath,.formingDestinationGrid{grid-template-columns:1fr}.formingDestinationCard{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)}.formingDestinationFuture{grid-template-columns:1fr}.projectsCommunityBridge{grid-template-columns:1fr;gap:20px}.projectsCommunityBridge .button{width:max-content}}@media (max-width:680px){.formingHubPage{padding-bottom:58px}.formingHubHero{padding:52px 0 42px}.formingHubHero h1{font-size:50px}.formingHubHero>div>p{font-size:17px}.formingHubDefinition{border-radius:19px;padding:21px}.formingHubPath{padding:36px 0 52px}.formingHubPath article{padding:22px}.formingHubPath article>span{margin-bottom:20px}.formingDestinations{padding:46px 0 52px}.formingDestinationCard{grid-template-columns:1fr}.formingDestinationMedia{aspect-ratio:1.65;min-height:220px}.formingDestinationBody{padding:22px}.formingDestinationCard h3{font-size:34px}.formingDestinationCard .button{width:100%}.formingHubPrinciples{padding:50px 0}.formingPrincipleGrid{grid-template-columns:1fr}.formingSignalPath{padding-bottom:48px}.formingSignalSteps article{grid-template-columns:34px 1fr;gap:8px 10px}.formingSignalSteps p{grid-column:2}.projectsCommunityBridge{margin-bottom:60px;padding:22px}.projectsCommunityBridge .button{width:100%}}@media (max-width:360px){.formingHubHero h1{font-size:44px}.formingDestinationMedia{min-height:190px}.formingDestinationCard h3{font-size:31px}}
.matchSignals{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:10px;display:flex}.timingFit{background:var(--cy-sage-soft);border:1px solid #1f3d3024;border-radius:12px;grid-template-columns:auto auto;align-items:baseline;gap:1px 9px;min-width:132px;padding:9px 11px;display:grid}.timingFit>span{letter-spacing:.08em;text-transform:uppercase;color:var(--cy-forest);font-size:10px;font-weight:900}.timingFit>strong{color:var(--cy-forest);justify-self:end;font-size:13px}.timingFit>small{color:#53625a;grid-column:1/-1;font-size:11px;line-height:1.3}.timingFit-partial{background:#f3e9de;border-color:#6b35282e}.timingFit-low{background:#f4e5e2;border-color:#6b352838}.timingFit-low>strong{color:var(--cy-clay-ink)}.profileOpenings{border-bottom:1px solid #1f3d3021;padding:54px 0 8px}.profileOpeningsIntro{grid-template-columns:.9fr 1.1fr;align-items:end;gap:40px;margin-bottom:20px;display:grid}.profileOpeningsIntro h2{letter-spacing:-.045em;color:var(--cy-forest);margin:8px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4.6vw,52px);font-weight:500;line-height:1}.profileOpeningsIntro>p{color:#53625a;margin:0;font-size:16px;line-height:1.6}.profileOpeningsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:42px;display:grid}.profileOpeningsGrid article{background:var(--cy-sage-soft);border:1px solid #1f3d3021;border-radius:18px;padding:20px}.profileOpeningsGrid h3{color:var(--cy-forest);margin:8px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500;line-height:1.08}.profileOpeningsGrid p{color:#53625a;margin:0;font-size:13px;line-height:1.55}@media (max-width:900px){.profileOpeningsIntro{grid-template-columns:1fr;gap:16px}.profileOpeningsGrid{grid-template-columns:1fr}}@media (max-width:680px){.matchTopline{flex-wrap:wrap;gap:14px}.matchSignals{justify-content:flex-start;width:100%}.timingFit{flex:180px;min-width:0}.profileOpenings{padding-top:42px}.profileOpeningsGrid{margin-bottom:34px}}
.wizardProgressMeta{color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin-top:22px;font-size:13px;font-weight:700;display:flex}.wizardProgressMeta span:first-child{color:var(--cy-forest,var(--ink));text-transform:uppercase;letter-spacing:.1em;font-size:12px}.cognitiveWizard .progress{margin:9px 0 26px}.cognitiveWizardCard{flex-direction:column;min-height:500px;scroll-margin-top:24px;display:flex}.wizardStepMeta{justify-content:space-between;align-items:center;gap:14px;display:flex}.optionalBadge{min-height:32px;color:var(--cy-forest,var(--ink));background:var(--cy-sage-soft,#e5eadf);letter-spacing:.01em;border:1px solid #1f3d3047;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 1px #1f3d300f}.wizardQuestionBody{margin-top:30px}.cognitiveOptions{margin-top:0}.cognitiveOptions .option{min-height:62px;font-size:16px;line-height:1.35}.valueOptions .option{align-items:flex-start;min-height:70px}.valueOptions .optionMark{margin-top:1px}.cognitiveRange{margin:0;padding:30px}.cognitiveRange .rangeValue{margin-bottom:24px}.cognitiveCheckRow{border:1px solid var(--line);background:#f8f6f0;border-radius:16px;margin-top:2px;padding:16px}.cognitiveCheckRow input{flex:none;width:20px;height:20px}.cognitivePriorities{gap:18px}.cognitivePriorities .subquestionHeading{border-bottom:1px solid var(--line);padding-bottom:12px}.cognitivePriorities .subquestionHeading strong{color:var(--cy-forest,var(--ink));font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.valuePriorityOption{text-align:left;line-height:1.4}.cognitiveOpenness{margin-top:0}.cognitiveOpenness .opennessCard{grid-template-rows:auto auto;grid-template-columns:24px minmax(0,1fr);align-content:start;align-items:start;gap:10px 16px;min-height:166px;display:grid}.cognitiveOpenness .opennessCard input{grid-area:1/1;align-self:start;width:20px;height:20px;margin:3px 0 0}.cognitiveOpenness .opennessCard strong{grid-area:1/2;align-self:start;margin:0;line-height:1.3}.cognitiveOpenness .opennessCard span{grid-area:2/2;align-self:start;margin:0}.wizardFooterProgress{margin-top:auto;padding-top:36px}.wizardProgressMetaBottom{margin-top:0;font-size:12px}.cognitiveWizard .wizardBottomProgress{height:5px;margin:7px 0 0}.cognitiveWizardNav{margin-top:0;padding-top:14px}.profileHeroCognitive{padding-bottom:42px}.profileHeroCognitive>p{max-width:800px}.profileSnapshotGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:30px;display:grid}.profileSnapshotCard{border:1px solid var(--line);background:var(--white);border-radius:18px;flex-direction:column;justify-content:space-between;gap:16px;min-height:116px;padding:18px;display:flex}.profileSnapshotCard span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:700}.profileSnapshotCard strong{color:var(--cy-forest,var(--ink));font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;line-height:1.2}.profileBalanceLine{color:#53625a;margin:14px 0 0;font-size:15px;line-height:1.5}.profileHeroActions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.livingReportCognitive{padding-top:48px}.livingReportCognitive .livingReportIntro{align-items:start;margin-bottom:20px}.livingReportSummary{grid-template-columns:1.05fr .95fr;align-items:stretch;gap:14px;display:grid}.livingReportNarrativeCard,.livingReportPriorityCard{border:1px solid #17352d1f;border-radius:22px;padding:24px}.livingReportNarrativeCard{background:#f8f6ef}.livingReportPriorityCard{background:var(--cy-sage,#dfe8e1)}.livingReportNarrativeCard p{color:#40504a;margin:9px 0 0;font-size:17px;line-height:1.65}.livingReportPriorityCard h3{color:var(--cy-forest,var(--ink));margin:8px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:500;line-height:1.08}.livingReportPriorityCard ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.livingReportPriorityCard li{color:#40504a;border-top:1px solid #17352d1f;padding-top:9px}.resultDisclosure{background:#fffdf7b8;border:1px solid #1f3d3024;border-radius:18px;margin-top:14px;overflow:hidden}.resultDisclosure>summary{cursor:pointer;min-height:58px;color:var(--cy-forest,var(--ink));justify-content:space-between;align-items:center;gap:18px;padding:16px 18px;font-size:15px;font-weight:800;list-style:none;display:flex}.resultDisclosure>summary::-webkit-details-marker{display:none}.resultDisclosure>summary:after{content:"+";font-size:22px;font-weight:400;line-height:1}.resultDisclosure[open]>summary:after{content:"–"}.resultDisclosureBody{border-top:1px solid #1f3d301a;padding:0 18px 18px}.livingReportDetails .livingReportGrid{margin-top:18px}.livingReportDetails .livingReportFacts{margin-top:14px}.livingReportDetails .livingReportNote{margin-bottom:0}.topMatchSection{margin-top:4px}.topMatchLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:13px;font-weight:800}.compactMatchGrid{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;display:grid}.compactMatchCard{border:1px solid var(--line);background:var(--white);border-radius:17px;grid-template-columns:auto 1fr;align-items:start;gap:14px;padding:18px;display:grid}.compactMatchScore{color:var(--cy-forest,var(--ink));font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1}.compactMatchCard h3{margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500;line-height:1.05}.compactMatchCard p{color:var(--muted);margin:5px 0 0;font-size:14px;line-height:1.5}.compactMatchCard .textLink{margin-top:10px}.resultMoreMatches{margin-top:18px}.resultMoreMatches .resultDisclosureBody{padding-top:0}.postProfileClarityCompact{padding-top:0;padding-bottom:24px}.postProfileDisclosure{background:#f8f6ef;margin-top:0}.postProfileDisclosure .resultDisclosureBody{padding-top:18px}.postProfileDisclosureIntro{max-width:760px;margin-bottom:18px}.postProfileDisclosureIntro h2{letter-spacing:-.04em;margin:7px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,42px);font-weight:500;line-height:1.03}.postProfileDisclosureIntro p{color:var(--muted);margin:0;font-size:16px;line-height:1.6}.postProfileTrustGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.postProfileTrustGrid article{border:1px solid var(--line);background:var(--white);border-radius:16px;padding:18px}.postProfileTrustGrid h3{margin:0 0 8px;font-size:14px}.postProfileTrustGrid p{color:var(--muted);margin:0;font-size:15px;line-height:1.55}.postProfileActions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}@media (max-width:900px){.profileSnapshotGrid{grid-template-columns:1fr 1fr}.livingReportSummary,.compactMatchGrid,.postProfileTrustGrid{grid-template-columns:1fr}}@media (max-width:680px){.wizardProgressMeta{margin-top:18px;font-size:12px}.cognitiveWizard .progress{margin-bottom:18px}.cognitiveWizardCard{min-height:0;padding:24px 21px}.cognitiveWizardCard h1{font-size:clamp(34px,10vw,44px)}.wizardQuestionBody{margin-top:24px}.cognitiveOptions .option{min-height:58px}.valueOptions .option{min-height:64px}.cognitiveRange{padding:22px 18px}.cognitiveRange .rangeValue{font-size:56px}.cognitiveOpenness .opennessCard{min-height:0;padding:24px 26px}.wizardFooterProgress{padding-top:28px}.wizardProgressMetaBottom{margin-top:0}.cognitiveWizard .wizardBottomProgress{margin:7px 0 0}.cognitiveWizardNav{padding-top:12px}.profileSnapshotGrid{grid-template-columns:1fr}.profileSnapshotCard{min-height:0}.profileHeroActions{display:grid}.profileHeroActions .button{width:100%}.livingReportCognitive{padding-top:40px}.livingReportNarrativeCard,.livingReportPriorityCard{padding:20px}.resultDisclosure>summary{font-size:14px}.compactMatchCard{grid-template-columns:64px 1fr;padding:16px}.postProfileClarityCompact{padding-bottom:10px}.postProfileActions{display:grid}.postProfileActions .button{width:100%}}
.brand{color:var(--cy-forest)}.button.dark{background:var(--cy-forest);border-color:var(--cy-forest)}.button:not(.dark):hover{background:#17352d0d}.profileTrust{padding:30px 0 0}.profileTrustInner{background:var(--cy-sage);border:1px solid #17352d24;border-radius:24px;grid-template-columns:48px minmax(0,760px);align-items:start;gap:18px;padding:22px 26px;display:grid}.profileTrustMark{background:var(--cy-forest);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:grid}.profileTrust h1{color:var(--cy-forest);letter-spacing:-.03em;margin:5px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,3.2vw,38px);font-weight:500;line-height:1.05}.profileTrust p{color:#40504a;max-width:760px;margin:0;line-height:1.55}.wizardCard{box-shadow:0 18px 50px #17352d0d}.option.selected{background:var(--cy-sage);border-color:var(--cy-forest-soft)}.option.selected .optionMark,.progress span{background:var(--cy-forest-soft)}.profileHero h1,.matchesIntro h2,.resultNextStep h2{color:var(--cy-forest)}.resultNextStep{background:var(--cy-forest)}.resultNextStep h2{color:#fff}.reasonBox{background:#eef4ee}.tradeoffBox{background:#f5ebe6}.livingReport{border-bottom:1px solid #17352d24;padding:58px 0 12px}.livingReportIntro{grid-template-columns:1.05fr .95fr;align-items:end;gap:48px;margin-bottom:24px;display:grid}.livingReportIntro h2{letter-spacing:-.045em;color:var(--cy-forest);margin:7px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4.8vw,56px);font-weight:500;line-height:1.02}.livingReportIntro>p{color:#596762;margin:0;font-size:18px}.livingReportGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.livingReportCard{border:1px solid #17352d1f;border-radius:24px;min-height:290px;padding:26px}.livingReportPriorities{background:var(--cy-sage)}.livingReportTradeoffs{background:var(--cy-bluegray-soft)}.livingReportCard h3{color:var(--cy-forest);margin:10px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;line-height:1.08}.livingReportCard ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.livingReportCard li{color:#40504a;border-top:1px solid #17352d1f;padding-top:12px}.livingReportFacts{background:#fffdf7ad;border:1px solid #17352d1f;border-radius:20px;grid-template-columns:repeat(5,1fr);margin-top:14px;display:grid;overflow:hidden}.livingReportFact{border-right:1px solid #17352d1a;flex-direction:column;justify-content:space-between;gap:12px;min-height:104px;padding:18px;display:flex}.livingReportFact:last-child{border-right:0}.livingReportFact span{color:#738079;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.livingReportFact strong{color:var(--cy-forest);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500;line-height:1.2}.livingReportNote{color:#737d77;max-width:800px;margin:16px 0 34px;font-size:13px}.projectsIntro h1{color:var(--cy-forest)}.projectCard{box-shadow:0 14px 38px #17352d0a}.communityFormingSection{position:relative}.communityFormingSection:before{content:"";background:var(--cy-clay-soft);z-index:-1;border-radius:34px;position:absolute;inset:18px -12px -20px}.communityFormingIntro .eyebrow,.formingBadge{color:#874b38}.communityFormingCard{border-color:#b66f5557;box-shadow:0 18px 42px #75483614}.communityFormingCard h3{color:#743f30}.communityFormingCard .button.dark{background:#743f30;border-color:#743f30}.result[aria-label="Cosa succede dopo il Living Profile"] .matchCard,.result[aria-label="What happens after the Living Profile"] .matchCard{background:#f8f6ef;border-color:#17352d24}@media (max-width:900px){.livingReportIntro{grid-template-columns:1fr;gap:20px}.livingReportFacts{grid-template-columns:repeat(2,1fr)}.livingReportFact{border-bottom:1px solid #17352d1a}}@media (max-width:680px){.communityFormingSection:before{inset:8px -5px -14px}.profileTrust{padding-top:18px}.profileTrustInner{border-radius:18px;grid-template-columns:1fr;padding:20px}.profileTrustMark{width:36px;height:36px;font-size:17px}.livingReport{padding-top:42px}.livingReportGrid{grid-template-columns:1fr}.livingReportCard{min-height:0;padding:22px}.livingReportFacts{grid-template-columns:1fr}.livingReportFact{border-right:0;min-height:0}}
.cyHome{background:var(--cy-paper);max-width:1540px;margin:0 auto;box-shadow:0 0 0 1px #1f3d300a}.cyHomeNav{background:var(--cy-paper);border-bottom:1px solid #1f3d3014;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;height:84px;padding:0 46px;display:grid}.cyHomeBrand{color:var(--cy-forest);white-space:nowrap;align-items:center;gap:8px;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1;text-decoration:none;display:inline-flex}.cyHomeBrand span{font-family:Arial,sans-serif;font-size:24px}.cyHomeNavLinks{justify-content:center;align-items:center;gap:34px;display:flex}.cyHomeNavLinks a,.cyHomeNavActions a{color:var(--cy-forest);white-space:nowrap;font-size:14px;text-decoration:none}.cyHomeNavActions{grid-column:3;justify-self:end;align-items:center;gap:18px;display:flex}.cyHomeLogin{border:1px solid #1f3d3073;border-radius:9px;padding:10px 18px}.cyHomeLang{align-items:center;gap:4px;display:inline-flex}.cyHomeHero{background:var(--cy-forest);min-height:410px;position:relative;overflow:hidden}.cyHomeHeroImage{object-fit:cover;object-position:center 43%;width:100%;height:100%;display:block;position:absolute;inset:0}.cyHomeHeroShade{background:linear-gradient(90deg,#122a20d1 0%,#122a2099 28%,#122a202e 56%,#122a200a 100%);position:absolute;inset:0}.cyHomeHeroCopy{z-index:2;width:min(560px,50%);color:var(--cy-paper);padding:66px 0 54px 64px;position:relative}.cyHomeHeroCopy h1{letter-spacing:-.035em;margin:0 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,4.2vw,64px);font-weight:500;line-height:1.03}.cyHomeHeroCopy p{color:#f6f2e8f5;max-width:500px;margin:0 0 26px;font-size:17px;line-height:1.55}.cyHomeHeroActions{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.cyHomeHeroCta{background:var(--cy-paper);min-height:48px;color:var(--cy-forest);border:1px solid var(--cy-paper);border-radius:8px;justify-content:center;align-items:center;padding:0 22px;font-weight:800;text-decoration:none;display:inline-flex}.cyHomeHeroSecondary{min-height:44px;color:var(--cy-paper);border-bottom:1px solid #f6f2e8b3;align-items:center;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.cyHomePrivacy{background:var(--cy-sage-soft);border-bottom:1px solid #1f3d3017;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:20px;padding:21px 48px;display:grid}.cyHomePrivacyIcon{border:2px solid var(--cy-forest);width:44px;height:52px;color:var(--cy-forest);border-radius:18px 18px 22px 22px;place-items:center;font-size:21px;display:grid}.cyHomePrivacyKicker{letter-spacing:.09em;color:var(--cy-forest);font-size:11px;font-weight:800}.cyHomePrivacy h2{color:var(--cy-forest);margin:3px 0 2px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.cyHomePrivacy p{color:var(--muted);max-width:820px;margin:0;font-size:12px;line-height:1.45}.cyHomePrivacyLink{color:var(--cy-forest);white-space:nowrap;font-size:12px;text-decoration:none}.cyHomeCards{background:var(--cy-paper);grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:26px 28px 30px;display:grid}.cyHomeCard{background:var(--white);border:1px solid #1f3d301f;border-radius:14px;flex-direction:column;min-width:0;display:flex;overflow:hidden}.cyHomeCardMedia{aspect-ratio:1.85;background:var(--cy-paper-deep);overflow:hidden}.cyHomeCardMedia img{object-fit:cover;width:100%;height:100%;display:block}.cyHomeCard:first-child .cyHomeCardMedia img{object-position:center 47%}.cyHomeCard:nth-child(2) .cyHomeCardMedia img{object-position:center 42%}.cyHomeCardBody{flex-direction:column;gap:8px;min-height:176px;padding:18px 18px 20px;display:flex}.cyHomeCardBody h2{color:var(--cy-forest);margin:0;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:500;line-height:1.1}.cyHomeCardBody p{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.cyHomeCardBody a{color:var(--cy-forest);margin-top:auto;font-size:13px;font-weight:800;text-decoration:none}.cyHomeLower{background:var(--cy-sage-soft);border:1px solid #1f3d301f;border-radius:18px;grid-template-columns:.95fr 1.35fr;gap:48px;margin:22px 28px 30px;padding:30px;display:grid}.cyHomeLowerIntro h2{color:var(--cy-forest);max-width:390px;margin:8px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:500;line-height:1.04}.cyHomeLowerIntro p{color:var(--muted);max-width:460px;line-height:1.5}.cyHomeLowerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.cyHomeLowerGrid>div{border-top:1px solid #1f3d3026;gap:7px;padding:18px;display:grid}.cyHomeLowerGrid strong{color:var(--cy-forest)}.cyHomeLowerGrid span{color:var(--muted);font-size:13px;line-height:1.4}@media (max-width:1120px){.cyHomeNav{gap:18px;padding:0 24px}.cyHomeNavLinks{gap:20px}.cyHomeNavLinks a{font-size:12px}.cyHomeHero{min-height:380px}.cyHomeHeroCopy{width:min(500px,55%);padding:48px 0 42px 36px}.cyHomeHeroCopy h1{font-size:45px}.cyHomeCards{grid-template-columns:1fr;padding:18px 22px 26px}.cyHomeCard{grid-template-columns:220px 1fr;display:grid}.cyHomeCardMedia{aspect-ratio:auto;height:170px}.cyHomeCardBody{min-height:170px;padding:18px 20px}.cyHomeLower{grid-template-columns:1fr 1fr;margin:20px 22px 28px}.cyHomePrivacy{padding-left:28px;padding-right:28px}}@media (max-width:820px){.cyHomeNav{grid-template-columns:auto 1fr auto;height:66px;padding:0 16px}.cyHomeNavLinks{display:none}.cyHomeBrand{grid-column:1;font-size:20px}.cyHomeNavActions{grid-column:3;justify-self:end;gap:10px}.cyHomeLogin{display:none}.cyHomeHero{min-height:470px}.cyHomeHeroImage{object-position:center 44%}.cyHomeHeroShade{background:linear-gradient(90deg,#122a20d1,#122a2080 62%,#122a2038)}.cyHomeHeroCopy{width:min(370px,84%);padding:34px 0 32px 20px}.cyHomeHeroCopy h1{font-size:38px}.cyHomeHeroCopy p{font-size:15px}.cyHomePrivacy{grid-template-columns:42px 1fr;gap:14px;padding:18px 16px}.cyHomePrivacyLink{grid-column:2;margin-top:4px}.cyHomePrivacyIcon{width:36px;height:42px;font-size:17px}.cyHomeCards{gap:10px;padding:12px}.cyHomeCard{border-radius:12px;grid-template-columns:112px 1fr}.cyHomeCardMedia{height:150px}.cyHomeCardBody{min-height:150px;padding:13px 14px}.cyHomeCardBody h2{font-size:21px}.cyHomeCardBody p{font-size:13px}.cyHomeCardBody a{font-size:12px}.cyHomeLower{grid-template-columns:1fr;gap:22px;margin:14px 12px 24px;padding:22px}.cyHomeLowerIntro h2{font-size:30px}.cyHomeLowerGrid{grid-template-columns:1fr;gap:0}.cyHomeLowerGrid>div{padding:14px 0}.operatorTeaser{margin-top:18px}}@media (max-width:430px){.cyHome{max-width:none}.cyHomeNav{height:60px}.cyHomeHero{min-height:450px}.cyHomeHeroCopy{width:88%;padding-top:28px;padding-right:12px}.cyHomeHeroCopy h1{font-size:34px;line-height:1.04}.cyHomeHeroCopy p{font-size:14px;line-height:1.5}.cyHomeHeroActions{align-items:stretch;gap:10px}.cyHomeHeroCta{width:100%;padding:0 16px}.cyHomeHeroSecondary{width:max-content}.cyHomePrivacy h2{font-size:19px}.cyHomePrivacy p{font-size:12px}.cyHomeCards{padding:12px 12px 18px}.cyHomeCard{grid-template-columns:1fr}.cyHomeCardMedia{height:180px}.cyHomeCardBody{min-height:0;padding:16px}.cyHomeCardBody h2{font-size:23px}.cyHomeCardBody p{font-size:14px}.cyHomeCardBody a{margin-top:8px;font-size:13px}}
.cyPublicPage{background:var(--cy-paper);max-width:1540px;min-height:100vh;color:var(--cy-ink);margin:0 auto;box-shadow:0 0 0 1px #1f3d300a}.cySiteFooter{max-width:1540px;margin-left:auto;margin-right:auto}.cyPublicPage>.cyHomeNav{z-index:10;position:relative}.cyPublicPage .eyebrow{color:var(--muted)}.cyPublicPage .projectsIntro h1,.cyPublicPage .projectHero h1,.cyPublicPage .projectBody h2,.cyPublicPage .operatorHero h1,.cyPublicPage .operatorValue h2,.cyPublicPage .operatorPlans h2,.cyPublicPage .operatorSubmit h2,.cyPublicPage .formingHero h1,.cyPublicPage .formingWhy h2,.cyLivingTogetherPage h1,.cyLivingTogetherPage h2{color:var(--cy-forest)}.cyPublicPage .projectCard,.cyPublicPage .emptyCatalog,.cyPublicPage .projectSignalCard,.cyPublicPage .projectFitPanel,.cyPublicPage .operatorValueGrid article,.cyPublicPage .planCard,.cyPublicPage .operatorFormState,.cyPublicPage .formSection,.cyPublicPage .formingDefinition,.cyPublicPage .formingFacts article,.cyPublicPage .formingForm,.cyPublicPage .formingThanks,.cyLivingTogetherPage .profileSubquestion{background:var(--white);border-color:#1f3d3021}.cyPublicPage:not(.cyLivingProfilePage) .button{border-radius:8px;min-height:44px;padding:0 17px}.cyPublicPage:not(.cyLivingProfilePage) .button.dark{background:var(--cy-forest);border-color:var(--cy-forest);color:var(--cy-paper)}.cyPublicPage .projectCard .button:not(.dark){color:var(--cy-forest);border-color:#1f3d307a}.cyPublicPage .projectSignalCard strong,.cyPublicPage .projectFitPanel h3,.cyPublicPage .projectCard h2{color:var(--cy-forest)}.operatorPage .operatorValue{background:var(--cy-sage-soft);border-color:#1f3d301f}.operatorPage .planIntelligence{background:var(--cy-forest);border-color:var(--cy-forest)}.operatorPage .operatorSubmitBar{background:var(--cy-sage-soft);border-color:#1f3d301f}.formingPage .formingBadge{color:#9e513a;border-color:#c56a4a94}.formingPage .button.dark,.formingPage .formingForm .button.dark{background:#a6543c;border-color:#a6543c}.formingPage .formingDefinition,.formingPage .formingFacts article,.formingPage .formingForm,.formingPage .formingThanks{background:var(--cy-clay-soft)}.cyLivingTogetherPage .profileSubquestion{border:1px solid #1f3d3021;border-radius:20px}.cyLivingTogetherPage .profileSubquestion h2{font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500;line-height:1.08}.cyLivingTogetherPage .homeNavCta{background:var(--cy-forest);min-height:44px;color:var(--cy-paper);border-radius:8px;justify-content:center;align-items:center;padding:0 17px;font-weight:700;display:inline-flex}.cyLivingTogetherPage .homeLang{min-height:44px;color:var(--cy-forest);border:1px solid #1f3d305c;border-radius:8px;align-items:center;padding:0 17px;font-weight:700;display:inline-flex}@media (max-width:820px){.cyPublicPage{max-width:none;box-shadow:none}}
:root{--cy-forest:#1f3d30;--cy-forest-soft:#365b4c;--cy-paper:#f6f2e8;--cy-paper-deep:#ede6d9;--cy-sand:#ded0b7;--cy-clay:#c56a4a;--cy-clay-soft:#f1ddd4;--cy-sage:#a8b59b;--cy-sage-soft:#e5eadf;--cy-bluegray:#84959a;--cy-bluegray-soft:#e2e8e8;--cy-ink:#2a2a2a;--paper:#f6f2e8;--ink:#2a2a2a;--muted:#66706a;--line:#d8d1c5;--white:#fffcf6;--accent:#1f3d30;--soft:#e5eadf;--warn:#a85d45}body{background:var(--cy-paper);color:var(--cy-ink)}.cyBrandLogo{color:var(--cy-forest);white-space:nowrap;place-items:center;line-height:1;display:inline-grid}.cyBrandMark{width:76px;height:42px;display:block;overflow:visible}.cyBrandWordmark{display:block;letter-spacing:-.035em!important;color:var(--cy-forest)!important;font-family:Georgia,Times New Roman,serif!important;font-size:27px!important;font-weight:500!important;line-height:.92!important}.cyBrandTagline{margin-top:6px;display:block;letter-spacing:.25em!important;color:var(--cy-forest)!important;font-family:Arial,Helvetica,sans-serif!important;font-size:6.5px!important;font-weight:800!important;line-height:1!important}.cyBrandLogo.isInverse .cyBrandWordmark,.cyBrandLogo.isInverse .cyBrandTagline{color:var(--cy-paper)!important}.cyHomeNav{background:var(--cy-paper);border-bottom:1px solid #1f3d3021;height:106px;padding:0 46px;position:relative}.cyHomeBrand{min-width:178px;color:var(--cy-forest);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.cyHomeBrand>span{color:inherit}.cyHomeNavLinks a,.cyHomeNavActions a{color:var(--cy-forest)}.cyHomeNavLinks a{font-weight:600}.cyHomeLang{font-weight:700}.cyHomeLogin{background:var(--cy-forest);border:0;border-radius:8px;padding:11px 18px;font-weight:700;color:var(--cy-paper)!important}.cyMobileMenu{display:none;position:relative}.cyMobileMenu summary{cursor:pointer;list-style:none}.cyMobileMenu summary::-webkit-details-marker{display:none}.cyMobileMenuIcon{background:#fffcf6a6;border:1px solid #1f3d3040;border-radius:10px;place-content:center;gap:4px;width:42px;height:42px;display:grid}.cyMobileMenuIcon i{background:var(--cy-forest);border-radius:999px;width:18px;height:1.5px;transition:transform .18s,opacity .18s;display:block}.cyMobileMenu[open] .cyMobileMenuIcon i:first-child{transform:translateY(5.5px)rotate(45deg)}.cyMobileMenu[open] .cyMobileMenuIcon i:nth-child(2){opacity:0}.cyMobileMenu[open] .cyMobileMenuIcon i:nth-child(3){transform:translateY(-5.5px)rotate(-45deg)}.cyMobileMenuPanel{z-index:50;background:var(--cy-paper);border:1px solid #1f3d3026;border-radius:16px;gap:2px;width:min(320px,100vw - 24px);padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 42px #1f3d3029}.cyMobileMenuPanel a{border-radius:10px;align-items:center;min-height:46px;padding:0 13px;font-size:14px;font-weight:650;text-decoration:none;display:flex;color:var(--cy-forest)!important}.cyMobileMenuPanel a:hover{background:var(--cy-sage-soft)}.cyMobileMenuDivider{background:#1f3d3021;height:1px;margin:6px 8px}.cyMobileMenuPanel .cyMobileMenuCta{background:var(--cy-forest);justify-content:center;margin-top:4px;font-weight:750;color:var(--cy-paper)!important}.cyMobileMenuPanel .cyMobileMenuCta:hover{background:var(--cy-forest-soft)}.cyHome{background:var(--cy-paper)}.cyHomeHero{background:var(--cy-forest)}.cyHomeHeroShade{background:linear-gradient(90deg,#122a20c9 0%,#122a208f 29%,#122a202e 58%,#122a2008 100%)}.cyHomeHeroCta{background:var(--cy-forest);color:var(--cy-paper);border:1px solid #f6f2e83d}.cyHomePrivacy{background:var(--cy-sage-soft);border-bottom-color:#1f3d301f}.cyHomePrivacyIcon{border-color:var(--cy-forest);color:var(--cy-forest);background:#f6f2e885}.cyHomePrivacyKicker,.cyHomePrivacy h2,.cyHomePrivacyLink{color:var(--cy-forest)}.cyHomePrivacy p{color:#53625a}.cyHomeCards{background:var(--cy-paper);padding-top:26px}.cyHomeCard{background:#fffcf6;border-color:#1f3d3024;box-shadow:0 10px 26px #1f3d3009}.cyHomeCardBody h2,.cyHomeCardBody a{color:var(--cy-forest)}.cyHomeLower{background:var(--cy-sage-soft);border-color:#1f3d3021}.cyHomeLowerIntro h2,.cyHomeLowerGrid strong{color:var(--cy-forest)}.cyHomeLowerGrid>div{border-top-color:#1f3d302b}.cyHome>.operatorTeaser{background:var(--cy-sage-soft);color:var(--cy-forest);border:1px solid #1f3d3021;border-radius:18px;margin:22px 28px 18px;overflow:hidden;box-shadow:0 10px 26px #1f3d3006}.operatorTeaser h2{color:var(--cy-forest)!important}.operatorTeaser .eyebrow{color:#a6543c!important}.operatorTeaser p,.operatorTeaser .operatorTeaserGrid>div:last-child>p{color:#53625a!important}.operatorTeaser .button.dark,.cyHomeLower .button.dark{background:var(--cy-forest);border-color:var(--cy-forest);color:var(--cy-paper)}.cyProfileBand{background:linear-gradient(90deg,var(--cy-sage) 0%,#cdd5c3 100%);border:1px solid #1f3d302e;border-radius:18px;grid-template-columns:140px minmax(0,1fr) auto;align-items:center;gap:28px;width:auto;margin:0 28px 30px;padding:30px 48px;display:grid;overflow:hidden;box-shadow:0 10px 26px #1f3d3009}.cyProfileBandMark{border-right:1px solid #1f3d302e;justify-content:center;align-items:center;min-height:78px;display:flex}.cyProfileBandMark .cyBrandLogo{display:block}.cyProfileBandMark .cyBrandMark{width:86px;height:52px}.cyProfileBandKicker{letter-spacing:.13em;color:#a6543c;margin-bottom:4px;font-size:11px;font-weight:800}.cyProfileBandCopy h2{letter-spacing:-.035em;color:var(--cy-forest);margin:0 0 7px;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3.1vw,44px);font-weight:500;line-height:1.02}.cyProfileBandCopy p{color:#4e5e56;max-width:720px;margin:0;font-size:15px;line-height:1.5}.cyProfileBandCta{background:var(--cy-forest);min-height:48px;color:var(--cy-paper);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:0 22px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.cyProfileBandCta:hover{background:var(--cy-forest-soft)}.formingPage .formingBadge{color:#9e513a;border-color:#c56a4a94}.formingPage .button.dark,.formingPage .formingForm .button.dark{background:#a6543c;border-color:#a6543c}.formingPage .formingDefinition,.formingPage .formingFacts article,.formingPage .formingForm,.formingPage .formingThanks{background:#fbf3ee}.cyLivingProfilePage .wizardCard,.cyLivingTogetherPage .profileSubquestion{border-color:#1f3d3024}.cyLivingProfilePage .progress span{background:var(--cy-forest)}.cyLivingProfilePage .option.selected{background:var(--cy-sage-soft);border-color:var(--cy-forest)}.cyLivingProfilePage .option.selected .optionMark{background:var(--cy-forest);border-color:var(--cy-forest)}.cyHome>.footer{background:var(--cy-forest);width:100%;max-width:none;color:var(--cy-paper);border-top:4px solid var(--cy-clay);grid-template-columns:220px 1fr auto;padding:34px 48px 40px}.cyHome>.footer p{color:#f6f2e8e0;max-width:760px}.cyHome>.footer a{color:var(--cy-paper);border-bottom:2px solid var(--cy-clay);padding-bottom:2px;font-weight:700;text-decoration:none}.cyHome>.footer .footerTrust{color:var(--cy-sage);margin-top:8px;font-weight:700;display:block}.cyFooterBrand .cyBrandMark{width:70px;height:39px}.cyFooterBrand .cyBrandWordmark{font-size:25px!important}.cyFooterBrand .cyBrandTagline{font-size:5.8px!important}@media (max-width:1120px){.cyHomeNav{height:96px;padding:0 24px}.cyBrandMark{width:66px;height:37px}.cyBrandWordmark{font-size:24px!important}.cyBrandTagline{font-size:5.8px!important}.cyHomeBrand{min-width:156px}.cyProfileBand{grid-template-columns:105px minmax(0,1fr) auto;gap:22px;padding:28px 30px}.cyProfileBandMark .cyBrandMark{width:72px;height:45px}}@media (max-width:820px){.cyHomeNav{background:var(--cy-paper);height:72px;padding:0 16px}.cyHomeBrand{justify-content:flex-start;min-width:0}.cyHomeBrand:before{content:none!important;display:none!important}.cyBrandLogo{grid-template-columns:40px auto;place-items:center start;column-gap:7px}.cyBrandMark{grid-row:1/span 2;width:40px;height:25px}.cyBrandWordmark{font-size:21px!important;line-height:1!important}.cyBrandTagline{display:none}.cyHomeNavActions{gap:9px}.cyHomeLang{align-items:center;min-height:42px;padding:0 4px;display:inline-flex}.cyHomeLogin{display:none}.cyMobileMenu{display:block}.cyHomeHeroShade{background:linear-gradient(90deg,#122a20c2,#122a2061 60%,#122a2024)}.cyHome>.operatorTeaser{border-radius:18px;margin:14px 12px}.cyProfileBand{border-radius:18px;grid-template-columns:64px minmax(0,1fr);gap:18px;margin:0 12px 24px;padding:24px 22px}.cyProfileBandMark{min-height:64px}.cyProfileBandMark .cyBrandLogo{grid-template-columns:none;display:block}.cyProfileBandMark .cyBrandMark{width:54px;height:34px}.cyProfileBandCopy h2{font-size:31px}.cyProfileBandCta{grid-column:2;width:max-content;margin-top:2px}.cyHome>.footer{grid-template-columns:1fr;gap:20px;padding:30px 22px}}@media (max-width:430px){.cyHomeNav{height:66px;padding:0 12px}.cyBrandLogo{grid-template-columns:34px auto;column-gap:6px}.cyBrandMark{width:34px;height:22px}.cyBrandWordmark{font-size:19px!important}.cyHomeLang{font-size:13px}.cyMobileMenuIcon{width:40px;height:40px}.cyMobileMenuPanel{width:calc(100vw - 24px);right:-2px}.cyHome>.operatorTeaser{border-radius:16px;margin:12px}.cyProfileBand{border-radius:16px;grid-template-columns:1fr;gap:14px;margin:0 12px 20px;padding:24px 18px}.cyProfileBandMark{border-bottom:1px solid #1f3d3029;border-right:0;justify-content:flex-start;min-height:0;padding-bottom:12px}.cyProfileBandMark .cyBrandMark{width:58px;height:36px}.cyProfileBandCopy h2{font-size:29px}.cyProfileBandCopy p{font-size:14px}.cyProfileBandCta{grid-column:1;width:100%;margin-top:2px}}
.cySiteFooter{background:var(--cy-forest);width:100%;color:var(--cy-paper);border-top:4px solid var(--cy-clay);padding:48px 48px 24px}.cySiteFooterMain{grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(140px,.72fr)) minmax(220px,1fr);align-items:start;gap:42px;max-width:1420px;margin:0 auto;display:grid}.cySiteFooterBrand .cyBrandLogo{justify-items:start}.cySiteFooterBrand .cyBrandMark{width:82px;height:48px}.cySiteFooterBrand .cyBrandWordmark{font-size:30px!important}.cySiteFooterBrand .cyBrandTagline{font-size:6.4px!important}.cySiteFooterBrand>p{color:#f6f2e8c7;max-width:280px;margin:20px 0 0;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.45}.cySiteFooterColumn{gap:11px;display:grid}.cySiteFooterColumn strong{color:var(--cy-sage);letter-spacing:.15em;margin-bottom:5px;font-size:10px;font-weight:800}.cySiteFooterColumn a{color:#f6f2e8e6;border-bottom:1px solid #0000;width:max-content;max-width:100%;font-size:13px;line-height:1.35;text-decoration:none}.cySiteFooterColumn a:hover{color:var(--cy-paper);border-bottom-color:var(--cy-clay)}.cySiteFooterColumn .cySiteFooterLanguage{color:var(--cy-clay);margin-top:8px;font-weight:800}.cySiteFooterBeta{background:#f6f2e80b;border:1px solid #f6f2e829;border-radius:14px;padding:18px 18px 19px}.cySiteFooterBeta>span{color:var(--cy-clay);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.cySiteFooterBeta p{color:#f6f2e8c7;margin:0;font-size:12px;line-height:1.55}.cySiteFooterTrust{border-top:1px solid #f6f2e826;border-bottom:1px solid #f6f2e826;max-width:1420px;margin:34px auto 0;padding:20px 0}.cySiteFooterTrust p{max-width:980px;color:var(--cy-sage);margin:0;font-size:12px;font-weight:650;line-height:1.55}.cySiteFooterBottom{color:#f6f2e894;align-items:center;gap:24px;max-width:1420px;margin:0 auto;padding-top:20px;font-size:11px;display:flex}.cySiteFooterMade{color:#f6f2e8b8;margin-left:auto}.cySiteFooterMade:first-letter{color:var(--cy-clay)}.cySymbolPage{background:var(--cy-paper)}.cySymbolPage main{padding-bottom:56px}.cySymbolHero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:70px;padding-top:76px;padding-bottom:76px;display:grid}.cySymbolHeroCopy{max-width:720px}.cySymbolHeroCopy h1{color:var(--cy-forest);letter-spacing:-.05em;margin:12px 0 24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,7vw,92px);font-weight:500;line-height:.96}.cySymbolHeroCopy p{color:#53625a;max-width:680px;margin:0;font-size:18px;line-height:1.7}.cySymbolHeroMark{background:linear-gradient(145deg,var(--cy-sage-soft),var(--cy-sage));border:1px solid #1f3d301f;border-radius:28px;place-items:center;min-height:360px;display:grid;overflow:hidden}.cySymbolHeroMark .cyBrandMark{width:178px;height:104px}.cySymbolHeroMark .cyBrandWordmark{font-size:50px!important}.cySymbolHeroMark .cyBrandTagline{margin-top:10px;font-size:9px!important}.cySymbolPrinciples{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding-bottom:70px;display:grid}.cySymbolPrinciples article{background:#fffcf6;border:1px solid #1f3d3021;border-radius:20px;padding:32px 34px 34px;position:relative}.cySymbolPrinciples article>span{color:var(--cy-clay);letter-spacing:.14em;margin-bottom:28px;font-size:11px;font-weight:800;display:block}.cySymbolPrinciples h2{color:var(--cy-forest);letter-spacing:-.025em;margin:0 0 13px;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:500}.cySymbolPrinciples p{color:#596660;margin:0;font-size:14px;line-height:1.65}.cySymbolTagline{background:var(--cy-forest);color:var(--cy-paper);border-radius:24px;margin-bottom:70px;padding:54px 58px}.cySymbolTagline .eyebrow{color:var(--cy-clay)!important}.cySymbolTagline h2{max-width:780px;color:var(--cy-paper);letter-spacing:-.04em;margin:12px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5.2vw,68px);font-weight:500;line-height:1}.cySymbolTagline p{color:#f6f2e8c7;max-width:820px;margin:0;font-size:16px;line-height:1.65}.cySymbolPalette{grid-template-columns:minmax(280px,.8fr) minmax(0,1.4fr);align-items:start;gap:50px;padding-bottom:70px;display:grid}.cySymbolPaletteIntro h2{color:var(--cy-forest);letter-spacing:-.035em;margin:10px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:42px;font-weight:500;line-height:1.02}.cySymbolPaletteIntro p{color:#596660;margin:0;line-height:1.65}.cySymbolSwatches{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.cySymbolSwatches>div{align-content:start;gap:6px;min-width:0;display:grid}.cySymbolSwatches i{border:1px solid #1f3d301f;border-radius:16px;height:126px;display:block}.cySymbolSwatches .isGreen{background:var(--cy-forest)}.cySymbolSwatches .isCream{background:var(--cy-paper)}.cySymbolSwatches .isSage{background:var(--cy-sage)}.cySymbolSwatches .isClay{background:var(--cy-clay)}.cySymbolSwatches strong{color:var(--cy-forest);margin-top:5px;font-size:13px}.cySymbolSwatches span{color:#6b756f;font-size:11px}.cySymbolSwatches small{color:#6b756f;font-size:10px;line-height:1.4}.cySymbolClosing{background:linear-gradient(90deg,var(--cy-sage) 0%,#cdd5c3 100%);border:1px solid #1f3d3024;border-radius:22px;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:28px;padding:32px 38px;display:grid}.cySymbolClosing>.cyBrandLogo{display:block}.cySymbolClosing .cyBrandMark{width:84px;height:50px}.cySymbolClosing h2{color:var(--cy-forest);letter-spacing:-.03em;margin:5px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:500;line-height:1.02}.cySymbolClosing p{color:#4e5e56;max-width:720px;margin:0;font-size:14px;line-height:1.55}.cySymbolClosingActions{justify-items:start;gap:12px;display:grid}.cySymbolTextLink{color:var(--cy-forest);font-size:13px;font-weight:800;text-decoration:none}@media (max-width:1100px){.cySiteFooterMain{grid-template-columns:1.3fr repeat(3,.75fr);gap:30px}.cySiteFooterBeta{grid-column:1/-1;grid-template-columns:170px 1fr;align-items:start;gap:18px;display:grid}.cySiteFooterBeta>span{margin:1px 0 0}.cySymbolHero{gap:40px}.cySymbolHeroMark{min-height:310px}.cySymbolSwatches{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.cySiteFooter{padding:38px 22px 22px}.cySiteFooterMain{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}.cySiteFooterBrand{grid-column:1/-1}.cySiteFooterBrand .cyBrandLogo{grid-template-columns:1fr!important;place-items:start!important;gap:0!important;display:inline-grid!important}.cySiteFooterBrand .cyBrandMark{grid-row:auto!important;width:82px!important;height:48px!important;margin:0 0 5px!important}.cySiteFooterBrand .cyBrandWordmark{font-size:30px!important;line-height:.95!important}.cySiteFooterBrand .cyBrandTagline{letter-spacing:.23em!important;text-align:left!important;margin-top:7px!important;font-size:6.4px!important;line-height:1!important;display:block!important}.cySiteFooterBrand>p{max-width:430px}.cySiteFooterBeta{grid-column:1/-1;grid-template-columns:1fr;gap:8px}.cySiteFooterBottom{flex-wrap:wrap;gap:10px 18px}.cySiteFooterMade{width:100%;margin-left:0}.cySymbolHero{grid-template-columns:1fr;padding-top:52px;padding-bottom:46px}.cySymbolHeroMark{min-height:280px}.cySymbolPrinciples{grid-template-columns:1fr;padding-bottom:46px}.cySymbolTagline{margin-bottom:46px;padding:38px 32px}.cySymbolPalette{grid-template-columns:1fr;gap:28px;padding-bottom:46px}.cySymbolClosing{grid-template-columns:70px 1fr;gap:18px;padding:28px 24px}.cySymbolClosingActions{grid-column:2}}@media (max-width:430px){.cySiteFooter{padding:34px 18px 20px}.cySiteFooterMain{grid-template-columns:1fr;gap:28px}.cySiteFooterBrand,.cySiteFooterBeta{grid-column:1}.cySiteFooterColumn{border-top:1px solid #f6f2e81f;padding-top:20px}.cySiteFooterTrust{margin-top:28px}.cySiteFooterBottom{gap:8px;display:grid}.cySymbolHero{padding:42px 18px 36px}.cySymbolHeroCopy h1{font-size:48px}.cySymbolHeroCopy p{font-size:16px}.cySymbolHeroMark{border-radius:20px;min-height:240px}.cySymbolHeroMark .cyBrandMark{width:126px;height:76px}.cySymbolHeroMark .cyBrandWordmark{font-size:36px!important}.cySymbolPrinciples{padding:0 18px 36px}.cySymbolPrinciples article{padding:26px 24px}.cySymbolTagline{border-radius:20px;margin:0 18px 36px;padding:30px 24px}.cySymbolTagline h2{font-size:42px}.cySymbolPalette{padding:0 18px 36px}.cySymbolSwatches i{height:104px}.cySymbolClosing{grid-template-columns:1fr;margin:0 18px;padding:26px 22px}.cySymbolClosing>.cyBrandLogo{justify-self:start}.cySymbolClosingActions{grid-column:1;width:100%}.cySymbolClosingActions .button{justify-content:center;width:100%}}
:root{--cy-clay-ink:#5f2f25;--cy-on-sage:#34453d;--cy-muted-accessible:#596660;--cy-text-body:18px;--cy-text-secondary:16px;--cy-text-ui:15px;--cy-text-meta:14px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #1f3d306b}.cyHomeHeroCta{background:var(--cy-paper);border-color:var(--cy-paper);color:var(--cy-forest)}.cyHomeHeroCta:hover{background:#fffcf6}.operatorTeaser .eyebrow,.cyProfileBandKicker,.cySymbolPrinciples article>span,.formingHubPath article>span,.formingSignalSteps article>span{color:var(--cy-clay-ink)!important}.cyProfileBandCopy p,.cySymbolClosing p,.profileTrust p,.livingReportPriorities li{color:var(--cy-on-sage)}.cyHomeLowerIntro p,.cyHomeLowerGrid span{color:#53625a}.livingReportFact span,.livingReportNote,.cySymbolSwatches span,.cySymbolSwatches small{color:var(--cy-muted-accessible)}.cySymbolTagline .eyebrow,.cySiteFooterColumn .cySiteFooterLanguage{color:var(--cy-clay-soft)!important}.cyHomeHeroCopy p{font-size:var(--cy-text-body);line-height:1.6}.cyHomePrivacy p{font-size:var(--cy-text-secondary);line-height:1.6}.cyHomePrivacyLink{font-size:var(--cy-text-ui);font-weight:700}.cyHomePrivacyKicker{font-size:12px}.cyHomeCardBody p{font-size:var(--cy-text-secondary);line-height:1.55}.cyHomeCardBody a{font-size:var(--cy-text-ui)}.cyHomeLowerIntro p{font-size:17px;line-height:1.6}.cyHomeLowerGrid span{font-size:var(--cy-text-secondary);line-height:1.5}.cyProfileBandCopy p{font-size:var(--cy-text-secondary);line-height:1.55}.cyProfileBandCta{font-size:var(--cy-text-ui)}.operatorTeaserGrid>div:last-child>p{font-size:17px;line-height:1.6}.cyHomeNavLinks a,.cyHomeNavActions a{font-size:var(--cy-text-ui)}.cyMobileMenuPanel a{font-size:var(--cy-text-secondary)}.wizardHint{font-size:17px;line-height:1.6}.profileSubquestion h2{font-size:18px;line-height:1.35}.subquestionHeading span,.subquestionHint{font-size:var(--cy-text-ui);line-height:1.5}.profileCheckRow{font-size:var(--cy-text-secondary);line-height:1.45}.priorityOption{font-size:var(--cy-text-ui);line-height:1.35}.opennessCard strong{font-size:var(--cy-text-secondary)}.opennessCard span{font-size:var(--cy-text-ui);line-height:1.55}.rangeEnds{font-size:var(--cy-text-ui)}.validationHint{font-size:var(--cy-text-ui);line-height:1.5}.wizardPrivacy{font-size:var(--cy-text-ui);line-height:1.6}.dimension span{font-size:var(--cy-text-ui)}.matchLabel,.scoreNote{font-size:var(--cy-text-ui);line-height:1.5}.matchNarrative{font-size:var(--cy-text-body);line-height:1.6}.demoBadge{font-size:12px}.reasonBox li,.tradeoffBox li,.tradeoffBox p{font-size:var(--cy-text-secondary);line-height:1.5}.breakdownDetails summary{font-size:var(--cy-text-meta);line-height:1.4}.breakdownRow{font-size:var(--cy-text-meta)}.alternativeCard p{font-size:var(--cy-text-ui);line-height:1.5}.demoNotice{font-size:var(--cy-text-ui);line-height:1.55}.timingFit>span{font-size:13px}.timingFit>strong{font-size:var(--cy-text-ui)}.timingFit>small{font-size:var(--cy-text-meta);line-height:1.4}.profileOpeningsIntro>p{font-size:17px;line-height:1.6}.profileOpeningsGrid p{font-size:var(--cy-text-ui);line-height:1.6}.livingReportFact span{font-size:13px}.livingReportNote{font-size:var(--cy-text-ui);line-height:1.55}.projectCardTop{font-size:var(--cy-text-ui)}.verifiedBadge{font-size:12px}.projectCardSignals span,.tagList span{font-size:var(--cy-text-meta)}.projectLocation{font-size:var(--cy-text-secondary)}.projectSignalCard span,.projectFitPanel h3{font-size:var(--cy-text-ui)}.smallCopy{line-height:1.5;font-size:var(--cy-text-meta)!important}.interestLoginForm label,.operatorLogin label,.operatorProjectForm label{font-size:var(--cy-text-ui)}.consentRow{font-size:var(--cy-text-ui);line-height:1.5}.projectFooter{font-size:var(--cy-text-meta);line-height:1.5}.textLink{font-size:var(--cy-text-meta)}.operatorValueGrid p{font-size:var(--cy-text-secondary);line-height:1.55}.operatorValueGrid article>span{font-size:12px}.planNote,.formSection legend{font-size:var(--cy-text-ui)}.formChips span{font-size:var(--cy-text-meta)}.operatorSubmitBar p{font-size:var(--cy-text-ui);line-height:1.5}.formingBreadcrumb{font-size:var(--cy-text-meta)}.formingBadge{font-size:12px}.formingHubDefinition strong{font-size:13px}.formingHubDefinition p{font-size:var(--cy-text-secondary);line-height:1.6}.formingHubPath article>span{font-size:12px}.formingHubPath p{font-size:var(--cy-text-secondary);line-height:1.6}.formingPrincipleGrid strong{font-size:var(--cy-text-secondary)}.formingPrincipleGrid p{font-size:var(--cy-text-ui);line-height:1.6}.formingSignalSteps article>span{font-size:12px}.formingSignalSteps strong{font-size:var(--cy-text-ui)}.formingSignalSteps p{font-size:var(--cy-text-ui);line-height:1.55}.projectsCommunityBridge p{font-size:var(--cy-text-secondary);line-height:1.6}.formingDefinition strong{font-size:var(--cy-text-ui)}.formingDefinition p{font-size:var(--cy-text-secondary);line-height:1.6}.formingFacts strong{font-size:var(--cy-text-secondary)}.formingFacts p{font-size:var(--cy-text-ui);line-height:1.55}.formingForm legend{font-size:var(--cy-text-ui)}.formingOptions label,.formingMeetRow{font-size:var(--cy-text-ui);line-height:1.5}.formingSubmit p,.formingFooter{font-size:var(--cy-text-meta);line-height:1.55}.betaFeedbackForm>label,.betaFitFieldset legend{font-size:var(--cy-text-ui)}.betaFitOptions span{font-size:var(--cy-text-meta);line-height:1.4}.betaFeedbackSubmit p{font-size:var(--cy-text-meta);line-height:1.5}.cySymbolPrinciples p{font-size:var(--cy-text-secondary);line-height:1.65}.cySymbolTagline p,.cySymbolPaletteIntro p{font-size:17px;line-height:1.65}.cySymbolSwatches strong{font-size:var(--cy-text-meta)}.cySymbolSwatches span{font-size:13px}.cySymbolSwatches small{font-size:12px;line-height:1.45}.cySymbolClosing p{font-size:var(--cy-text-secondary);line-height:1.6}.cySiteFooterBrand>p{font-size:18px;line-height:1.5}.cySiteFooterColumn strong{font-size:12px}.cySiteFooterColumn a{font-size:var(--cy-text-ui);line-height:1.45}.cySiteFooterBeta>span{font-size:12px}.cySiteFooterBeta p,.cySiteFooterTrust p{font-size:var(--cy-text-meta);line-height:1.6}.cySiteFooterBottom{font-size:13px;line-height:1.5}.cyMobileMenuIcon{width:44px;height:44px}.cyHomeLang,.priorityOption{min-height:44px}@media (max-width:820px){.cyHomeHeroCopy p{font-size:17px}.cyHomeCardBody p{font-size:var(--cy-text-secondary)}.cyHomeCardBody a{font-size:var(--cy-text-ui)}.cyHomeLowerGrid span{font-size:var(--cy-text-secondary)}.cyHomeLang{font-size:var(--cy-text-meta)}}@media (max-width:680px){input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select{font-size:16px}.resultHeader .button{font-size:var(--cy-text-meta)}.matchNarrative{font-size:17px}.profileHero>p{font-size:18px;line-height:1.6}}@media (max-width:430px){.cyHomeHeroCopy p{font-size:17px;line-height:1.58}.cyHomePrivacy p,.cyProfileBandCopy p{font-size:var(--cy-text-secondary)}.cySymbolHeroCopy p{font-size:17px;line-height:1.65}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
