.home-dashboard{display:grid;gap:1.1rem;background:#ffffffd1;border-radius:1.25rem;padding:1.4rem;box-shadow:inset 0 0 0 1px #ffffffe6}.home-dashboard-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.home-dashboard-heading h2{margin:0;color:var(--charcoal)}.home-dashboard-heading p{margin:.35rem 0 0;color:var(--muted)}.home-dashboard button{border:1px solid rgba(21,21,21,.2);border-radius:999px;background:#fff;color:var(--charcoal);padding:.55rem 1rem;font:inherit;font-weight:650;cursor:pointer}.home-dashboard button:hover,.home-dashboard button:focus-visible{border-color:#15151573;background:#faf7f1}.home-dashboard button:disabled{cursor:not-allowed;opacity:.55}.home-refresh{flex:0 0 auto}.home-summary-loading{display:flex;min-height:180px;align-items:center;justify-content:center;gap:.65rem;color:var(--muted);font-weight:650}.home-summary-loading span{width:20px;height:20px;border:3px solid rgba(21,21,21,.18);border-top-color:var(--copper);border-radius:50%;animation:home-summary-spin .8s linear infinite}@keyframes home-summary-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.home-summary-loading span{animation:none;border-top-color:#1515152e}}.home-summary-error{border:1px solid #e6a3a3;border-radius:.75rem;background:#fff1f1;padding:.75rem 1rem;color:#8b1e1e}.home-summary-error p{margin:0}.home-summary-error p+p{margin-top:.3rem}.home-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-summary-card{display:flex;min-height:300px;flex-direction:column;border:1px solid rgba(21,21,21,.12);border-radius:1rem;background:#ffffffb8;padding:1rem}.home-summary-card-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid rgba(21,21,21,.1);color:var(--muted);font-size:.8rem;text-align:right}.home-summary-card-header>div{display:grid;text-align:left}.home-summary-label{color:var(--copper);font-size:.72rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.home-summary-card-header strong{margin-top:.15rem;color:var(--charcoal);font-family:Playfair Display,Times New Roman,serif;font-size:2.25rem;line-height:1}.home-summary-card ul{display:grid;gap:0;margin:.55rem 0 1rem;padding:0;list-style:none}.home-summary-card li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.58rem 0;border-bottom:1px solid rgba(21,21,21,.08)}.home-summary-card li span{overflow:hidden;color:var(--charcoal);font-weight:650;text-overflow:ellipsis;white-space:nowrap}.home-summary-card li small{flex:0 0 auto;color:var(--muted)}.home-summary-card>p{margin:.9rem 0;color:var(--muted)}.home-summary-card .home-more-count{margin:-.5rem 0 1rem;font-size:.82rem}.home-summary-card>button{align-self:flex-start;margin-top:auto}.home-next-step{grid-column:1/-1;border-left:4px solid var(--copper);border-radius:.25rem .8rem .8rem .25rem;background:#fff8ebcc;padding:.9rem 1rem}.home-next-step p{margin:.35rem 0 0;color:var(--charcoal);line-height:1.5}@media (max-width:720px){.home-summary-grid{grid-template-columns:1fr}.home-next-step{grid-column:auto}.home-dashboard-heading{align-items:flex-start}.home-summary-card-header{align-items:flex-start;flex-direction:column;text-align:left}.home-summary-card{min-height:260px}}.dashboard-card.report-builder{--report-blue: #0969da;--report-blue-dark: #0759ba;--report-border: #d0d7de;--report-muted: #57606a;min-height:760px;overflow-x:auto;border:0;border-radius:0;background:#f6f8fa;box-shadow:none;color:#1f2328;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45;padding:28px}.report-builder *{box-sizing:border-box}.report-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:min(100%,1320px);margin:0 auto 18px}.report-page-header h2{margin:0;color:#1f2328;font-size:clamp(26px,3vw,34px);font-weight:700;letter-spacing:-.025em}.report-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.report-builder .report-secondary-button.report-new-button{height:32px;padding-inline:16px}.report-theme-control{display:inline-flex;height:32px;align-items:center;gap:7px;color:#24292f;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}.report-theme-control input{width:16px;height:16px;margin:0;accent-color:var(--report-blue);cursor:pointer}.report-theme-control input:focus-visible{outline:3px solid rgba(9,105,218,.24);outline-offset:2px}.report-page-header>div>p{margin:3px 0 0;color:var(--report-muted);font-size:15px}.report-page-actions{display:grid;min-width:300px;justify-items:end;gap:10px}.report-builder-status{display:flex;min-height:28px;align-items:center;justify-content:flex-end;padding-top:7px;text-align:right}.report-builder-status .form-message{margin:0;font-size:13px;font-weight:600}.report-builder-status .is-success{color:#1a7f37}.report-builder-status .is-error{color:#cf222e}.report-ready-message:before{display:inline-grid;width:20px;height:20px;margin-right:7px;place-items:center;border:1.5px solid currentColor;border-radius:50%;content:"✓";font-size:13px}.report-workspace{display:grid;width:min(100%,1320px);margin:0 auto;gap:14px}.report-card{border:1px solid var(--report-border);border-radius:8px;background:#fff;box-shadow:0 1px 2px #1f23280a;padding:18px 20px}.report-card h3,.report-card h4{color:#1f2328;font-weight:650}.report-card h3{margin:0;font-size:19px}.report-card h4{margin:0 0 7px;font-size:13px}.report-card-heading,.report-results-header{display:flex;align-items:center;gap:12px}.report-card-heading{grid-column:1 / -1}.report-count-badge{border-radius:999px;background:#ddf4ff;color:#0550ae;padding:2px 9px;font-size:12px;font-weight:650;white-space:nowrap}.report-setup-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(520px,1.4fr);align-items:end;gap:28px;margin-top:14px}.report-field,.report-results-filters label{display:grid;gap:5px;color:#343a40;font-size:12px;font-weight:600}.report-field select,.report-filter-controls input,.report-results-filters input{width:100%;height:38px;border:1px solid #afb8c1;border-radius:5px;outline:none;background:#fff;color:#1f2328;padding:6px 10px;font:inherit;font-size:14px}.report-field select:focus,.report-filter-controls input:focus,.report-results-filters input:focus{border-color:var(--report-blue);box-shadow:0 0 0 3px #0969da24}.report-saved-panel{display:grid;grid-template-columns:minmax(230px,1fr) auto;align-items:end;gap:12px}.report-saved-list{display:block}.report-action-row{display:flex;align-items:center;gap:8px}.report-builder button{min-width:0;height:36px;border:1px solid #afb8c1;border-radius:5px;background:#fff;color:#24292f;padding:0 14px;font:inherit;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer}.report-builder button:hover:not(:disabled),.report-builder button:focus-visible:not(:disabled){border-color:#8c959f;background:#f3f4f6}.report-builder button:focus-visible{outline:3px solid rgba(9,105,218,.24);outline-offset:1px}.report-builder button:disabled{cursor:not-allowed;opacity:.5}.report-builder .report-primary-button{border-color:var(--report-blue);background:var(--report-blue);color:#fff}.report-builder .report-primary-button:hover:not(:disabled),.report-builder .report-primary-button:focus-visible:not(:disabled){border-color:var(--report-blue-dark);background:var(--report-blue-dark)}.report-builder .report-secondary-button{border-color:var(--report-blue);color:#0550ae}.report-builder .report-danger-button,.report-builder .report-link-button{height:auto;border:0;background:transparent;padding:4px 6px;box-shadow:none}.report-builder .report-danger-button{color:#cf222e}.report-builder .report-link-button{color:#0969da}.report-builder .report-danger-button:hover:not(:disabled),.report-builder .report-danger-button:focus-visible:not(:disabled){border:0;background:#ffebe9}.report-builder .report-link-button:hover:not(:disabled),.report-builder .report-link-button:focus-visible:not(:disabled){border:0;background:#ddf4ff}.report-questions-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:14px 24px}.report-selection-panel,.report-made-panel{min-width:0}.report-filter-controls{display:grid;grid-template-columns:minmax(200px,420px) auto;align-items:center;gap:10px;margin-bottom:16px}.report-question-scroll,.report-made-table-frame{height:312px;overflow:auto;border:1px solid var(--report-border);border-radius:5px;background:#fff}.report-data-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff;color:#24292f}.report-data-table th,.report-data-table td{height:34px;border:0;border-bottom:1px solid #d8dee4;padding:7px 12px;font-weight:400;text-align:left;vertical-align:middle}.report-data-table th{position:sticky;top:0;z-index:1;background:#f6f8fa;color:#24292f;font-size:12px;font-weight:650}.report-data-table td{font-size:13px}.report-question-table th:first-child,.report-question-table td:first-child{width:42px;text-align:center}.report-question-table input[type=checkbox]{width:15px;height:15px;margin:0;accent-color:var(--report-blue)}.report-question-table.has-rating-range th:nth-child(2),.report-question-table.has-rating-range td:nth-child(2){width:120px}.report-rating-select{width:100%;height:28px;border:1px solid #afb8c1;border-radius:4px;background:#fff;color:#24292f;padding:2px 24px 2px 7px;font:inherit}.report-rating-select:focus-visible{outline:3px solid rgba(9,105,218,.24);outline-offset:1px}.report-question-table tbody tr:hover td,.report-question-table tbody tr.is-selected-row td{background:#f0f7ff}.report-empty-row td,.report-no-results-row td{color:var(--report-muted);text-align:center}.report-made-table th:nth-child(1){width:48%}.report-made-table th:nth-child(2){width:22%}.report-made-table th:nth-child(3){width:14%}.report-made-table th:nth-child(4){width:16%}.report-made-table tbody tr.report-selectable-row{cursor:pointer}.report-made-table tbody tr.report-selectable-row:hover td{background:#f0f7ff}.report-made-table tbody tr.report-selectable-row:focus{outline:2px solid var(--report-blue);outline-offset:-2px}.report-made-table tbody tr.report-selectable-row.is-selected-row td{background:#ddf4ff;color:#0550ae}.report-made-panel>button{margin-top:12px}.report-results-panel{min-width:0}.report-results-header{justify-content:space-between;margin-bottom:14px}.report-results-count{color:var(--report-muted);font-size:13px}.report-run-button{min-width:112px!important}.report-header-button-row{display:flex;align-items:center;justify-content:flex-end;gap:10px}.report-builder .report-help-button{width:36px;min-width:36px;padding:0;border:2px solid #e6f2ff;border-radius:50%;background:linear-gradient(145deg,#2798ef,#0969da 52%,#07509f);color:#fff;box-shadow:0 2px #06457f,0 4px 8px #0969da52;font-family:Arial,sans-serif;font-size:25px;font-weight:700;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.35)}.report-builder .report-help-button:hover:not(:disabled),.report-builder .report-help-button:focus-visible:not(:disabled){border-color:#fff;background:linear-gradient(145deg,#48aaf2,#0875e1 52%,#0759ba);box-shadow:0 2px #06457f,0 5px 10px #0969da66;transform:translateY(-1px)}.report-builder .report-help-button span{display:block;transform:translateY(1px)}.report-results-filters{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(150px,.8fr) minmax(240px,1.2fr) auto;align-items:end;gap:16px;margin-bottom:12px}.report-results-filter-actions{display:grid;min-width:112px;gap:2px}.report-results-filter-actions .report-link-button{justify-self:center}.report-add-member-status{min-height:22px;margin:-6px 0 6px;color:var(--report-muted);font-size:12px}.report-add-member-status .form-message{margin:0}.report-add-member-status .is-error{color:#cf222e}.report-results-table-frame{width:100%;min-height:207px;overflow-x:auto;border:1px solid var(--report-border);border-radius:5px;background:#fff}.report-results-table{min-width:620px}.report-results-table th:nth-child(1),.report-results-table th:nth-child(2){width:27%}.report-results-table th:nth-child(3){width:46%}.report-results-table .report-fill-row td{height:151px;border-bottom:0;background:#fff}.report-results-table .report-no-results-row td{height:96px}.report-result-row{cursor:pointer}.report-result-row:hover td,.report-result-row:focus-visible td{background:#f0f7ff}.report-result-row.is-manually-added td,.report-result-row.is-manually-added:hover td,.report-result-row.is-manually-added:focus-visible td{background:#fff3a6;color:#3d3200}.report-result-row:focus-visible{outline:2px solid var(--report-blue);outline-offset:-2px}.report-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#00000073;z-index:100}.report-modal{width:min(900px,100%);max-height:min(720px,90vh);overflow:auto;border:1px solid var(--report-border);border-radius:8px;background:#fff;color:#1f2328;padding:18px;box-shadow:0 18px 40px #0000003d}.report-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.report-modal-header h2{margin:0;font:inherit;font-size:18px;font-weight:700}.report-modal-actions{display:flex;gap:8px}.report-modal-search{display:grid;grid-template-columns:auto minmax(220px,1fr) 72px auto auto;align-items:center;gap:8px;margin-bottom:12px}.report-modal-search label{font-weight:700}.report-modal-search input{width:100%;height:34px;border:1px solid #afb8c1;border-radius:5px;background:#fff;color:#1f2328;padding:4px 9px;font:inherit}.report-modal-search-count{min-width:72px;color:var(--report-muted);text-align:center}.report-modal-frame{width:100%;min-height:560px;border:1px solid var(--report-border);background:#fff}.report-help-modal{display:flex;width:min(1000px,100%);height:min(820px,92vh);max-height:92vh;flex-direction:column;overflow:hidden}.report-help-frame{width:100%;min-height:0;flex:1;border:1px solid var(--report-border);background:#fff}.report-help-open-link{display:inline-flex;height:36px;align-items:center;border:1px solid var(--report-blue);border-radius:5px;padding:0 14px;color:#0550ae;font-size:13px;font-weight:650;text-decoration:none}.report-help-open-link:hover,.report-help-open-link:focus-visible{background:#f0f7ff}.report-builder.is-dark{--report-border: #3d444d;--report-muted: #b1bac4;background:#000;color:#fff;color-scheme:dark}.report-builder.is-dark .report-page-header h2,.report-builder.is-dark .report-card h3,.report-builder.is-dark .report-card h4,.report-builder.is-dark .report-field,.report-builder.is-dark .report-results-filters label,.report-builder.is-dark .report-data-table,.report-builder.is-dark .report-data-table th,.report-builder.is-dark .report-data-table td,.report-builder.is-dark .report-modal,.report-builder.is-dark .report-modal-header h2,.report-builder.is-dark .report-modal-search label{color:#fff}.report-builder.is-dark .report-card,.report-builder.is-dark .report-question-scroll,.report-builder.is-dark .report-made-table-frame,.report-builder.is-dark .report-results-table-frame,.report-builder.is-dark .report-data-table,.report-builder.is-dark .report-modal,.report-builder.is-dark .report-modal-frame{border-color:var(--report-border);background:#090c10}.report-builder.is-dark .report-field select,.report-builder.is-dark .report-filter-controls input,.report-builder.is-dark .report-results-filters input,.report-builder.is-dark .report-modal-search input{border-color:#57606a;background:#11161d;color:#fff}.report-builder.is-dark .report-field select option{background:#11161d;color:#fff}.report-builder.is-dark .report-rating-select{border-color:#57606a;background:#11161d;color:#fff}.report-builder.is-dark .report-data-table th{background:#161b22}.report-builder.is-dark .report-data-table th,.report-builder.is-dark .report-data-table td{border-bottom-color:#30363d}.report-builder.is-dark .report-question-table tbody tr:hover td,.report-builder.is-dark .report-question-table tbody tr.is-selected-row td,.report-builder.is-dark .report-made-table tbody tr.report-selectable-row:hover td,.report-builder.is-dark .report-result-row:hover td,.report-builder.is-dark .report-result-row:focus-visible td{background:#172033}.report-builder.is-dark .report-made-table tbody tr.report-selectable-row.is-selected-row td{background:#0d3b66;color:#fff}.report-builder.is-dark .report-results-table .report-fill-row td{background:#090c10}.report-builder.is-dark .report-count-badge{background:#0d3b66;color:#dbeafe}.report-builder.is-dark button{border-color:#57606a;background:#11161d;color:#fff}.report-builder.is-dark button:hover:not(:disabled),.report-builder.is-dark button:focus-visible:not(:disabled){border-color:#8c959f;background:#21262d}.report-builder.is-dark .report-primary-button,.report-builder.is-dark .report-primary-button:hover:not(:disabled),.report-builder.is-dark .report-primary-button:focus-visible:not(:disabled){border-color:var(--report-blue);background:var(--report-blue);color:#fff}.report-builder.is-dark .report-help-button{border-color:#e6f2ff;background:linear-gradient(145deg,#2798ef,#0969da 52%,#07509f);color:#fff}.report-builder.is-dark .report-help-button:hover:not(:disabled),.report-builder.is-dark .report-help-button:focus-visible:not(:disabled){border-color:#fff;background:linear-gradient(145deg,#48aaf2,#0875e1 52%,#0759ba)}.report-builder.is-dark .report-secondary-button{border-color:#58a6ff;background:#11161d;color:#79c0ff}.report-builder.is-dark .report-help-open-link{border-color:#58a6ff;color:#79c0ff}.report-builder.is-dark .report-help-open-link:hover,.report-builder.is-dark .report-help-open-link:focus-visible{background:#172033}.report-builder.is-dark .report-theme-control{color:#fff}.report-builder.is-dark .report-link-button{border-color:transparent;background:transparent;color:#79c0ff}.report-builder.is-dark .report-link-button:hover:not(:disabled),.report-builder.is-dark .report-link-button:focus-visible:not(:disabled){border-color:transparent;background:#172033}.report-builder.is-dark .report-danger-button{border-color:transparent;background:transparent;color:#ff7b72}.report-builder.is-dark .report-danger-button:hover:not(:disabled),.report-builder.is-dark .report-danger-button:focus-visible:not(:disabled){border-color:transparent;background:#3d1117}.report-builder.is-dark .report-builder-status .is-success{color:#56d364}.report-builder.is-dark .report-builder-status .is-error,.report-builder.is-dark .report-add-member-status .is-error{color:#ff7b72}.report-builder.is-dark .report-result-row.is-manually-added td,.report-builder.is-dark .report-result-row.is-manually-added:hover td,.report-builder.is-dark .report-result-row.is-manually-added:focus-visible td{background:#5c4b00;color:#fff4b8}@media (max-width: 980px){.dashboard-card.report-builder{padding:22px}.report-setup-grid,.report-questions-card{grid-template-columns:1fr}.report-card-heading{grid-column:auto}.report-saved-panel{grid-template-columns:minmax(220px,1fr) auto}.report-question-scroll,.report-made-table-frame{height:260px}}@media (max-width: 700px){.dashboard-card.report-builder{padding:16px}.report-page-header,.report-results-header{align-items:stretch;flex-direction:column}.report-builder-status{justify-content:flex-start;padding-top:0;text-align:left}.report-page-actions{min-width:0;justify-items:start}.report-card{padding:16px}.report-saved-panel,.report-results-filters{grid-template-columns:1fr}.report-action-row{flex-wrap:wrap}.report-results-filters{gap:10px}.report-results-filter-actions{justify-items:start}.report-results-filter-actions .report-link-button{justify-self:start;margin-bottom:0}.report-run-button{align-self:flex-start}.report-modal-search{grid-template-columns:1fr auto auto}.report-modal-search label,.report-modal-search input{grid-column:1 / -1}}.project-builder{--project-blue:#0969da;--project-border:#d0d7de;--project-muted:#57606a;--report-border:#d0d7de;--report-muted:#57606a;color:#1f2328;background:#f6f8fa;border:1px solid var(--project-border);border-radius:10px;padding:24px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.project-builder *{box-sizing:border-box}.project-builder button,.project-builder input,.project-builder select,.project-builder textarea{font:inherit}.project-builder button{cursor:pointer;border:1px solid #afb8c1;border-radius:6px;background:#fff;color:#24292f;padding:8px 13px}.project-builder button:hover{background:#f3f4f6}.project-builder button:focus-visible,.project-builder input:focus-visible,.project-builder select:focus-visible,.project-builder textarea:focus-visible{outline:3px solid rgba(9,105,218,.28);outline-offset:2px}.project-builder button:disabled{cursor:not-allowed;opacity:.55}.project-builder .project-primary{border-color:#0862c4;background:linear-gradient(145deg,#2798ef,#0969da 55%,#07509f);color:#fff;font-weight:700;box-shadow:0 1px 2px #0969da40}.project-builder .project-primary:hover{background:#0759ba}.project-portfolio-header,.project-workspace-header,.project-team>header,.project-role-title{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.project-portfolio-header h2,.project-team h3{margin:0 0 6px;font-size:1.65rem}.project-portfolio-header p,.project-team header p{margin:0;color:var(--project-muted)}.project-owner-chip,.project-status,.candidate-status{border-radius:999px;padding:5px 10px;background:#ddf4ff;color:#0550ae;font-size:.79rem;font-weight:700}.project-new-card{display:grid;grid-template-columns:minmax(220px,1fr) minmax(280px,2fr) auto;gap:14px;align-items:end;margin:24px 0 18px;padding:18px;border:1px solid var(--project-border);border-radius:8px;background:#fff}.project-new-card label,.project-define>label,.project-editor>label{display:grid;gap:6px;color:#24292f;font-weight:700}.project-builder input,.project-builder select,.project-builder textarea{width:100%;border:1px solid #afb8c1;border-radius:6px;background:#fff;color:#1f2328;padding:9px 11px}.project-filters{display:flex;gap:10px;margin-bottom:16px}.project-filters label:first-child{flex:1}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:16px}.project-loading{display:flex;min-height:180px;align-items:center;justify-content:center;gap:10px;color:var(--project-muted);font-weight:700}.project-loading-spinner{width:20px;height:20px;border:3px solid #d0d7de;border-top-color:var(--project-blue);border-radius:50%;animation:project-loading-spin .8s linear infinite}@keyframes project-loading-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.project-loading-spinner{animation:none;border-top-color:#d0d7de}}.project-card{display:flex;min-height:285px;flex-direction:column;padding:18px;border:1px solid var(--project-border);border-radius:8px;background:#fff;box-shadow:0 1px 2px #1f23280f}.project-card-top{display:flex;justify-content:space-between;align-items:center;color:var(--project-muted);font-size:.82rem}.project-card h3{margin:18px 0 6px;font-size:1.2rem}.project-card>p{min-height:42px;margin:0 0 16px;color:var(--project-muted)}.project-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:auto 0 16px}.project-card dl div{display:grid;gap:2px}.project-card dt{color:var(--project-muted);font-size:.73rem;text-transform:uppercase;letter-spacing:.05em}.project-card dd{margin:0;font-size:.88rem}.project-card-actions{display:flex;flex-wrap:wrap;gap:7px}.project-card-actions button{padding:6px 9px;font-size:.82rem}.project-card-actions .is-danger{margin-left:auto;color:#cf222e}.status-ready,.status-active,.status-approved{background:#dafbe1;color:#116329}.status-archived,.status-declined{background:#f3f4f6;color:#57606a}.project-empty{padding:42px 20px;border:1px dashed #afb8c1;border-radius:8px;text-align:center;color:var(--project-muted)}.project-empty h3{margin:0 0 6px;color:#24292f}.project-workspace{padding:0;overflow:hidden}.project-workspace-header{align-items:center;padding:17px 20px;background:#fff;border-bottom:1px solid var(--project-border)}.project-back{white-space:nowrap}.project-title-block{flex:1}.project-title-block>input{padding:2px 5px;border-color:transparent;font-size:1.4rem;font-weight:750}.project-title-block>div{display:flex;align-items:center;gap:9px;margin-top:4px}.project-title-block select{width:auto;padding:3px 25px 3px 7px;font-size:.78rem}.project-save-state{color:#1a7f37;font-size:.82rem}.project-save-state.is-error{color:#cf222e}.project-header-actions{display:flex;gap:8px}.project-stepper{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--project-border);background:#fff}.project-sharing{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;padding:16px 20px;border-bottom:1px solid var(--project-border);background:#f0f7ff}.project-sharing h3,.project-sharing p{margin:0}.project-sharing p{color:var(--project-muted);font-size:.84rem}.project-sharing form{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}.collaborator-list{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px}.collaborator-list>span{display:flex;align-items:center;gap:5px;border-radius:999px;background:#fff;border:1px solid var(--project-border);padding:5px 9px;font-size:.78rem}.collaborator-list button{border:0;padding:0 3px;color:#cf222e}.project-stepper button{display:flex;justify-content:center;align-items:center;gap:8px;border:0;border-right:1px solid #eaeef2;border-radius:0;padding:14px 8px;color:var(--project-muted)}.project-stepper button span{display:grid;width:24px;height:24px;place-items:center;border:1px solid #afb8c1;border-radius:50%;font-size:.75rem}.project-stepper button.is-active{box-shadow:inset 0 -3px var(--project-blue);color:#0550ae;font-weight:700}.project-stepper button.is-active span{border-color:var(--project-blue);background:var(--project-blue);color:#fff}.project-alert{margin:14px 20px 0;padding:10px 12px;border-radius:6px}.project-alert.is-error{background:#ffebe9;color:#cf222e}.project-alert.is-success{background:#dafbe1;color:#116329}.project-define{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:20px;padding:24px}.project-define textarea{min-height:300px;resize:vertical;font-weight:400;line-height:1.55}.project-guidance,.project-panel,.project-review-summary,.project-review-plan{border:1px solid var(--project-border);border-radius:8px;background:#fff;padding:20px}.project-guidance h3,.project-panel h3{margin-top:0}.project-guidance p,.project-guidance li,.project-panel>p{color:var(--project-muted);line-height:1.5}.project-sources{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:24px}.project-source-list{grid-column:1/-1}.project-dropzone{display:grid;min-height:100px;place-items:center;align-content:center;gap:4px;border:2px dashed #8c959f;border-radius:8px;background:#f6f8fa;color:var(--project-muted);text-align:center;cursor:pointer}.project-dropzone input{position:absolute;width:1px;height:1px;opacity:0}.project-dropzone strong{color:#0550ae}.project-library{display:flex;min-height:0;flex-direction:column}.project-library>p{margin-top:0}.project-library-list{max-height:180px;overflow:auto;margin-bottom:12px;border:1px solid #eaeef2;border-radius:6px}.project-library-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-bottom:1px solid #eaeef2}.project-library-item:last-child{border-bottom:0}.project-library-list input{width:auto;flex:0 0 auto}.project-library-list span{display:grid;min-width:0;gap:2px}.project-library-list a{color:#0550ae;font-weight:700;line-height:1.25;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:2px}.project-library-list a:hover{color:#0969da}.project-library-list a:focus-visible{border-radius:2px;outline:2px solid #0969da;outline-offset:2px}.project-library-list small,.project-library-empty{color:var(--project-muted)}.project-library .project-primary{align-self:flex-start;margin-top:auto}.project-source{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #eaeef2}.source-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:7px;background:#ddf4ff;color:#0550ae;font-weight:800}.project-source-details{display:grid;min-width:0;gap:2px}.project-source-details strong,.project-source-details span,.project-source-link{overflow-wrap:anywhere}.project-source-link{width:fit-content;max-width:100%;padding:0;border:0;background:transparent;color:#0550ae;font:inherit;font-weight:700;text-align:left;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.project-source-link:hover:not(:disabled){color:#0969da}.project-source-link:focus-visible{border-radius:2px;outline:2px solid #0969da;outline-offset:2px}.project-source-link:disabled{color:var(--project-muted);text-decoration:none;cursor:not-allowed}.project-source-details span{color:var(--project-muted);font-size:.8rem}.project-source-details .source-error{color:#cf222e}.project-source .project-source-remove{margin-left:auto;color:#cf222e;flex:0 0 auto}.project-plan-layout{display:grid;grid-template-columns:230px minmax(360px,1fr) 280px;min-height:640px}.project-section-nav{padding:15px 0;border-right:1px solid var(--project-border);background:#fff}.project-section-nav button{display:flex;width:100%;align-items:center;gap:9px;border:0;border-left:3px solid transparent;border-radius:0;padding:10px 16px;text-align:left;color:#343a40}.project-section-nav button.is-active{border-left-color:var(--project-blue);background:#f0f7ff;color:#0550ae;font-weight:700}.project-editor{padding:24px}.project-editor>label>textarea{min-height:320px;resize:vertical;font-weight:400;line-height:1.55}.project-suggestion{margin-top:18px;border:1px solid #54aeff;border-radius:8px;background:#fff;padding:16px;box-shadow:0 4px 14px #0969da1a}.project-suggestion>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-suggestion h4{margin:0;color:#0550ae}.project-suggestion>div>span,.project-suggestion>p{color:var(--project-muted);font-size:.78rem}.project-suggestion textarea{min-height:180px;margin:12px 0}.project-ai-panel{display:flex;flex-direction:column;gap:10px;padding:24px 18px;border-left:1px solid var(--project-border);background:#fff}.project-ai-panel h3,.project-ai-panel p{margin:0}.project-ai-panel p,.project-ai-panel>span{color:var(--project-muted);font-size:.85rem;line-height:1.45}.ai-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:linear-gradient(145deg,#2798ef,#07509f);color:#fff;font-weight:800}.project-ai-panel hr{width:100%;border:0;border-top:1px solid #eaeef2}.project-team{padding:24px}.project-add-role{display:grid;grid-template-columns:minmax(220px,1fr) 130px auto;gap:12px;align-items:end;margin-top:18px;padding:16px 18px;border:1px solid var(--project-border);border-radius:8px;background:#fff}.project-add-role h4{grid-column:1/-1;margin:0}.project-add-role label,.project-role-edit label{display:grid;gap:5px;font-size:.82rem;font-weight:700}.project-add-role .role-requirements-field{grid-column:1/3}.project-add-role textarea{min-height:72px;resize:vertical;font-weight:400}.project-role{margin-top:18px;border:1px solid var(--project-border);border-radius:8px;background:#fff;overflow:hidden}.project-role-title{align-items:center;padding:16px 18px;background:#f6f8fa}.project-role-title h4,.project-role-title p{margin:0}.project-role-title p{color:var(--project-muted);font-size:.86rem}.project-role-title small{display:block;margin-top:6px;color:var(--project-muted)}.project-role-controls{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.project-role-controls>span{border-radius:999px;background:#ddf4ff;color:#0550ae;padding:5px 9px;font-size:.8rem}.project-role-controls button{padding:6px 9px;font-size:.8rem}.project-role-controls .is-danger,.candidate-actions .is-danger{color:#cf222e}.project-role-edit{display:grid;grid-template-columns:1fr 130px;gap:12px;padding:16px 18px;background:#f6f8fa}.project-role-edit label:nth-child(3),.project-role-edit>div{grid-column:1/-1}.project-role-edit textarea{min-height:90px;resize:vertical;font-weight:400}.project-role-edit>div{display:flex;gap:8px}.project-role-empty{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-top:1px solid #eaeef2;color:var(--project-muted)}.project-role-empty p{margin:0}.project-candidate{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:16px;padding:16px 18px;border-top:1px solid #eaeef2}.project-candidate.is-selected{background:#f0fff4;box-shadow:inset 4px 0 #1a7f37}.candidate-rank{display:grid;width:54px;height:54px;place-items:center;align-content:center;border-radius:12px;background:#eef2f6;color:#343a40}.candidate-rank strong{font-size:1.05rem;line-height:1}.candidate-rank span{margin-top:3px;font-size:.65rem;text-transform:uppercase;letter-spacing:.04em}.project-candidate h5,.project-candidate p{margin:0}.project-candidate p,.project-candidate>div>span{color:var(--project-muted);font-size:.82rem}.project-builder .candidate-name-link{border:0;background:transparent;color:var(--project-blue);padding:0;font-weight:700;text-decoration:underline;text-underline-offset:2px}.project-builder .candidate-name-link:hover{background:transparent;color:#0550ae}.candidate-actions{display:flex;align-items:center;gap:7px}.candidate-actions button{padding:6px 9px}.project-match-query{padding:12px 18px 16px;border-top:1px solid #eaeef2;background:#fbfcfd}.project-match-query summary{cursor:pointer;color:var(--project-blue);font-size:.85rem;font-weight:700}.project-match-query p{margin:10px 0;color:var(--project-muted);font-size:.82rem;line-height:1.45}.project-match-query h5{margin:12px 0 6px}.project-match-query pre{max-height:240px;overflow:auto;margin:8px 0;border:1px solid var(--project-border);border-radius:6px;background:#f6f8fa;padding:12px;color:#24292f;font-size:.76rem;line-height:1.45;white-space:pre-wrap}.project-alignment-panel{margin:0 24px 24px;border:1px solid var(--project-border);border-radius:8px;background:#fff;overflow:hidden}.project-alignment-panel>header{padding:18px 20px;border-bottom:1px solid #eaeef2;background:#f6f8fa}.project-alignment-panel h3,.project-alignment-panel h4,.project-alignment-panel p{margin:0}.project-alignment-panel>header p,.project-alignment-role>p{margin-top:5px;color:var(--project-muted);font-size:.84rem}.project-alignment-role{padding:18px 20px;border-bottom:1px solid #eaeef2}.project-alignment-role:last-child{border-bottom:0}.project-alignment-role>h4{margin-bottom:10px}.project-role-criteria,.candidate-criteria{border:1px solid #d8dee4;border-radius:7px;background:#fbfcfd}.project-role-criteria summary,.candidate-criteria summary{cursor:pointer;padding:10px 12px;color:var(--project-blue);font-size:.84rem;font-weight:700}.project-role-criteria ol,.candidate-criteria ul{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid #eaeef2}.project-role-criteria li{display:grid;gap:2px;padding:10px 12px;border-bottom:1px solid #eaeef2}.project-role-criteria li:last-child,.candidate-criteria li:last-child{border-bottom:0}.project-role-criteria li>span,.candidate-criteria li div>span{color:#343a40;font-size:.82rem}.project-role-criteria small,.candidate-criteria small{display:block;color:var(--project-muted);font-size:.75rem;line-height:1.4}.project-alignment-candidates{display:grid;gap:10px;margin-top:12px}.project-alignment-candidates>div{display:grid;grid-template-columns:minmax(160px,auto) 1fr;align-items:center;gap:4px 14px}.project-alignment-candidates>div>span{color:var(--project-muted);font-size:.8rem}.project-alignment-candidates .candidate-criteria{grid-column:1/-1;width:100%}.candidate-criteria>p{padding:0 12px 12px;color:var(--project-muted);font-size:.8rem}.candidate-criteria li{display:grid;grid-template-columns:100px minmax(0,1fr);gap:12px;align-items:start;padding:10px 12px;border-bottom:1px solid #eaeef2}.candidate-criteria li>div{display:grid;gap:2px}.criterion-result{justify-self:start;border-radius:999px;padding:3px 7px;font-size:.72rem;font-weight:700}.criterion-aligned .criterion-result{background:#dafbe1;color:#116329}.criterion-not-aligned .criterion-result{background:#ffebe9;color:#cf222e}.criterion-not-answered .criterion-result{background:#eaeef2;color:#57606a}.project-review{display:grid;grid-template-columns:310px 1fr;gap:20px;padding:24px;align-items:start}.project-review-summary{position:sticky;top:10px;text-align:center}.readiness-ring{display:grid;width:120px;height:120px;place-items:center;margin:20px auto;border-radius:50%;background:conic-gradient(var(--project-blue) var(--progress),#eaeef2 0)}.readiness-ring:before{content:"";position:absolute;width:92px;height:92px;border-radius:50%;background:#fff}.readiness-ring span{z-index:1;font-size:1.4rem;font-weight:800}.project-review-summary dl{display:grid;gap:8px;margin:20px 0;text-align:left}.project-review-summary dl div{display:flex;justify-content:space-between}.project-review-summary dd{margin:0;font-weight:700}.project-review-summary .project-print-button{display:block;margin:10px auto 0}.project-review-plan>p{color:var(--project-muted)}.project-review-plan article{border-top:1px solid #eaeef2;padding:14px 0}.project-review-plan article h4{margin:0 0 5px}.project-review-plan article p{margin:0;white-space:pre-wrap;color:#343a40;line-height:1.55}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1050px){.project-plan-layout{grid-template-columns:210px 1fr}.project-ai-panel{grid-column:1/-1;border:1px solid var(--project-border);flex-direction:row;align-items:center;flex-wrap:wrap}.project-ai-panel p{flex:1 1 300px}.project-ai-panel hr,.project-ai-panel>span{display:none}}@media (max-width:800px){.project-builder{padding:16px}.project-new-card,.project-define,.project-sources,.project-review{grid-template-columns:1fr}.project-source-list{grid-column:auto}.project-workspace{padding:0}.project-workspace-header{align-items:stretch;flex-wrap:wrap}.project-title-block{order:3;flex-basis:100%}.project-stepper{overflow-x:auto;grid-template-columns:repeat(5,minmax(120px,1fr))}.project-plan-layout{grid-template-columns:1fr}.project-section-nav{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--project-border)}.project-section-nav button{min-width:180px}.project-ai-panel{grid-column:auto}.project-add-role,.project-role-edit{grid-template-columns:1fr}.project-add-role .role-requirements-field,.project-role-edit label:nth-child(3),.project-role-edit>div{grid-column:1}.project-role-title{align-items:flex-start;flex-direction:column}.project-role-controls{justify-content:flex-start}.project-candidate{grid-template-columns:54px 1fr}.candidate-actions{grid-column:1/-1;justify-content:flex-end}.project-alignment-panel{margin:0 16px 16px}.candidate-criteria li{grid-template-columns:1fr}.project-review-summary{position:static}}@media (max-width:800px){.project-sharing{grid-template-columns:1fr}.project-sharing form,.collaborator-list{grid-column:1}}@media (max-width:520px){.project-summary-field{display:none}.project-new-card{grid-template-columns:1fr}.project-owner-chip{display:none}.project-header-actions{width:100%}.project-header-actions button{flex:1}.project-stepper button{flex-direction:column}.project-card-actions .is-danger{margin-left:0}}:root{color-scheme:light;font-family:Space Grotesk,Segoe UI,sans-serif;--cream: #f7f1e7;--charcoal: #151515;--copper: #a85d3b;--ink: #2d2a2a;--muted: #6d5e56;--glow: rgba(168, 93, 59, .2)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#fff6e9,#f3e7d6 40%,#ead9c6);color:var(--ink);min-height:100vh}#root{min-height:100vh}
