/* TYM front-end — deliberately neutral so it inherits the theme's fonts/colors. */
.tym-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;margin:20px 0}
.tym-card{background:#fff;border:1px solid #e6e9ef;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}
.tym-card:hover{box-shadow:0 8px 24px rgba(13,31,61,.12)}
.tym-card-photo{position:relative;aspect-ratio:4/3;background:#f2f4f8}
.tym-card-photo img{width:100%;height:100%;object-fit:cover;display:block}
.tym-card-body{padding:14px 16px 18px;flex:1;display:flex;flex-direction:column;gap:6px}
.tym-card-body h4{margin:0;font-size:1.05em}
.tym-meta{margin:0;opacity:.7;font-size:.9em}
.tym-desc{font-size:.92em;line-height:1.5}
.tym-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:999px;font-size:.75em;font-weight:600;color:#fff}
.tym-badge-sponsored{background:#2e7d32}
.tym-badge-waiting{background:#c62828}
.tym-btn{margin-top:auto;display:inline-block;background:#0d1f3d;color:#fff;border:0;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer;min-height:44px;text-align:center}
.tym-btn:hover{background:#16305c;color:#fff}
.tym-btn[disabled]{opacity:.6;cursor:wait}
.tym-reserved{color:#b26a00;font-weight:600;font-size:.9em}
.tym-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}
.tym-filters select,.tym-amt-custom{padding:9px 12px;border:1px solid #cdd4e0;border-radius:8px;font-size:16px;background:#fff}
.tym-check{display:flex;align-items:center;gap:6px;font-size:.92em}
.tym-empty{opacity:.7;font-style:italic}
.tym-prayers{display:flex;flex-direction:column;gap:14px;margin:16px 0}
.tym-prayer{display:flex;gap:14px;padding:14px 16px;border:1px solid #e6e9ef;border-radius:10px;background:#fff}
.tym-prayer-date{flex:0 0 auto;background:#0d1f3d;color:#fff;border-radius:8px;padding:8px 10px;font-weight:700;font-size:.8em;height:fit-content}
.tym-prayer h5{margin:0 0 4px}
.tym-donate{border:1px solid #e6e9ef;border-radius:12px;padding:20px;max-width:460px;background:#fff}
.tym-donate-freq{display:flex;gap:18px;margin-bottom:12px}
.tym-donate-amounts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.tym-amt{padding:10px 16px;border:1px solid #cdd4e0;background:#fff;border-radius:8px;cursor:pointer;font-weight:600;min-height:44px}
.tym-amt.tym-on{background:#0d1f3d;color:#fff;border-color:#0d1f3d}
.tym-amt-custom{width:110px}
.tym-donate-msg,.tym-login-msg{font-size:.92em}
.tym-error{color:#c62828}
.tym-login-box{border:1px solid #e6e9ef;border-radius:12px;padding:22px;max-width:460px;background:#fff}
.tym-login-form{display:flex;gap:8px;flex-wrap:wrap}
.tym-login-form input{flex:1;min-width:200px;padding:10px 12px;border:1px solid #cdd4e0;border-radius:8px;font-size:16px}
.tym-account-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.tym-logout{font-size:.9em}
.tym-table{width:100%;border-collapse:collapse;margin:10px 0}
.tym-table th,.tym-table td{text-align:left;padding:8px 10px;border-bottom:1px solid #e6e9ef;font-size:.93em}
.tym-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin:16px 0}
.tym-gallery img{width:100%;border-radius:8px;display:block}
.tym-project-photo{width:100%;border-radius:12px;display:block;margin-bottom:14px}
@media(max-width:768px){.tym-grid{grid-template-columns:repeat(2,1fr);gap:14px}}
@media(max-width:480px){.tym-grid{grid-template-columns:1fr}.tym-filters{flex-direction:column;align-items:stretch}}
