*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7f8fb;color:#111827}.page{max-width:1220px;margin:0 auto;padding:40px 24px 70px}.hero{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:28px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:#6b7280;margin-bottom:10px}.hero h1{font-size:48px;line-height:1.05;margin:0 0 12px;letter-spacing:-.04em}.hero p{font-size:18px;line-height:1.6;color:#6b7280;margin:0;max-width:720px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:10px;border:1px solid #d8dce5;background:#fff;color:#111827;text-decoration:none;font-weight:700;font-size:14px}.button.primary{background:#111827;color:#fff;border-color:#111827}.status{display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#6b7280;background:#fff;border:1px solid #e7e9ef;border-radius:12px;padding:12px 15px;margin-bottom:18px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px}.stat,.panel{background:#fff;border:1px solid #e7e9ef;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.02)}.stat{padding:20px}.stat span{display:block;font-size:13px;color:#6b7280;margin-bottom:9px}.stat strong{font-size:31px;letter-spacing:-.03em}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.panel{padding:20px;min-width:0}.panel-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:18px}.panel-head h2{font-size:18px;margin:0}.panel-head span{font-size:12px;color:#9ca3af}.chart-wrap{height:310px}.latest{margin-top:16px}.jobs-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.job{border:1px solid #eceef3;border-radius:12px;padding:15px;text-decoration:none;color:inherit;transition:.15s ease;background:#fff}.job:hover{border-color:#cfd4df;transform:translateY(-1px)}.job-title{font-size:15px;font-weight:800;margin-bottom:6px}.job-meta{font-size:13px;color:#6b7280;line-height:1.5}.job-salary{font-size:12px;font-weight:700;margin-top:9px;color:#374151}footer{display:flex;justify-content:space-between;gap:20px;color:#6b7280;font-size:13px;padding-top:26px}footer a{color:inherit}@media(max-width:850px){.hero{display:block}.hero-actions{margin-top:20px}.hero h1{font-size:39px}.stats{grid-template-columns:repeat(2,1fr)}.grid,.jobs-list{grid-template-columns:1fr}}@media(max-width:520px){.page{padding:25px 15px 50px}.hero h1{font-size:34px}.stats{grid-template-columns:1fr}.status,footer{display:block}.status div+div,footer span+span{margin-top:7px}.chart-wrap{height:270px}}