@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{margin:0;padding:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f1f5f9}.auditoria-container{display:flex;flex-direction:column;min-height:100vh;padding:40px;max-width:1200px;margin:0 auto}.header{margin-bottom:40px;border-bottom:1px solid #e2e8f0;padding-bottom:20px}.title{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.subtitle{color:#64748b;margin-top:10px}.audit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.audit-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;flex-direction:column;justify-content:space-between;border-left:5px solid #cbd5e1;transition:transform .2s ease,box-shadow .2s ease}.audit-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.audit-card.status-ok{border-left-color:#10b981}.audit-card.status-warning{border-left-color:#f59e0b}.audit-card.status-error{border-left-color:#ef4444}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.card-id{font-size:.875rem;font-weight:600;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:4px}.card-title{font-size:1.125rem;font-weight:600;color:#1e293b;line-height:1.5}.card-metric{font-size:3rem;font-weight:700;color:#0f172a;text-align:right}.card-footer{margin-top:16px;font-size:.875rem;color:#64748b;text-align:right}.lock-screen-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#0f172a;color:#f8fafc}.lock-screen-box{background-color:#1e293b;padding:40px;border-radius:12px;box-shadow:0 10px 25px #00000080;text-align:center;width:450px}.lock-title{font-size:1.5rem;margin-bottom:20px;font-weight:600}.lock-input{width:100%;padding:15px;font-size:1.5rem;border:2px solid #334155;background-color:#0f172a;color:#fff;border-radius:8px;margin-bottom:20px;outline:none;box-sizing:border-box}.lock-input[type=password]{letter-spacing:5px;text-align:center}.lock-input:focus{border-color:#3b82f6}.lock-error{color:#ef4444;margin-bottom:15px;font-weight:500;min-height:24px}.lock-btn{width:100%;padding:15px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.lock-btn:hover{background-color:#2563eb}.lock-btn:disabled{background-color:#64748b;cursor:not-allowed}
