.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000a}.app-logo{margin-bottom:1rem}.app-logo-title{margin:0;font-size:1.375rem;font-weight:600;letter-spacing:-.02em;color:#0f172a;line-height:1.3}.app-logo-by{display:block;margin-top:.15rem;font-size:.75rem;font-weight:500;color:#64748b;letter-spacing:.02em}.tabs{display:flex;gap:.25rem}.tab{padding:.5rem 1rem;border:none;border-radius:8px;background:transparent;color:#64748b;font-weight:500;font-size:.9375rem;transition:background .15s ease,color .15s ease}.tab:hover{background:#f1f5f9;color:#334155}.tab-active{background:#0f172a;color:#fff}.tab-active:hover{background:#1e293b;color:#fff}.app-main{flex:1;padding:1.5rem;max-width:900px;margin:0 auto;width:100%}.tab-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.app-main h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#0f172a;line-height:1.35}.app-main .intro{margin:0 0 1rem;color:#64748b;font-size:.9375rem;line-height:1.5}.setup-form{display:flex;flex-direction:column;gap:1.25rem}.setup-form label{display:flex;flex-direction:column;gap:.4rem;font-weight:500;color:#475569;font-size:.9375rem}.setup-form input{max-width:320px;padding:.55rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.setup-form input:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 2px #0f172a14}.setup-form .hint{font-size:.875rem;font-weight:400;color:#64748b}.btn-reset{align-self:flex-start;padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:500;font-size:.9375rem;transition:background .15s ease,border-color .15s ease}.btn-reset:hover{background:#f1f5f9;border-color:#cbd5e1}.weight-total{margin-bottom:.75rem;font-weight:600;color:#0f172a;font-size:.9375rem}.weight-total[data-warning=true]{color:#b45309}.weight-helper{margin:0 0 .75rem;font-size:.8125rem;color:#64748b}.scorecard-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a}.scorecard-table th,.scorecard-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid #f1f5f9}.scorecard-table th{background:#f8fafc;font-weight:600;color:#475569;font-size:.875rem}.scorecard-table td input{width:100%;padding:.45rem .6rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9375rem;transition:border-color .15s ease}.scorecard-table td input[type=number]{width:4.5rem}.scorecard-table td input:focus{outline:none;border-color:#0f172a}.btn-remove{padding:.35rem .65rem;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.875rem;transition:background .15s ease,border-color .15s ease,color .15s ease}.btn-remove:hover{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.btn-add{margin-top:.75rem;padding:.55rem 1rem;background:#0f172a;border:none;border-radius:8px;color:#fff;font-weight:500;font-size:.9375rem;transition:background .15s ease}.btn-add:hover{background:#1e293b}.question-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.question-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;box-shadow:0 1px 2px #0000000a}.question-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem}.question-row select{padding:.45rem .65rem;border:1px solid #e2e8f0;border-radius:6px;min-width:140px;font-size:.9375rem;transition:border-color .15s ease}.question-card label{display:flex;flex-direction:column;gap:.4rem;font-weight:500;color:#475569;font-size:.875rem;margin-bottom:.85rem}.question-card label:last-of-type{margin-bottom:0}.question-card textarea,.question-card input{padding:.55rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9375rem;line-height:1.45;transition:border-color .15s ease}.question-card textarea:focus,.question-card input:focus{outline:none;border-color:#0f172a}.question-row .btn-remove{margin-left:auto}.candidate-name-label{display:flex;flex-direction:column;gap:.4rem;font-weight:500;color:#475569;margin-bottom:1.25rem;font-size:.9375rem}.candidate-name-input{max-width:280px;padding:.55rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease}.candidate-name-input:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 2px #0f172a14}.evaluation-tab-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:.5rem}@media (min-width: 900px){.evaluation-tab-layout{grid-template-columns:1fr 380px;align-items:start}}.evaluation-tab-left{min-width:0}.evaluation-sections{display:flex;flex-direction:column;gap:1rem;margin-bottom:0}.evaluation-block{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;box-shadow:0 1px 2px #0000000a}.block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem}.dim-name{font-weight:600;color:#0f172a;font-size:.9375rem}.dim-weight{font-size:.875rem;color:#64748b}.evaluation-block label{display:flex;flex-direction:column;gap:.4rem;font-weight:500;color:#475569;font-size:.875rem;margin-bottom:.85rem}.evaluation-block label:last-of-type{margin-bottom:0}.evaluation-block select,.evaluation-block textarea{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;max-width:200px;font-size:.9375rem;line-height:1.4;transition:border-color .15s ease}.evaluation-block textarea{max-width:100%;resize:vertical}.evaluation-block select:focus,.evaluation-block textarea:focus{outline:none;border-color:#0f172a}.evaluation-summary-panel{display:flex;flex-direction:column;gap:1rem}.evaluation-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;max-width:100%;box-shadow:0 1px 2px #0000000a}.summary-preview-wrap{display:flex;flex-direction:column;gap:.4rem}.summary-preview-label{font-weight:500;color:#475569;font-size:.875rem}.summary-preview-text{margin:0;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.8125rem;line-height:1.5;color:#334155;white-space:pre-wrap;word-break:break-word;max-height:12rem;overflow-y:auto;font-family:inherit}.radar-chart-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.75rem 0}.radar-toggle{display:flex;gap:0;border-radius:8px;border:1px solid #e2e8f0;padding:2px;background:#f8fafc}.radar-toggle-btn{padding:.35rem .65rem;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;color:#64748b;background:transparent;transition:color .15s ease,background .15s ease}.radar-toggle-btn:hover{color:#334155}.radar-toggle-btn-active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000f}.radar-chart-wrapper{position:relative;display:inline-block}.radar-chart{width:100%;max-width:260px;height:auto;display:block}.radar-vertex-dot{fill:#94a3b8}.radar-vertex-dot--core{fill:#475569}.radar-vertex-dot--drive{fill:#b45309}.radar-vertex-dot--craft{fill:#5b21b6}.radar-vertex-dot--other{fill:#94a3b8}.chartTooltip{position:absolute;padding:.35rem .6rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;box-shadow:0 2px 8px #0000001a;font-size:.8125rem;font-weight:500;color:#0f172a;white-space:nowrap;pointer-events:none;z-index:1}.chartTooltip--core{border-left:3px solid #475569}.chartTooltip--drive{border-left:3px solid #b45309}.chartTooltip--craft{border-left:3px solid #5b21b6}.chartTooltip--other{border-left:3px solid #94a3b8}.radar-legend{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.25rem 1rem;font-size:.75rem;color:#64748b}.radar-legend li{display:flex;align-items:center;gap:.35rem}.radar-legend-dot{width:6px;height:6px;border-radius:50%;background:#0f172a;flex-shrink:0}.evaluation-summary[data-recommendation=Hire] .rec-value{color:#15803d;font-weight:700}.evaluation-summary[data-recommendation="No Hire"] .rec-value{color:#b91c1c;font-weight:700}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.summary-hint{margin:.5rem 0 0;font-size:.875rem;color:#64748b;line-height:1.4}.btn-copy-summary{margin-top:1rem;padding:.55rem 1rem;background:#0f172a;border:none;border-radius:8px;color:#fff;font-weight:500;font-size:.9375rem;width:100%;transition:background .15s ease}.btn-copy-summary:hover{background:#1e293b}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#1e293b;background-color:#f1f5f9}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}input,select,textarea,button{font:inherit}button{cursor:pointer}
