:root{--primary: #1a1a2e;--accent: #e94560;--accent-light: #ff6b81;--bg: #f5f6fa;--card: #ffffff;--border: #e1e4e8;--text: #2d3436;--text-light: #636e72;--success: #00b894;--cat-sales: #0984e3;--cat-marketing: #6c5ce7;--cat-finance: #fdcb6e;--cat-hr: #e17055;--cat-dev: #00cec9;--cat-it: #636e72;--cat-creative: #e84393;--cat-productivity: #00b894;--cat-data: #0984e3;--cat-support: #fd79a8;--cat-other: #b2bec3}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.header{background:var(--primary);color:#fff;padding:2rem;text-align:center}.header h1{font-size:1.6rem;margin-bottom:.3rem}.header p{color:#b2bec3;font-size:.95rem}.container{max-width:1400px;margin:0 auto;padding:1.5rem}.steps{display:flex;gap:0;margin-bottom:2rem}.step{flex:1;padding:1rem 1.2rem;background:var(--card);border:2px solid var(--border);cursor:pointer;text-align:center;transition:all .2s;position:relative}.step:first-child{border-radius:8px 0 0 8px}.step:last-child{border-radius:0 8px 8px 0}.step.active{border-color:var(--accent);background:#fff5f7}.step.done{border-color:var(--success);background:#f0fff4}.step-num{display:inline-block;width:28px;height:28px;border-radius:50%;background:var(--border);color:var(--text-light);font-weight:700;line-height:28px;font-size:.85rem;margin-bottom:.3rem}.step.active .step-num{background:var(--accent);color:#fff}.step.done .step-num{background:var(--success);color:#fff}.step-label{display:block;font-size:.85rem;font-weight:600}.card{background:var(--card);border-radius:10px;padding:1.5rem;border:1px solid var(--border);margin-bottom:1rem}.card h2{font-size:1.15rem;margin-bottom:.5rem}.card h3{font-size:1rem;margin-bottom:.5rem;color:var(--text-light)}label{font-weight:600;font-size:.9rem;display:block;margin-bottom:.3rem}input[type=text],select{width:100%;padding:.6rem .8rem;border:1.5px solid var(--border);border-radius:6px;font-size:.95rem;transition:border .2s;font-family:inherit}input[type=text]:focus,select:focus{outline:none;border-color:var(--accent)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-light)}.btn-secondary{background:var(--border);color:var(--text)}.btn-secondary:hover:not(:disabled){background:#d1d5db}.btn-success{background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#00a884}.btn-sm{padding:.35rem .7rem;font-size:.8rem}.btn-danger{background:#d63031;color:#fff}.chip-remove{cursor:pointer;font-size:1.1rem;line-height:1;opacity:.6;margin-left:.2rem}.chip-remove:hover{opacity:1}.matrix-wrap{overflow-x:auto}.matrix{border-collapse:collapse;width:100%;font-size:.85rem}.matrix th,.matrix td{border:1px solid var(--border);padding:.5rem .6rem;text-align:center}.matrix thead th{background:var(--primary);color:#fff;position:sticky;top:0;z-index:2;font-weight:600;font-size:.8rem}.matrix thead th:first-child{text-align:left;min-width:220px}.matrix tbody tr:nth-child(2n){background:#f8f9fa}.matrix tbody td:first-child{text-align:left;font-weight:500;background:#fff;position:sticky;left:0;z-index:1;border-right:2px solid var(--border)}.matrix tbody tr:nth-child(2n) td:first-child{background:#f8f9fa}.matrix input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--accent)}.matrix .cat-row td{background:#f0f0f5!important;font-weight:700;text-align:left;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);padding:.6rem}.tool-name{font-weight:600}.tool-desc{color:var(--text-light);font-size:.78rem}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem;align-items:center}.filter-bar input[type=text]{width:250px;flex-shrink:0}.filter-chip{padding:.3rem .7rem;border-radius:20px;font-size:.78rem;font-weight:600;border:1.5px solid var(--border);background:#fff;cursor:pointer;transition:all .15s}.filter-chip.active{border-color:var(--accent);background:#fff5f7;color:var(--accent)}.filter-chip:hover{border-color:var(--accent)}.role-list{display:flex;flex-wrap:wrap;gap:.3rem;margin:.8rem 0}.role-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;background:#e8f5e9;color:#2e7d32;border:1.5px solid #a5d6a7}.summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.summary-card{background:var(--card);border-radius:10px;padding:1.2rem;border:1px solid var(--border)}.summary-card h4{margin-bottom:.6rem;color:var(--accent)}.summary-card ul{list-style:none;padding:0}.summary-card li{padding:.2rem 0;font-size:.85rem}.summary-card li:before{content:"✓ ";color:var(--success);font-weight:700}.flex-between{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.info-box{background:#e8f4fd;border-left:4px solid #0984e3;padding:.8rem 1rem;border-radius:0 6px 6px 0;font-size:.88rem;margin-bottom:1rem}.success-box{background:#e8f8f1;border-left:4px solid var(--success);padding:1rem 1.2rem;border-radius:0 6px 6px 0;font-size:.95rem;margin-bottom:1rem}.error-box{background:#fde8ea;border-left:4px solid #d63031;padding:.8rem 1rem;border-radius:0 6px 6px 0;font-size:.88rem;margin-bottom:1rem;color:#c0392b}.add-role-row{display:flex;gap:.5rem;margin-top:.5rem}.add-role-row input{flex:1}@media (max-width: 768px){.steps{flex-direction:column}.step:first-child{border-radius:8px 8px 0 0}.step:last-child{border-radius:0 0 8px 8px}.filter-bar input[type=text]{width:100%}}
