:root{--ink:#201b25;--muted:#6f6875;--line:#ded7e2;--paper:#fbf9fc;--white:#fff;--pink:#e80a7d;--purple:#7445df;--blue:#3478df;--orange:#ff673e}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:var(--paper);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:15px}a{color:inherit}button,input{font:inherit}button{cursor:pointer}.brand{color:#090909;letter-spacing:-.08em;align-items:flex-start;gap:4px;font-size:34px;font-weight:900;text-decoration:none;display:inline-flex}.brand span{color:var(--pink);letter-spacing:0;font-size:16px}.nav{border-bottom:1px solid var(--line);background:#ffffffe6;justify-content:space-between;align-items:center;height:84px;padding:0 clamp(24px,6vw,92px);display:flex}.nav nav{align-items:center;gap:26px;display:flex}.nav nav a{font-size:14px;font-weight:800;text-decoration:none}.button{color:#fff;background:linear-gradient(100deg, var(--pink), var(--purple));border:0;border-radius:12px;justify-content:center;align-items:center;padding:15px 22px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 26px #8020942e}.button.small{padding:11px 17px}.button:disabled{opacity:.65;cursor:wait}.hero,.statement{padding:clamp(70px,10vw,150px) clamp(24px,8vw,130px)}.hero{background:radial-gradient(circle at 85% 30%, #f0e6ff, transparent 34%), var(--paper);min-height:700px}.eyebrow{color:var(--purple);letter-spacing:.16em;font-size:12px;font-weight:900}.hero h1,.statement h2,.auth-intro h1,.auth-card h1,.auth-card h2,.member-entry h1{letter-spacing:-.055em;max-width:900px;margin:18px 0;font-size:clamp(42px,6vw,82px);line-height:.98}.hero .lede{max-width:690px;color:var(--muted);font-size:20px;line-height:1.55}.actions{align-items:center;gap:24px;margin-top:34px;display:flex}.text-link{text-underline-offset:5px;font-weight:800}.statement{color:#fff;background:#17131a}.statement h2{font-size:clamp(38px,5vw,68px)}.statement>p:last-child{color:#c9c1cc;max-width:760px;font-size:18px;line-height:1.65}.steps{grid-template-columns:repeat(4,1fr);gap:14px;padding:80px clamp(24px,8vw,130px);display:grid}.steps article{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:250px;padding:26px}.steps b{color:var(--purple)}.steps h3{margin-top:72px;font-size:20px}.steps p{color:var(--muted);line-height:1.55}.hero-note{color:#817887;letter-spacing:.02em;margin-top:24px;font-size:12px;font-weight:800}.difference,.possibilities,.trust-story,.landing-close{padding:clamp(70px,9vw,125px) clamp(24px,8vw,130px)}.difference>header,.possibilities>header{max-width:940px;margin-bottom:38px}.difference h2,.possibilities h2,.trust-story h2,.landing-close h2,.steps>header h2{letter-spacing:-.055em;margin:12px 0 18px;font-size:clamp(38px,5.5vw,68px);line-height:1}.difference>header>p:last-child,.possibilities>header>p:last-child{max-width:780px;color:var(--muted);font-size:18px;line-height:1.6}.difference-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.difference-grid article{border:1px solid var(--line);background:#fff;border-radius:20px;min-height:290px;padding:25px}.difference-grid span{color:var(--purple);font-size:12px;font-weight:950}.difference-grid h3{letter-spacing:-.02em;margin-top:78px;font-size:21px}.difference-grid p{color:var(--muted);line-height:1.55}.trust-story{background:radial-gradient(circle at 86% 20%,#eee2ff,#0000 30%),#f7f3f9}.trust-story h2{max-width:850px}.trust-story>p:last-child{max-width:790px;color:var(--muted);font-size:18px;line-height:1.65}.auth-page{background:radial-gradient(circle at 10% 20%, #efe5ff, transparent 30%), radial-gradient(circle at 90% 80%, #ffe5f1, transparent 28%), var(--paper);grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(35px,7vw,100px);min-height:100vh;padding:50px clamp(20px,6vw,90px);display:grid}.auth-page.centered{grid-template-columns:minmax(320px,620px);justify-content:center}.auth-intro>p:not(.eyebrow){max-width:570px;color:var(--muted);font-size:17px;line-height:1.6}.auth-intro h1{font-size:clamp(42px,5vw,68px)}.auth-intro ol{gap:16px;margin:38px 0 0;padding:0;list-style:none;display:grid}.auth-intro li{align-items:center;gap:12px;display:flex}.auth-intro li b{color:#fff;background:linear-gradient(135deg, var(--pink), var(--purple));border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.auth-intro li span{color:var(--muted);gap:2px;font-size:13px;display:grid}.auth-intro li strong{color:var(--ink);font-size:14px}.auth-card{border:1px solid var(--line);background:#fffffff5;border-radius:26px;padding:clamp(28px,4vw,48px);box-shadow:0 24px 70px #50355d1f}.auth-card h1,.auth-card h2{font-size:clamp(31px,4vw,44px)}.auth-card>p{color:var(--muted);line-height:1.55}.free-pill{letter-spacing:.1em;background:#efe7ff;border-radius:99px;width:fit-content;padding:7px 10px;font-size:12px;font-weight:900;color:var(--purple)!important}.auth-card form{gap:17px;margin-top:24px;display:grid}.auth-card label,.auth-card legend{color:#3c3541;font-size:13px;font-weight:800}.auth-card input[type=text],.auth-card input[type=email],.auth-card label>input:not([type=radio]):not([type=checkbox]){border:1px solid #d7cfdd;border-radius:11px;outline:none;width:100%;margin-top:7px;padding:14px}.auth-card input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7445df1f}.field-row{grid-template-columns:1fr 1fr;gap:13px;display:grid}.auth-card fieldset{border:0;gap:9px;margin:2px 0 0;padding:0;display:grid}.auth-card legend{margin-bottom:5px}.choice{border:1px solid var(--line);cursor:pointer;border-radius:12px;align-items:center;gap:11px;padding:14px;display:flex}.choice.selected{background:#faf7ff;border-color:#a985ed}.choice input,.terms input{accent-color:var(--purple)}.choice span{gap:3px;display:grid}.choice small{color:var(--muted);font-size:12px;font-weight:400}.terms{align-items:center;gap:9px;display:flex}.submit{width:100%}.error{margin:0;font-size:13px;font-weight:800;color:#b51e52!important}.auth-switch{text-align:center;margin:22px 0 0;font-size:13px}.auth-switch a{color:var(--purple);font-weight:800}.secondary{border:1px solid var(--line);background:#fff;border-radius:10px;padding:12px 16px;font-weight:800}.auth-mark{color:#fff;background:#21a66c;border-radius:50%;place-items:center;width:48px;height:48px;font-size:22px;font-weight:900;display:grid}.member-entry{min-height:100vh;padding:12vh clamp(24px,10vw,160px)}.member-entry h1{font-size:clamp(42px,6vw,76px)}.member-entry>p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:18px;line-height:1.6}@media (max-width:850px){.nav nav>a:not(.button):not(:last-child){display:none}.steps{grid-template-columns:1fr 1fr}.auth-page{grid-template-columns:1fr}.difference-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.nav{height:72px;padding:0 18px}.brand{font-size:29px}.hero{min-height:auto}.steps,.field-row{grid-template-columns:1fr}.auth-page{padding:24px 12px}.auth-intro ol{display:none}.auth-card{border-radius:20px}.difference-grid,.possibilities>div{grid-template-columns:1fr}.difference-grid article,.possibilities article{min-height:auto}.difference-grid h3,.possibilities h3{margin-top:36px}.landing-close{min-height:480px}}.onboarding-roadmap{gap:12px;max-width:820px;margin:38px 0 24px;display:grid}.onboarding-roadmap article{border:1px solid var(--line);background:var(--white);border-radius:16px;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.onboarding-roadmap b{width:34px;height:34px;color:var(--white);background:linear-gradient(135deg, var(--pink), var(--purple));border-radius:10px;flex:0 0 34px;place-items:center;display:grid}.onboarding-roadmap span{gap:5px;display:grid}.onboarding-roadmap strong{font-size:16px}.onboarding-roadmap small{color:var(--muted);font-size:14px;line-height:1.5}.member-entry .onboarding-status{color:#19865b;font-size:14px;font-weight:800}.roadmap-link{color:inherit;background:#fff;border:1px solid #b99cf0;border-radius:16px;align-items:flex-start;gap:16px;padding:18px 20px;text-decoration:none;display:flex;box-shadow:0 10px 30px #7445df14}.roadmap-link:hover{border-color:var(--purple);transform:translateY(-1px)}.roadmap-link b{color:#fff;background:linear-gradient(135deg,var(--pink),var(--purple));border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.roadmap-link span{flex:1;gap:5px;display:grid}.roadmap-link strong{font-size:16px}.roadmap-link small{color:var(--muted);font-size:14px;line-height:1.5}.roadmap-link em,.roadmap-locked em{color:var(--purple);align-self:center;font-size:13px;font-style:normal;font-weight:900}.roadmap-locked{opacity:.68}.onboarding-roadmap article{width:100%}.onboarding-roadmap article span{flex:1}.onboarding-page{min-height:100vh;padding:54px clamp(20px,7vw,100px) 80px}.onboarding-header{justify-content:space-between;align-items:flex-start;gap:24px;max-width:1000px;margin:0 auto 30px;display:flex}.onboarding-header h1{letter-spacing:-.045em;margin:10px 0;font-size:clamp(38px,5vw,60px)}.onboarding-header>div>p:last-child{max-width:680px;color:var(--muted);font-size:17px;line-height:1.55}.step-count{color:var(--purple);white-space:nowrap;background:#efe7ff;border-radius:99px;margin-top:10px;padding:9px 12px;font-weight:900}.onboarding-form{gap:16px;max-width:1000px;margin:0 auto;display:grid}.form-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:26px}.form-card h2{margin:5px 0 8px;font-size:24px}.form-card>p:not(.eyebrow){color:var(--muted);line-height:1.5}.form-card label{color:#3c3541;font-size:13px;font-weight:800}.form-card input:not([type=file]){border:1px solid #d7cfdd;border-radius:11px;outline:none;width:100%;margin-top:7px;padding:14px}.form-card input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7445df1f}.form-card>label:not(.upload-box){margin-top:16px;display:block}.upload-box{cursor:pointer;background:#fbf8ff;border:2px dashed #cbb9ec;border-radius:15px;gap:7px;margin-top:18px;padding:24px;display:grid}.upload-box input{margin-bottom:8px}.upload-box strong{font-size:16px}.upload-box small{color:var(--muted);font-size:13px}.form-actions{justify-content:space-between;align-items:center;padding-top:6px;display:flex}.form-actions>a{color:var(--muted);text-underline-offset:4px;font-weight:800}@media (max-width:650px){.onboarding-header{display:block}.step-count{display:inline-block}}.assessment-page{background:#faf8fc;min-height:100vh;padding:42px clamp(18px,5vw,72px) 80px}.assessment-top{justify-content:space-between;align-items:flex-end;max-width:1180px;margin:0 auto 18px;display:flex}.assessment-top h1{margin:8px 0 0;font-size:30px}.assessment-count{align-items:baseline;gap:8px;display:flex}.assessment-count strong{color:var(--purple);font-size:38px}.assessment-count span{color:var(--muted)}.progress-track{background:#e9e4ec;border-radius:99px;max-width:1180px;height:7px;margin:0 auto 28px;overflow:hidden}.progress-track span{border-radius:inherit;background:linear-gradient(90deg,var(--pink),var(--purple),var(--blue));height:100%;transition:width .25s;display:block}.assessment-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:22px;max-width:1180px;margin:0 auto;display:grid}.question-card{border:1px solid var(--line);background:#fff;border-radius:24px;padding:clamp(24px,4vw,42px);box-shadow:0 22px 60px #462f5014}.question-card h2{letter-spacing:-.035em;max-width:850px;margin:15px 0 28px;font-size:clamp(27px,3.5vw,42px);line-height:1.15}.response-stack{gap:11px;display:grid}.response-option{text-align:left;border:1px solid var(--line);width:100%;min-height:68px;color:var(--ink);background:#fcfbfd;border-radius:14px;grid-template-columns:38px 1fr 24px;align-items:center;gap:13px;padding:14px;display:grid}.response-option:hover,.response-option.selected{background:#faf7ff;border-color:#a985ed}.response-option>span{width:34px;height:34px;color:var(--purple);background:#fff;border:1px solid #d8cfdf;border-radius:9px;place-items:center;display:grid}.response-option strong{font-size:15px;line-height:1.45}.response-option em{color:var(--purple);font-size:20px;font-style:normal}.question-footer{border-top:1px solid var(--line);justify-content:space-between;margin-top:22px;padding-top:18px;display:flex}.question-footer button,.question-footer span{color:var(--muted);background:0 0;border:0;font-size:13px}.assessment-coach{color:#fff;background:#1d1821;border-radius:22px;min-height:420px;padding:24px;position:sticky;top:24px;overflow:hidden}.assessment-coach>strong{margin-top:42px;font-size:28px;display:block}.assessment-coach>p:not(.eyebrow){color:#d1c9d4;font-size:15px;line-height:1.55}.assessment-coach .eyebrow{color:#c7aaff}.coach-meter{background:#3a313f;border-radius:99px;align-items:flex-end;width:9px;height:120px;margin:28px 0 18px;display:flex;overflow:hidden}.coach-meter span{background:linear-gradient(var(--pink),var(--purple));width:100%;transition:height .25s;display:block}.assessment-coach small{color:#cfc6d2;font-size:13px}.response-help{color:var(--muted);margin:-10px 0 16px;font-size:14px;line-height:1.5}.best-worst-stack{gap:11px;display:grid}.best-worst-option{border:1px solid var(--line);background:#fcfbfd;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:72px;padding:14px 16px;display:grid}.best-worst-option>strong{font-size:15px;line-height:1.45}.best-worst-option>div{gap:7px;display:flex}.best-worst-option button{color:#5d3d80;background:#fff;border:1px solid #d8cfdf;border-radius:9px;min-width:68px;padding:10px 11px;font-size:12px;font-weight:900}.best-worst-option button.selected{color:#fff;background:#6f45bd;border-color:#6f45bd}.best-worst-option button.selected.least{background:#4b6078;border-color:#4b6078}.assessment-continue{width:fit-content;margin-top:9px}.slider-response{gap:18px;padding:20px 4px 4px;display:grid}.slider-labels{color:#4a4250;grid-template-columns:1fr 1fr 1fr;gap:18px;font-size:13px;font-weight:800;line-height:1.4;display:grid}.slider-labels span:nth-child(2){text-align:center}.slider-labels span:last-child{text-align:right}.preference-slider{width:100%;height:34px;accent-color:var(--purple);cursor:pointer}.preference-slider.unanswered::-webkit-slider-thumb{opacity:0}.preference-slider.unanswered::-moz-range-thumb{opacity:0}.slider-ticks{color:var(--muted);text-align:center;grid-template-columns:repeat(7,1fr);margin-top:-17px;font-size:12px;display:grid}.not-applicable{border:1px solid var(--line);color:#514859;background:#fff;border-radius:10px;width:fit-content;padding:11px 13px;font-weight:800}.not-applicable.selected{color:#5d3d80;background:#f3ecff;border-color:#6f45bd}.replace-situation{color:#654590;text-align:left;text-underline-offset:4px;background:0 0;border:0;margin-top:18px;padding:8px 0;font-size:13px;font-weight:800;text-decoration:underline}.replace-situation:hover{color:var(--purple)}.tag-list{flex-wrap:wrap;gap:9px;display:flex}.tag{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:11px;padding:11px 14px;font-size:14px;font-weight:800}.tag.selected{color:#5e3e84;background:#f5efff;border-color:#b79ae9}.tag-entry{grid-template-columns:1fr auto;gap:10px;margin-top:18px;display:grid}.tag-entry input{margin:0!important}.interest-picker{gap:18px;display:grid}.interest-picker h2{margin-bottom:-4px}.selected-interest-summary{background:#faf7ff;border-radius:14px;flex-wrap:wrap;gap:8px;padding:14px;display:flex}.interest-search{margin-top:0!important}.interest-group-tabs{scrollbar-width:thin;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.interest-group-tab{border:1px solid var(--line);color:#5f5665;background:#fff;border-radius:999px;flex:none;padding:9px 12px;font-weight:800}.interest-group-tab.active{color:#5e3e84;background:#f5efff;border-color:#b79ae9}.interest-results{min-height:84px}.interest-results-label{color:var(--muted);margin:0 0 10px;font-size:13px;font-weight:900}.interest-empty{color:var(--muted);margin:0;line-height:1.5}.interest-add{grid-template-columns:minmax(180px,1fr) minmax(180px,auto) auto}.interest-add select{margin:0}.interest-engagement-list{gap:14px;margin-top:18px;display:grid}.interest-engagement{background:#fcfbfd;border:1px solid #e3dce8;border-radius:14px;gap:11px;padding:16px;display:grid}.interest-engagement strong{font-size:16px}.form-card select{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d7cfdd;border-radius:11px;margin-top:7px;padding:14px}.review-grid{grid-template-columns:1fr 1fr;gap:16px;max-width:1000px;margin:0 auto;display:grid}.review-hero,.privacy-card{grid-column:1/-1}.profile-signal{color:#5d3d80;background:#f3ecff;border-radius:12px;align-items:baseline;gap:9px;width:fit-content;margin-top:18px;padding:13px 15px;display:flex}.profile-signal strong{font-size:23px}.profile-signal span{font-size:13px}.review-record{gap:5px;margin-top:14px;display:grid}.review-record span{color:var(--muted);font-size:14px}.review-actions{justify-content:space-between;align-items:center;max-width:1000px;margin:20px auto 0;display:flex}.review-actions>button:not(.button){color:var(--muted);background:0 0;border:0;font-weight:800}@media (max-width:820px){.assessment-layout{grid-template-columns:1fr}.assessment-coach{min-height:auto;position:static}.coach-meter{width:100%;height:8px}.coach-meter span{height:100%!important}}@media (max-width:650px){.best-worst-option{grid-template-columns:1fr}.best-worst-option>div{width:100%}.best-worst-option button{flex:1}.slider-labels{gap:8px;font-size:12px}.review-grid{grid-template-columns:1fr}.review-hero,.privacy-card{grid-column:auto}.interest-add{grid-template-columns:1fr}}.chapter-prototype-page{background:radial-gradient(circle at 12% 8%,#e758ad1f,#0000 27%),radial-gradient(circle at 88% 20%,#5b7eee1f,#0000 30%),#f8f6f9;min-height:100vh;padding:42px clamp(18px,5vw,72px) 80px}.chapter-cover{grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(36px,7vw,90px);max-width:1120px;min-height:calc(100vh - 122px);margin:0 auto;display:grid}.chapter-cover-copy h1,.chapter-complete h1{letter-spacing:-.065em;max-width:720px;margin:11px 0 18px;font-size:clamp(48px,7vw,88px);line-height:.96}.chapter-cover-copy>p:not(.eyebrow),.chapter-complete>p:not(.eyebrow){color:#665d69;max-width:620px;font-size:clamp(17px,2vw,21px);line-height:1.55}.chapter-facts{flex-wrap:wrap;gap:10px;margin:30px 0;display:flex}.chapter-facts span,.complete-mechanics span{color:#5b5260;background:#ffffffb8;border:1px solid #5e486e24;border-radius:999px;padding:11px 14px;font-size:13px}.chapter-facts strong{color:#2b2330;font-size:17px}.chapter-start{align-items:center;gap:18px;display:flex}.chapter-cover-copy>small{color:#7c727f;margin-top:17px;display:block}.chapter-cover-art{aspect-ratio:1;background:linear-gradient(145deg,#201a24,#392f41);border:1px solid #5f44721f;border-radius:48% 52% 46% 54%;position:relative;box-shadow:0 38px 90px #33243c38}.chapter-cover-art>span{aspect-ratio:1;background:#e959a5;border:8px solid #fff;border-radius:50%;width:13%;position:absolute;box-shadow:0 14px 30px #00000038}.chapter-cover-art>span:first-child{background:#ff9a63;top:21%;left:17%}.chapter-cover-art>span:nth-child(2){background:#8d70e8;top:20%;right:17%}.chapter-cover-art>span:nth-child(3){background:#4cc49b;bottom:23%;left:10%}.chapter-cover-art>span:nth-child(4){background:#5f91ed;bottom:22%;right:11%}.chapter-cover-art>span:nth-child(5){background:#e959a5;bottom:8%;left:43%}.chapter-cover-art>div{aspect-ratio:1;color:#fff;background:#ffffff14;border:1px solid #ffffff3d;border-radius:28px;place-items:center;width:32%;font-size:clamp(45px,7vw,84px);font-weight:300;display:grid;position:absolute;top:32%;left:34%;transform:rotate(-4deg)}.chapter-header{justify-content:space-between;align-items:end;gap:24px;max-width:1240px;margin:0 auto 14px;display:flex}.chapter-header h1{letter-spacing:-.04em;margin:5px 0 0;font-size:clamp(25px,3vw,38px)}.chapter-question-count{align-items:baseline;gap:4px;display:flex}.chapter-question-count strong{color:var(--purple);font-size:38px}.chapter-question-count span{color:var(--muted)}.chapter-progress{background:#e7e1e9;border-radius:999px;max-width:1240px;height:5px;margin:0 auto 26px;overflow:hidden}.chapter-progress span{border-radius:inherit;background:linear-gradient(90deg,var(--pink),var(--purple),var(--blue));height:100%;transition:width .35s;display:block}.chapter-workspace{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:22px;max-width:1240px;margin:0 auto;display:grid}.chapter-rail{gap:3px;padding:12px 0;display:grid}.chapter-rail>div{color:#9a919d;border-radius:12px;grid-template-columns:28px 1fr;align-items:center;gap:9px;min-height:54px;padding:9px 8px;display:grid}.chapter-rail>div>span{border:1px solid #d8d0dc;border-radius:50%;place-items:center;width:27px;height:27px;font-size:11px;font-weight:900;display:grid}.chapter-rail p{margin:0;font-size:12px;font-weight:800;line-height:1.3}.chapter-rail>div.current{color:#51346e;background:#eee6fa}.chapter-rail>div.current>span{color:#fff;background:#7b55bd;border-color:#7b55bd}.chapter-question{background:#fffffff0;border:1px solid #573e6421;border-radius:28px;padding:clamp(22px,3.5vw,42px);box-shadow:0 24px 70px #3928421a}.chapter-question.dilemma{border-color:#c2aec9}.chapter-prompt h2{letter-spacing:-.05em;max-width:880px;margin:11px 0 8px;font-size:clamp(29px,4.2vw,51px);line-height:1.06}.chapter-prompt>p:last-child:not(.eyebrow){color:#685f6c;max-width:790px;margin:0 0 23px;font-size:clamp(15px,1.8vw,18px);line-height:1.5}.people-scene{background:linear-gradient(135deg,#f2ebf7,#eceffb);border-radius:22px;height:190px;margin:22px 0;position:relative;overflow:hidden}.people-scene.dilemma{background:linear-gradient(135deg,#28212d,#44384b)}.scene-table{background:#4d385821;border-radius:50%;width:43%;height:28px;position:absolute;top:78px;left:28.5%;transform:rotate(-2deg)}.scene-person{background:#e55a9f;border:7px solid #fff;border-radius:50%;width:44px;height:44px;transition:transform .38s;position:absolute;box-shadow:0 8px 22px #3523402e}.person-1{background:#ff9460;top:45px;left:16%}.person-2{background:#8269db;top:30px;left:32%}.person-3{background:#3bb98f;top:34px;left:calc(50% - 22px)}.person-4{background:#5d8be8;top:29px;right:31%}.person-5{background:#e55a9f;top:47px;right:15%}.people-scene.reacting .person-2{transform:translateY(-8px)}.people-scene.reacting .person-4{transform:translateY(5px)}.scene-note{background:#ffffffb8;border-radius:4px;width:31px;height:38px;position:absolute;top:89px;transform:rotate(8deg);box-shadow:0 4px 10px #2a1c3114}.note-one{left:40%}.note-two{right:41%;transform:rotate(-9deg)}.scene-reaction{color:#554a59;text-align:center;background:#ffffffe0;border-radius:999px;min-width:280px;max-width:72%;padding:9px 14px;font-size:12px;font-weight:800;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.dilemma .scene-reaction{color:#ddd3e0;background:#ffffff1a}.scene-options{grid-template-columns:1fr 1fr;gap:10px;display:grid}.scene-options button{color:#2f2832;text-align:left;background:#fcfbfd;border:1px solid #ded6e2;border-radius:14px;grid-template-columns:32px 1fr;align-items:center;gap:11px;min-height:74px;padding:14px;transition:transform .16s,border-color .16s,background .16s;display:grid}.scene-options button:hover{background:#faf6ff;border-color:#ad90d9;transform:translateY(-1px)}.scene-options button.selected{background:#f0e8fa;border-color:#7d56bd}.scene-options button>span{color:#704c9d;background:#fff;border:1px solid #d7cddd;border-radius:8px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:grid}.scene-options strong{font-size:14px;line-height:1.45}.scene-auto-note{color:#857a88;text-align:center;margin:12px 0 0;font-size:12px}.token-picker{justify-content:space-between;align-items:center;gap:16px;margin:25px 0 14px;display:flex}.token-picker>span{color:#786f7c;font-size:12px}.token-picker>div{gap:8px;display:flex}.choice-token{letter-spacing:.03em;cursor:grab;opacity:.64;background:#fff;border:2px dashed;border-radius:999px;padding:10px 13px;font-size:11px;font-weight:950}.choice-token.active{opacity:1;transform:translateY(-1px);box-shadow:0 7px 18px #402a4c1f}.choice-token.most{color:#6f43b1}.choice-token.least{color:#4d637a}.token-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}.token-cards>button{color:#302832;text-align:left;background:linear-gradient(145deg,#fff,#fbf9fc);border:1px solid #ded6e2;border-radius:17px;flex-direction:column;align-items:flex-start;min-height:138px;padding:17px;transition:transform .16s,border-color .16s;display:flex}.token-cards>button:hover{border-color:#af95d3;transform:translateY(-2px)}.token-cards>button.has-most{border-color:#8157c0;box-shadow:inset 0 0 0 1px #8157c0}.token-cards>button.has-least{border-color:#657b91;box-shadow:inset 0 0 0 1px #657b91}.card-number{color:#a398a8;letter-spacing:.08em;font-size:11px;font-weight:900}.token-cards strong{max-width:360px;margin:17px 0;font-size:16px;line-height:1.35}.card-token-row{flex-wrap:wrap;gap:5px;min-height:24px;margin-top:auto;display:flex}.placed-token{color:#fff;letter-spacing:.04em;border-radius:999px;padding:5px 8px;font-size:9px}.placed-token.most{background:#7447b5}.placed-token.least{background:#546c83}.chapter-continue{align-items:center;gap:14px;margin-top:17px;display:flex}.stand-response{margin-top:28px}.stand-stage{background:linear-gradient(90deg,#f4dfef,#f2edf5 50%,#e1e9fb);border-radius:90px;height:180px;margin:0 20px 4px;position:relative}.stand-stage:after{content:"";background:#4b3a532e;height:2px;position:absolute;bottom:44px;left:8%;right:8%}.stand-zone{border:7px solid #fff;border-radius:50%;width:52px;height:52px;position:absolute;bottom:45px;box-shadow:0 9px 20px #3523401f}.stand-zone.low{background:#e264a9;left:8%}.stand-zone.high{background:#637edf;right:8%}.stand-marker{z-index:2;background:#2c2331;border:7px solid #fff;border-radius:50%;width:42px;height:42px;transition:left .2s,opacity .2s;position:absolute;bottom:35px;transform:translate(-50%);box-shadow:0 10px 24px #2b1e323d}.stand-marker.waiting{opacity:.24}.stand-marker>span{border-bottom:2px solid #fff;border-radius:0 0 50% 50%;width:16px;height:8px;position:absolute;top:10px;left:6px}.stand-end-labels{grid-template-columns:1fr 1fr;gap:50px;margin:0 20px 10px;display:grid}.stand-end-labels strong{font-size:13px;line-height:1.4}.stand-end-labels strong:last-child{text-align:right}.chapter-slider{accent-color:#7447b5;cursor:pointer;width:calc(100% - 40px);height:34px;margin:0 20px}.chapter-slider.unanswered::-webkit-slider-thumb{opacity:0}.chapter-slider.unanswered::-moz-range-thumb{opacity:0}.stand-scale{color:#8b818e;text-align:center;grid-template-columns:repeat(7,1fr);margin:-12px 20px 0;font-size:11px;display:grid}.stand-middle{color:#766c79;text-align:center;margin:13px 0 0;font-size:12px}.chapter-question-footer{border-top:1px solid #e9e3eb;justify-content:space-between;gap:20px;margin-top:24px;padding-top:17px;display:flex}.chapter-question-footer button{color:#756b78;background:0 0;border:0;font-weight:800}.chapter-question-footer button:disabled{opacity:.35}.chapter-question-footer span{color:#8a808d;font-size:12px}.chapter-complete{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:840px;min-height:calc(100vh - 122px);margin:0 auto;display:flex}.chapter-complete h1{max-width:760px}.complete-orbit{border-bottom:1px solid #cfc4d4;border-radius:50%;width:180px;height:92px;margin-bottom:28px;position:relative}.complete-orbit span{background:#e65ca4;border:6px solid #fff;border-radius:50%;width:34px;height:34px;position:absolute;bottom:-17px;box-shadow:0 7px 16px #37264024}.complete-orbit span:first-child{background:#ff9460;left:0}.complete-orbit span:nth-child(2){background:#8269db;bottom:1px;left:37px}.complete-orbit span:nth-child(3){background:#3bb98f;bottom:10px;left:73px}.complete-orbit span:nth-child(4){background:#5d8be8;bottom:1px;right:37px}.complete-orbit span:nth-child(5){right:0}.complete-mechanics{flex-wrap:wrap;justify-content:center;gap:8px;margin:25px 0;display:flex}@media (max-width:900px){.chapter-cover{grid-template-columns:1fr;padding-top:20px}.chapter-cover-art{width:min(440px,82vw);margin:0 auto}.chapter-workspace{grid-template-columns:1fr}.chapter-rail{display:flex;overflow:hidden}.chapter-rail>div{min-width:42px;min-height:42px;padding:6px;display:block}.chapter-rail>div>span{margin:0 auto}.chapter-rail p{display:none}.chapter-rail>div.current{grid-template-columns:28px 1fr;min-width:min(280px,62vw);display:grid}.chapter-rail>div.current p{display:block}}@media (max-width:650px){.chapter-prototype-page{padding:24px 12px 55px}.chapter-cover{min-height:auto}.chapter-cover-copy h1,.chapter-complete h1{font-size:clamp(43px,14vw,68px)}.chapter-header{align-items:center}.chapter-header h1{font-size:22px}.chapter-question{border-radius:21px;padding:22px 16px}.chapter-prompt h2{font-size:32px}.people-scene{height:170px}.scene-person{border-width:6px;width:37px;height:37px}.scene-options,.token-cards{grid-template-columns:1fr}.scene-options button{min-height:62px}.token-picker{flex-direction:column;align-items:flex-start}.choice-token{padding:9px 10px;font-size:9px}.token-cards>button{min-height:118px}.stand-stage{height:145px;margin-inline:4px}.stand-end-labels{gap:25px;margin-inline:4px}.chapter-slider{width:calc(100% - 8px);margin-inline:4px}.stand-scale{margin-inline:4px}.chapter-question-footer{flex-direction:column-reverse;align-items:flex-start}}@media (prefers-reduced-motion:reduce){.people-scene *,.chapter-progress span,.stand-marker,.scene-options button,.token-cards>button{transition:none!important}}.signal-list{gap:10px;margin-top:18px;display:grid}.signal-list>div{background:#f8f5fa;border-radius:12px;gap:4px;padding:13px 14px;display:grid}.signal-list strong{font-size:15px}.signal-list span{color:var(--muted);font-size:13px}.result-hero h2{letter-spacing:-.04em;max-width:760px;font-size:clamp(30px,4vw,48px)}.visibility-panel{border:1px solid var(--line);color:#fff;background:#1d1821;border-radius:20px;gap:14px;max-width:1000px;margin:18px auto 0;padding:26px;display:grid}.visibility-panel h2{margin:7px 0;font-size:25px}.visibility-panel>div>p:last-child{color:#cec5d1;line-height:1.5}.visibility-panel label{background:#28212c;border:1px solid #453a4b;border-radius:12px;align-items:center;gap:10px;padding:14px;font-size:14px;font-weight:800;display:flex}.visibility-panel input{accent-color:var(--pink)}.visibility-panel .review-actions{width:100%;margin-top:4px}.visibility-panel .review-actions>button:first-child{color:#d2c9d5}.visibility-panel .review-actions>.button{color:#fff;background:linear-gradient(100deg, var(--pink), var(--purple));box-shadow:0 12px 26px #e80a7d47}.visibility-panel .review-actions>.button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 15px 30px #e80a7d5c}.visibility-panel .review-actions>.button:focus-visible{outline-offset:3px;outline:3px solid #ffffffe6}.profile-result-page{min-height:100vh;padding:46px clamp(20px,7vw,100px) 90px}.profile-result-header{justify-content:space-between;align-items:flex-end;gap:24px;max-width:1100px;margin:0 auto 28px;display:flex}.profile-result-header a{text-underline-offset:4px}.profile-result-header .eyebrow{margin-top:28px}.profile-result-header h1{letter-spacing:-.05em;margin:8px 0;font-size:clamp(40px,5vw,64px)}.profile-result-header p:last-child{color:var(--muted);font-size:17px}.profile-header-actions{gap:10px;display:flex}.profile-header-actions a{text-decoration:none}.profile-result-hero{color:#fff;background:radial-gradient(circle at 90% 20%,#6330a5,#0000 35%),#1b171e;border-radius:26px;max-width:1100px;margin:0 auto 16px;padding:clamp(28px,5vw,54px)}.profile-result-hero .eyebrow{color:#d1b7ff}.profile-result-hero h2{letter-spacing:-.045em;max-width:850px;margin:12px 0;font-size:clamp(34px,5vw,58px);line-height:1.04}.profile-result-hero>p:not(.eyebrow){color:#d4cbd7;max-width:760px;font-size:17px;line-height:1.6}.profile-result-hero .tag{color:#fff;background:#302837;border-color:#5a4962}.profile-result-hero>small{color:#bdb2c1;margin-top:24px;font-size:12px;display:block}.profile-result-grid{grid-template-columns:1fr 1fr;gap:16px;max-width:1100px;margin:0 auto;display:grid}.profile-communication,.profile-interpretation{grid-column:1/-1}.profile-empty{max-width:800px;margin:0 auto}.profile-empty .button{margin-top:15px}.group-recommendations{border:1px solid var(--line);background:#fff;border-radius:24px;max-width:1100px;margin:18px auto 0;padding:clamp(24px,4vw,38px)}.recommendations-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.recommendations-heading h2{letter-spacing:-.035em;margin:6px 0 8px;font-size:clamp(28px,4vw,40px)}.recommendations-heading>div>p:last-child{max-width:760px;color:var(--muted);line-height:1.55}.recommendations-heading>span{color:#5d3d80;background:#f3ecff;border-radius:999px;flex:none;padding:8px 11px;font-size:12px;font-weight:900}.recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.recommendation-card{background:#fcfbfd;border:1px solid #ded6e3;border-radius:17px;gap:15px;padding:20px;display:grid}.recommendation-card>header{grid-template-columns:auto 1fr;align-items:center;gap:13px;display:grid}.recommendation-avatar{color:#fff;background:linear-gradient(135deg,var(--pink),var(--purple));letter-spacing:.03em;border-radius:50%;place-items:center;width:52px;height:52px;font-size:16px;font-weight:950;display:grid}.recommendation-card h3{margin:3px 0 2px;font-size:21px}.recommendation-card header p,.recommendation-context,.recommendation-profile-title{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.match-label{color:#6b3ec1;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:950}.recommendation-profile-title{color:#46384c;background:#f3edf7;border-radius:10px;padding:11px 12px;font-weight:750}.match-reasons{min-height:106px}.match-reasons>strong{text-transform:uppercase;letter-spacing:.07em;font-size:12px}.match-reasons ul{color:#534a57;margin:8px 0 0;padding-left:18px;font-size:13px;line-height:1.55}.recommendation-card>button{width:100%;margin-top:auto}.recommendation-card .invitation-sent{color:#5d5261;opacity:1;background:#eee9f0;border-color:#c9bdd2}.recommendation-empty{color:var(--muted);background:#f7f3f9;border-radius:14px;padding:22px;line-height:1.55}@media (max-width:760px){.profile-result-header{display:block}.profile-header-actions{flex-wrap:wrap;margin-top:18px}.profile-result-grid{grid-template-columns:1fr}.profile-communication,.profile-interpretation{grid-column:auto}.recommendations-heading{display:block}.recommendations-heading>span{margin-top:10px;display:inline-block}.recommendation-grid{grid-template-columns:1fr}}.group-create-page{background:#faf8fc;min-height:100vh;padding:46px clamp(18px,6vw,92px) 90px}.group-create-header{justify-content:space-between;align-items:flex-start;gap:28px;max-width:1040px;margin:0 auto 22px;display:flex}.group-create-header h1{letter-spacing:-.045em;max-width:780px;margin:9px 0;font-size:clamp(36px,5vw,58px);line-height:1.04}.group-create-header>div>p:last-child{max-width:760px;color:var(--muted);font-size:16px;line-height:1.55}.group-create-page>.progress-track{max-width:1040px}.group-step-card{border:1px solid var(--line);background:#fff;border-radius:24px;gap:18px;max-width:1040px;margin:0 auto;padding:clamp(24px,4vw,42px);display:grid;box-shadow:0 22px 60px #462f5014}.group-step-card h2{letter-spacing:-.035em;margin:2px 0 5px;font-size:clamp(28px,4vw,42px)}.group-step-card>label,.member-range label{color:#3c3541;gap:7px;font-size:13px;font-weight:900;display:grid}.group-step-card input,.group-step-card textarea,.group-step-card select{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d7cfdd;border-radius:11px;outline:none;padding:14px}.group-step-card textarea{resize:vertical;min-height:96px}.group-step-card input:focus,.group-step-card textarea:focus,.group-step-card select:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7445df1f}.group-form-note{color:var(--muted);margin:-5px 0 0;font-size:13px;line-height:1.5}.category-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.category-grid button{border:1px solid var(--line);min-height:92px;color:var(--ink);background:#fcfbfd;border-radius:15px;padding:18px;font-size:16px;font-weight:900}.category-grid button.selected{color:#5d3d80;background:#f3ecff;border-color:#8d67d4}.member-range{grid-template-columns:1fr 1fr;gap:14px;display:grid}.group-question{background:#fcfbfd;border:1px solid #e0d8e5;border-radius:16px;margin:0;padding:20px}.group-question legend{color:var(--ink);padding:0 8px;font-size:16px;font-weight:900}.group-question>div:not(.slider-labels):not(.slider-ticks){grid-template-columns:1fr 1fr;gap:9px;display:grid}.group-question>div>button{color:#443b49;background:#fff;border:1px solid #d9d0df;border-radius:11px;min-height:58px;padding:12px;font-weight:750;line-height:1.35}.group-question>div>button.selected{color:#5d3d80;background:#f3ecff;border-color:#8158ca}.group-question small{color:var(--muted);margin-top:11px;font-size:12px;display:block}.group-slider{gap:15px;display:grid}.light-choice-group{background:#fcfbfd;border:1px solid #e0d8e5;border-radius:16px;margin:0;padding:18px}.light-choice-group legend{color:var(--ink);padding:0 8px;font-size:16px;font-weight:900}.light-choice-group>div{grid-template-columns:1fr 1fr;gap:9px;display:grid}.light-choice-group button{color:#443b49;background:#fff;border:1px solid #d9d0df;border-radius:11px;min-height:56px;padding:12px;font-weight:800;line-height:1.35}.light-choice-group button:hover{background:#faf7ff;border-color:#b79ae9}.light-choice-group button.selected{color:#5d3d80;background:#f3ecff;border-color:#8158ca;box-shadow:inset 0 0 0 1px #8158ca}.compact-choice-group>div{grid-template-columns:repeat(3,1fr)}.group-creation-basics{grid-template-columns:1fr 1fr;gap:14px;display:grid}.group-creation-basics label{color:#3c3541;gap:7px;font-size:13px;font-weight:900;display:grid}.collaboration-type-group>div{grid-template-columns:repeat(2,1fr)}.collaboration-type-group button:last-child{grid-column:1/-1}.collaboration-context{background:#faf8fc;border:1px solid #e0d8e5;border-radius:16px;gap:15px;padding:18px;display:grid}.collaboration-context h3{margin:0 0 4px;font-size:18px}.collaboration-context p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.friendly-note{background:#28212c}.group-step-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:7px;padding-top:18px;display:flex}.group-step-actions>button:not(.button){color:var(--muted);background:0 0;border:0;font-weight:900}.group-review-card>p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.6}.group-review-card dl{grid-template-columns:1fr 1fr;gap:12px;display:grid}.group-review-card dl>div{background:#f7f3f9;border-radius:12px;padding:15px}.group-review-card dt{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:900}.group-review-card dd{margin:6px 0 0;line-height:1.45}.configuration-note{color:#fff;background:#1d1821;border-radius:13px;gap:5px;padding:17px;display:grid}.configuration-note span{color:#d1c9d4;font-size:14px;line-height:1.45}@media (max-width:760px){.group-create-header{display:block}.category-grid,.group-question>div:not(.slider-labels):not(.slider-ticks),.group-review-card dl,.light-choice-group>div,.compact-choice-group>div,.group-creation-basics,.collaboration-type-group>div{grid-template-columns:1fr}.collaboration-type-group button:last-child{grid-column:auto}.member-range{grid-template-columns:1fr 1fr}}.onboarding-navigation{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbf9fcf0;border-bottom:1px solid #ded7e2eb;padding:16px clamp(20px,7vw,100px) 13px;position:sticky;top:0;box-shadow:0 8px 26px #36273f0d}.onboarding-navigation-top{justify-content:space-between;align-items:center;gap:22px;max-width:1180px;margin:0 auto 13px;display:flex}.brand-logo{flex:0 0 85px;width:85px;height:58px;display:block;position:relative;overflow:hidden}.brand-logo img{width:96px;max-width:none;height:96px;position:absolute;top:-14px;left:-6px}.onboarding-back{color:#5f5664;padding:8px 0;font-size:13px;font-weight:850;text-decoration:none}.onboarding-back:hover{color:var(--purple)}.onboarding-back:focus-visible,.onboarding-step-links a:focus-visible{outline-offset:4px;border-radius:6px;outline:3px solid #7445df3d}.onboarding-progress-line{grid-template-columns:repeat(5,1fr);gap:4px;max-width:1180px;height:5px;margin:0 auto 10px;display:grid}.onboarding-progress-line>span{background:#e5dfe8;border-radius:99px;overflow:hidden}.onboarding-progress-line>span.complete{background:linear-gradient(90deg, var(--pink), var(--purple))}.onboarding-step-links{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;max-width:1180px;margin:0 auto;display:grid}.onboarding-step-links>a,.onboarding-step-links>span{color:#8a818f;align-items:center;gap:7px;min-width:0;font-size:11px;font-weight:800;text-decoration:none;display:flex}.onboarding-step-links b{color:#7c7180;background:#eee9f0;border-radius:50%;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.onboarding-step-links a.complete{color:#5e5363}.onboarding-step-links a.complete b{color:#fff;background:#75627e}.onboarding-step-links a.current{color:var(--purple)}.onboarding-step-links a.current b{color:#fff;background:linear-gradient(135deg, var(--pink), var(--purple));box-shadow:0 4px 10px #7445df33}.onboarding-shell>.onboarding-page,.onboarding-shell>.assessment-page,.onboarding-shell>.chapter-prototype-page,.onboarding-shell>.member-entry{min-height:calc(100vh - 112px)}@media (max-width:650px){.onboarding-navigation{padding:11px 16px 10px}.onboarding-navigation-top{margin-bottom:9px}.brand-logo{flex-basis:76px;width:76px;height:52px}.brand-logo img{width:86px;height:86px;top:-13px;left:-6px}.onboarding-back{font-size:12px}.onboarding-progress-line{margin-bottom:8px}.onboarding-step-links{gap:4px}.onboarding-step-links>a,.onboarding-step-links>span{gap:4px;font-size:9px}.onboarding-step-links b{flex-basis:18px;width:18px;height:18px;font-size:9px}.onboarding-step-links span>span,.onboarding-step-links a:not(.current)>span{display:none}}.member-workspace-shell{background:#f8f6fa;grid-template-columns:214px 270px minmax(0,1fr);min-height:100vh;display:grid}.workspace-primary-nav{border-right:1px solid var(--line);background:#fff;flex-direction:column;height:100vh;padding:24px 16px 18px;display:flex;position:sticky;top:0}.workspace-brand{margin:0 8px 28px}.workspace-primary-nav nav{gap:5px;display:grid}.workspace-primary-nav nav a{color:#625a67;border-radius:11px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:44px;padding:10px 11px;text-decoration:none;display:grid}.workspace-primary-nav nav a:hover{background:#f6f1fa}.workspace-primary-nav nav a.active{color:#57327a;background:#eee6f7}.workspace-primary-nav nav a>span{text-align:center;font-size:19px}.workspace-primary-nav nav strong{font-size:13px}.workspace-primary-nav nav em{color:#665d6a;text-align:center;background:#eee9f0;border-radius:99px;min-width:23px;padding:4px 6px;font-size:10px;font-style:normal;font-weight:900}.workspace-primary-nav nav em.attention{color:#fff;background:#df2b72}.workspace-member-card{border-top:1px solid var(--line);grid-template-columns:34px 1fr;align-items:center;gap:9px;margin-top:auto;padding:12px 8px 0;display:grid}.workspace-member-card>span{color:#fff;background:linear-gradient(135deg,var(--pink),var(--purple));border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.workspace-member-card div{gap:2px;min-width:0;display:grid}.workspace-member-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.workspace-member-card small{color:var(--muted);font-size:10px}.workspace-group-rail{border-right:1px solid var(--line);background:#f4f0f6;height:100vh;padding:30px 17px;position:sticky;top:0;overflow-y:auto}.workspace-group-rail>header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.workspace-group-rail>header p{margin:0}.workspace-group-rail>header a{color:#fff;background:#2b2430;border-radius:8px;place-items:center;width:30px;height:30px;font-size:18px;text-decoration:none;display:grid}.workspace-group-rail section{margin-bottom:26px}.workspace-group-rail h2{color:#514957;letter-spacing:.02em;justify-content:space-between;margin:0 5px 10px;font-size:12px;display:flex}.workspace-group-rail h2 span{color:#8b818f}.workspace-group-link{color:inherit;border-radius:11px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:9px;text-decoration:none;display:grid}.workspace-group-link:hover,.workspace-group-link.selected{background:#fff;box-shadow:0 8px 20px #412f4b12}.workspace-group-link>span{color:#653a86;background:#e9def2;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.workspace-group-link div{gap:2px;min-width:0;display:grid}.workspace-group-link strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.workspace-group-link small{color:var(--muted);font-size:10px}.workspace-list-empty{color:var(--muted);padding:0 6px;font-size:11px;line-height:1.5}.workspace-content{min-width:0}.workspace-today-page{max-width:1180px;margin:0 auto;padding:44px clamp(22px,5vw,70px) 80px}.workspace-today-header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:26px;display:flex}.workspace-today-header h1{letter-spacing:-.05em;margin:8px 0;font-size:clamp(38px,5vw,62px)}.workspace-today-header>div>p:last-child{color:var(--muted);font-size:16px}.workspace-panel{border:1px solid var(--line);background:#fff;border-radius:21px;margin-bottom:17px;padding:clamp(21px,3vw,32px);box-shadow:0 14px 40px #462f500d}.workspace-panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.workspace-panel-heading p{margin:0 0 6px}.workspace-panel-heading h2{margin:0;font-size:25px}.workspace-panel-heading>span{color:#603b7e;background:#f0e8f8;border-radius:99px;padding:7px 10px;font-size:11px;font-weight:900}.workspace-dashboard-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.workspace-card-list{gap:10px;display:grid}.workspace-card-list>a{color:inherit;background:#fcfbfd;border:1px solid #e4dce8;border-radius:13px;gap:6px;padding:15px;text-decoration:none;display:grid}.workspace-card-list>a:hover{border-color:#bda5d1;transform:translateY(-1px)}.workspace-card-list>a>span{color:var(--purple);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.workspace-card-list>a strong{font-size:17px}.workspace-card-list>a p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.workspace-card-list>a small{color:#613b80;margin-top:5px;font-weight:900}.workspace-empty-state{color:var(--muted);background:#f7f3f9;border-radius:13px;padding:18px}.workspace-empty-state p{font-size:13px;line-height:1.5}.workspace-empty-state a{color:var(--purple);font-size:12px;font-weight:900}.workspace-invitation-list{gap:10px;display:grid}.workspace-invitation-list article{border:1px solid #e2d9e7;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;padding:15px;display:flex}.workspace-invitation-list article p{color:var(--muted);margin:5px 0 0;font-size:12px}.invitation-actions{align-items:center;gap:8px;display:flex}.invitation-actions>button:not(.button){color:var(--muted);background:0 0;border:0;padding:10px 12px;font-weight:900}.workspace-messages-panel>p{color:var(--muted);line-height:1.6}.resource-card-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.resource-card-grid article{color:#fff;background:linear-gradient(135deg,#231d28,#4b315d);border-radius:15px;padding:20px}.resource-card-grid article:last-child{background:linear-gradient(135deg,#522653,#79376c)}.resource-card-grid span{color:#e9c9ff;letter-spacing:.1em;font-size:10px;font-weight:900}.resource-card-grid h3{margin:22px 0 8px;font-size:20px}.resource-card-grid p{color:#d8cedc;font-size:13px;line-height:1.5}.resource-card-grid a{color:#fff;font-size:12px;font-weight:900}.member-workspace-shell .profile-result-page,.member-workspace-shell .group-create-page{min-height:auto;padding:40px clamp(20px,4vw,58px) 80px}.member-workspace-shell .profile-result-header,.member-workspace-shell .profile-result-hero,.member-workspace-shell .profile-result-grid,.member-workspace-shell .group-recommendations{max-width:1050px}.group-conversation{border:1px solid var(--line);background:#fff;border-radius:24px;max-width:1050px;margin:18px auto 0;padding:clamp(22px,4vw,36px)}.group-conversation>header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.group-conversation header h2{margin:5px 0 0;font-size:28px}.group-conversation header>span{color:var(--muted);font-size:11px}.group-message-list{gap:10px;max-height:480px;padding:8px 0 18px;display:grid;overflow-y:auto}.group-message-list article{background:#f1edf3;border-radius:14px 14px 14px 4px;max-width:78%;padding:12px 14px}.group-message-list article.mine{color:#fff;background:linear-gradient(135deg,#8e3aa8,#6a45c5);border-radius:14px 14px 4px;margin-left:auto}.group-message-list article>div{justify-content:space-between;gap:18px;display:flex}.group-message-list article strong,.group-message-list article time{font-size:10px}.group-message-list article time{opacity:.7}.group-message-list article p{white-space:pre-wrap;margin:6px 0 0;font-size:14px;line-height:1.5}.conversation-empty{color:var(--muted);text-align:center;background:#f7f3f9;border-radius:14px;padding:26px}.conversation-empty p{margin-bottom:0}.group-conversation form{border-top:1px solid var(--line);padding-top:17px}.group-conversation form label{margin-bottom:7px;font-size:12px;font-weight:900;display:block}.group-conversation form>div{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.group-conversation textarea{resize:vertical;min-height:76px;font:inherit;border:1px solid #d7cfdd;border-radius:12px;padding:13px}@media (max-width:1080px){.member-workspace-shell{grid-template-columns:205px minmax(0,1fr)}.workspace-group-rail{display:none}}@media (max-width:760px){.member-workspace-shell{display:block}.workspace-primary-nav{z-index:40;border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;height:auto;padding:8px 12px;display:flex;overflow-x:auto}.workspace-brand{flex-basis:68px;width:68px;height:47px;margin:0 9px 0 0}.workspace-brand img{width:77px;height:77px;top:-12px;left:-5px}.workspace-primary-nav nav{gap:3px;display:flex}.workspace-primary-nav nav a{text-align:center;grid-template-columns:1fr;min-width:42px;padding:7px 8px;display:grid}.workspace-primary-nav nav a strong,.workspace-primary-nav nav a em,.workspace-member-card{display:none}.workspace-today-page{padding:28px 14px 60px}.workspace-today-header{display:block}.workspace-today-header .button{margin-top:14px}.workspace-dashboard-grid,.resource-card-grid{grid-template-columns:1fr}.workspace-invitation-list article{flex-direction:column;align-items:flex-start}.member-workspace-shell .profile-result-page,.member-workspace-shell .group-create-page{padding:28px 13px 60px}.group-message-list article{max-width:92%}.group-conversation form>div{grid-template-columns:1fr}}.possibilities,.landing-close{padding:clamp(70px,9vw,125px) clamp(24px,8vw,130px)}.possibilities{color:#fff;background:#17131a}.possibilities .eyebrow{color:#c7aaff}.possibilities>header{max-width:940px;margin-bottom:38px}.possibilities h2,.landing-close h2,.steps>header h2{letter-spacing:-.055em;margin:12px 0 18px;font-size:clamp(38px,5.5vw,68px);line-height:1}.possibilities>div{grid-template-columns:1fr 1fr;gap:12px;display:grid}.possibilities article{background:#211b24;border:1px solid #3a323d;border-radius:22px;min-height:280px;padding:clamp(24px,4vw,42px)}.possibilities article>p{color:#c7aaff;letter-spacing:.14em;font-size:11px;font-weight:950}.possibilities h3{letter-spacing:-.04em;max-width:500px;margin:55px 0 12px;font-size:clamp(26px,3vw,40px);line-height:1.05}.possibilities article>span{color:#cfc6d2;max-width:560px;line-height:1.6;display:block}.possibilities article>a{color:#fff;text-underline-offset:5px;margin-top:24px;font-weight:850;display:inline-block}.steps{position:relative}.steps>header{grid-column:1/-1;max-width:900px;margin-bottom:22px}.steps>header h2{margin-bottom:0}.landing-close{flex-direction:column;justify-content:center;align-items:flex-start;min-height:560px;display:flex}.landing-close h2{max-width:980px;margin-bottom:22px}.landing-close .lede{max-width:760px;color:var(--muted);margin:0 0 32px;font-size:18px;line-height:1.65}@media (max-width:850px){.possibilities>div{grid-template-columns:1fr}}.hd-admin-page{background:#f8f6f9;min-height:100vh;padding:42px clamp(18px,5vw,72px) 90px}.hd-admin-header{justify-content:space-between;align-items:flex-start;gap:28px;max-width:1320px;margin:0 auto 26px;display:flex}.hd-admin-header h1{letter-spacing:-.055em;margin:10px 0 12px;font-size:clamp(38px,5vw,66px);line-height:1}.hd-admin-header>div>p:last-child{max-width:760px;color:var(--muted);font-size:17px;line-height:1.55}.hd-admin-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:1320px;margin:0 auto 28px;display:grid}.hd-admin-summary article{border:1px solid var(--line);background:#fff;border-radius:17px;gap:5px;padding:21px;display:grid}.hd-admin-summary span,.hd-admin-summary small{color:var(--muted);font-size:12px}.hd-admin-summary strong{letter-spacing:-.04em;font-size:30px}.hd-admin-empty{border:1px solid var(--line);background:#fff;border-radius:24px;max-width:820px;margin:70px auto;padding:40px}.hd-admin-empty h2{margin:8px 0 12px;font-size:32px}.hd-admin-empty>p:last-child{color:var(--muted);line-height:1.6}.hd-purpose-section,.hd-run-section{max-width:1320px;margin:38px auto 0}.hd-section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:16px;display:flex}.hd-section-heading h2{letter-spacing:-.035em;margin:7px 0 0;font-size:29px}.hd-section-heading>p{max-width:420px;color:var(--muted);text-align:right;margin:0;font-size:13px}.hd-purpose-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.hd-purpose-grid>article{border:1px solid var(--line);background:#fff;border-radius:17px;padding:21px}.hd-purpose-grid header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.hd-purpose-grid h3{margin:0;font-size:18px}.hd-purpose-grid header span{color:var(--purple);background:#f1eaff;border-radius:99px;padding:5px 8px;font-size:11px;font-weight:900}.hd-purpose-note{color:var(--muted);margin:17px 0 0;font-size:12px;line-height:1.45}.hd-metric-bar{gap:5px;margin-top:11px;display:grid}.hd-metric-bar>div:first-child{justify-content:space-between;gap:12px;font-size:12px;display:flex}.hd-metric-bar>div:first-child span{color:var(--muted)}.hd-metric-bar>div:last-child{background:#ece7ef;border-radius:99px;height:6px;overflow:hidden}.hd-metric-bar>div:last-child span{border-radius:inherit;background:linear-gradient(90deg,var(--pink),var(--purple),var(--blue));height:100%;display:block}.hd-run-list{gap:16px;display:grid}.hd-run-card{border:1px solid var(--line);background:#fff;border-radius:20px;overflow:hidden}.hd-run-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.hd-run-card h3{margin:6px 0;font-size:24px}.hd-run-card header div>p:last-child{color:var(--muted);margin:0;font-size:12px}.hd-run-status,.hd-recommendation-status{white-space:nowrap;border-radius:99px;padding:7px 10px;font-size:11px;font-weight:900}.hd-run-status-completed,.hd-recommendation-status-viable{color:#12613e;background:#e2f7ec}.hd-run-status-insufficient_evidence,.hd-recommendation-status-review{color:#805600;background:#fff2cf}.hd-recommendation-status-not_recommended{color:#98294d;background:#ffe4ed}.hd-alternative-list{gap:12px;padding:16px;display:grid}.hd-alternative{background:#fcfbfd;border:1px solid #e7e0ea;border-radius:15px;padding:18px}.hd-alternative-title,.hd-alternative-title>div{align-items:center;gap:12px;display:flex}.hd-alternative-title{justify-content:space-between}.hd-alternative-title>div span{color:var(--muted);font-size:12px;font-weight:800}.hd-alternative-title>div strong{font-size:28px}.hd-component-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;margin-top:10px;display:grid}.hd-overlap{color:var(--muted);margin:16px 0 0;font-size:13px}.hd-overlap strong{color:var(--ink)}.hd-flags{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.hd-flags span{color:#805600;background:#fff2cf;border-radius:8px;padding:6px 8px;font-size:11px;font-weight:800}.hd-flags span.risk{color:#98294d;background:#ffe4ed}.hd-reason,.hd-no-result{color:var(--muted);margin:13px 0 0;font-size:12px;line-height:1.5}.hd-no-result{padding:24px}@media (max-width:900px){.hd-admin-summary,.hd-purpose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.hd-admin-header,.hd-section-heading,.hd-run-card>header{display:grid}.hd-section-heading>p{text-align:left}.hd-admin-summary,.hd-purpose-grid,.hd-component-grid{grid-template-columns:1fr}}.hd-scenario-meta{flex-wrap:wrap;gap:7px;margin:10px 0 8px;display:flex}.hd-scenario-meta span{color:#5633b7;letter-spacing:.025em;background:#f1eaff;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:900}.hd-scenario-brief{border-bottom:1px solid var(--line);background:#fbf9fc;padding:16px 24px}.hd-scenario-brief summary{cursor:pointer;color:var(--purple);font-size:12px;font-weight:900}.hd-scenario-brief>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 24px;margin-top:15px;display:grid}.hd-scenario-brief section>span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:900}.hd-scenario-brief section>p{color:var(--ink);margin:5px 0 0;font-size:12px;line-height:1.55}@media (max-width:620px){.hd-scenario-brief>div{grid-template-columns:1fr}}.pilot-auth-card{max-width:610px}.oauth-button{width:100%;min-height:50px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d8d0dd;border-radius:12px;justify-content:center;align-items:center;gap:11px;margin-top:22px;padding:12px 18px;font-weight:850;display:flex}.oauth-button:hover:not(:disabled){background:#fcfafd;border-color:#a996b5}.oauth-button span{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);border-radius:50%;place-items:center;width:23px;height:23px;font-size:12px;font-weight:900;display:grid}.auth-divider{color:#8c838f;text-transform:uppercase;align-items:center;gap:12px;margin:18px 0;font-size:11px;font-weight:800;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-inline-help{justify-content:flex-end;margin:-5px 0 14px;display:flex}.auth-inline-help a{color:var(--purple);font-size:12px;font-weight:850}.pilot-invitation-page,.pilot-home-page,.profile-data-page{background:#f8f6f9;min-height:100vh}.pilot-invitation-page{padding:34px clamp(18px,6vw,84px) 86px}.pilot-invitation-hero{border:1px solid var(--line);background:radial-gradient(circle at 92% 12%,#7544e22b,#0000 32%),radial-gradient(circle at 75% 92%,#ec0a7e1f,#0000 30%),#fff;border-radius:30px;max-width:1130px;margin:0 auto;padding:clamp(30px,6vw,72px);position:relative;overflow:hidden;box-shadow:0 24px 70px #412b4c14}.pilot-invitation-hero .brand-logo{margin-bottom:42px}.pilot-invitation-hero h1{letter-spacing:-.065em;max-width:800px;margin:12px 0 20px;font-size:clamp(44px,7vw,84px);line-height:.96}.pilot-invitation-hero>p:not(.eyebrow){max-width:690px;color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.55}.pilot-invitation-hero>small{color:var(--muted);margin-top:16px;font-size:12px;display:block}.pilot-entry-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px;display:flex}.pilot-entry-actions .button,.pilot-entry-actions .secondary{align-items:center;min-height:48px;text-decoration:none;display:inline-flex}.pilot-entry-actions .error{width:100%;margin:0}.pilot-preparing-message{color:#6f5209;background:#fff7dc;border:1px solid #e6c97d;border-radius:12px;max-width:610px;margin:0;padding:14px 17px;font-weight:800;font-size:14px!important}.pilot-invitation-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:1130px;margin:18px auto;display:grid}.pilot-invitation-details article{border:1px solid var(--line);background:#fff;border-radius:21px;padding:28px}.pilot-invitation-details span{color:var(--purple);letter-spacing:.08em;font-size:11px;font-weight:900}.pilot-invitation-details h2{letter-spacing:-.025em;margin:24px 0 9px;font-size:21px}.pilot-invitation-details p,.pilot-trust-panel>p:last-child{color:var(--muted);font-size:14px;line-height:1.6}.pilot-trust-panel{color:#fff;background:linear-gradient(135deg,#241d2a,#593168);border-radius:24px;max-width:1130px;margin:18px auto 0;padding:clamp(27px,5vw,48px)}.pilot-trust-panel .eyebrow{color:#ddc5ef}.pilot-trust-panel h2{margin:10px 0;font-size:clamp(27px,4vw,40px)}.pilot-trust-panel>p:last-child{color:#ddd3e1;max-width:800px}.pilot-home-page,.profile-data-page{padding:48px clamp(18px,6vw,82px) 90px}.pilot-home-header,.pilot-progress-grid,.pilot-action-panel,.pilot-test-ideas,.pilot-home-footer,.profile-data-header,.profile-data-grid,.profile-data-controls{max-width:1120px;margin-left:auto;margin-right:auto}.pilot-home-header{justify-content:space-between;align-items:flex-start;gap:34px;margin-bottom:26px;display:flex}.pilot-home-header>div{max-width:790px}.pilot-home-header h1,.profile-data-header h1{letter-spacing:-.055em;margin:9px 0 12px;font-size:clamp(40px,6vw,68px);line-height:1}.pilot-home-header>div>p:last-child,.profile-data-header>p:last-child{color:var(--muted);font-size:16px;line-height:1.6}.pilot-home-header>span{color:var(--purple);white-space:nowrap;background:#eee7f8;border-radius:99px;padding:9px 12px;font-size:12px;font-weight:900}.pilot-progress-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.pilot-progress-grid article{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:30px 1fr;align-items:start;gap:12px;min-height:170px;padding:20px;display:grid}.pilot-progress-grid article>b{color:#84798a;background:#eee9f0;border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;display:grid}.pilot-progress-grid article.complete>b{color:#fff;background:linear-gradient(135deg,var(--pink),var(--purple))}.pilot-progress-grid strong{font-size:14px}.pilot-progress-grid p{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.5}.pilot-action-panel{color:#fff;background:linear-gradient(125deg,#2c2131,#643579);border-radius:23px;justify-content:space-between;align-items:center;gap:28px;margin-top:17px;padding:clamp(27px,5vw,44px);display:flex}.pilot-action-panel>div{max-width:700px}.pilot-action-panel .eyebrow{color:#e6c9f2}.pilot-action-panel h2{letter-spacing:-.035em;margin:8px 0 10px;font-size:clamp(26px,4vw,39px)}.pilot-action-panel p:last-child{color:#ded3e2;line-height:1.55}.pilot-action-panel .button{flex:none;text-decoration:none}.pilot-test-ideas{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:17px;display:grid}.pilot-test-ideas article{border:1px solid var(--line);background:#fff;border-radius:17px;padding:24px}.pilot-test-ideas h3{margin:9px 0;font-size:20px}.pilot-test-ideas p:last-child{color:var(--muted);margin-bottom:0;font-size:13px;line-height:1.55}.pilot-home-footer{justify-content:space-between;gap:16px;margin-top:25px;display:flex}.pilot-home-footer a{color:var(--purple);font-size:13px;font-weight:850}.profile-data-header{margin-bottom:24px}.profile-data-header>a{color:var(--purple);font-weight:850}.profile-data-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.profile-data-grid article,.profile-data-controls article{border:1px solid var(--line);background:#fff;border-radius:21px;padding:clamp(24px,4vw,36px)}.profile-data-grid h2,.profile-data-controls h2{margin:8px 0 11px;font-size:26px}.profile-data-grid p,.profile-data-controls p{color:var(--muted);line-height:1.6}.profile-data-controls{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.profile-data-controls a{align-items:center;margin-top:7px;text-decoration:none;display:inline-flex}.profile-data-controls .danger-zone{border-color:#efc7d4;grid-column:1/-1}.profile-data-controls input{width:100%;max-width:350px;font:inherit;border:1px solid #d6ccd9;border-radius:10px;margin:7px 0 12px;padding:12px}.profile-data-success{font-weight:800;color:#12613e!important}@media (max-width:900px){.pilot-progress-grid{grid-template-columns:1fr 1fr}.pilot-invitation-details,.pilot-test-ideas{grid-template-columns:1fr}}@media (max-width:620px){.pilot-invitation-page,.pilot-home-page,.profile-data-page{padding:18px 13px 58px}.pilot-invitation-hero{border-radius:22px;padding:28px 22px}.pilot-invitation-hero h1{font-size:44px}.pilot-entry-actions,.pilot-home-header,.pilot-action-panel,.pilot-home-footer{flex-direction:column;align-items:stretch}.pilot-entry-actions .button,.pilot-entry-actions .secondary{justify-content:center}.pilot-progress-grid,.profile-data-grid,.profile-data-controls{grid-template-columns:1fr}.profile-data-controls .danger-zone{grid-column:auto}.pilot-progress-grid article{min-height:0}}
.form-card textarea{resize:vertical;width:100%;min-height:110px;color:var(--ink);font:inherit;background:#fff;border:1px solid #d7cfdd;border-radius:11px;outline:none;margin-top:7px;padding:14px;line-height:1.5}.form-card textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #7445df1f}.card-heading-row{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.card-heading-row>div>p{color:var(--muted);margin:5px 0 0;line-height:1.5}.section-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.text-button{color:#6e4ab2;background:0 0;border:0;padding:8px 4px;font-weight:800}.success-pill,.confidence-pill{color:#18724f;background:#e6f8ef;border-radius:99px;flex:none;padding:8px 11px;font-size:13px;font-weight:900}.confidence-pill{color:#5d3d80;background:#f3ecff}.processing-consent{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:flex-start;gap:11px;margin-top:16px;padding:15px;display:flex!important}.processing-consent input,.check-field input{height:18px;accent-color:var(--purple);width:18px!important;margin:1px 0 0!important}.processing-consent span{gap:4px;display:grid}.processing-consent small{color:var(--muted);font-size:13px;font-weight:400;line-height:1.45}.inline-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.processing-banner{color:#fff;background:#1d1821;border-radius:13px;align-items:center;gap:12px;margin-top:16px;padding:15px;display:flex}.processing-banner>span{border:3px solid #62596a;border-top-color:#ef2f98;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite resume-spin}.processing-banner div{gap:3px;display:grid}.processing-banner small{color:#d8d0dc;font-size:13px}@keyframes resume-spin{to{transform:rotate(360deg)}}.review-notes{background:#fff7df;border-left:4px solid #f0b73e;border-radius:8px;margin-top:16px;padding:16px}.review-notes ul{color:#594e39;margin:8px 0 0;padding-left:20px;line-height:1.5}.completion-panel{background:#fffaf0;border:1px solid #e5d8b7;border-radius:15px;grid-template-columns:minmax(0,1fr) minmax(240px,.8fr);gap:20px;padding:18px;display:grid}.completion-panel.complete{background:#f2fbf6;border-color:#bfe4d2}.completion-panel>div{align-items:flex-start;gap:13px;display:flex}.completion-panel p{color:var(--muted);margin:4px 0 0;line-height:1.45}.completion-panel ul{columns:2;color:#594e39;column-gap:24px;margin:0;padding-left:20px;line-height:1.55}.completion-panel li{break-inside:avoid}.completion-count{color:#fff;background:#d78d16;border-radius:50%;place-items:center;min-width:38px;height:38px;font-weight:900;display:grid}.completion-panel.complete .completion-count{background:#18835b}.required-mark{color:#a12c61;margin-left:5px;font-size:12px;font-weight:800}.optional-mark{color:var(--muted);margin-left:5px;font-size:12px;font-weight:700}.field-help{color:var(--muted);margin-top:6px;font-size:12px;font-weight:500;line-height:1.4;display:block}.section-intro{color:var(--muted);margin:5px 0 16px;line-height:1.5}.classification-ladder-heading{background:#f8f4ff;border:1px solid #d8ccec;border-radius:12px;gap:3px;padding:14px 15px;display:grid}.classification-ladder-heading small{color:var(--muted);line-height:1.4}.professional-classification-grid{grid-template-columns:1fr 1fr;align-items:start;gap:13px;display:grid}.classification-step{color:#fff;background:#7845df;border-radius:50%;place-items:center;width:22px;height:22px;margin-right:5px;font-size:12px;font-weight:900;display:inline-grid}.canonical-role-field{background:#fcfaff;border:1px solid #d8ccec;border-radius:13px;padding:15px}.canonical-role-field .context-confirmed-badge{margin-top:9px;display:block}.multi-role-field{grid-column:1/-1}.multi-role-field>label{margin-bottom:7px;font-weight:800;display:block}.multi-role-results button{justify-content:flex-start;align-items:center}.multi-role-results button.selected{background:#f4eeff}.multi-role-results button>span:last-child{gap:2px;display:grid}.role-check{color:#6e3bd0;background:#faf7ff;border:1px solid #cdbbea;border-radius:7px;flex:0 0 25px;place-items:center;width:25px;height:25px;font-weight:900;display:inline-grid}.selected-role-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.selected-role-chip{background:#fff;border:1px solid #d8ccec;border-radius:999px;align-items:center;gap:7px;min-height:36px;padding:5px 7px;font-size:13px;font-weight:750;display:inline-flex}.selected-role-chip.primary{background:#f4eeff;border-color:#7845df}.selected-role-chip button{border:0}.role-primary-toggle{color:#6333c2;background:#eee5ff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900}.role-remove{color:#6c4b91;background:#eee5f8;border-radius:50%;width:25px;height:25px;padding:0;font-size:17px;line-height:1}.skill-editor{border:1px solid var(--line);background:#fff;border-radius:13px;padding:15px}.field-label{font-weight:800;display:block}.skill-editor>p{color:var(--muted);margin:5px 0 12px;line-height:1.45}.skill-chip-list{flex-wrap:wrap;gap:7px;margin-bottom:11px;display:flex}.skill-chip{background:#f7f2ff;border:1px solid #cdbbea;border-radius:99px;align-items:center;gap:7px;padding:7px 8px 7px 11px;font-weight:750;display:flex}.skill-chip button{color:#6c4b91;background:#e9defa;border:0;border-radius:50%;width:24px;height:24px;padding:0;font-size:17px;line-height:1}.skill-input-wrap{position:relative}.skill-input-wrap input{margin-top:0!important}.skill-suggestions{z-index:20;background:#fff;border:1px solid #cfc2d9;border-radius:12px;padding:6px;display:grid;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 16px 36px #1f162a24}.skill-suggestions button{color:var(--ink);text-align:left;background:0 0;border:0;border-radius:8px;padding:9px 10px;font-weight:700}.skill-suggestions button:hover{background:#f6f1ff}.primary-role-choice{background:#f8f4ff;border:1px solid #cdbbea;border-radius:12px;align-items:flex-start;gap:10px;padding:13px;flex-direction:row!important;display:flex!important}.primary-role-choice input{height:18px;accent-color:var(--purple);width:18px!important;margin:2px 0 0!important}.primary-role-choice span{gap:3px;display:grid}.primary-role-choice small{color:var(--muted);font-weight:500;line-height:1.4}.taxonomy-row{align-items:start}.taxonomy-field{min-width:0}.taxonomy-combobox{position:relative}.taxonomy-combobox input{padding-right:82px}.taxonomy-combobox.has-selection input{background:#fcfaff;border-color:#a98bdd}.taxonomy-combobox.needs-selection input{background:#fffaf0;border-color:#e2a72d}.taxonomy-unconfirmed{color:#8a5a00;margin-top:6px;font-size:12px;font-weight:800;display:block}.taxonomy-suggestions{gap:6px;margin-top:8px;display:grid}.taxonomy-suggestions>span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:800}.taxonomy-suggestions button{color:var(--ink);text-align:left;background:#fbf8ff;border:1px solid #d8ccec;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;display:flex}.taxonomy-suggestions button:hover{background:#f5efff;border-color:#9d78df}.taxonomy-suggestions button small{color:#6945b0;font-weight:900}.taxonomy-code{color:#6240aa;background:#eee6ff;border-radius:7px;padding:4px 7px;font-size:12px;font-weight:900;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.taxonomy-results{z-index:20;background:#fff;border:1px solid #cfc2d9;border-radius:13px;max-height:310px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 44px #1f162a29}.taxonomy-results button{width:100%;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:9px;gap:4px;padding:11px;display:grid}.taxonomy-results button:hover,.taxonomy-results button:focus{background:#f6f1ff;outline:none}.taxonomy-results button strong{font-size:14px}.taxonomy-results button small,.taxonomy-message{color:var(--muted);font-size:12px;line-height:1.35}.taxonomy-message{padding:12px;display:block}.title-suggestion-field{min-width:0}.title-suggestion-combobox{position:relative}.title-suggestion-results{z-index:30;background:#fff;border:1px solid #d8ccec;border-radius:12px;max-height:280px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #23182d24}.title-suggestion-results button{width:100%;color:var(--ink);text-align:left;background:#fff;border:0;border-bottom:1px solid #eee8f5;justify-content:space-between;align-items:flex-start;gap:12px;padding:11px 12px;display:flex}.title-suggestion-results button:last-child{border-bottom:0}.title-suggestion-results button:hover,.title-suggestion-results button:focus{background:#f6f1ff;outline:none}.title-suggestion-results button strong{font-size:14px}.title-suggestion-results button small{color:var(--muted);font-size:12px;line-height:1.35}.derived-sector{background:#f8f4ff;border:1px solid #d8ccec;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:12px;padding:13px 15px;display:grid}.derived-sector span,.derived-sector small{color:#6d6572;font-size:12px;font-weight:800}.derived-sector.compact{grid-template-columns:1fr auto;min-height:74px;margin:0}.derived-sector.compact span{grid-column:1/-1}.classification-confirmation{background:#fff9e9;border:1px solid #e5b94b;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:15px;display:flex}.classification-confirmation.confirmed{background:#eefaf3;border-color:#9bd5b7}.classification-confirmation>div{gap:4px;display:grid}.classification-confirmation span{color:#705000;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:900}.classification-confirmation.confirmed span{color:#2d6c4f}.classification-confirmation small{color:var(--muted);line-height:1.4}.classification-confirmation.compact{margin-top:0}.industry-multi-select{border:1px solid var(--line);background:#fff;border-radius:13px;margin-top:16px;padding:16px}.industry-multi-heading{align-items:baseline;gap:8px;display:flex}.industry-multi-heading span{color:var(--muted);font-size:12px}.industry-multi-select>p{color:var(--muted);margin:5px 0 12px;line-height:1.45}.industry-chip-list{flex-wrap:wrap;gap:7px;margin-bottom:12px;display:flex}.industry-chip{background:#f7f2ff;border:1px solid #cdbbea;border-radius:99px;align-items:center;gap:7px;padding:7px 8px 7px 11px;display:flex}.industry-chip small{color:#6945b0;font-weight:900}.industry-chip button{color:#6c4b91;background:#e9defa;border:0;border-radius:50%;width:24px;height:24px;padding:0;font-size:17px;line-height:1}.context-confirmed-badge{color:#2d6c4f;background:#e8f7ef;border-radius:99px;width:fit-content;padding:6px 9px;font-size:12px;font-weight:900}.served-industry-summary{gap:8px;margin-top:14px;display:grid}.work-context-row{grid-template-columns:1fr 1fr;align-items:end;gap:13px;display:grid}.domain-picker{border:1px solid var(--line);border-radius:13px;margin:18px 0 4px;padding:16px}.domain-picker legend{padding:0 7px;font-weight:900}.domain-picker legend span{color:var(--muted);margin-left:5px;font-size:12px;font-weight:600}.domain-picker>p{color:var(--muted);margin:0 0 12px}.domain-picker>div{flex-wrap:wrap;gap:8px;display:flex}.domain-picker>div label{background:#fff;border:1px solid #d8ccec;border-radius:99px;flex-direction:row;align-items:center;gap:7px;width:auto;padding:8px 10px;font-size:13px;display:flex}.domain-picker input{height:16px;accent-color:var(--purple);width:16px!important;margin:0!important}.record-section{gap:14px;display:grid}.editable-record{border:1px solid var(--line);background:#fcfbfd;border-radius:15px;gap:13px;padding:18px;display:grid}.record-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.record-title-row>div{align-items:center;gap:10px;display:flex}.record-title-row button{color:#a02d55;background:0 0;border:0;padding:0;font-size:13px;font-weight:800}.record-confidence{color:#337056;background:#e8f7ef;border-radius:99px;padding:5px 8px;font-size:12px;font-weight:800}.record-confidence.low{color:#8a5632;background:#fff0da}.date-row{grid-template-columns:1fr 1fr minmax(150px,.8fr);align-items:end;gap:13px;display:grid}.timeline-grid{grid-template-columns:1.1fr .8fr 1.1fr .8fr minmax(140px,.8fr);align-items:end;gap:11px;display:grid}.school-location-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:13px;display:grid}.check-field{align-items:center;gap:8px;min-height:46px;padding-bottom:12px;display:flex!important}.empty-records{background:#fbf8ff;border:1px dashed #cbb9ec;border-radius:13px;margin:0;padding:18px}.sticky-actions{z-index:5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbf9fcf2;margin:8px -12px -18px;padding:14px 12px;position:sticky;bottom:0}.sticky-actions>div{align-items:center;gap:14px;display:flex}.sticky-actions small{max-width:250px;color:var(--muted);text-align:right;line-height:1.35}@media (max-width:720px){.card-heading-row{display:grid}.success-pill,.confidence-pill{width:fit-content}.date-row,.timeline-grid,.school-location-grid{grid-template-columns:1fr 1fr}.work-context-row,.completion-panel{grid-template-columns:1fr}.completion-panel ul{columns:1}.check-field{grid-column:1/-1}.sticky-actions>div{justify-items:end;display:grid}.sticky-actions small{display:none}.classification-confirmation{display:grid}.professional-classification-grid{grid-template-columns:1fr}}
.workspace-resources-page,.workspace-business-resources-page{max-width:1180px;margin:0 auto;padding:44px clamp(22px,5vw,70px) 80px}.workspace-section-header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:26px;display:flex}.workspace-section-header h1{letter-spacing:-.05em;max-width:800px;margin:8px 0;font-size:clamp(38px,5vw,62px);line-height:1.02}.workspace-section-header>div>p:last-child{max-width:760px;color:var(--muted);font-size:16px;line-height:1.55}.workspace-section-header>span{color:#603b7e;background:#f0e8f8;border-radius:99px;padding:8px 11px;font-size:11px;font-weight:900}.resource-ad-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.resource-ad-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-ad-card{border:1px solid var(--line);background:#fff;border-radius:19px;min-width:0;overflow:hidden;box-shadow:0 14px 40px #462f500f}.resource-ad-card>img{aspect-ratio:1.91;object-fit:cover;background:#eee9f0;width:100%;display:block}.resource-ad-body{padding:20px}.resource-ad-label{justify-content:space-between;align-items:center;gap:16px;display:flex}.resource-ad-label span{color:#665d6a;letter-spacing:.08em;text-transform:uppercase;background:#f0ecf2;border-radius:99px;padding:5px 8px;font-size:9px;font-weight:900}.resource-ad-label strong{color:#5d5361;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.resource-ad-card h3{letter-spacing:-.025em;margin:18px 0 8px;font-size:22px}.resource-ad-card p{min-height:40px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.resource-ad-card small{color:#7a6f7f;margin:15px 0;font-size:10px;display:block}.resource-ad-card a{color:#623d81;font-size:12px;font-weight:900}.resource-feed-empty{color:var(--muted);background:#faf8fb;border:1px dashed #d7cedc;border-radius:15px;padding:25px}.resource-feed-empty strong{color:var(--ink)}.resource-feed-empty p{margin:7px 0 0;font-size:13px;line-height:1.5}.resource-privacy-note{color:var(--muted);margin:24px 4px 0;font-size:11px;line-height:1.5}.campaign-builder{gap:17px;display:grid}.campaign-builder label{color:#3c3541;gap:7px;font-size:12px;font-weight:900;display:grid}.campaign-builder input,.campaign-builder textarea{width:100%;font:inherit;background:#fff;border:1px solid #d7cfdd;border-radius:10px;padding:13px}.campaign-builder textarea{resize:vertical;min-height:90px}.campaign-builder fieldset{border:1px solid var(--line);border-radius:14px;margin:4px 0;padding:19px}.campaign-builder legend{padding:0 7px;font-weight:900}.campaign-builder fieldset>p{color:var(--muted);margin:0 0 15px;font-size:11px}.campaign-form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.campaign-builder .campaign-check{flex-direction:row;align-items:center;margin-top:14px;display:flex}.campaign-builder .campaign-check input{width:auto;accent-color:var(--purple)}.campaign-message{color:#5f3b7e;margin:0;font-size:12px;font-weight:900}.campaign-builder>.button{width:fit-content}.campaign-metric-list{gap:10px;display:grid}.campaign-metric-list article{border:1px solid #e2d9e7;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;padding:15px;display:flex}.campaign-metric-list article>div{gap:5px;display:grid}.campaign-metric-list article span{color:#603b7e;text-transform:uppercase;width:fit-content;font-size:9px;font-weight:900}.campaign-metric-list article p{color:var(--muted);margin:0;font-size:12px}.campaign-metric-list dl{gap:24px;margin:0;display:flex}.campaign-metric-list dl>div{gap:3px;display:grid}.campaign-metric-list dt{color:var(--muted);text-transform:uppercase;font-size:9px}.campaign-metric-list dd{margin:0;font-size:20px;font-weight:900}@media (max-width:760px){.workspace-resources-page,.workspace-business-resources-page{padding:28px 14px 60px}.workspace-section-header{display:block}.workspace-section-header>span{margin-top:12px;display:inline-block}.resource-ad-grid,.resource-ad-grid.compact,.campaign-form-grid{grid-template-columns:1fr}.campaign-metric-list article{flex-direction:column;align-items:flex-start}}
.resource-request-intro{max-width:760px;color:var(--muted);font-size:13px;line-height:1.55}.resource-request-form{gap:14px;margin-top:20px;display:grid}.resource-request-form label,.request-offer-form label{color:#3c3541;gap:7px;font-size:12px;font-weight:900;display:grid}.resource-request-form input,.resource-request-form textarea,.resource-request-form select,.request-offer-form input,.request-offer-form textarea{width:100%;font:inherit;background:#fff;border:1px solid #d7cfdd;border-radius:10px;padding:13px}.resource-request-form textarea,.request-offer-form textarea{resize:vertical;min-height:88px}.resource-request-form-grid{grid-template-columns:1.5fr 1fr;gap:13px;display:grid}.resource-request-form>.button{width:fit-content}.member-request-list{border-top:1px solid var(--line);margin-top:27px;padding-top:22px}.member-request-list>h3{margin:0 0 12px;font-size:16px}.member-request-list article{border-top:1px solid #eee8f0;justify-content:space-between;align-items:center;gap:18px;padding:13px 0;display:flex}.member-request-list article>div{gap:4px;display:grid}.member-request-list article span{color:#643e81;text-transform:uppercase;width:fit-content;font-size:9px;font-weight:900}.member-request-list article p{color:var(--muted);margin:0;font-size:11px}.member-request-list article b{color:#5f5664;font-size:11px}.member-request-list article button{color:#7a507f;background:0 0;border:0;padding:0;font-size:10px;font-weight:900;text-decoration:underline}.request-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.request-offer-card .resource-ad-label span{color:#fff;background:#7147a1}.request-offer-card .resource-ad-body>small:first-of-type{margin-bottom:0}.resource-feed-heading{margin:34px 3px 16px}.resource-feed-heading p{margin:0 0 5px}.resource-feed-heading h2{margin:0;font-size:26px}.business-request-entry{justify-content:space-between;align-items:center;gap:24px;display:flex}.business-request-entry h2{margin:6px 0}.business-request-entry p:last-child{color:var(--muted);margin:0;font-size:13px}.open-request-list{gap:16px;display:grid}.open-request-list>.workspace-panel>header{justify-content:space-between;gap:22px;display:flex}.open-request-list header span{color:#673f83;text-transform:uppercase;font-size:10px;font-weight:900}.open-request-list header h2{margin:7px 0;font-size:26px}.open-request-list header p{max-width:740px;color:var(--muted);margin:0;line-height:1.55}.open-request-list header>div:last-child{text-align:right;align-content:start;gap:5px;min-width:90px;display:grid}.open-request-list header>div:last-child strong{color:var(--muted);text-transform:uppercase;font-size:9px}.open-request-list dl{background:#f7f3f9;border-radius:12px;gap:28px;padding:14px;display:flex}.open-request-list dl>div{gap:3px;display:grid}.open-request-list dt{color:var(--muted);text-transform:uppercase;font-size:9px}.open-request-list dd{margin:0;font-size:12px;font-weight:900}.request-offer-form{border-top:1px solid var(--line);gap:13px;margin-top:18px;padding-top:18px;display:grid}.request-offer-form>.secondary{width:fit-content}.workspace-section-header a{font-size:12px;font-weight:900}@media (max-width:760px){.resource-request-form-grid,.request-offer-grid{grid-template-columns:1fr}.member-request-list article,.business-request-entry,.open-request-list>.workspace-panel>header{flex-direction:column;align-items:flex-start}.open-request-list header>div:last-child{text-align:left}.open-request-list dl{display:grid}.business-request-entry .button{width:100%}}
.resource-card-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:16px;display:flex}.resource-card-actions a{margin-right:auto}.resource-card-actions button{color:#695f6d;background:0 0;border:0;padding:0;font-size:10px;font-weight:900;text-decoration:underline}.resource-card-actions button.danger{color:#a02b55}.resource-card-actions button:disabled{opacity:.55}.saved-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.saved-resources-panel>.workspace-panel-heading>a{font-size:11px;font-weight:900}.resource-save-button{color:#5d4668;background:#fff;border:1px solid #cfc4d5;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:900}.resource-save-button.saved{color:#fff;background:#7147a1;border-color:#8053a2}.offer-member-actions{flex-wrap:wrap;align-items:center;gap:9px;margin-top:16px;display:flex}.offer-member-actions>a{margin-right:auto}.offer-member-actions button{color:#5d5161;background:#fff;border:1px solid #d4cad9;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:900}.offer-member-actions button.danger{color:#a02b55}.offer-member-actions button:disabled,.resource-save-button:disabled{opacity:.55}@media (max-width:760px){.saved-resource-grid{grid-template-columns:1fr}.resource-card-actions a,.offer-member-actions>a{width:100%;margin-right:0}}
.resource-card-actions .resource-save-button{color:#5d4668;background:#fff;border:1px solid #cfc4d5;border-radius:9px;padding:7px 10px;text-decoration:none}.resource-card-actions .resource-save-button.saved{color:#fff;background:#7147a1;border-color:#8053a2}
.workspace-resource-rail>header{margin-bottom:16px}.workspace-resource-navigation{gap:5px;display:grid}.workspace-resource-navigation>a{color:#625a67;border-radius:12px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;padding:12px 10px;text-decoration:none;display:grid}.workspace-resource-navigation>a:hover{background:#ffffffad}.workspace-resource-navigation>a.selected{color:#57327a;background:#fff;box-shadow:0 8px 20px #412f4b12}.workspace-resource-navigation>a>span{color:#653a86;background:#e9def2;border-radius:9px;place-items:center;width:30px;height:30px;font-size:15px;font-weight:900;display:grid}.workspace-resource-navigation>a div{gap:3px;min-width:0;display:grid}.workspace-resource-navigation strong{font-size:12px}.workspace-resource-navigation small{color:#8b818f;font-size:10px;line-height:1.35}.workspace-resource-privacy{color:#83798a;border-top:1px solid #ded6e2;margin:28px 10px 0;padding-top:20px;font-size:10px;line-height:1.5}.workspace-resource-tabs{display:none}@media (max-width:1080px){.workspace-resource-tabs{border-bottom:1px solid var(--line);background:#f4f0f6;gap:7px;padding:11px clamp(22px,5vw,70px);display:flex;overflow-x:auto}.workspace-resource-tabs>a{color:#6a606e;white-space:nowrap;border-radius:9px;align-items:center;gap:7px;padding:9px 12px;text-decoration:none;display:flex}.workspace-resource-tabs>a.selected{color:#57327a;background:#fff;box-shadow:0 5px 14px #412f4b0f}.workspace-resource-tabs strong{font-size:11px}.workspace-resource-tabs span{color:#7147a1}}@media (max-width:760px){.workspace-resource-tabs{padding:8px 12px}}
