@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f0f;color:#ededed;line-height:1.6;min-height:100vh}.app{min-height:100vh;padding-bottom:4rem}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.header{background:#181818;padding:1.25rem 0;border-bottom:1px solid #2a2a2a;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header__title{font-size:1.5rem;font-weight:700;color:#3ecf8e;margin-bottom:.25rem}.header__subtitle{color:#a0a0a0;font-size:.85rem}.header__subtitle a{color:#3ecf8e;text-decoration:none;transition:color .2s}.header__subtitle a:hover{color:#5dd9a3}.hero{background:#1f1f1f;padding:1.5rem 0;margin:1.5rem 0;border-radius:12px;border:1px solid #2a2a2a}.hero__title{font-size:1.1rem;font-weight:600;text-align:center;margin-bottom:1rem;color:#ededed}.hero__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.step{text-align:center;padding:.75rem;border-radius:8px;background:#181818;border:1px solid #2a2a2a;transition:all .3s ease}.step:hover{border-color:#3ecf8e;transform:translateY(-2px)}.step__number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#3ecf8e;color:#0f0f0f;border-radius:50%;font-weight:700;font-size:.85rem;margin-bottom:.5rem}.step__title{font-size:.85rem;font-weight:600;margin-bottom:.25rem;color:#ededed}.step__text{font-size:.7rem;color:#a0a0a0;line-height:1.4}.filters{margin:1.5rem 0}.filter-group{background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px;margin-bottom:.75rem;overflow:hidden;transition:all .3s ease}.filter-group:hover{border-color:#3ecf8e}.filter-group__header{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;cursor:pointer;transition:background .2s}.filter-group__header:hover{background:#252525}.filter-group__icon{font-size:1.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#3ecf8e1a;border-radius:8px}.filter-group__info{flex:1}.filter-group__title{font-size:.95rem;font-weight:600;margin-bottom:.125rem;color:#ededed}.filter-group__subtitle{font-size:.75rem;color:#a0a0a0}.filter-group__toggle{background:none;border:none;color:#6e6e6e;font-size:.9rem;cursor:pointer;padding:.5rem;transition:all .3s}.filter-group__toggle:hover{color:#3ecf8e}.filter-group__content{padding:0 1rem 1rem;border-top:1px solid #2a2a2a;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.85rem;color:#a0a0a0}.form-control{width:100%;padding:.75rem;background:#181818;border:1px solid #2a2a2a;border-radius:6px;color:#ededed;font-size:.9rem;transition:all .3s;font-family:inherit}.form-control::placeholder{color:#6e6e6e}.form-control:focus{outline:none;border-color:#3ecf8e;background:#252525;box-shadow:0 0 0 3px #3ecf8e1a}.form-control[multiple] option{padding:.5rem;background:transparent;color:#ededed}.form-control[multiple] option:checked{background:linear-gradient(90deg,#3ecf8e,#3ecf8e4d);color:#ededed}.form-control:not([multiple]){cursor:pointer;padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%233ecf8e' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-control:not([multiple]) option{background:#181818;color:#ededed;padding:.5rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.checkbox-list{max-height:200px;overflow-y:auto;border:1px solid #2a2a2a;border-radius:6px;padding:.5rem;background:#181818}.checkbox-list label{display:flex;align-items:center;padding:.5rem;cursor:pointer;border-radius:4px;transition:background .2s;margin-bottom:0;font-weight:400;color:#ededed}.checkbox-list label:hover{background:#252525}.checkbox-list label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #2a2a2a;border-radius:3px;margin-right:.75rem;cursor:pointer;position:relative;transition:all .2s;flex-shrink:0}.checkbox-list label input[type=checkbox]:checked{background:#3ecf8e;border-color:#3ecf8e}.checkbox-list label input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#0f0f0f;font-size:12px;font-weight:700}.checkbox-list label input[type=checkbox]:hover{border-color:#3ecf8e}.checkbox-list label span{font-size:.9rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s;margin-bottom:0!important;font-weight:400!important;color:#ededed!important}.checkbox-label:hover{background:#252525}.checkbox-label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #2a2a2a;border-radius:3px;margin-right:.75rem;cursor:pointer;position:relative;transition:all .2s;flex-shrink:0}.checkbox-label input[type=checkbox]:checked{background:#3ecf8e;border-color:#3ecf8e}.checkbox-label input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#0f0f0f;font-size:12px;font-weight:700}.checkbox-label input[type=checkbox]:hover{border-color:#3ecf8e}.checkbox-label span{font-size:.9rem}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .65rem;background:#3ecf8e26;color:#3ecf8e;border:1px solid rgba(62,207,142,.3);border-radius:6px;font-size:.8rem;font-weight:500;animation:fadeIn .3s ease}.tag button{background:#3ecf8e33;border:none;color:#3ecf8e;width:18px;height:18px;border-radius:50%;font-size:.9rem;cursor:pointer;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .2s}.tag button:hover{background:#3ecf8e;color:#0f0f0f}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.btn{padding:.875rem 2rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn--primary{background:#3ecf8e;color:#0f0f0f;box-shadow:0 0 20px #3ecf8e26}.btn--primary:hover{background:#5dd9a3;transform:translateY(-2px);box-shadow:0 0 25px #3ecf8e4d}.btn--primary:active{transform:translateY(0)}.btn--secondary{background:#1f1f1f;color:#ededed;border:1px solid #2a2a2a}.btn--secondary:hover{border-color:#3ecf8e;background:#252525}.results{background:#1f1f1f;padding:2rem;border-radius:12px;border:1px solid #3ecf8e;box-shadow:0 0 20px #3ecf8e26;margin:2rem 0;text-align:left}.results__title{font-size:3rem;font-weight:800;color:#3ecf8e;margin-bottom:.5rem;display:flex;align-items:center;gap:1rem}.results__title .counting-spinner{width:3rem;height:3rem;border:4px solid rgba(62,207,142,.2);border-top-color:#3ecf8e;border-radius:50%;animation:spin .8s linear infinite}.results__subtitle{color:#a0a0a0;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.results__progress{margin-top:1rem;height:8px;background:#3ecf8e1a;border-radius:4px;overflow:hidden}.results__progress-bar{height:100%;background:linear-gradient(90deg,#3ecf8e,#67d9a6);transition:width .3s ease;border-radius:4px}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}.modal__content{background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px;max-width:700px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 4px 16px #00000080;animation:slideUp .3s ease}.modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid #2a2a2a}.modal__header h2{font-size:1.25rem;font-weight:700;color:#3ecf8e}.modal__close{background:#181818;border:1px solid #2a2a2a;color:#a0a0a0;width:32px;height:32px;border-radius:50%;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal__close:hover{background:#3ecf8e;color:#0f0f0f;border-color:#3ecf8e}.modal__body{flex:1;overflow:auto;padding:1.25rem}.modal__footer{padding:1.25rem;border-top:1px solid #2a2a2a;display:flex;justify-content:center}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.json-output{background:#181818;padding:1.25rem;border-radius:8px;font-family:Fira Code,Courier New,monospace;font-size:.8rem;line-height:1.6;color:#3ecf8e;overflow-x:auto;border:1px solid #2a2a2a}.loading{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f0f0ff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.loading p{margin-top:1rem;font-size:1rem;font-weight:600;color:#ededed}.loading__spinner{width:50px;height:50px;border:3px solid rgba(62,207,142,.2);border-top-color:#3ecf8e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.container{padding:0 1rem}.hero{margin:1rem 0;padding:1rem 0}.hero__steps{grid-template-columns:repeat(2,1fr);gap:.75rem}.step{padding:.5rem}.step__number{width:24px;height:24px;font-size:.75rem}.step__title{font-size:.8rem}.step__text{font-size:.65rem}.actions{flex-direction:column}.actions .btn{width:100%}.results__title{font-size:2rem}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#181818}::-webkit-scrollbar-thumb{background:#3ecf8e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5dd9a3}.preview-table{margin:2rem 0;background:#1f1f1f;border:1px solid #2a2a2a;border-radius:12px;padding:1.5rem}.preview-table__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.preview-table__title{font-size:1rem;font-weight:600;color:#ededed}.preview-table__controls{display:flex;align-items:center;gap:.5rem}.preview-table__controls label{font-size:.85rem;color:#a0a0a0}.preview-table__wrapper{overflow-x:auto;border-radius:8px;border:1px solid #2a2a2a}.preview-table table{width:100%;border-collapse:collapse;font-size:.85rem}.preview-table table thead{background:#181818;position:sticky;top:0;z-index:10}.preview-table table thead th{padding:.75rem;text-align:left;font-weight:600;color:#a0a0a0;border-bottom:2px solid #2a2a2a;white-space:nowrap}.preview-table table tbody tr{border-bottom:1px solid #2a2a2a;transition:background .2s}.preview-table table tbody tr:hover{background:#252525}.preview-table table tbody tr:last-child{border-bottom:none}.preview-table table tbody td{padding:.75rem;color:#ededed;vertical-align:middle}.per-page-select{padding:.5rem;background:#181818;border:1px solid #2a2a2a;border-radius:6px;color:#ededed;font-size:.85rem;cursor:pointer}.per-page-select:focus{outline:none;border-color:#3ecf8e}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #2a2a2a}.pagination__btn{padding:.5rem 1rem;background:#181818;border:1px solid #2a2a2a;border-radius:6px;color:#ededed;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.pagination__btn:hover:not(:disabled){background:#3ecf8e;border-color:#3ecf8e;color:#0f0f0f}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__info{font-size:.9rem;color:#a0a0a0}.status-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;white-space:nowrap}.status-badge--success{background:#3ecf8e26;color:#3ecf8e;border:1px solid rgba(62,207,142,.3)}.status-badge--error{background:#ff6b6b26;color:#ff6b6b;border:1px solid rgba(255,107,107,.3)}.linkedin-link{color:#3ecf8e;text-decoration:none;font-weight:500}.linkedin-link:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.modal-content{background:#1f1f1f;border:1px solid #353535;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px #00000080,0 0 40px #3ecf8e1a}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #2a2a2a}.modal-header h2{font-size:1.5rem;margin:0}.modal-close{background:none;border:none;color:#a0a0a0;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#252525;color:#ededed}.modal-body{padding:2rem;overflow-y:auto;flex:1}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #2a2a2a;display:flex;gap:1rem;justify-content:flex-end}.json-input{width:100%;background:#0f0f0f;border:1px solid #2a2a2a;border-radius:8px;color:#ededed;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9rem;padding:1rem;resize:vertical;min-height:300px;transition:border-color .2s}.json-input:focus{outline:none;border-color:#3ecf8e;box-shadow:0 0 0 3px #3ecf8e1a}.json-input::placeholder{color:#6e6e6e}.error-message{margin-top:1rem;padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5}.error-message pre{margin:0;white-space:pre-wrap;word-break:break-word;font-family:Monaco,Menlo,Courier New,monospace;font-size:.85rem}.help-text{color:#a0a0a0;font-size:.9rem;line-height:1.5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.toast{position:fixed;top:2rem;right:2rem;background:#1f1f1f;border:1px solid #353535;border-radius:8px;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;min-width:300px;max-width:500px;box-shadow:0 4px 16px #00000080,0 0 20px #0000004d;z-index:2000;animation:slideInRight .3s ease,fadeOut .3s ease 2.7s;cursor:pointer}.toast--success{border-left:4px solid #3ecf8e}.toast--error{border-left:4px solid #ef4444}.toast--info{border-left:4px solid #3b82f6}.toast__icon{font-size:1.5rem;flex-shrink:0}.toast__message{flex:1;color:#ededed;font-size:.95rem;line-height:1.4}.toast__close{background:none;border:none;color:#a0a0a0;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;flex-shrink:0}.toast__close:hover{background:#252525;color:#ededed}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width: 768px){.toast{top:1rem;right:1rem;left:1rem;min-width:auto}}
