.st-timeline{max-width:980px;margin:0 auto;padding:12px}
.st-hero{border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:12px 0;background:#fafafa}
.st-hero-buttons{display:flex;gap:8px;flex-wrap:wrap}
.st-sub{margin:8px 0 0;color:#555}
.st-btn{border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer;text-decoration:none;display:inline-block}
.st-btn:hover{background:#f3f4f6}
.st-btn-primary{background:#111827;color:#fff;border-color:#111827}
.st-btn-primary:hover{background:#0b1220}
.st-quick-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin:12px 0}
.st-tile{border:1px solid #d1d5db;background:#fff;border-radius:12px;padding:10px;cursor:pointer;text-align:left}
.st-tile:hover{background:#f9fafb}
.st-filters{border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:12px 0}
.st-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}
.st-filter-grid label{display:block;font-weight:600;margin-bottom:6px}
.st-filter-grid input,.st-filter-grid select{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:10px}
.st-filter-actions{display:flex;gap:8px;margin-top:10px}
.st-note{color:#666;margin-top:8px}
.st-results{margin-top:12px}
.st-results-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px}
.st-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}
.st-card{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fff}
.st-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;flex-wrap:wrap}
.st-date{font-weight:700;color:#111827}
.st-title{font-size:1.05rem;font-weight:800;margin-top:6px}
.st-title a{text-decoration:none}
.st-summary{margin-top:6px;color:#333}
.st-links{margin-top:8px}
.st-links a{margin-right:8px}
.st-pill{display:inline-block;border:1px solid #d1d5db;border-radius:999px;padding:2px 8px;font-size:12px;margin-right:6px;margin-top:4px}
.st-pill-sub{background:#f9fafb}
.st-empty{padding:14px;border:1px dashed #d1d5db;border-radius:14px;color:#666}
.st-pager{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}
.st-submit{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:12px}
