:root{--black: 0 0% 0%;--white: 0 0% 100%;--gray-100: 0 0% 12%;--gray-200: 0 0% 19%;--gray-300: 0 0% 28%;--gray-400: 0 0% 37%;--gray-500: 0 0% 46%;--gray-600: 0 0% 56%;--gray-700: 0 0% 67%;--gray-800: 0 0% 78%;--gray-900: 0 0% 92%;--red: 12 100% 43%;--orange: 34 100% 50%;--bright-orange: 17 100% 53%;--yellow: 46 100% 50%;--green: 134 61% 41%;--blue: 211 100% 50%;--pink: 339 79% 54%;--violet: 272 100% 68%;--code-green: #39ff14;--primary: #4f91ff;--secondary: #fdadee}*{margin:0;padding:0;box-sizing:border-box;border-width:0;border-style:solid;border-color:hsl(var(--gray-200))}body{font-family:Google Sans Text,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:hsl(var(--black));color:hsl(var(--gray-800));min-height:100vh;-webkit-font-smoothing:antialiased;font-feature-settings:normal;font-variation-settings:normal;line-height:1.5;scroll-behavior:smooth;color-scheme:dark;padding:0}.watermark{position:fixed;top:16px;left:16px;font-size:12px;color:hsl(var(--gray-800));z-index:1000;background:hsl(var(--gray-100));padding:6px 12px;border-radius:6px;font-weight:500;opacity:.7;border:1px solid hsl(var(--gray-200))}.container{max-width:1400px;margin:0 auto;background:transparent;padding:40px 20px;min-height:100vh}header{text-align:center;margin-bottom:48px;padding-top:20px}header h1{font-size:48px;font-weight:700;color:hsl(var(--white));margin-bottom:12px;letter-spacing:-1px;line-height:1.1}header p{color:hsl(var(--gray-800));font-size:18px;opacity:.9;font-weight:400}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;margin-bottom:40px;border-bottom:1px solid hsl(var(--gray-200));position:sticky;top:0;background:hsl(var(--black));z-index:100}.logo-container{display:flex;align-items:center;gap:12px}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,hsl(var(--bright-orange)),hsl(var(--orange)),hsl(var(--yellow)));border-radius:6px;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ff6b354d}.logo-icon:before{content:"";position:absolute;width:20px;height:20px;background:linear-gradient(135deg,hsl(var(--red)),hsl(var(--bright-orange)));border-radius:3px;opacity:.9}.logo-icon:after{content:"";position:absolute;width:12px;height:12px;background:hsl(var(--yellow));border-radius:2px;top:4px;left:4px}.logo-text{font-size:18px;font-weight:500;color:hsl(var(--white));letter-spacing:-.3px;text-decoration:none;transition:opacity .2s ease}.logo-text:hover{opacity:.8}.nav-links{display:flex;gap:32px;align-items:center;margin-left:48px}.nav-link{color:hsl(var(--white));text-decoration:none;font-size:15px;font-weight:400;transition:opacity .2s ease;position:relative;padding-bottom:4px}.nav-link:hover{opacity:.7}.nav-link.active{opacity:1;font-weight:500}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:hsl(var(--bright-orange));border-radius:2px}.mode-selector{display:flex;gap:12px;margin-bottom:32px;justify-content:center;background:hsl(var(--gray-100));padding:8px;border-radius:10px;width:fit-content;margin-left:auto;margin-right:auto}.mode-btn{padding:12px 24px;border:none;background:transparent;color:hsl(var(--gray-800));border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s ease;font-family:inherit}.mode-btn:hover{background:hsl(var(--gray-200));color:hsl(var(--white))}.mode-btn.active{background:hsl(var(--bright-orange));color:hsl(var(--white));box-shadow:0 2px 8px #ff6b354d}.form-section{display:none}.form-section.active{display:block}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;color:hsl(var(--white));font-weight:500;font-size:15px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid hsl(var(--gray-200));border-radius:8px;font-size:15px;background:hsl(var(--gray-100));color:hsl(var(--white));transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:hsl(var(--bright-orange));box-shadow:0 0 0 3px #ff6b351a}.form-group input::placeholder,.form-group textarea::placeholder{color:hsl(var(--gray-600))}.form-group textarea{resize:vertical;min-height:100px}.btn-primary{width:100%;padding:16px 32px;background:hsl(var(--bright-orange));color:hsl(var(--white));border:none;border-radius:10px;font-size:17px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease,box-shadow .2s ease;box-shadow:0 4px 16px #ff6b354d;font-family:inherit}.btn-primary:hover{background:hsl(var(--orange));transform:translateY(-2px);box-shadow:0 6px 20px #ff6b3566}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{padding:10px 20px;background:transparent;color:hsl(var(--white));border:1px solid hsl(var(--gray-200));border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-secondary:hover{background:hsl(var(--gray-100));border-color:hsl(var(--gray-300))}.btn-action-small{padding:6px 12px;background:hsl(var(--gray-100));color:hsl(var(--white));border:1px solid hsl(var(--gray-200));border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-action-small:hover{background:hsl(var(--gray-200))}.btn-action-small.btn-delete:hover{background:hsl(var(--red));border-color:hsl(var(--red));color:hsl(var(--white))}.btn-save-profile{background:hsl(var(--bright-orange));color:hsl(var(--white));border:none;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-save-profile:hover{background:hsl(var(--orange))}#progress-section{margin-top:32px;padding:32px;background:hsl(var(--gray-100));border-radius:12px;text-align:center;border:1px solid hsl(var(--gray-200))}.progress-info h3{color:hsl(var(--white));margin-bottom:16px;font-size:20px;font-weight:600}#progress-text{color:hsl(var(--gray-800));margin-bottom:24px;font-size:15px;opacity:.9}.progress-bar{width:100%;height:32px;background:hsl(var(--gray-200));border-radius:16px;overflow:hidden;margin-bottom:12px;border:1px solid hsl(var(--gray-300))}.progress-fill{height:100%;background:linear-gradient(90deg,hsl(var(--bright-orange)),hsl(var(--orange)));width:0%;transition:width .5s ease;box-shadow:0 0 12px #ff6b3566}.progress-percent{font-size:18px;font-weight:600;color:hsl(var(--bright-orange))}#results-section{margin-top:40px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.results-header h2{color:hsl(var(--white));font-size:32px;font-weight:700;letter-spacing:-.5px}.results-actions{display:flex;gap:12px;flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:hsl(var(--gray-100));color:hsl(var(--white));padding:24px;border-radius:12px;text-align:center;border:1px solid hsl(var(--gray-200));transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0003;border-color:hsl(var(--gray-300))}.stat-card .stat-icon{font-size:2.5em;margin-bottom:12px}.stat-card .stat-label{font-size:14px;opacity:.8;margin-bottom:8px;color:hsl(var(--gray-800));font-weight:400}.stat-card .stat-value{font-size:2em;font-weight:700;color:hsl(var(--white))}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:32px}.chart-container{background:hsl(var(--gray-100));padding:24px;border-radius:12px;border:1px solid hsl(var(--gray-200))}.chart-container h3{margin-bottom:16px;color:hsl(var(--white));font-size:18px;font-weight:600}.table-container{margin-top:32px;overflow-x:auto;background:hsl(var(--gray-100));border-radius:12px;border:1px solid hsl(var(--gray-200));padding:20px}.table-container h3{margin-bottom:16px;color:hsl(var(--white));font-size:20px;font-weight:600}table{width:100%;border-collapse:collapse;background:transparent}table th,table td{padding:12px 16px;text-align:left;border-bottom:1px solid hsl(var(--gray-200))}table thead{background:hsl(var(--gray-200))}table th{background:hsl(var(--gray-200));font-weight:600;color:hsl(var(--white));font-size:14px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid hsl(var(--gray-300))}table td{color:hsl(var(--gray-800));font-size:14px}table tr:hover{background:hsl(var(--gray-200))}table tr:last-child td{border-bottom:none}table a{color:hsl(var(--bright-orange));text-decoration:none;font-weight:500;transition:opacity .2s ease}table a:hover{opacity:.7;text-decoration:underline}.user-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:24px}.user-card{background:hsl(var(--gray-100));color:hsl(var(--white));padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid hsl(var(--gray-200));transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.user-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0003;border-color:hsl(var(--gray-300))}.user-card h4{color:hsl(var(--white));margin-bottom:20px;font-size:1.5em;font-weight:600;border-bottom:1px solid hsl(var(--gray-200));padding-bottom:12px}.user-card .user-stat{display:flex;justify-content:space-between;margin-bottom:12px;font-size:15px;color:hsl(var(--gray-800))}.user-card .user-stat-value{font-weight:600;color:hsl(var(--white))}.user-card-actions{margin-top:16px;padding-top:16px;border-top:1px solid hsl(var(--gray-200))}.saved-indicator{color:hsl(var(--green))!important;font-weight:600;text-align:center;display:block;margin-bottom:8px}.recent-jobs{margin-top:48px;padding-top:32px;border-top:1px solid hsl(var(--gray-200))}.recent-jobs h3{margin-bottom:20px;color:hsl(var(--white));font-size:24px;font-weight:600}#recent-jobs-list{display:flex;flex-direction:column;gap:12px}.job-item{padding:16px 20px;background:hsl(var(--gray-100));border-radius:10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;border:1px solid hsl(var(--gray-200))}.job-item:hover{background:hsl(var(--gray-200));transform:translate(4px);border-color:hsl(var(--gray-300))}.job-info{flex:1}.job-info .job-type{font-weight:600;color:hsl(var(--bright-orange));font-size:15px}.job-info .job-details{font-size:14px;color:hsl(var(--gray-800));margin-top:4px;opacity:.9}.job-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.job-status.completed{background:hsl(var(--green));color:hsl(var(--white))}.job-status.running{background:hsl(var(--yellow));color:hsl(var(--black))}.job-status.failed{background:hsl(var(--red));color:hsl(var(--white))}.job-status.pending{background:hsl(var(--gray-300));color:hsl(var(--white))}.engagement-high,.score-high{color:hsl(var(--green))!important;font-weight:600}.engagement-medium,.score-medium{color:hsl(var(--yellow))!important;font-weight:600}.engagement-low,.score-low{color:hsl(var(--red))!important;font-weight:600}.curated-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.curated-header h1{color:hsl(var(--white));font-size:36px;font-weight:700;letter-spacing:-.5px}.curated-controls{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.search-input{padding:10px 16px;border:1px solid hsl(var(--gray-200));border-radius:8px;background:hsl(var(--gray-100));color:hsl(var(--white));font-size:15px;font-family:inherit;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:hsl(var(--bright-orange))}.view-toggle{display:flex;gap:8px;background:hsl(var(--gray-100));padding:4px;border-radius:8px;border:1px solid hsl(var(--gray-200))}.view-toggle button{padding:8px 12px;border:none;background:transparent;color:hsl(var(--gray-800));border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;font-family:inherit}.view-toggle button.active{background:hsl(var(--bright-orange));color:hsl(var(--white))}.profiles-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-bottom:32px}.profile-card{background:hsl(var(--gray-100));padding:24px;border-radius:12px;border:1px solid hsl(var(--gray-200));transition:transform .2s ease,box-shadow .2s ease}.profile-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0003;border-color:hsl(var(--gray-300))}.profile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid hsl(var(--gray-200))}.profile-card-header h3{color:hsl(var(--white));font-size:20px;font-weight:600}.profile-stat{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.profile-stat .stat-label{color:hsl(var(--gray-800))}.profile-stat .stat-value{color:hsl(var(--white));font-weight:600}.profile-actions{display:flex;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid hsl(var(--gray-200))}.profiles-table{width:100%;border-collapse:collapse;background:transparent}.profiles-table th{background:hsl(var(--gray-200));color:hsl(var(--white));font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;text-align:left;border-bottom:2px solid hsl(var(--gray-300))}.profiles-table td{padding:12px 16px;color:hsl(var(--gray-800));font-size:14px;border-bottom:1px solid hsl(var(--gray-200));white-space:nowrap}.profiles-table td:nth-child(1){min-width:180px}.profiles-table td:nth-child(2){min-width:120px}.profiles-table td:nth-child(3),.profiles-table td:nth-child(4),.profiles-table td:nth-child(5){min-width:160px}.profiles-table td:nth-child(6){min-width:160px}.profiles-table td:nth-child(7),.profiles-table td:nth-child(8){min-width:150px}.profiles-table td:nth-child(9),.profiles-table td:nth-child(10){min-width:160px}.profiles-table td:nth-child(11){min-width:140px}.profiles-table td:nth-child(12){min-width:120px}.profiles-table tr:hover{background:hsl(var(--gray-200))}.profiles-table th{position:relative;vertical-align:top;padding:12px 16px;min-width:150px;white-space:nowrap}.profiles-table th:nth-child(1){min-width:180px}.profiles-table th:nth-child(2){min-width:120px}.profiles-table th:nth-child(3),.profiles-table th:nth-child(4),.profiles-table th:nth-child(5){min-width:160px}.profiles-table th:nth-child(6){min-width:160px}.profiles-table th:nth-child(7),.profiles-table th:nth-child(8){min-width:150px}.profiles-table th:nth-child(9),.profiles-table th:nth-child(10){min-width:160px}.profiles-table th:nth-child(11){min-width:140px}.profiles-table th:nth-child(12){min-width:120px}.profiles-table th>div{min-height:90px;display:flex;flex-direction:column;gap:6px}.profiles-table th input[type=text]{font-size:14px!important;padding:8px 10px!important;background:hsl(var(--gray-100));color:hsl(var(--white));border:1px solid hsl(var(--gray-200));border-radius:6px;flex:1;min-width:0;transition:all .2s ease;font-family:inherit}.profiles-table th input[type=text]:focus{outline:none;border-color:hsl(var(--bright-orange));background:hsl(var(--gray-200))}.profiles-table th input[type=text]:hover{border-color:hsl(var(--gray-300))}.profiles-table th select{font-size:14px!important;padding:8px 28px 8px 10px!important;background:hsl(var(--gray-100));color:hsl(var(--white));border:1px solid hsl(var(--gray-200));border-radius:6px;cursor:pointer;width:80px;flex-shrink:0;transition:all .2s ease;font-family:inherit;z-index:10;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none}.profiles-table th select:hover{background:hsl(var(--gray-200));border-color:hsl(var(--gray-300))}.profiles-table th select:focus{outline:none;border-color:hsl(var(--bright-orange));background:hsl(var(--gray-200))}.profiles-table th select option{background:hsl(var(--gray-100));color:hsl(var(--white));padding:8px}.profiles-table th select[value=none],.profiles-table th select[value=asc],.profiles-table th select[value=desc]{width:100%;margin-top:4px;font-size:14px!important;padding:8px 10px!important}.profiles-table th span[style*="cursor: pointer"]{transition:color .2s ease}.profiles-table th span[style*="cursor: pointer"]:hover{color:hsl(var(--bright-orange))!important}.profiles-table th input[style*="border: 1px solid hsl(var(--bright-orange))"]{background:hsl(var(--gray-200));box-shadow:0 0 0 1px #ff6b3533}.profiles-table th button[style*="background: transparent"]{transition:all .2s ease}.profiles-table th button[style*="background: transparent"]:hover{background:hsl(var(--gray-200))!important;color:hsl(var(--red))!important}@media (max-width: 768px){.profiles-table th{min-width:100px;padding:6px 8px}.profiles-table th input[type=text],.profiles-table th select{font-size:10px;padding:3px 4px}}.stats-summary{background:hsl(var(--gray-100));padding:24px;border-radius:12px;border:1px solid hsl(var(--gray-200));margin-bottom:32px;display:flex;gap:32px;flex-wrap:wrap}.table-view-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%}.table-view-wrapper .stats-summary{width:100%;max-width:100%;box-sizing:border-box;align-self:stretch}.curated-table-view{width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;background:hsl(var(--gray-100));border-radius:12px;border:1px solid hsl(var(--gray-200));padding:20px;box-sizing:border-box}.curated-table-view .profiles-table{width:auto;min-width:1700px;border-collapse:collapse;background:transparent;margin:0 auto;display:table}.stats-summary h2{color:hsl(var(--white));font-size:24px;font-weight:600;margin-bottom:16px}.stats-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.stats-summary-item{text-align:center}.stats-summary-item .label{color:hsl(var(--gray-800));font-size:14px;margin-bottom:4px}.stats-summary-item .value{color:hsl(var(--white));font-size:24px;font-weight:700}.hidden{display:none!important}.text-center{text-align:center}@media (max-width: 1024px){header h1{font-size:40px}.charts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.container{padding:24px 16px}header h1{font-size:32px}header p{font-size:16px}.results-header{flex-direction:column;align-items:flex-start;gap:16px}.results-actions{width:100%;flex-direction:column}.btn-secondary{width:100%}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.user-cards-grid,.profiles-cards-grid{grid-template-columns:1fr}.curated-header{flex-direction:column;align-items:flex-start}.curated-controls{width:100%}.search-input{flex:1;min-width:200px}}@media (max-width: 480px){header h1{font-size:28px}.mode-selector{width:100%}.mode-btn{flex:1}.stats-grid{grid-template-columns:1fr}}body:after{content:"";position:fixed;bottom:0;left:0;right:0;height:300px;background:linear-gradient(to top,rgba(139,0,0,.15) 0%,rgba(75,0,130,.1) 50%,transparent 100%);pointer-events:none;z-index:0}.container{position:relative;z-index:1}
