.tfmr-hero{background:linear-gradient(135deg,#0b3d68,#124f86);color:#fff;padding:38px 26px;border-radius:18px;margin:20px 0 30px}
.tfmr-hero h1{margin:0 0 8px;font-size:40px;line-height:1.1}
.tfmr-hero p{margin:0 0 18px;font-size:18px}
.tfmr-grid,.tfmr-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:24px 0}
.tfmr-card,.tfmr-box{background:#fff;border:1px solid #d9e4ef;border-radius:18px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.06)}
.tfmr-card-body,.tfmr-box{padding:18px}
.tfmr-thumb{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:#eaf3fa}
.tfmr-placeholder{display:flex;align-items:center;justify-content:center}
.tfmr-mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}
.tfmr-mini-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid #d9e4ef}
.tfmr-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.tfmr-btn{display:inline-block;background:#0b3d68;color:#fff;padding:10px 14px;border-radius:10px;text-decoration:none;border:none;cursor:pointer}
.tfmr-btn:hover{color:#fff;opacity:.93}
.tfmr-btn-light{background:#edf4fa;color:#0b3d68}
.tfmr-form{background:#f7fbff;border:1px solid #d9e4ef;border-radius:18px;padding:20px;max-width:760px}
.tfmr-form label{display:block;margin-bottom:8px;font-weight:700}
.tfmr-form input,.tfmr-form select{width:100%;padding:11px;border:1px solid #cbd9e6;border-radius:10px}
.tfmr-success{background:#eaf7ee;border:1px solid #99d2aa;padding:12px 14px;border-radius:12px;margin:14px 0}
code{background:#eef4f9;padding:2px 6px;border-radius:6px}
