:root{font-family:Inter,Arial,sans-serif;color:#202137;background:#f6f7fb;font-synthesis:none;font-size:15px;line-height:1.5}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:9px;padding:11px 17px;border:1px solid #dfe2ed;background:#fff;color:inherit;font-weight:600}button:disabled{opacity:.5;cursor:wait}button:hover:not(:disabled){filter:brightness(.97)}button:focus-visible,input:focus-visible{outline:3px solid #b5a4ff;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:30px;line-height:1.25;letter-spacing:-.8px;margin-bottom:10px}h2{font-size:21px;letter-spacing:-.3px;margin-bottom:8px}h3{font-size:17px;margin-bottom:5px}.muted,.footnote{color:#73778b}.eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:1.7px;color:#7665b6;margin-bottom:15px}.primary{background:#684df4;color:#fff;border-color:#684df4}.secondary{background:#fff}.shell{display:flex;min-height:100vh}aside{width:245px;flex-shrink:0;background:#171626;color:#d1cfdf;padding:30px 19px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;color:inherit;font-weight:700;font-size:19px}.brand>span{display:grid;place-items:center;background:#684df4;border-radius:12px;width:40px;height:42px;color:#fff;font-size:25px}.brand small{display:block;font-size:8px;letter-spacing:1.8px;font-weight:500;margin-top:3px;color:#aaa5c4}.nav-caption{font-size:10px;letter-spacing:1.5px;color:#807a9d;margin:50px 12px 15px}nav{display:grid;gap:8px}nav button{justify-content:flex-start;background:none;border:0;color:#b8b4cd;font-weight:500;padding:13px}nav button.selected{background:#302747;color:#fff}.sidebar-note{margin-top:auto;padding:40px 10px 24px;font-size:12px}.sidebar-note p{color:#89839e;font-size:12px;margin-top:9px}.dot{display:inline-block;width:7px;height:7px;background:#9a88ff;border-radius:50%;margin-right:8px}.account{border-top:1px solid #353044;padding-top:18px;display:flex;align-items:center;gap:4px}.account span{overflow:hidden;text-overflow:ellipsis;font-size:11px;flex:1}.account button{background:none;border:0;color:#a19bb6;padding:8px}.workspace{padding:42px;max-width:1500px;width:100%;min-width:0}header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:25px}header p{margin:0}.hero{background:#ede9fc;border:1px solid #e3dcfa;border-radius:16px;display:flex;align-items:center;justify-content:space-between;padding:32px;margin-bottom:25px;gap:30px}.pill{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1px;color:#684df4;background:#fff9;border:1px solid #ddd4fd;border-radius:20px;padding:5px 10px;margin-bottom:20px}.hero h2{font-size:27px}.hero p{max-width:490px;color:#6c6385;margin-bottom:23px}.hero-graphic{min-width:250px;text-align:center;color:#9a89cf}.hero-graphic>div{display:flex;align-items:center;justify-content:center;gap:10px}.hero-graphic svg{background:#fff;border-radius:14px;width:56px;height:56px;padding:15px;box-shadow:0 8px 18px #9a8bc31c;color:#684df4}.hero-graphic span{width:18px;height:1px;background:#b6a7df}.hero-graphic small{display:block;font-size:8px;letter-spacing:2px;margin-top:18px}.health-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:27px}.health{border:1px solid #e4e6ef;background:#fff;border-radius:12px;padding:22px}.health>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;color:#736095}.health p{font-size:12px;color:#858699;margin:0}.tag{font-size:10px;text-transform:capitalize;background:#f0edf8;color:#7c6b9b;padding:4px 8px;border-radius:6px;white-space:nowrap}.tag.online{background:#eaf7ef;color:#33825c}.panel{border:1px solid #e4e6ef;background:#fff;border-radius:13px;padding:25px}.section-head{display:flex;justify-content:space-between;gap:15px}.section-head h2{font-size:18px}.section-head p{font-size:12px}.count{font-size:11px;color:#8b8da0}.empty{text-align:center;padding:35px 15px;color:#a4a0b5}.empty h3{color:#535168;margin-top:13px}.empty p{font-size:13px;margin:0}.job{display:flex;align-items:center;gap:15px;padding:18px 0;border-top:1px solid #eeeef4}.job>div:nth-child(2){flex:1}.job p{font-size:12px;color:#78768b;margin:4px 0}.job small{color:#9693a5;font-size:10px}.job-icon{padding:10px;background:#f4f1fe;color:#8874c6;border-radius:9px}footer{display:flex;justify-content:space-between;margin-top:28px;font-size:10px;color:#9796a7}dl{margin-top:30px;display:grid;grid-template-columns:180px 1fr;gap:22px}dt{color:#78768b}dd{margin:0}.error{padding:13px;background:#fff0f0;color:#aa3044;border-radius:8px}.login{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.login-story{background:#201936;color:#fff;padding:55px;display:flex;flex-direction:column;justify-content:space-between}.login-story h1{font-size:44px;margin:25px 0}.login-story p{color:#bcb4d2;max-width:410px}.login-story>small{color:#857b9c}.login-form{display:grid;place-items:center;padding:35px}.login-form>div{max-width:380px;width:100%}label{display:grid;gap:8px;margin:22px 0;color:#5f5c72;font-size:13px}input{width:100%;padding:13px;border:1px solid #dcdce8;border-radius:8px;background:#fff;color:#252033}.login-form button{width:100%;margin-top:5px}.footnote{display:flex;align-items:center;gap:8px;font-size:11px;margin-top:24px}.loading{padding:50px;color:#684df4}@media(max-width:1100px){.hero-graphic{display:none}.workspace{padding:28px}aside{width:210px}}@media(max-width:760px){.shell{display:block}aside{width:100%;padding:18px}.nav-caption,.sidebar-note{display:none}nav{display:flex;margin-top:18px}.account{position:absolute;right:14px;top:20px;border:0;padding:0}.account span{display:none}.workspace{padding:24px 16px}h1{font-size:25px}header{gap:10px}header .secondary{padding:9px;font-size:0}header .secondary svg{width:18px}.health-grid{grid-template-columns:1fr;gap:10px}.health{padding:16px}.health>div{margin-bottom:10px}.hero{padding:24px}.hero h2{font-size:23px}.login{grid-template-columns:1fr}.login-story{padding:25px}.login-story>div:not(.brand),.login-story>small{display:none}.login-form{padding:40px 24px}dl{grid-template-columns:1fr;gap:8px}dd{margin-bottom:16px}footer{gap:15px}.job{align-items:flex-start}.job-icon{display:none}}.search-form,.business-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:24px}select{width:100%;padding:13px;border:1px solid #dce0ec;border-radius:9px;background:#fff;color:#182340;font:inherit}.search-submit{display:flex;align-items:end}.search-help{grid-column:1/-1;color:#63718b;font-size:13px;line-height:1.6}.notice{padding:16px;background:#eeeaff;border-radius:10px;color:#5033c8}.search-row{display:flex;align-items:center;gap:20px;padding:22px 0;border-bottom:1px solid #e7e9f2}.search-row>div{flex:1}.search-row p,.business-table p{margin:8px 0}.search-row small{color:#65718b}.business-table{overflow:auto;margin-top:25px}.business-table table{width:100%;min-width:700px;border-collapse:collapse;text-align:left}.business-table th{font-size:12px;color:#65718b;text-transform:uppercase;padding:15px}.business-table td{padding:20px 15px;vertical-align:top;border-top:1px solid #e7e9f2;max-width:320px;overflow-wrap:anywhere}.business-table small{color:#65718b}.business-table a{color:#684df4}.pagination{display:flex;justify-content:space-between;align-items:center;padding-top:25px}@media(max-width:800px){.search-form,.business-filters{grid-template-columns:1fr}.search-row{flex-wrap:wrap}.shell nav{overflow-x:auto;flex-wrap:nowrap}.shell nav button{flex-shrink:0}}.wide-field{grid-column:1/-1}textarea{width:100%;padding:14px;border:1px solid #dce0ec;border-radius:9px;font:inherit;resize:vertical;box-sizing:border-box}.report-wrap{max-width:1050px;margin:0 auto;padding:28px}.report-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.report-toolbar a{display:inline-flex;gap:8px;align-items:center;text-decoration:none}.report-page{background:#fff;padding:48px;border-top:6px solid #684df4;border-radius:12px}.report-page header{display:flex;justify-content:space-between;font-size:13px;color:#684df4;margin-bottom:50px}.report-page h1{font:700 52px Georgia,serif;line-height:1.12;overflow-wrap:anywhere}.report-page h2{font:700 30px Georgia,serif;line-height:1.25}.report-page p{line-height:1.65}.report-insight{background:#f3f0ff;padding:28px;border-radius:12px;margin:30px 0}.report-scores{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:38px}.report-scores>div{border:1px solid #e6dfff;border-radius:12px;padding:28px}.report-scores strong{font-size:62px;color:#684df4}.report-scores small{font-size:13px;color:#66647c}.report-fix{display:flex;gap:22px;border-bottom:1px solid #eee;padding:20px 0}.report-fix>span{color:#684df4;font-size:24px}.report-fix h3{margin:0}.report-note{font-size:12px;color:#66647c}.report-contact{display:block;background:#201b49;color:#fff;padding:28px;border-radius:12px;margin-top:30px}.report-contact a{display:flex;gap:10px;color:#fff;text-decoration:none;margin:12px 0}.report-page .business-table table{min-width:450px}@media(max-width:650px){.report-wrap{padding:12px}.report-page{padding:20px}.report-page h1{font-size:36px}.report-scores{grid-template-columns:1fr}.report-page header{gap:16px}.report-toolbar{font-size:12px}}.report-toolbar .primary{padding:12px 18px;border-radius:9px}.report-contact a,.report-contact{font-size:14px}.reference-report{max-width:1055px;margin:20px auto;padding:0 16px}.reference-sheet{background:#fff;box-shadow:0 5px 35px #20133116}.reference-sheet>svg{display:block;width:100%;height:auto}.reference-report .report-toolbar{padding:12px;background:#fff;border-radius:10px}.draft-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin:25px 0}.draft-buttons a{padding:13px 20px;background:#684df4;color:#fff;border-radius:8px;text-decoration:none}
