*,*:before,*:after{box-sizing:border-box}body{margin:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f4f5f7;--surface: #ffffff;--border: #e2e4e9;--text: #1a1d23;--text-muted: #6b7280;--accent: #4f46e5;--accent-light: #eef2ff;--score-1: #ef4444;--score-2: #f97316;--score-3: #22c55e;--score-4: #3b82f6;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--radius: 10px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;min-height:100vh;display:block;place-items:unset}#root{max-width:unset;padding:0;text-align:left}.app{min-height:100vh}.app-header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.app-header-inner{max-width:1400px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.app-brand{display:flex;align-items:baseline;gap:.75rem}.app-title{font-size:1.25rem;font-weight:700;color:var(--accent);letter-spacing:-.02em}.app-tagline{font-size:.8rem;color:var(--text-muted);font-weight:400}.btn-reset{background:transparent;border:1px solid var(--border);color:var(--text-muted);padding:.375rem .875rem;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .15s}.btn-reset:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.app-main{max-width:1400px;margin:0 auto;padding:1.5rem}.layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}.layout-right{position:sticky;top:70px;max-height:calc(100vh - 70px - 1.5rem);overflow-y:auto}.candidate-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow);margin-bottom:1rem;display:grid;grid-template-columns:1fr 1fr 160px;gap:.875rem}.field label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}.field input{width:100%;padding:.5rem .625rem;border:1px solid var(--border);border-radius:6px;font-size:.9rem;color:var(--text);background:var(--bg);transition:border-color .15s}.field input:focus{outline:none;border-color:var(--accent);background:#fff}.categories{display:flex;flex-direction:column;gap:1rem}.category-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.category-header{padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.category-title-group{display:flex;align-items:center;gap:.625rem}.category-avg{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0;transition:background .2s,color .2s}.category-name{font-size:1rem;font-weight:600}.category-desc{font-size:.78rem;color:var(--text-muted);margin-top:.125rem;line-height:1.4}.category-progress{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.progress-bar{width:80px;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.progress-text{font-size:.75rem;color:var(--text-muted);width:30px;text-align:right}.sub-list{padding:.5rem 0}.sub-item{border-bottom:1px solid var(--border)}.sub-item:last-child{border-bottom:none}.sub-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:.625rem 1.25rem;transition:background .1s}.sub-row:hover{background:var(--bg)}.sub-label-group{min-width:0}.sub-label{font-size:.88rem;font-weight:500}.sub-desc{font-size:.75rem;color:var(--text-muted);margin-top:.1rem}.sub-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.note-toggle{width:28px;height:28px;border-radius:6px;border:1px solid transparent;background:transparent;color:var(--text-muted);cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;position:relative;transition:all .15s;padding:0}.note-toggle:hover{background:var(--bg);border-color:var(--border);color:var(--accent)}.note-toggle.open{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.note-toggle.has-note{color:var(--accent)}.note-icon,.note-icon-filled{display:flex;align-items:center;position:relative}.note-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);position:absolute;top:-3px;right:-4px}.sub-note-area{padding:0 1.25rem .75rem;background:var(--accent-light);border-top:1px solid var(--border)}.sub-note-input{width:100%;padding:.5rem .625rem;border:1px solid var(--border);border-radius:6px;font-size:.82rem;color:var(--text);font-family:inherit;resize:vertical;background:#fff;transition:border-color .15s;margin-top:.625rem}.sub-note-input:focus{outline:none;border-color:var(--accent)}.score-buttons{display:flex;gap:4px}.score-btn{width:34px;height:34px;border-radius:6px;border:2px solid var(--border);background:#fff;font-size:.85rem;font-weight:700;cursor:pointer;color:var(--text-muted);transition:all .15s;display:flex;align-items:center;justify-content:center}.score-btn:hover{border-color:currentColor;opacity:.8}.score-btn[data-score="1"].active{background:var(--score-1);border-color:var(--score-1);color:#fff}.score-btn[data-score="2"].active{background:var(--score-2);border-color:var(--score-2);color:#fff}.score-btn[data-score="3"].active{background:var(--score-3);border-color:var(--score-3);color:#fff}.score-btn[data-score="4"].active{background:var(--score-4);border-color:var(--score-4);color:#fff}.score-btn[data-score="1"]:hover{border-color:var(--score-1);color:var(--score-1)}.score-btn[data-score="2"]:hover{border-color:var(--score-2);color:var(--score-2)}.score-btn[data-score="3"]:hover{border-color:var(--score-3);color:var(--score-3)}.score-btn[data-score="4"]:hover{border-color:var(--score-4);color:var(--score-4)}.notes-section{margin-top:1rem}.notes-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.notes-textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;color:var(--text);font-family:inherit;resize:vertical;background:var(--surface);box-shadow:var(--shadow);transition:border-color .15s}.notes-textarea:focus{outline:none;border-color:var(--accent)}.summary-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.summary-header{padding:.625rem 1rem;border-bottom:1px solid var(--border);font-size:.8rem;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.05em}.summary-overall{padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.125rem;border-bottom:1px solid var(--border)}.overall-score{font-size:2.25rem;font-weight:800;line-height:1;transition:color .2s}.overall-label{font-size:.75rem;color:var(--text-muted)}.score-legend{width:100%;padding:.5rem 0 0;display:flex;flex-direction:column;gap:.125rem}.score-legend-item{display:flex;align-items:center;gap:.375rem;font-size:.72rem}.score-legend-num{font-weight:700;width:14px;text-align:center}.score-legend-label{color:var(--text-muted)}.summary-scores{padding:.375rem 1rem}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid var(--border);font-size:.8rem}.summary-row:last-child{border-bottom:none}.summary-cat-name{color:var(--text-muted)}.summary-cat-score{font-weight:700;font-size:.95rem;min-width:24px;text-align:right}.summary-mini-bar{width:60px;height:5px;background:var(--border);border-radius:3px;overflow:hidden;margin-left:.5rem}.summary-mini-fill{height:100%;border-radius:3px;transition:width .3s}.hire-section{padding:.75rem 1rem;border-top:1px solid var(--border)}.hire-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem}.hire-buttons{display:flex;gap:.5rem}.hire-btn{flex:1;padding:.4rem;border-radius:6px;border:2px solid var(--border);background:#fff;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s}.hire-btn.yes{color:#16a34a}.hire-btn.yes:hover,.hire-btn.yes.active{background:#16a34a;border-color:#16a34a;color:#fff}.hire-btn.no{color:#dc2626}.hire-btn.no:hover,.hire-btn.no.active{background:#dc2626;border-color:#dc2626;color:#fff}.export-section{padding:.625rem 1rem;border-top:1px solid var(--border)}.btn-export{width:100%;padding:.4rem;border-radius:8px;border:1px solid var(--accent);background:var(--accent-light);color:var(--accent);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s}.btn-export:hover{background:var(--accent);color:#fff}@media(max-width:900px){.layout{grid-template-columns:1fr}.layout-right{position:static}.candidate-header{grid-template-columns:1fr 1fr}.candidate-header>.field:last-child{grid-column:span 2}}.app-footer{text-align:center;padding:1rem;font-size:.75rem;color:var(--muted)}
