@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Sans+3:wght@400;600&display=swap');
:root{--osp-red:#c0392b;--osp-red-dark:#922b21;--osp-gold:#d4a017;--osp-gold-lt:#f9e9b8;--osp-bg:#fdfaf5;--osp-card:#fff;--osp-border:#e8ddd0;--osp-text:#2c2c2c;--osp-muted:#7a6f65;--osp-proba:#1a5276;--osp-wystep:#1a6636;--osp-ogl:#7d6608;--radius:10px;--shadow:0 2px 12px rgba(0,0,0,.08)}
.osp-board{font-family:'Source Sans 3',sans-serif;color:var(--osp-text);max-width:780px;margin:0 auto;padding:8px 0 48px}
.osp-post{background:var(--osp-card);border:1px solid var(--osp-border);border-radius:var(--radius);padding:28px 32px;margin-bottom:28px;box-shadow:var(--shadow);border-left:5px solid var(--osp-gold);transition:transform .18s,box-shadow .18s}
.osp-post:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,.12)}
.osp-type-proba{border-left-color:var(--osp-proba)}.osp-type-wystep{border-left-color:var(--osp-wystep)}.osp-type-ogloszenie{border-left-color:var(--osp-gold)}
.osp-post-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.osp-icon{font-size:2rem;line-height:1}
.osp-post-meta{display:flex;flex-direction:column;gap:2px}
.osp-type-label{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:2px 10px;border-radius:20px;width:fit-content}
.osp-lbl-proba{background:#d6eaf8;color:var(--osp-proba)}.osp-lbl-wystep{background:#d5f5e3;color:var(--osp-wystep)}.osp-lbl-ogloszenie{background:var(--osp-gold-lt);color:var(--osp-ogl)}
.osp-date{font-size:12px;color:var(--osp-muted)}
.osp-post-title{font-family:'Playfair Display',Georgia,serif;font-size:1.45rem;font-weight:700;margin:8px 0 12px;line-height:1.3;color:#1a1a1a}
.osp-event-info{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.osp-event-chip{background:var(--osp-gold-lt);border:1px solid #e0c55a;border-radius:20px;padding:4px 14px;font-size:13px;font-weight:600;color:var(--osp-ogl)}
.osp-post-content{font-size:15px;line-height:1.7;color:#3d3530}
.osp-post-content p{margin:0 0 10px}
.osp-poll{margin-top:22px;background:#f8f4ef;border:1px solid #ddd0c0;border-radius:8px;padding:20px 22px}
.osp-poll-question{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;margin-bottom:14px;color:#1a1a1a}
.osp-vote-btn{width:100%;text-align:left;padding:9px 16px;margin-bottom:8px;border:2px solid var(--osp-red);background:#fff;color:var(--osp-red-dark);border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,color .15s;font-family:'Source Sans 3',sans-serif}
.osp-vote-btn:hover{background:var(--osp-red);color:#fff}
.osp-result{margin-bottom:12px}
.osp-result-label{display:flex;justify-content:space-between;font-size:14px;font-weight:600;margin-bottom:4px}
.osp-result-pct{color:var(--osp-red-dark)}
.osp-bar-track{background:#e5d9ce;border-radius:4px;height:10px;overflow:hidden}
.osp-bar-fill{height:100%;background:linear-gradient(90deg,var(--osp-red),var(--osp-gold));border-radius:4px;transition:width .5s ease}
.osp-result-votes{font-size:12px;color:var(--osp-muted);margin-top:2px}
.osp-poll-total{font-size:13px;color:var(--osp-muted);margin-top:10px;border-top:1px solid #ddd;padding-top:8px}
.osp-poll-msg{font-size:13px;font-weight:600;margin-top:8px}
.osp-pagination{display:flex;justify-content:center;gap:8px;margin-top:36px}
.osp-page-btn{display:inline-block;padding:7px 16px;border:2px solid var(--osp-border);border-radius:6px;text-decoration:none;color:var(--osp-text);font-weight:600;font-size:14px;transition:all .15s}
.osp-page-btn:hover,.osp-page-btn.active{background:var(--osp-red);border-color:var(--osp-red);color:#fff}
.osp-empty{text-align:center;padding:60px 20px;color:var(--osp-muted);font-size:1.1rem}
@media(max-width:600px){.osp-post{padding:18px 16px}.osp-post-title{font-size:1.2rem}.osp-event-info{flex-direction:column}}
