*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f8fa;color:#111827}.app{min-height:100vh}header{height:86px;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 6%;display:flex;align-items:center;justify-content:space-between}.brand{font-size:32px;font-weight:800;display:flex;gap:14px;align-items:center}.logo{width:46px;height:46px;border-radius:14px;background:#111827;color:#fff;display:grid;place-items:center}button,input,select,textarea{font:inherit}button{border:0;background:none;cursor:pointer}.ghost{font-weight:600;color:#4b5563}.primary,.secondary{border-radius:12px;padding:12px 18px;font-weight:700}.primary{background:#111827;color:#fff}.secondary{background:#eef2ff;color:#3730a3}.small{padding:8px 12px;font-size:13px}.wide{width:100%}nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:8px 6%;display:flex;gap:8px;overflow:auto}nav button{padding:12px 16px;border-radius:12px;white-space:nowrap;color:#2563eb}nav button.active{background:#eef2ff}.welcome{padding:50px 4%}.hero{max-width:900px;margin:auto;padding:30px 0}.hero.compact{max-width:1100px;padding:60px 6%}.pill{display:inline-block;background:#eef2ff;color:#3730a3;border-radius:999px;padding:8px 14px;font-weight:700;font-size:14px;margin:4px 4px 4px 0}.hero h1{font-size:clamp(46px,8vw,78px);line-height:.98;margin:28px 0}.hero h1 em{color:#5146e5;font-style:normal}.hero p{font-size:23px;line-height:1.5;color:#6b7280}.roleCards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:40px 0}.roleCards button{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:28px;text-align:left}.roleCards b{display:block;color:#1681e8;font-size:23px;margin-bottom:10px}.roleCards small{color:#6b7280;font-size:16px}.section{max-width:1000px;margin:auto;padding:36px 6%}.section h1{font-size:38px}.sectionTitle{display:flex;justify-content:space-between;gap:16px;align-items:center}.muted{color:#6b7280}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:25px 0}.chips,.skillGrid{display:flex;gap:9px;flex-wrap:wrap}.chips span,.skill{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:10px 14px}.skill.selected{background:#111827;color:#fff}.searchbox{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 15px;margin:20px 0}.searchbox input{border:0;outline:0;width:100%;background:transparent}.cards{display:grid;gap:12px}.workerCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.workerCard h3{margin:0 0 5px}.workerCard p{color:#6b7280;margin:8px 0}.avatar{width:52px;height:52px;border-radius:50%;background:#e0e7ff;color:#3730a3;display:grid;place-items:center;font-weight:800}.avatar.big{width:82px;height:82px;font-size:24px}.row{display:flex;align-items:center;gap:12px;justify-content:space-between}.available{color:#059669}.busy{color:#dc2626}.profileTop{display:flex;gap:18px;align-items:center;margin:20px 0}.profileTop h1{margin:0}.status{padding:14px;background:#ecfdf5;border-radius:12px;margin:20px 0}.busyBox{background:#fef2f2}.back{color:#3730a3;font-weight:700;margin-bottom:15px}.jobCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin:12px 0}.jobCard.rich{display:flex;justify-content:space-between;gap:18px;align-items:center}.jobCard h2{margin:8px 0}.jobCard p{color:#6b7280;line-height:1.5}.application{border-top:1px solid #e5e7eb;padding:14px 0}.application p{margin:5px 0}.mapField{margin:14px 0}.mapToolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}.map{height:300px;background:#e5e7eb;border-radius:16px;overflow:hidden;position:relative}.mapFallback{height:100%;display:grid;place-items:center;color:#6b7280;padding:20px;text-align:center}.coords{display:block;margin-top:5px;color:#6b7280}.miniMap{margin:15px 0}.miniMap .map{height:240px}.notice{margin:14px 0;padding:12px 14px;border-radius:12px;background:#eef2ff;color:#3730a3}.pageNotice{max-width:1000px;margin:15px auto}.loading{text-align:center;padding:80px}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:20px 0}.stats div{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.stats b{font-size:28px;display:block}.stats span{color:#6b7280}.adminRow{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;margin:8px 0}.adminRow small{display:block;color:#6b7280;margin-top:4px}.modal{position:fixed;inset:0;background:#0008;display:grid;place-items:center;padding:20px;z-index:20}.modalCard{background:#fff;border-radius:20px;padding:28px;width:min(440px,100%);position:relative;max-height:90vh;overflow:auto}.close{position:absolute;right:12px;top:10px;font-size:24px}.modalCard form,.section form{display:grid;gap:14px}.modalCard label,.section form>label{display:grid;gap:7px;font-weight:650}.modalCard input,.modalCard select,.section input,.section select,.section textarea{border:1px solid #d1d5db;border-radius:11px;padding:12px;background:#fff}.section textarea{min-height:120px;resize:vertical}.check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.check input{width:auto}.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.linkBtn{width:100%;margin-top:10px;color:#3730a3}footer{padding:30px 6%;color:#9ca3af;font-size:12px;display:flex;justify-content:center;border-top:1px solid #e5e7eb;margin-top:30px}@media(max-width:700px){header{padding:0 4%}.brand{font-size:25px}.roleCards,.two,.stats{grid-template-columns:1fr}.workerCard{grid-template-columns:auto 1fr}.workerCard>.secondary{grid-column:1/-1;width:100%}.jobCard.rich{flex-direction:column;align-items:stretch}.sectionTitle{align-items:flex-start;flex-direction:column}.hero{padding-top:15px}.hero.compact{padding:40px 4%}.hero p{font-size:19px}.section{padding:28px 4%}.map{height:260px}}
