/* Webbex DocGestor Front styles */
.wbx-dg-login-container{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:40px;background:linear-gradient(135deg,#f6f7fb, #eef1f7);}
.wbx-dg-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:32px;max-width:420px;width:100%;}
.wbx-dg-card-header h2{margin:0 0 8px;font-size:26px;line-height:1.2}
.wbx-dg-card-header p{margin:0;color:#6b7280}
.wbx-dg-alert{background:#fde8e8;color:#991b1b;border:1px solid #fecaca;padding:10px 14px;border-radius:12px;margin-top:16px}
.wbx-dg-form{margin-top:18px}
.wbx-dg-field{display:flex;flex-direction:column;margin-bottom:14px}
.wbx-dg-field label{font-weight:600;margin-bottom:6px;color:#374151}
.wbx-dg-field input{padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;outline:none}
.wbx-dg-field input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15)}
.wbx-dg-button{width:100%;padding:12px 16px;border:0;border-radius:12px;background:#4f46e5;color:#fff;font-weight:700;cursor:pointer;transition:transform .04s ease, box-shadow .2s ease}
.wbx-dg-button:hover{box-shadow:0 6px 18px rgba(79,70,229,.25)}
.wbx-dg-button:active{transform:translateY(1px)}

.wbx-dg-docs-wrapper{max-width:1100px;margin:0 auto;padding:30px}
.wbx-dg-docs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.wbx-dg-docs-title h1{margin:0 0 6px}
.wbx-dg-logout{background:#ef4444;color:#fff;padding:10px 14px;border-radius:10px;text-decoration:none}
.wbx-dg-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}
.wbx-dg-card{border:1px solid #e5e7eb}
.wbx-dg-h1{font-size:20px;margin:0 0 8px}
.wbx-dg-desc{color:#374151;margin:0 0 12px}
.wbx-dg-meta p{margin:0 0 6px}
.wbx-dg-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:14px}
.wbx-dg-table thead th{background:#f3f4f6;text-align:left;padding:10px}
.wbx-dg-table td{padding:10px;border-top:1px solid #e5e7eb}
.wbx-dg-download{display:inline-block;padding:8px 12px;background:#10b981;color:#fff;border-radius:10px;text-decoration:none}
.wbx-dg-empty{padding:20px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#475569}
