
:root{--blue:#0b4eb2;--navy:#052d59;--orange:#ff7800;--text:#102947;--muted:#6d7a8a;--line:#dfe7ef;--bg:#f6f8fb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}
.pk-header{height:74px;background:#fff;border-bottom:1px solid #e6ebf0;display:flex;align-items:center;padding:0 28px;gap:25px}.pk-logo{text-decoration:none;color:#0b3b7d;line-height:1;min-width:225px}.pk-logo>span{font-size:27px;font-weight:950;letter-spacing:-1.2px}.pk-logo>span span{color:#0d4fb4}.pk-logo small{display:block;font-size:8px;font-weight:900;letter-spacing:1.35px;margin-top:3px}.pk-nav{display:flex;align-items:center;gap:27px;margin:auto}.pk-nav a{text-decoration:none;color:#17263a;font-size:13px;font-weight:800;padding:28px 0 25px;border-bottom:3px solid transparent}.pk-nav a:hover,.pk-nav a.active{color:var(--blue);border-bottom-color:var(--blue)}.pk-actions{display:flex;gap:8px;align-items:center;min-width:225px;justify-content:flex-end}.pk-actions a{font-size:12px;font-weight:800;text-decoration:none;border:1px solid #dbe4ed;border-radius:7px;padding:9px 12px}.pk-actions .join{background:var(--blue);border-color:var(--blue);color:#fff}
.hero{background:linear-gradient(110deg,#073766,#052d58 70%,#031f3e);color:#fff;padding:46px 24px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-80px;top:-170px;width:540px;height:540px;border:90px solid rgba(255,255,255,.035);border-radius:50%}.hero>div,.page{max-width:1180px;margin:auto;position:relative;z-index:2}.eyebrow{font-size:10px;font-weight:900;letter-spacing:1.7px;color:#8fb9ed;margin-bottom:9px}.hero h1{font-size:37px;line-height:1.12;margin:0 0 9px;letter-spacing:-.9px}.hero p{color:#d7e3ef;max-width:680px;font-size:13px;line-height:1.55;margin:0}.hero-actions{display:flex;align-items:center;gap:15px;margin-top:18px}.hero-actions a{background:var(--orange);color:#fff;text-decoration:none;border-radius:6px;padding:11px 15px;font-size:10px;font-weight:900}.hero-actions span{font-size:10px;color:#c8d8e9}
.page{padding:25px 20px 70px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.section-title h2{font-size:20px;margin:0 0 4px}.section-title p{font-size:11px;color:var(--muted);margin:0}.section-title>strong{font-size:10px;color:#0b58bd;background:#eaf3ff;padding:7px 10px;border-radius:999px}
.toolbar{background:#fff;border:1px solid var(--line);border-radius:8px;padding:11px 13px;display:flex;align-items:end;justify-content:space-between;margin-bottom:16px}.toolbar form{display:flex;align-items:end;gap:8px}.toolbar label{display:block;font-size:9px;font-weight:900;color:#44576b;margin-right:2px;padding-bottom:11px}.toolbar select{height:37px;min-width:240px;padding:0 10px;border:1px solid #ccd7e2;border-radius:6px;background:#fff;font-size:10px}.filter-btn{height:37px;background:var(--blue);border-radius:6px;font-size:10px;padding:0 15px}.post-btn{text-decoration:none;background:#fff;border:1px solid #90b4e3;color:#0b4eb2;border-radius:6px;padding:10px 13px;font-size:10px;font-weight:900}
.requests{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.req{background:#fff;border:1px solid var(--line);border-radius:9px;padding:17px;box-shadow:0 2px 10px rgba(20,52,87,.025);transition:.18s}.req:hover{transform:translateY(-2px);border-color:#b8cce3;box-shadow:0 9px 24px rgba(20,52,87,.08)}.req-top{display:flex;align-items:center;gap:6px;font-size:8px;color:#278451;font-weight:900;letter-spacing:.5px;margin-bottom:10px}.live-dot{width:6px;height:6px;background:#35a766;border-radius:50%;box-shadow:0 0 0 3px #e7f7ed}.tag{display:inline-block;padding:5px 8px;border-radius:999px;background:#edf4fc;color:#315b87;font-size:9px;font-weight:800;margin-right:4px}.req h2{font-size:16px;line-height:1.35;margin:12px 0 8px}.req h2 a{text-decoration:none;color:#102947}.meta{font-size:10px;color:#56687a;margin:7px 0}.desc{color:#617080;line-height:1.55;font-size:11px;min-height:51px}.req-foot{border-top:1px solid #edf1f5;margin-top:13px;padding-top:10px;display:flex;justify-content:space-between;align-items:center}.req-foot span{font-size:8px;color:#8b96a1}.req-foot a{color:#0a4dab;text-decoration:none;font-size:9px;font-weight:900}.empty{background:#fff;padding:28px;border:1px dashed #ccd8e4;border-radius:9px;text-align:center;color:#6e7982}.pk-footer{background:#071b31;color:#aebccc;text-align:center;padding:18px;font-size:11px}
@media(max-width:900px){.pk-nav{gap:14px}}@media(max-width:800px){.pk-nav{display:none}.pk-header{padding:0 16px}.pk-logo,.pk-actions{min-width:auto}.pk-actions>a:first-child{display:none}.requests{grid-template-columns:1fr}.hero h1{font-size:31px}}@media(max-width:560px){.pk-actions>a:not(.join){display:none}.page{padding-left:12px;padding-right:12px}.toolbar{display:block}.toolbar form{display:grid;grid-template-columns:1fr auto}.toolbar label{display:none}.toolbar select{min-width:0;width:100%}.post-btn{display:inline-block;margin-top:10px}.section-title{align-items:flex-start}.section-title>strong{display:none}.hero-actions span{display:none}}
