/* Fallback premium para evitar tela vazia no Dashboard administrativo */
.tb-dashboard-rescue{min-height:100vh;background:linear-gradient(135deg,#07111f 0%,#081827 46%,#0b1220 100%);color:#eaf2ff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;display:flex}
.tb-dashboard-rescue *{box-sizing:border-box}.tb-dr-sidebar{width:280px;background:rgba(2,6,23,.75);border-right:1px solid rgba(148,163,184,.15);padding:24px 18px;position:sticky;top:0;height:100vh;overflow:auto}.tb-dr-brand{display:flex;align-items:center;gap:12px;margin-bottom:26px}.tb-dr-logo{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#22c55e);display:grid;place-items:center;font-weight:900;box-shadow:0 16px 45px rgba(37,99,235,.34)}.tb-dr-brand h2{margin:0;font-size:20px;line-height:1}.tb-dr-brand small{color:#93a4bd}.tb-dr-nav{display:grid;gap:7px}.tb-dr-nav a{display:flex;align-items:center;gap:10px;text-decoration:none;color:#cbd5e1;padding:11px 12px;border-radius:14px;font-size:14px;font-weight:700;border:1px solid transparent}.tb-dr-nav a:hover,.tb-dr-nav a.active{background:rgba(37,99,235,.16);border-color:rgba(96,165,250,.2);color:#fff}.tb-dr-main{flex:1;min-width:0;padding:28px}.tb-dr-top{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:24px}.tb-dr-title h1{margin:0;font-size:34px;letter-spacing:-.04em;color:#fff}.tb-dr-title p{margin:8px 0 0;color:#9fb0c8;max-width:760px}.tb-dr-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.tb-dr-btn{border:1px solid rgba(148,163,184,.25);background:rgba(15,23,42,.78);color:#e5efff;text-decoration:none;border-radius:14px;padding:11px 14px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.18)}.tb-dr-btn.primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:rgba(96,165,250,.45)}.tb-dr-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.tb-dr-card{background:rgba(255,255,255,.96);color:#0f172a;border-radius:24px;padding:20px;border:1px solid rgba(226,232,240,.9);box-shadow:0 22px 70px rgba(2,6,23,.20)}.tb-dr-card small{display:block;color:#64748b;font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.08em;margin-bottom:10px}.tb-dr-card strong{display:block;font-size:30px;line-height:1;color:#0f172a}.tb-dr-card span{display:block;color:#64748b;font-size:13px;margin-top:9px}.tb-dr-card.ok{border-left:5px solid #22c55e}.tb-dr-card.warn{border-left:5px solid #f59e0b}.tb-dr-card.bad{border-left:5px solid #ef4444}.tb-dr-panel{background:rgba(255,255,255,.96);color:#0f172a;border-radius:26px;padding:22px;box-shadow:0 22px 70px rgba(2,6,23,.18);border:1px solid rgba(226,232,240,.95);margin-bottom:18px}.tb-dr-panel h2{margin:0 0 8px;font-size:20px}.tb-dr-panel p{color:#64748b;margin:0 0 16px}.tb-dr-status{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tb-dr-status-item{padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.tb-dr-status-item b{display:block;color:#0f172a}.tb-dr-status-item small{color:#64748b}.tb-dr-loading{min-height:100vh;background:#07111f;color:#fff;display:grid;place-items:center;font-family:Inter,system-ui}.tb-dr-spinner{width:42px;height:42px;border-radius:50%;border:4px solid rgba(255,255,255,.15);border-top-color:#60a5fa;animation:tbdrspin .9s linear infinite}@keyframes tbdrspin{to{transform:rotate(360deg)}}@media(max-width:1050px){.tb-dashboard-rescue{display:block}.tb-dr-sidebar{width:auto;height:auto;position:relative}.tb-dr-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.tb-dr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tb-dr-status{grid-template-columns:1fr}.tb-dr-top{display:block}.tb-dr-actions{justify-content:flex-start;margin-top:16px}}@media(max-width:640px){.tb-dr-main{padding:18px}.tb-dr-grid,.tb-dr-nav{grid-template-columns:1fr}.tb-dr-title h1{font-size:28px}}
