/* Basic styles for the app and modal */
.tibb-app-nav{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-start;background:#0a2540;color:#fff;padding:10px 12px;border-radius:12px;margin-bottom:12px}
.tibb-app-nav a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.15);padding:8px 12px;border-radius:10px}
.tibb-app-nav a.active{background:#fff;color:#0a2540}
.tibb-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;margin:14px 0;box-shadow:0 10px 20px -10px rgba(10,37,64,.15)}
.tibb-card-head{background:linear-gradient(180deg,#f9fafb,#f3f4f6);padding:14px 18px;border-bottom:1px solid #e5e7eb}
.tibb-card-head h2{margin:0;font:600 18px system-ui,-apple-system,Segoe UI,Roboto}
.tibb-card-body{padding:18px}
.tibb-btn{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;background:#0ea5e9;color:#fff;box-shadow:0 2px 8px rgba(14,165,233,.25)}
.input, select, textarea{border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#fff;width:100%}
.tibb-form .row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:12px}
.tibb-table{width:100%;border-collapse:collapse}
.tibb-table th,.tibb-table td{border-bottom:1px solid #e5e7eb;padding:8px 10px;text-align:left}
.tibb-badge{display:inline-block;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#3730a3;font:600 12px/20px system-ui}
.tibb-modal{position:fixed;inset:0;background:rgba(0,0,0,.35);display:none;align-items:center;justify-content:center;z-index:9999}
.tibb-modal .inner{background:#fff;border-radius:14px;max-width:720px;width:92%;padding:18px;box-shadow:0 20px 40px -20px rgba(0,0,0,.4)}
