/* Minimal, modern styles for Recommendations Page */
.rec-container{max-width:1100px;margin:0 auto;padding:24px;min-height:calc(100vh - 200px);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial}
.rec-h1{display:flex;align-items:center;font-size:2.25rem;line-height:1.2;font-weight:800;margin:24px 0 24px;color:#0f172a}
.rec-h1 .icon{width:40px;height:40px;margin-right:12px;color:#16a34a}
.rec-gradient{background:linear-gradient(90deg,#ecfdf5, #f0fdfa, #ecfeff);padding:24px;border-radius:16px;box-shadow:0 10px 25px rgba(2,6,23,.06);color:#1f2937}
.rec-gradient p{font-size:1.125rem;line-height:1.75;margin:0 0 14px}
.rec-section{background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 25px rgba(2,6,23,.08);margin-top:28px}
.rec-section h2{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0 0 18px;padding-bottom:12px;border-bottom:2px solid #bfdbfe}
.rec-doclist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:14px}
@media(min-width:640px){.rec-doclist{gap:16px}}
.rec-docitem{display:flex;flex-direction:column;gap:10px;justify-content:space-between;align-items:flex-start;padding:16px;background:#f9fafb;border-radius:12px;transition:background .2s}
@media(min-width:640px){.rec-docitem{flex-direction:row;align-items:center}}
.rec-docitem:hover{background:#f3f4f6}
.rec-doctitle{font-weight:600;font-size:1.125rem;color:#374151}
.rec-grid{display:grid;gap:18px}
@media(min-width:768px){.rec-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.rec-grid{grid-template-columns:repeat(3,1fr)}}
.rec-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(2,6,23,.08);padding:20px;display:flex;flex-direction:column;transition:transform .2s, box-shadow .2s}
.rec-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(2,6,23,.12)}
.rec-card .icon{width:28px;height:28px;margin-bottom:10px;color:#2563eb}
.rec-card h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 8px;flex-grow:1}
.rec-chips{font-size:.875rem;color:#6b7280;margin-bottom:14px}
.chip{display:inline-block;border-radius:999px;padding:4px 10px;font-weight:600;margin-right:8px}
.chip-area{background:#dbeafe;color:#1d4ed8}
.chip-year{background:#f3f4f6;color:#374151}
.btn{appearance:none;border:1px solid transparent;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;transition:all .15s;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px}
.btn-outline-primary{border-color:#2563eb;color:#2563eb;background:#fff}
.btn-outline-primary:hover{background:#2563eb;color:#fff}
.btn-outline-green{border-color:#22c55e;color:#22c55e;background:#fff;width:100%}
.btn-outline-green:hover{background:#22c55e;color:#fff}
.icon-download,.icon-file,.icon-check{display:inline-block;vertical-align:middle}
.rec-lead{color:#334155;margin-bottom:18px}
.rec-muted{color:#475569}
