.postes-section{background:#0E140E;border-top:1px solid rgba(58,78,50,0.6);border-bottom:1px solid rgba(58,78,50,0.6);padding:80px 60px;font-family:'Outfit',sans-serif;}
.postes-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:44px;}
.postes-eyebrow{font-size:9px;letter-spacing:.4em;text-transform:uppercase;color:#7ED84B;margin-bottom:12px;display:flex;align-items:center;gap:10px;}
.postes-eyebrow::before{content:'';width:22px;height:1px;background:#7ED84B;}
.postes-title{font-family:'Bebas Neue',cursive;font-size:clamp(36px,4.5vw,62px);letter-spacing:.03em;line-height:1;color:#E8F0E0;margin:0;}
.live-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(74,222,128,.08);border:1px solid rgba(74,222,128,.22);color:#4ADE80;font-size:9px;letter-spacing:.2em;text-transform:uppercase;padding:5px 12px;border-radius:99px;font-weight:500;}
.dot-live{width:6px;height:6px;border-radius:50%;background:#4ADE80;animation:blink 2s ease-in-out infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.3;}}
.postes-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;}
.pcard{background:#141C14;border:1px solid rgba(58,78,50,0.6);border-radius:10px;padding:20px 14px;text-align:center;position:relative;overflow:hidden;transition:all .2s;}
.pcard:hover{border-color:rgba(126,216,75,0.28);transform:translateY(-3px);}
.pcard.occupe{border-color:rgba(251,146,60,.2);}
.pcard-icon{font-size:18px;display:block;margin-bottom:7px;}
.pcard-name{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#E8F0E0;margin-bottom:5px;}
.pcard-state{font-size:9px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;}
.state-libre{color:#4ADE80;}.state-occupe{color:#FB923C;}
.pbar{height:2px;border-radius:99px;margin-top:11px;}
.pbar-libre{background:#4ADE80;box-shadow:0 0 5px #4ADE80;}.pbar-occupe{background:#FB923C;}
.postes-footer{display:flex;align-items:center;justify-content:space-between;margin-top:36px;flex-wrap:wrap;gap:16px;}
.postes-note{font-size:11px;color:#3A4E32;letter-spacing:.05em;}
.postes-btn{display:inline-flex!important;align-items:center;gap:7px;background:#7ED84B!important;color:#050a05!important;font-family:'Outfit',sans-serif!important;font-weight:700!important;font-size:12px!important;letter-spacing:.08em;text-transform:uppercase;padding:13px 24px!important;border-radius:4px;text-decoration:none!important;transition:all .2s;border:none!important;}
.postes-btn:hover{background:#9AEC5C!important;box-shadow:0 0 28px rgba(126,216,75,.4)!important;transform:translateY(-1px);color:#050a05!important;}
@media(max-width:900px){.postes-section{padding:60px 24px;}.postes-grid{grid-template-columns:repeat(3,1fr);gap:8px;}.postes-head{flex-direction:column;align-items:flex-start;gap:16px;}}
@media(max-width:480px){.postes-grid{grid-template-columns:repeat(2,1fr);}}
