:root{color-scheme:light;--bg:#ffffff;--bg-elevated:#fafaf9;--surface:#ffffff;--surface-soft:#f6f5f4;--text:#1a1a1a;--muted:#5d5b54;--muted-strong:#37352f;--brand:#5645d4;--brand-strong:#4534b3;--brand-soft:#e6e0f5;--brand-navy:#0a1530;--link:#0075de;--link-pressed:#005bab;--info:#7b3ff2;--info-soft:#e6e0f5;--warning:#dd5b00;--warning-soft:#ffe8d4;--danger:#e03131;--danger-soft:#fee4e2;--success:#1aae39;--success-soft:#d9f3e1;--neutral-soft:#f0eeec;--border:#e5e3df;--border-soft:#ede9e4;--border-strong:#c8c4be;--shadow:rgba(15,15,15,0.04) 0 1px 2px 0;--shadow-card:rgba(15,15,15,0.08) 0 4px 12px 0;--shadow-mockup:rgba(15,15,15,0.2) 0 24px 48px -8px;--radius:12px;--radius-sm:6px;--radius-md:8px;--focus:0 0 0 3px rgba(86,69,212,0.18)}*{box-sizing:border-box}html{min-width:320px}body{margin:0;font-family:Notion Sans,Inter,-apple-system,system-ui,Segoe UI,Helvetica,sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.55}a{color:var(--link);-webkit-text-decoration-color:rgba(0,117,222,.35);text-decoration-color:rgba(0,117,222,.35);text-underline-offset:.18em}a:hover{color:var(--link-pressed);-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.app-shell,main{width:min(1280px,100%);margin:0 auto;padding:0 2rem 4rem}.top-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;min-height:4rem;margin-bottom:2rem;border-bottom:1px solid var(--border);background:var(--surface)}.brand-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text);font-weight:600;letter-spacing:0;text-decoration:none}.brand-mark{width:.75rem;height:.75rem;border-radius:3px;background:var(--text);box-shadow:0 0 0 4px var(--neutral-soft)}.nav-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}.nav-link,.nav-links a{display:inline-flex;align-items:center;min-height:2rem;border-radius:var(--radius-sm);padding:.35rem .6rem;color:var(--muted);font-size:.875rem;font-weight:500;text-decoration:none}button.nav-link{border:0;background:transparent;cursor:pointer;font-family:inherit}button.nav-link:disabled{cursor:default;opacity:.7}.nav-link:hover,.nav-links a:hover{background:var(--surface-soft);color:var(--text)}h1,h2,h3{margin:0;line-height:1.15;font-weight:600}h1{font-size:clamp(2.25rem,4vw,3rem)}h1,h2{letter-spacing:-.03125rem}h2{font-size:clamp(1.5rem,2.5vw,2.25rem);line-height:1.2}h3{font-size:1.125rem;line-height:1.4}p{margin-top:0}ul{padding-left:1.2rem}.page-header{display:grid;grid-gap:.75rem;gap:.75rem;padding:1.5rem}.section-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.card{background:var(--surface);box-shadow:none;padding:1.5rem}.card,.panel{border:1px solid var(--border);border-radius:var(--radius)}.panel{background:var(--surface-soft);padding:1rem 1.25rem}.record{border-top:1px solid var(--border-soft);padding-top:1rem}.record:first-of-type{border-top:0;padding-top:0}.row{display:flex;gap:.75rem 1rem;flex-wrap:wrap}.row-between{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.stack{display:grid;grid-gap:1rem;gap:1rem}.stack-lg{display:grid;grid-gap:1.5rem;gap:1.5rem}.eyebrow{display:block;margin-bottom:.25rem;color:var(--muted);font-size:.6875rem;font-weight:600;letter-spacing:.0625rem;line-height:1.4;text-transform:uppercase}.compact-copy{max-width:48rem;margin:0}.meta,.muted{color:var(--muted)}.meta{font-size:.8125rem;font-weight:400}label{display:grid;grid-gap:.4rem;gap:.4rem;color:var(--muted-strong);font-size:.875rem;font-weight:500}.inline-field{align-items:center;display:inline-flex;flex:0 1 14rem;gap:.5rem}.inline-field select{min-height:2.25rem;padding:.5rem .75rem}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;min-height:2.75rem;border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:.75rem 1rem;background:var(--surface);color:var(--text)}input[type=checkbox]{width:1.1rem;min-height:1.1rem;accent-color:var(--brand)}textarea{min-height:5.5rem;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:var(--focus);outline:none}.button-link,button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;border:1px solid transparent;border-radius:var(--radius-md);background:var(--brand);color:#fff;padding:.625rem 1.125rem;font-size:.875rem;font-weight:500;line-height:1.3;text-decoration:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.button-link:hover,button:hover{background:var(--brand-strong);color:#fff}.button-link:focus-visible,button:focus-visible{box-shadow:var(--focus);outline:none}.button-link:active,button:active{background:var(--brand-strong);transform:translateY(1px)}button:disabled{background:var(--border);color:#bbb8b1;cursor:not-allowed;opacity:1}.button-link.secondary,button.secondary{border-color:var(--border-strong);background:transparent;color:var(--text)}.button-link.secondary:hover,button.secondary:hover{border-color:var(--text);background:transparent;color:var(--text)}.button-link.ghost,button.ghost{border-color:var(--border);background:transparent;color:var(--text);min-height:2.5rem;padding:.5rem .75rem;border-radius:var(--radius-sm)}.button-link.ghost:hover,button.ghost:hover{border-color:var(--border-strong);background:var(--surface-soft);color:var(--text)}.button-link.danger,button.danger{background:var(--danger);color:#ffffff}.button-full{width:100%}.badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;border:1px solid transparent;border-radius:999px;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;line-height:1.4;background:var(--brand);color:#ffffff;overflow-wrap:anywhere}.badge.neutral{background:var(--neutral-soft);color:var(--muted)}.badge.info{background:var(--info-soft);color:#391c57}.badge.warning{background:var(--warning-soft);color:var(--warning)}.badge.danger{background:var(--danger-soft);color:var(--danger)}.alert{border:1px solid var(--danger-soft);border-radius:var(--radius);background:#fff7f6;color:var(--danger);padding:.85rem 1rem;font-weight:500}.empty-state{border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-soft);color:var(--muted);padding:1.25rem}.portfolio-page,.profile-section{display:grid;grid-gap:1.5rem;gap:1.5rem}.dashboard-hero,.portfolio-hero,.profile-builder-hero,.project-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,25rem);grid-gap:2rem;gap:2rem;align-items:stretch;border:1px solid var(--border);border-radius:var(--radius);background:var(--brand-navy);color:#ffffff;padding:clamp(1.5rem,4vw,2.5rem)}.dashboard-hero h1,.portfolio-hero h1,.profile-builder-hero h1,.project-hero h1{max-width:50rem;color:#ffffff;font-size:clamp(2.25rem,5vw,4rem);line-height:1.05;overflow-wrap:anywhere}.dashboard-hero p,.portfolio-hero p,.profile-builder-hero p,.project-hero p{max-width:44rem;margin:0;color:#d8d5ce;font-size:1.125rem}.dashboard-hero .button-link.ghost,.portfolio-hero .button-link.ghost,.profile-builder-hero .button-link.ghost,.project-hero .button-link.ghost{border-color:#a4a097;color:#ffffff}.dashboard-hero .button-link.ghost:hover,.portfolio-hero .button-link.ghost:hover,.profile-builder-hero .button-link.ghost:hover,.project-hero .button-link.ghost:hover{border-color:#ffffff;background:transparent;color:#ffffff}.landing-page{gap:2rem}.agents-page{gap:1.5rem}.agents-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(18rem,.7fr);grid-gap:2rem;gap:2rem;align-items:stretch;border:1px solid var(--border);border-radius:var(--radius);background:var(--brand-navy);color:#ffffff;padding:clamp(1.5rem,4vw,2.5rem)}.agents-hero h1{max-width:46rem;color:#ffffff;font-size:clamp(2.25rem,5vw,4rem);line-height:1.05}.agents-hero p{max-width:42rem;margin:0;color:#d8d5ce;font-size:1.125rem}.agent-endpoints{display:grid;grid-gap:.75rem;gap:.75rem;align-content:center;border:1px solid var(--brand-navy-mid);border-radius:var(--radius-md);background:rgba(255,255,255,.06);padding:1rem}.agent-endpoint-row{display:grid;grid-gap:.35rem;gap:.35rem}.agent-endpoint-row span{color:var(--on-dark-muted);font-size:.8125rem;font-weight:600}.agent-code-block,.agent-endpoint-row code{max-width:100%;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);color:var(--text);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.8125rem;line-height:1.5;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere}.agent-endpoint-row code{padding:.625rem .75rem}.agent-code-block{margin:0;padding:.875rem 1rem}.agent-platform-grid,.agent-tool-grid{display:grid;grid-gap:1rem;gap:1rem}.agent-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.agent-tool-grid>div{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem}.agent-tool-grid p{margin:.4rem 0 0}.agent-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agent-platform-card{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.agent-platform-card ol{margin:0;padding-left:1.25rem}.agent-platform-card li+li{margin-top:.45rem}.landing-hero{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(21rem,.75fr);grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center;overflow:hidden;min-height:min(42rem,calc(100vh - 9rem));border-radius:var(--radius);background:var(--brand-navy);color:#ffffff;padding:clamp(2rem,6vw,5rem)}.landing-hero:after,.landing-hero:before{position:absolute;width:.75rem;height:.75rem;border-radius:.25rem;content:""}.landing-hero:before{top:2rem;left:14%;background:#f5d75e;box-shadow:4rem 1.5rem 0 #ff64c8,8.5rem -.75rem 0 #2a9d99}.landing-hero:after{right:13%;bottom:4rem;background:#dd5b00;box-shadow:-5rem 1rem 0 #7b3ff2,-8.5rem -1.25rem 0 #1aae39}.landing-hero-copy{position:relative;z-index:1;display:grid;grid-gap:1.25rem;gap:1.25rem;justify-items:start;max-width:44rem}.landing-hero h1{color:#ffffff;font-size:clamp(3rem,7vw,5.5rem);line-height:1.02}.landing-hero p{max-width:39rem;margin:0;color:#d8d5ce;font-size:1.125rem}.landing-hero .button-link.ghost{border-color:#a4a097;color:#ffffff}.landing-hero .button-link.ghost:hover{border-color:#ffffff;background:transparent;color:#ffffff}.landing-proof-panel{position:relative;z-index:1;display:grid;grid-gap:1rem;gap:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);box-shadow:var(--shadow-mockup);padding:1.25rem}.proof-panel-header,.proof-panel-row{display:grid;grid-template-columns:minmax(0,8rem) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:center}.proof-panel-header{grid-template-columns:auto minmax(0,1fr)}.proof-panel-row{border-top:1px solid var(--border-soft);padding-top:1rem}.proof-panel-row>span{color:var(--muted);font-size:.875rem;font-weight:600}.intake-path-grid,.landing-feature-grid,.starter-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}button.intake-path{display:grid;min-height:10rem;grid-gap:.65rem;gap:.65rem;align-content:start;justify-items:start;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);padding:1.25rem;text-align:left}button.intake-path.active,button.intake-path:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--text);box-shadow:var(--shadow-card)}button.intake-path strong{font-size:1.125rem}button.intake-path small{color:var(--muted);font-size:.875rem;line-height:1.5}.settings-form-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(10rem,.6fr) minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:end}.landing-feature-grid article{display:grid;grid-gap:.75rem;gap:.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);padding:1rem}.landing-feature-grid p{margin:0;color:var(--muted)}.dashboard-project-form,.quick-add-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.55fr);grid-gap:1rem;gap:1rem}.dashboard-project-form>.alert,.dashboard-project-form>button,.quick-add-form>.alert,.quick-add-form>button{grid-column:1/-1}.first-proof-panel{align-content:start;border:1px solid var(--border);border-radius:var(--radius)}.evidence-drop-zone,.first-proof-panel{background:var(--surface-soft);padding:1rem}.evidence-drop-zone{display:grid;grid-gap:.5rem;gap:.5rem;border:1px dashed var(--border-strong);border-radius:var(--radius)}.evidence-drop-zone.active{border-color:var(--brand);background:var(--brand-soft)}.evidence-drop-zone input[type=file]{max-width:100%}.evidence-file-list{display:grid;grid-gap:.4rem;gap:.4rem;margin-top:.75rem}.intake-steps{display:grid;grid-gap:.5rem;gap:.5rem;margin:0;padding-left:1.25rem;color:var(--muted-strong)}.review-destination{display:grid;grid-template-columns:minmax(0,1fr) minmax(17rem,.65fr);grid-gap:1rem;gap:1rem;align-items:end;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem}.review-destination p{margin:.35rem 0 0}.manual-project-entry{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:1rem}.manual-project-entry>summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;list-style:none}.manual-project-entry>summary::-webkit-details-marker{display:none}.manual-project-entry>summary>span:first-child{display:grid;grid-gap:.2rem;gap:.2rem}.manual-project-entry[open]>summary{margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:1rem}button.starter-card{display:grid;grid-gap:.65rem;gap:.65rem;justify-items:start;min-height:8rem;border-color:var(--border);background:var(--surface-soft);color:var(--text);padding:1rem;text-align:left}button.starter-card.active,button.starter-card:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--text)}button.starter-card small{color:var(--muted);font-size:.8125rem}.quick-add-review{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);padding:1rem}.quick-add-review.certification{border-color:var(--info);background:var(--info-soft)}.quick-add-draft-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.quick-add-draft-grid article,.quick-add-skill-list article{display:grid;grid-gap:.5rem;gap:.5rem;min-width:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem}.quick-add-skill-list article.selected{border-color:var(--info);background:var(--surface)}.quick-add-skill-list article.muted-card{background:var(--surface-soft);opacity:.72}.quick-add-draft-grid p,.quick-add-skill-list p{margin:0;color:var(--muted);overflow-wrap:anywhere}.quick-add-skill-title{justify-content:flex-start;color:var(--text)}.quick-add-skill-detail{display:grid;grid-gap:.25rem;gap:.25rem;border-top:1px solid var(--border);padding-top:.5rem}.quick-add-skill-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.portfolio-proof-card,.profile-readiness{display:grid;grid-gap:1rem;gap:1rem;align-content:start;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);background:#ffffff;color:var(--text);padding:1.25rem;box-shadow:var(--shadow-card)}.portfolio-proof-card>strong{font-size:1.375rem;line-height:1.3}.portfolio-proof-card .muted,.profile-readiness .muted{color:var(--muted);font-size:.875rem}.profile-readiness,.proof-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-stat-grid{display:grid;grid-gap:.75rem;gap:.75rem}.profile-readiness div,.proof-stat-grid div,.workflow-step{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:.85rem}.profile-readiness span,.proof-stat-grid span{display:block;color:var(--text);font-size:1.65rem;font-weight:600;line-height:1.1}.profile-readiness p,.proof-stat-grid p{margin:.25rem 0 0;color:var(--muted);font-size:.8125rem}.profile-section{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.5rem}.skill-group-grid{display:grid;grid-template-columns:repeat(var(--skill-group-columns,1),minmax(0,1fr));align-items:start;grid-gap:1rem;gap:1rem}.skill-group-column{display:grid;align-content:start;grid-gap:1rem;gap:1rem}.skill-group-card{align-self:start;display:grid;width:100%;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);padding:1rem}.skill-proof-card{display:grid;grid-gap:.75rem;gap:.75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem}.project-index-item p,.skill-proof-card p{margin:0}.project-index{display:grid;grid-gap:.75rem;gap:.75rem}.project-index-item{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:start;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:1rem}.recruiting-preferences-grid,.share-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));grid-gap:1rem;gap:1rem}.share-option-grid label{align-items:start;grid-template-columns:minmax(0,1fr) auto}.share-option-grid small{display:block;margin-top:.2rem;color:var(--muted);font-size:.8125rem;font-weight:400}.preference-fieldset{display:grid;grid-gap:.65rem;gap:.65rem;margin:0}.preference-fieldset legend{margin-bottom:.35rem;color:var(--muted-strong);font-size:.875rem;font-weight:600}.inline-check{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted-strong);font-weight:400;text-transform:capitalize}.profile-identity-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.55fr);grid-gap:1rem;gap:1rem}.profile-preview-card,.share-preview-card{display:grid;grid-gap:1rem;gap:1rem;align-items:start;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft);padding:1rem}.profile-preview-card{grid-template-columns:auto minmax(0,1fr)}.photo-uploader p,.profile-preview-card p,.share-preview-card p{margin:0}.photo-uploader{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.two-column-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.profile-headline{color:var(--text);font-weight:600}.profile-photo{display:inline-flex;align-items:center;justify-content:center;width:6rem;height:6rem;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--brand-soft);color:#391c57;font-size:1.75rem;font-weight:600}.profile-photo.compact{width:3.5rem;height:3.5rem;border-radius:var(--radius-md);font-size:1rem}.profile-photo.public{width:5rem;height:5rem;border-color:rgba(255,255,255,.3);background:#ffffff}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-showcase-page{--profile-ink:#161421;--profile-muted:#5d5b54;--profile-card:#ffffff;--profile-peach:#ffe8d4;--profile-rose:#fde0ec;--profile-mint:#d9f3e1;--profile-lavender:#e6e0f5;--profile-sky:#dcecfa;--profile-yellow:#fef7d6;--profile-yellow-bold:#f9e79f}.profile-showcase-page .portfolio-hero,.profile-showcase-page .profile-builder-hero{position:relative;overflow:hidden;border-color:#1a2a52;background:#0a1530;box-shadow:var(--shadow-mockup)}.profile-showcase-page .portfolio-hero:before,.profile-showcase-page .profile-builder-hero:before{content:"";position:absolute;top:1.5rem;left:1.5rem;width:.65rem;height:.65rem;border-radius:3px;pointer-events:none;background:#f5d75e;box-shadow:8rem 2.5rem 0 #ff64c8,17rem .75rem 0 #2a9d99,52vw 2.25rem 0 #1aae39,64vw 16rem 0 #dd5b00,18vw 20rem 0 #7b3ff2;opacity:.95}.profile-showcase-page .portfolio-hero>*,.profile-showcase-page .profile-builder-hero>*{position:relative;z-index:1}.profile-showcase-page .profile-photo{border:2px solid #ffffff;background:var(--profile-lavender);box-shadow:0 16px 48px -8px rgba(15,15,15,.16)}.profile-showcase-page .profile-photo.public{width:6.25rem;height:6.25rem;border-color:rgba(255,255,255,.82)}.profile-showcase-page .portfolio-proof-card,.profile-showcase-page .profile-readiness{border-color:rgba(255,255,255,.5);background:#ffffff;box-shadow:0 24px 48px -8px rgba(15,15,15,.2)}.profile-showcase-page .portfolio-proof-card{background:var(--profile-yellow-bold)}.profile-showcase-page .profile-readiness div,.profile-showcase-page .proof-stat-grid div{border-color:rgba(86,69,212,.18);background:#ffffff}.profile-showcase-page .profile-readiness div:nth-child(2),.profile-showcase-page .proof-stat-grid div:nth-child(2){background:var(--profile-sky)}.profile-showcase-page .profile-readiness div:nth-child(3),.profile-showcase-page .proof-stat-grid div:nth-child(3){background:var(--profile-mint)}.profile-showcase-page .profile-readiness div:nth-child(4){background:var(--profile-rose)}.profile-showcase-page .profile-section{border-color:rgba(86,69,212,.16);background:#ffffff;box-shadow:var(--shadow)}.profile-showcase-page .profile-section:nth-of-type(2n){background:var(--profile-sky)}.profile-showcase-page .profile-section:nth-of-type(3n){background:var(--profile-mint)}.profile-showcase-page .profile-section:nth-of-type(4n){background:var(--profile-rose)}.profile-showcase-page .share-builder{border-color:rgba(86,69,212,.3);background:var(--profile-lavender)}.profile-showcase-page .photo-uploader,.profile-showcase-page .profile-preview-card,.profile-showcase-page .project-index-item,.profile-showcase-page .record,.profile-showcase-page .recruiting-preferences-grid .panel,.profile-showcase-page .share-option-grid label,.profile-showcase-page .share-preview-card,.profile-showcase-page .skill-group-card{border-color:rgba(55,53,47,.12);background:rgba(255,255,255,.88)}.profile-showcase-page .skill-group-card:nth-child(4n+1){background:var(--profile-yellow)}.profile-showcase-page .skill-group-card:nth-child(4n+2){background:var(--profile-lavender)}.profile-showcase-page .skill-group-card:nth-child(4n+3){background:var(--profile-peach)}.profile-showcase-page .skill-group-card:nth-child(4n+4){background:var(--profile-mint)}.profile-showcase-page .skill-proof-card{border-color:rgba(55,53,47,.12);background:#ffffff}.profile-showcase-page .badge{border:1px solid rgba(86,69,212,.16)}.profile-showcase-page .badge.neutral{background:#ffffff}.profile-showcase-page .badge.info{background:var(--profile-lavender)}.profile-showcase-page .button-link:not(.ghost),.profile-showcase-page button.button-full{background:#5645d4;color:#ffffff}.profile-showcase-page .button-link.ghost{background:transparent}.public-project-page .project-hero{position:relative;overflow:hidden;border-color:var(--brand-navy-mid);background:var(--brand-navy);box-shadow:var(--shadow-mockup)}.public-project-page .project-hero:before{content:"";position:absolute;top:1.5rem;left:1.5rem;width:.65rem;height:.65rem;border-radius:3px;pointer-events:none;background:var(--brand-yellow);box-shadow:8rem 2.5rem 0 var(--brand-pink),17rem .75rem 0 var(--brand-teal),52vw 2.25rem 0 var(--brand-green),64vw 16rem 0 var(--brand-orange),18vw 20rem 0 var(--brand-purple);opacity:.95}.public-project-page .project-hero>*{position:relative;z-index:1}.public-artifact-grid,.public-proof-grid,.public-skill-grid{display:grid;grid-gap:.9rem;gap:.9rem}.public-proof-grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}.public-skill-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.public-artifact-grid{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.public-artifact-card,.public-proof-card,.public-skill-card{display:grid;grid-gap:.75rem;gap:.75rem;min-width:0;border:1px solid rgba(55,53,47,.12);border-radius:var(--radius);background:rgba(255,255,255,.88);padding:1rem}.public-artifact-card p,.public-proof-card p,.public-skill-card p{margin:0}.public-skill-detail{display:grid;grid-gap:.25rem;gap:.25rem;border-top:1px solid var(--border);padding-top:.6rem}.public-artifact-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.public-note-list{display:grid;grid-gap:.65rem;gap:.65rem;margin:0}.public-note-list div{display:grid;grid-gap:.2rem;gap:.2rem;border-top:1px solid var(--border);padding-top:.6rem}.public-note-list dt{color:var(--muted-strong);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.public-note-list dd{margin:0;overflow-wrap:anywhere}.workflow-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.workflow-strip article{display:grid;grid-gap:.35rem;gap:.35rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:1rem}.workflow-strip article p{margin:0;color:var(--muted);font-size:.875rem}.workflow-step{display:grid;grid-gap:.35rem;gap:.35rem;background:var(--surface)}.project-workspace-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,22rem);grid-gap:1.25rem;gap:1.25rem;align-items:start}.project-workspace-main{min-width:0}.milestone-timeline-panel{position:-webkit-sticky;position:sticky;top:1rem;display:grid;grid-gap:1rem;gap:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.25rem}.milestone-timeline-panel h2{font-size:1.35rem}.milestone-timeline-list{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.milestone-timeline-list li{position:relative;padding-bottom:.75rem}.milestone-timeline-list li:before{position:absolute;top:1.35rem;bottom:-.15rem;left:.6rem;width:1px;background:var(--border-strong);content:""}.milestone-timeline-list li:last-child{padding-bottom:0}.milestone-timeline-list li:last-child:before{display:none}button.milestone-timeline-item{display:grid;grid-template-columns:1.2rem minmax(0,1fr);grid-gap:.75rem;gap:.75rem;align-items:start;width:100%;min-height:0;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;color:var(--text);padding:.65rem;text-align:left;box-shadow:none}button.milestone-timeline-item.active,button.milestone-timeline-item:hover{border-color:var(--border-strong);background:var(--surface-soft);color:var(--text);transform:none}button.milestone-timeline-item.active{border-color:var(--brand);box-shadow:var(--focus)}.milestone-timeline-marker{position:relative;z-index:1;width:1.2rem;height:1.2rem;border:2px solid var(--border-strong);border-radius:999px;background:var(--surface)}.milestone-timeline-marker.verified{border-color:var(--success);background:var(--success)}.milestone-timeline-marker.pending{border-color:var(--warning);background:var(--warning-soft)}.milestone-timeline-marker.requested{border-color:var(--brand);background:var(--info-soft)}.milestone-timeline-content{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.milestone-timeline-content .meta,.milestone-timeline-content strong{overflow-wrap:anywhere}.segmented-control{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.25rem;gap:.25rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:.25rem}.segmented-control button{min-height:2.5rem;border-color:transparent;background:transparent;color:var(--muted)}.segmented-control button.active,.segmented-control button:hover{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.recruiter-lens-control{grid-template-columns:repeat(7,minmax(0,1fr))}.recruiter-lens-control button{padding-inline:.45rem}.taxonomy-lens-summary{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.taxonomy-health-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}.mapping-graph-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(18rem,.7fr);grid-gap:1rem;gap:1rem;align-items:start}.graph-detail-panel,.mapping-graph-board,.taxonomy-graph-board{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-soft)}.mapping-graph-board,.taxonomy-graph-board{display:grid;grid-gap:.5rem;gap:.5rem;padding:.75rem}.graph-detail-panel{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem}.graph-detail-panel code{white-space:normal;overflow-wrap:anywhere}.mapping-edge-row,.taxonomy-node-row{display:grid;width:100%;min-height:auto;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);padding:.75rem;text-align:left;box-shadow:none;transform:none}.mapping-edge-row{grid-template-columns:minmax(0,1fr) minmax(7rem,.5fr) minmax(0,1.1fr);gap:.75rem;align-items:center}.mapping-edge-row:hover,.taxonomy-node-row:hover{border-color:var(--border-strong);background:var(--surface);color:var(--text)}.mapping-edge-row.active,.taxonomy-node-row.active{border-color:var(--brand);box-shadow:var(--focus)}.graph-node{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0;border-radius:var(--radius-sm);padding:.6rem .7rem;font-size:.875rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.skill-node{background:var(--info-soft);color:#391c57}.taxonomy-node{background:#ffffff;border:1px solid var(--border-soft)}.taxonomy-node small{font-weight:500}.graph-edge,.taxonomy-node small{color:var(--muted);font-size:.75rem}.graph-edge{display:grid;grid-template-columns:minmax(.75rem,1fr) auto minmax(.75rem,1fr);grid-gap:.4rem;gap:.4rem;align-items:center;font-weight:600;text-align:center;text-transform:uppercase}.graph-edge:after,.graph-edge:before{height:1px;background:var(--border-strong);content:""}.taxonomy-node-row{grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;padding-left:calc(.75rem + (var(--node-depth, 0) * 1.25rem))}.taxonomy-node-row small{display:block;color:var(--muted);font-size:.75rem;font-weight:400;overflow-wrap:anywhere}.taxonomy-node-marker{width:.8rem;height:.8rem;border:2px solid var(--brand);border-radius:999px;background:var(--surface)}.workflow-step span{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:var(--radius-sm);background:var(--brand);color:#ffffff;font-size:.8125rem;font-weight:600}.workflow-step p{margin:0;color:var(--muted);font-size:.875rem}.quick-pick-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft);padding:.75rem}button.chip-button{min-height:2rem;border-color:var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted-strong);padding:.35rem .6rem;font-size:.8125rem}button.chip-button:hover{border-color:var(--border-strong);background:var(--surface);color:var(--text)}button.chip-button.selected{border-color:var(--brand);background:var(--info-soft);color:#391c57}button.chip-button.danger{border-color:var(--danger);background:var(--danger-soft);color:var(--danger)}.skill-picker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}button.skill-picker-option{display:grid;grid-gap:.35rem;gap:.35rem;justify-items:start;min-height:0;border-color:var(--border);background:var(--surface);color:var(--text);padding:.9rem;text-align:left}button.skill-picker-option:hover{border-color:var(--brand);background:var(--surface);color:var(--text);box-shadow:var(--focus)}button.skill-picker-option small,button.skill-picker-option span{color:var(--muted);font-size:.8125rem;font-weight:400;line-height:1.45}code{max-width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);color:var(--muted-strong);padding:.18rem .4rem;font-family:SFMono-Regular,Consolas,monospace;font-size:.86em;overflow-wrap:anywhere}dl{display:grid;grid-gap:.45rem;gap:.45rem;margin:0}dt{color:var(--muted);font-size:.78rem;font-weight:600;text-transform:uppercase}dd{margin:0}article{min-width:0}.hero-band-dark{position:relative;overflow:hidden;border:0;border-radius:0;background:var(--brand-navy);color:#ffffff;padding:clamp(3rem,8vw,7.5rem) 1.5rem 2rem;text-align:center}.hero-band-dark:after,.hero-band-dark:before{position:absolute;width:.75rem;height:.75rem;border-radius:.25rem;content:""}.hero-band-dark:before{top:2rem;left:12%;background:#f5d75e;box-shadow:3rem 1.5rem 0 #ff64c8,8rem -.5rem 0 #2a9d99}.hero-band-dark:after{right:14%;bottom:5rem;background:#dd5b00;box-shadow:-4rem 1.25rem 0 #7b3ff2,-8rem -1rem 0 #1aae39}.hero-band-dark h1{margin-inline:auto;max-width:56rem;color:#ffffff;font-size:clamp(2.25rem,7vw,5rem);line-height:1.05;letter-spacing:-.125rem}.hero-band-dark .muted{margin-inline:auto;max-width:42rem;color:#a4a097;font-size:1.125rem}.hero-band-dark .row{justify-content:center}.hero-band-dark .button-link.ghost{border-color:#a4a097;color:#ffffff}.hero-band-dark .button-link.ghost:hover{border-color:#ffffff;background:transparent;color:#ffffff}.workspace-mockup-card{display:grid;grid-gap:.75rem;gap:.75rem;max-width:58rem;margin:2rem auto 0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-mockup);color:var(--text);padding:1rem;text-align:left}.mockup-row{display:grid;grid-template-columns:8rem 1fr 4rem;grid-gap:.75rem;gap:.75rem;align-items:center;border-bottom:1px solid var(--border-soft);padding-bottom:.75rem;color:var(--muted);font-size:.875rem}.mockup-row:last-child{border-bottom:0;padding-bottom:0}.mockup-row strong{color:var(--text)}.match-drawer-shell{position:fixed;z-index:40;inset:0;display:grid;justify-items:end}.match-drawer-backdrop{position:absolute;inset:0;min-height:0;width:100%;border:0;border-radius:0;background:rgba(15,15,15,.16);padding:0;cursor:default}.match-drawer-backdrop:active,.match-drawer-backdrop:hover{background:rgba(15,15,15,.16);transform:none}.match-drawer{position:relative;display:grid;align-content:start;grid-gap:1rem;gap:1rem;width:min(42rem,calc(100vw - 2rem));height:100%;overflow-y:auto;border-left:1px solid var(--border);background:var(--surface);box-shadow:0 16px 48px -8px rgba(15,15,15,.16);padding:1.25rem;animation:match-drawer-enter .18s ease-out}.match-drawer-header{position:-webkit-sticky;position:sticky;z-index:1;top:-1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);background:var(--surface);padding:0 0 1rem}.match-drawer-header h2{font-size:1.5rem;letter-spacing:0}@keyframes match-drawer-enter{0%{transform:translateX(1.25rem)}to{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition:none!important}}@media (max-width:720px){.app-shell,main{padding:0 .9rem 3rem}.row-between,.top-nav{align-items:stretch;flex-direction:column}.nav-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;width:100%}.nav-link,.nav-links a{justify-content:center;padding:.35rem .2rem;font-size:.78rem}.card,.page-header,.profile-section{padding:1rem}.agents-hero,.dashboard-hero,.dashboard-project-form,.landing-hero,.portfolio-hero,.profile-builder-hero,.profile-identity-grid,.profile-preview-card,.project-hero,.project-index-item,.quick-add-form{grid-template-columns:1fr}.dashboard-hero,.portfolio-hero,.profile-builder-hero,.project-hero{padding:1.25rem}.dashboard-hero h1,.portfolio-hero h1,.profile-builder-hero h1,.project-hero h1{letter-spacing:-.03125rem}.landing-hero{min-height:auto;padding:1.25rem}.agent-platform-grid,.agent-tool-grid,.intake-path-grid,.landing-feature-grid,.mapping-edge-row,.mapping-graph-layout,.project-workspace-layout,.proof-panel-header,.proof-panel-row,.public-artifact-card,.public-artifact-grid,.public-proof-grid,.public-skill-grid,.quick-add-draft-grid,.quick-add-skill-list,.review-destination,.settings-form-grid,.skill-picker-grid,.starter-card-grid,.two-column-form,.workflow-strip{grid-template-columns:1fr}.milestone-timeline-panel{position:static;order:-1;padding:1rem}.graph-edge{grid-template-columns:1fr;justify-items:start;text-align:left}.graph-edge:after,.graph-edge:before{display:none}.taxonomy-node-row{grid-template-columns:1rem minmax(0,1fr)}.taxonomy-node-row .badge{grid-column:2}.recruiter-lens-control{grid-template-columns:repeat(2,minmax(0,1fr))}.share-option-grid label{align-items:center;display:grid;grid-template-columns:minmax(0,1fr) auto}.hero-band-dark{margin-inline:-.9rem;padding-inline:.9rem}.hero-band-dark h1{letter-spacing:-.03125rem}.mockup-row{grid-template-columns:1fr}.match-drawer{width:min(100vw,100%);padding:1rem}.match-drawer-header{top:-1rem;align-items:stretch;flex-direction:column}.section-title{align-items:flex-start;flex-direction:column}.button-link,button{width:100%}}