@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--primary:#00a0dc;--primary-dark:#0080b8;--primary-light:#e6f7fc;--accent:#00c4cc;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--bg:#f8fafc;--white:#fff;--text:#1e293b;--text-light:#64748b;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f4f8;min-height:100vh;padding:0;font-family:Poppins,sans-serif}.app-page{padding:0}.app-topbar{width:100%;color:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ae0;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;padding:14px 24px;display:flex;box-shadow:0 10px 30px #0f172a33}.app-topbar-brand{flex-direction:column;gap:2px;min-width:0;display:flex}.app-topbar-title{letter-spacing:.02em;font-size:.95rem;font-weight:700}.app-topbar-subtitle,.app-topbar-user{color:#ffffffc7;font-size:.82rem}.app-topbar-actions{align-items:center;gap:14px;display:flex}.app-user-menu{margin-left:auto;position:relative}.app-user-menu summary{list-style:none}.app-user-menu summary::-webkit-details-marker{display:none}.app-user-menu-trigger{cursor:pointer;background:#ffffff14;border:1px solid #ffffff52;border-radius:999px;align-items:center;gap:10px;max-width:min(52vw,420px);min-height:40px;padding:8px 12px;display:inline-flex}.app-user-menu-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.app-user-menu-role{color:#ffffffc2;white-space:nowrap;font-size:.76rem;font-weight:600}.app-user-menu-panel{z-index:320;background:#0f172af7;border:1px solid #94a3b861;border-radius:12px;gap:10px;min-width:260px;max-width:min(88vw,340px);padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 30px #0f172a47}.app-user-menu[open] .app-user-menu-trigger{background:#ffffff24}.app-user-menu-panel .app-topbar-user{word-break:break-word}.app-user-menu-panel form{width:100%}.app-topbar-logout{color:var(--white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff47;border-radius:999px;width:100%;padding:9px 14px;font-weight:600}.auth-page{background:radial-gradient(circle at top,#00c4cc3d,#0000 30%),linear-gradient(135deg,#0f172a 0%,#123b66 48%,#0f766e 100%);place-items:center;padding:24px;display:grid}.auth-shell{width:100%;max-width:520px}.auth-card{background:#fffffff5;border-radius:28px;padding:36px;box-shadow:0 24px 80px #0f172a59}.auth-card-header{margin-bottom:24px}.auth-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--primary-dark);margin-bottom:8px;font-size:.78rem;font-weight:700}.auth-title{color:var(--text);margin-bottom:10px;font-size:2rem;line-height:1.1}.auth-copy{color:var(--text-light);line-height:1.5}.auth-form{gap:18px;display:grid}.auth-field{color:var(--text);gap:8px;font-weight:600;display:grid}.auth-input{border:1.5px solid var(--border);background:var(--white);border-radius:14px;width:100%;padding:14px 16px;font-family:Poppins,sans-serif;font-size:1rem}.auth-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #00a0dc1f}.auth-error{color:var(--danger);font-size:.85rem;font-weight:500}.auth-remember{color:var(--text-light);align-items:center;gap:10px;font-size:.95rem;display:flex}.auth-submit{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;cursor:pointer;border:none;border-radius:14px;padding:15px 18px;font-family:Poppins,sans-serif;font-weight:700;box-shadow:0 14px 30px #00a0dc47}.auth-footer{text-align:center;margin-top:18px}.auth-footer a{color:var(--primary-dark);font-weight:600;text-decoration:none}.auth-alert{border-radius:14px;margin-bottom:18px;padding:14px 16px;font-weight:600}.auth-alert-success{color:#047857;background:#10b9811f}.home-container{background:var(--white);text-align:center;border-radius:30px;width:100%;max-width:600px;margin:0 auto;padding:60px 50px;box-shadow:0 20px 60px #0000004d}.home-screen-center{justify-content:center;align-items:center;min-height:100vh;padding:clamp(20px,4vw,44px);display:flex}.import-form{gap:20px;display:grid}.import-actions,.import-loading,.import-cta-row{margin-top:20px}.import-loading{text-align:center}.import-loading p{color:var(--text-light);margin-top:15px}.import-feedback{margin-top:20px;font-weight:600}.import-feedback-error{color:var(--danger)}.import-cta-row{text-align:center}.import-cta-link{text-decoration:none}.home-title{color:var(--text);margin-bottom:10px;font-size:2.2em;font-weight:700}.home-subtitle{color:var(--text-light);margin-bottom:40px;font-size:1.1em}.main-button{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;cursor:pointer;border:none;border-radius:15px;align-items:center;gap:15px;padding:20px 50px;font-family:Poppins,sans-serif;font-size:1.3em;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #00a0dc66}.main-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00a0dc80}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;margin:0 auto;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.import-summary{background:var(--primary-light);text-align:left;border-radius:18px;margin-top:35px;padding:25px}.import-summary h2{color:var(--text);margin-bottom:20px;font-size:1.3em}.summary-grid{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.summary-card{background:var(--white);border:2px solid var(--border);border-radius:14px;padding:18px}.summary-card span{color:var(--text-light);margin-bottom:8px;font-size:.9em;display:block}.summary-card strong{color:var(--primary);font-size:1.6em}.selector-list{flex-direction:column;gap:12px;margin-bottom:25px;display:flex}.selector-button{background:var(--primary-light);color:var(--primary);border:2px solid var(--primary);cursor:pointer;text-align:left;border-radius:12px;justify-content:space-between;align-items:center;padding:18px;font-family:Poppins,sans-serif;font-size:1.05em;font-weight:600;transition:all .3s;display:flex}.selector-button:hover{background:var(--primary);color:#fff}.selected-center{background:var(--primary-light);text-align:center;color:var(--primary);border-radius:10px;margin-bottom:20px;padding:12px}.secondary-link{color:var(--primary);margin-top:10px;font-weight:600;text-decoration:none;display:inline-block}.secondary-button{border:2px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:10px;padding:10px 18px;font-family:Poppins,sans-serif;font-weight:600}.btn-ui{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 18px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ui:disabled,.btn-ui.is-disabled{color:#64748b;opacity:1;cursor:not-allowed;box-shadow:none;background:#e2e8f0;border-color:#cbd5e1}.btn-ui-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-color:#0080b88c;box-shadow:0 5px 15px #00a0dc3d}.btn-ui-primary:hover{transform:translateY(-1px);box-shadow:0 8px 18px #00a0dc4d}.btn-ui-primary:disabled,.btn-ui-primary.is-disabled{color:#5f7288;background:#d8e2ee;border-color:#b7c7da}.btn-ui-secondary{color:#0f172a;background:#fff;border-color:#cbd5e1}.btn-ui-secondary:hover{background:#f8fafc;border-color:#94a3b8}.btn-ui-ghost{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.btn-ui-ghost:hover{background:#e2e8f0}.btn-ui-warning{color:#9a3412;background:#fff7ed;border-color:#fdba74}.btn-ui-warning:hover{background:#ffedd5;border-color:#fb923c}.btn-ui-warning-soft{color:#9a3412;background:#fffaf0;border-color:#fcd9a6}.btn-ui-warning-soft:hover{background:#fff1de}.bandeja-shell{background:#f0f4f8;width:100%;min-height:100vh;margin:0}.sidebar-toggle-input{opacity:0;pointer-events:none;position:fixed}.bandeja-container{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.shell-header{z-index:200;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:0 24px;display:flex;position:sticky;top:0;box-shadow:0 10px 24px #0080b838}.shell-header-left,.shell-header-right,.shell-brand,.shell-heading-copy,.screen-toolbar-actions{align-items:center;display:flex}.shell-header-left,.shell-header-right,.screen-toolbar-actions{gap:14px}.screen-toolbar-note{color:var(--text-light);font-size:.82rem;font-weight:600}.shell-header-right{flex-wrap:nowrap;justify-content:flex-end}.btn-menu{color:#fff;cursor:pointer;background:#ffffff29;border:1px solid #ffffff47;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:background .2s;display:inline-flex}.btn-menu:hover{background:#ffffff3d}.shell-brand{color:#fff;gap:14px}.shell-logo{letter-spacing:-.02em;font-size:1.4rem;font-weight:700}.shell-separator{background:#ffffff47;width:1px;height:28px}.shell-heading-copy{flex-direction:column;align-items:flex-start;gap:2px}.shell-section{text-transform:uppercase;letter-spacing:.08em;opacity:.78;font-size:.82rem;font-weight:600}.shell-screen{font-size:1rem;font-weight:600}.shell-badge{color:#fff;white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff3d;border-radius:999px;align-items:center;gap:6px;min-height:36px;padding:0 14px;font-size:.85rem;font-weight:600;display:inline-flex}.shell-badge-muted{background:#0f172a29}.shell-center-badge{cursor:pointer;max-width:min(40vw,270px);transition:background .2s,border-color .2s}.shell-center-badge:hover{background:#ffffff42;border-color:#ffffff61}.shell-center-badge:focus-visible{outline-offset:1px;outline:2px solid #fffc}.shell-center-badge-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-center-badge-icon{opacity:.82;font-size:.62rem}.shell-user-menu{margin-left:4px;position:relative}.shell-user-menu summary{list-style:none}.shell-user-menu summary::-webkit-details-marker{display:none}.shell-user-trigger{cursor:pointer;background:#ffffff24;border:1px solid #ffffff47;border-radius:999px;align-items:center;gap:8px;max-width:min(44vw,260px);min-height:38px;padding:4px 8px 4px 4px;display:inline-flex}.shell-user-avatar{color:#fff;background:#0f172a52;border:1px solid #ffffff4d;border-radius:999px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:700;display:inline-flex}.shell-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.shell-user-dropdown{z-index:320;background:#fff;border:1px solid #d7e3ec;border-radius:14px;gap:10px;width:min(320px,92vw);padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 28px #0f172a29}.shell-user-meta{gap:5px;display:grid}.shell-user-fullname{color:#10243d;font-size:.9rem;line-height:1.3}.shell-user-email{color:#526378;word-break:break-word;font-size:.8rem}.shell-user-role{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;width:fit-content;max-width:100%;min-height:26px;padding:0 10px;font-size:.74rem;font-weight:700;display:inline-flex}.shell-user-separator{border:0;border-top:1px solid #e2e8f0;margin:0}.shell-user-logout{color:#b91c1c;cursor:pointer;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;width:100%;min-height:40px;font-family:Poppins,sans-serif;font-size:.84rem;font-weight:700}.shell-user-logout:hover{background:#fee2e2}.sidebar-overlay{opacity:0;visibility:hidden;pointer-events:none;z-index:340;background:#0f172a61;transition:opacity .2s;position:fixed;inset:0}.shell-sidebar{z-index:350;background:#fff;flex-direction:column;width:240px;transition:transform .24s;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 24px 60px #0f172a38}.shell-sidebar-close{color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff73;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;display:inline-flex}.shell-sidebar-close:hover{background:#ffffff4d}.shell-context-action{color:#fff;cursor:pointer;white-space:nowrap;background:#0f172a2e;border:1px solid #ffffff42;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:0 12px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;display:inline-flex}.shell-context-action:hover{background:#0f172a47}body.shell-nav-open{touch-action:none;overflow:hidden}.sidebar-toggle-input:checked~.bandeja-container .shell-sidebar{transform:translate(0)}.sidebar-toggle-input:checked~.bandeja-container .sidebar-overlay{opacity:1;visibility:visible;pointer-events:auto}.shell-sidebar-header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;justify-content:space-between;align-items:center;gap:10px;padding:22px 20px 18px;display:flex}.shell-sidebar-header h3{margin-bottom:4px;font-size:1rem}.shell-sidebar-body{flex-direction:column;flex:1;gap:4px;min-height:0;padding:16px 10px;display:flex;overflow-y:auto}.sidebar-group-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);padding:8px 12px 10px;font-size:.8rem;font-weight:700}.sidebar-link{width:100%;color:var(--text-light);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;font-family:Poppins,sans-serif;font-size:.94rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.shell-sidebar .sidebar-link,.shell-sidebar .sidebar-link:visited,.shell-sidebar .sidebar-link:hover,.shell-sidebar .sidebar-link:focus,.shell-sidebar .sidebar-link:active{text-decoration:none}.sidebar-link:hover{color:var(--text);background:#f1f5f9}.sidebar-link.active{color:#1d4ed8;background:#dbeafe}.sidebar-link-icon{text-align:center;width:22px}.shell-sidebar-footer{border-top:1px solid var(--border);background:#fbfdff;flex-shrink:0;padding:16px 10px 18px}.sidebar-link-footer{color:var(--text);border:1px solid var(--border);white-space:nowrap;background:#f8fafc;gap:8px;font-size:.84rem}.sidebar-link-footer:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.shell-main{max-width:1400px;margin:0 auto;padding:26px 24px 32px}.shell-main-center{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.screen-toolbar{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.screen-title{color:var(--text);margin-bottom:4px;font-size:1.9rem;font-weight:700}.screen-subtitle{color:var(--text-light);font-size:.96rem}.shell-card-floating{margin-top:18px}.shell-card-topless{border-radius:22px 22px 0 0}.toast-stack{z-index:1200;pointer-events:none;flex-direction:column;gap:12px;width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:24px;right:24px}.sync-toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;border:1px solid #ffffff73;border-radius:18px;padding:14px 18px;font-weight:600;animation:5.2s forwards toast-enter-leave;box-shadow:0 18px 40px #0f172a2e}.sync-toast-persistent{animation:none}.sync-toast-title{line-height:1.35}.sync-toast-body{opacity:.92;margin-top:6px;font-size:.92em;line-height:1.4}.sync-toast-success{color:#166534;background:#dcfce7f2}.sync-toast-error{color:#991b1b;background:#fee2e2f5}.sync-toast-warning{color:#92400e;background:#fef3c7f5}.sync-toast-info{color:#1d4ed8;background:#dbeafef5}@keyframes toast-enter-leave{0%{opacity:0;transform:translateY(12px)scale(.96)}10%,78%{opacity:1;transform:translate(0,0)scale(1)}to{opacity:0;visibility:hidden;transform:translateY(10px)scale(.98)}}.bandeja-header{background:var(--white);border-radius:20px 20px 0 0;justify-content:space-between;align-items:center;padding:20px 30px;display:flex;box-shadow:0 2px 10px #0000001a}.btn-volver{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-family:Poppins,sans-serif;font-weight:600;transition:all .3s;display:flex}.btn-volver:hover{background:var(--primary);color:#fff}.header-info-bandeja{flex-wrap:wrap;align-items:center;gap:15px;display:flex}.badge{background:var(--primary-light);color:var(--primary);border-radius:20px;padding:8px 16px;font-size:.9em;font-weight:600}.bandeja-date-picker{border:2px solid var(--border);color:var(--text);background:#f8fafc;border-radius:14px;align-items:center;gap:10px;padding:8px 14px;font-weight:600;display:flex}.bandeja-date-picker input{color:var(--text);background:0 0;border:none;font-family:Poppins,sans-serif}.bandeja-date-picker input:focus{outline:none}.fecha-nav{background:linear-gradient(#fff 0%,#f8fbfd 100%);border:1px solid #dbe7f0;border-radius:18px;flex-direction:column;align-items:stretch;gap:8px;min-height:58px;padding:10px 12px 12px;display:flex;box-shadow:0 10px 24px #0f172a14}.fecha-nav-controls{justify-content:center;align-items:stretch;gap:10px;display:flex}.fecha-nav-btn{color:#466177;cursor:pointer;background:#fff;border:1px solid #d7e3ec;border-radius:12px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;padding:0;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;line-height:1;transition:all .2s;display:inline-flex;box-shadow:0 4px 10px #0f172a0d}.fecha-nav-btn:hover{color:var(--primary);background:#f3fbff;border-color:#8ccdee}.fecha-nav-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.fecha-nav-picker{flex:0 0 210px;min-width:210px;display:block}.fecha-nav-picker-label{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);font-size:.72rem;font-weight:700;display:block}.fecha-nav-input{width:100%;height:42px;color:var(--text);background:#fff;border:1px solid #d7e3ec;border-radius:12px;padding:0 12px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;display:block;box-shadow:inset 0 1px 2px #0f172a08}.fecha-nav-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #00a0dc1f}.btn-sync-header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:14px;align-items:center;gap:10px;padding:11px 16px;font-family:Poppins,sans-serif;font-weight:600;transition:transform .25s,box-shadow .25s,opacity .25s;display:inline-flex;box-shadow:0 8px 20px #00a0dc47}.btn-sync-header:hover{transform:translateY(-1px);box-shadow:0 12px 24px #00a0dc57}.btn-sync-header:disabled{opacity:.7;cursor:wait;transform:none}.btn-sync-icon{flex:0 0 18px;width:18px;height:18px}.btn-sync-icon.is-spinning{animation:.9s linear infinite sync-spin}@keyframes sync-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stats-container{background:linear-gradient(135deg, var(--success) 0%, #059669 100%);color:#fff;border-radius:22px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;padding:25px 30px;display:grid;box-shadow:0 12px 28px #0f172a14}.stat-item{text-align:center;min-width:0}.stat-value{font-size:2em;font-weight:700}.stat-label{opacity:.9;margin-top:5px;font-size:.9em}.search-container{background:var(--white);border-radius:22px;align-items:center;gap:15px;padding:20px 30px;display:flex;box-shadow:0 12px 28px #0f172a14}.listing-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:inline-flex;position:relative}.listing-update-mobile{display:none}.jornada-toolbar{flex-wrap:nowrap}.jornada-toolbar-actions{align-items:center;gap:10px;display:inline-flex}.jornada-actions-menu{position:relative}.jornada-actions-menu summary{list-style:none}.jornada-actions-menu summary::-webkit-details-marker{display:none}.jornada-menu-trigger{min-width:42px;padding:0 12px;font-size:1.2rem;line-height:1}.jornada-actions-dropdown{z-index:150;background:#fff;border:1px solid #cbd5e1;border-radius:12px;gap:8px;min-width:220px;max-width:min(280px,100vw - 28px);padding:10px;display:grid;position:absolute;top:calc(100% + 8px);left:auto;right:0;box-shadow:0 14px 30px #0f172a33}.jornada-actions-dropdown .btn-ui{width:100%}.jornada-export-mobile,.jornada-clean-mobile,.jornada-actions-menu-mobile-only{display:none}.search-input{border:2px solid var(--border);border-radius:12px;flex:1;padding:14px 20px;font-family:Poppins,sans-serif;font-size:1em}.search-input:focus{border-color:var(--primary);outline:none}.btn-atencion-sin-turno{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;padding:14px 24px;font-family:Poppins,sans-serif;font-size:1em;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #00a0dc4d}.btn-atencion-sin-turno:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00a0dc66}.tabla-container{background:var(--white);overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;border-radius:22px;overflow:auto hidden;box-shadow:0 10px 40px #0000001a}.tabla-turnos{border-collapse:collapse;width:100%}.tabla-turnos thead{background:var(--primary);color:#fff}.tabla-turnos th{text-align:left;text-transform:uppercase;padding:16px 12px;font-size:.9em;font-weight:600}.table-sort-button{appearance:none;width:100%;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;text-transform:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;padding:0;display:inline-flex}.table-sort-button:hover{opacity:.88}.tabla-turnos th .table-sort-text{display:inline-block}.table-sort-arrow{font-size:.82em;line-height:1}.tabla-turnos td{border-bottom:1px solid var(--border);overflow-wrap:anywhere;padding:16px 12px}.tabla-secondary-line,.tabla-tertiary-line{color:#64748b;margin-top:4px;font-size:.78rem;line-height:1.3}.tabla-secondary-line{flex-wrap:wrap;gap:6px;display:flex}.tabla-secondary-line span{background:#f1f5f9;border-radius:999px;align-items:center;min-height:20px;padding:0 8px;display:inline-flex}.tabla-turnos tbody tr{transition:background .2s}.tabla-turnos tbody tr:hover{background:#f9fafb}.estado-badge{border-radius:20px;padding:4px 12px;font-size:.85em;font-weight:600;display:inline-block}.estado-pendiente{color:#1e40af;background:#dbeafe}.estado-apto_qx,.estado-qx_finalizada,.estado-post_qx_finalizada{color:#065f46;background:#d1fae5}.estado-ausente,.estado-qx_cancelada{color:#991b1b;background:#fee2e2}.estado-post_qx_pendiente{color:#92400e;background:#fef3c7}.estado-reprogramado{color:#9a3412;background:#ffedd5}.btn-accion{cursor:pointer;border:1px solid #0000;border-radius:8px;margin-right:0;padding:8px 16px;font-family:Poppins,sans-serif;font-size:.9em;font-weight:600;text-decoration:none;transition:all .3s}.btn-accion.btn-ui{min-height:40px;padding:8px 14px;font-size:.84rem;font-weight:700}.tabla-acciones{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.btn-turno{background:var(--primary);color:#fff;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.btn-turno:disabled{color:#94a3b8;cursor:not-allowed;opacity:1;background:#cbd5e1}.btn-turno:disabled:hover{background:#cbd5e1}.btn-intervencion{color:#94a3b8;cursor:not-allowed;background:#cbd5e1}.btn-intervencion.habilitado{background:var(--success);color:#fff;cursor:pointer}.btn-postqx{color:#94a3b8;cursor:not-allowed;background:#cbd5e1}.btn-postqx.habilitado{color:#fff;cursor:pointer;background:#0f766e;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.btn-postqx.habilitado.btn-postqx-pending{background:var(--warning);color:#fff}.btn-postqx.habilitado.btn-postqx-signed{color:#fff;background:#2cc892}.btn-postqx-pending{background:var(--warning);color:#fff;cursor:pointer;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.btn-postqx-signed{color:#fff;cursor:pointer;background:#2cc892;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.btn-postqx-download.habilitado{background:#155e75}.extra-badge{color:#fff;background:#f59e0b;border-radius:4px;margin-left:8px;padding:2px 8px;font-size:.75em;font-weight:600}.warning-badge{color:#92400e;background:#fef3c7;border-radius:6px;margin-left:8px;padding:2px 8px;font-size:.75em;font-weight:600;display:inline-block}.readonly-note{color:#1d4ed8;background:#eff6ff;border-radius:12px;margin-bottom:20px;padding:14px 18px;font-weight:600}.modal-fieldset{border:none;min-width:0;margin:0;padding:0}.modal-fieldset:disabled{opacity:1}.helper-text-static{margin-top:-6px;margin-bottom:10px}.equipo-resumen-list{gap:12px;display:grid}.equipo-resumen-item{border:1px solid var(--border);background:#f8fafc;border-radius:12px;justify-content:space-between;gap:16px;padding:14px 16px;display:flex}.equipo-resumen-item strong{color:var(--text)}.equipo-resumen-item span{color:var(--text-light);text-align:right}.gestion-container,.cancel-qx-container{flex-direction:column;max-height:92vh;display:flex}.gestion-body{overscroll-behavior:contain;overflow-y:auto}@media (width<=767px){body{padding:12px}.home-container{border-radius:24px;padding:36px 20px}.home-screen-center{align-items:flex-start;min-height:100dvh;padding:28px 14px 24px}.shell-main-center{align-items:flex-start;padding:24px 0}.home-title{font-size:1.8em}.home-subtitle{margin-bottom:28px;font-size:.98em}.main-button{text-align:center;justify-content:center;width:100%;padding:18px 20px;font-size:1.05em}.summary-grid{grid-template-columns:1fr}.bandeja-shell{width:100%;min-height:100vh;margin:0}.bandeja-container{min-height:100vh}.shell-header{flex-direction:row;align-items:center;gap:8px;padding:10px 12px;box-shadow:0 8px 18px #0080b82e}.screen-toolbar,.screen-toolbar-actions{flex-direction:column;align-items:flex-start}.shell-header-left{flex:auto;justify-content:flex-start;align-items:center;gap:8px;width:auto;min-width:0}.shell-brand{flex:1;gap:10px;min-width:0}.shell-logo{letter-spacing:-.03em;font-size:1rem}.shell-separator{display:none}.shell-screen{font-size:.84rem;font-weight:600;line-height:1.15}.shell-header-right{flex-flow:wrap;flex:none;justify-content:flex-end;align-items:center;gap:6px;width:auto;max-width:56%;margin-left:auto}.shell-badge{background:#ffffff24;border-color:#ffffff2e;justify-content:flex-start;width:auto;min-height:30px;padding:0 10px;font-size:.74rem}.shell-context-action{min-height:30px;padding:0 10px;font-size:.74rem}.shell-sidebar{width:min(86vw,300px)}.shell-main{padding:14px 12px 22px}.screen-title{font-size:1.28rem;line-height:1.15}.screen-subtitle{max-width:32ch;font-size:.84rem;line-height:1.35}.bandeja-header{flex-direction:column;align-items:flex-start;gap:15px}.stats-container{border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:10px;padding:14px 12px;display:grid;box-shadow:0 8px 18px #0f172a0f}.stat-item{min-width:0;padding:0 4px}.stat-item:first-child{grid-column:auto}.stat-value{font-size:1.5em}.stat-label{overflow-wrap:anywhere;margin-top:3px;font-size:.78em;line-height:1.25}.search-container{border-radius:18px;flex-direction:column;align-items:stretch;gap:10px;padding:12px;box-shadow:0 8px 18px #0f172a0d}.listing-toolbar-actions{justify-content:flex-start;width:100%;margin-left:0}.listing-toolbar-actions>.btn-ui-primary{flex:auto;min-width:0}.listing-update-desktop{display:none}.listing-update-mobile{display:inline-flex}.search-input,.btn-atencion-sin-turno,.btn-sync-header{width:100%}.btn-sync-header{width:auto;max-width:none}.screen-toolbar-actions{width:100%}.fecha-nav{align-self:stretch;width:100%;max-width:none;padding:10px 12px}.fecha-nav-controls{grid-template-columns:42px minmax(0,1fr) 42px;justify-content:stretch;width:100%;display:grid}.fecha-nav-picker{flex-basis:auto;width:100%;min-width:0}.equipo-resumen-item{flex-direction:column}.postqx-document-card,.signature-helper-row,.document-actions{flex-direction:column;align-items:stretch}.signature-canvas{height:220px}.toast-stack{width:auto;bottom:16px;left:16px;right:16px}.tabla-container{border-radius:16px;overflow:visible;box-shadow:0 8px 18px #0f172a0d}.tabla-turnos{font-size:.88em;display:block}.postqx-table{min-width:0}.tabla-turnos thead{display:none}.tabla-turnos tbody{gap:10px;padding:10px;display:grid}.tabla-turnos tr{background:#fff;border:1px solid #e7eef5;border-radius:16px;padding:9px 11px;display:block;box-shadow:0 6px 16px #0f172a0a}.tabla-turnos td{text-align:left;word-break:break-word;border-bottom:1px solid #eef2f7;width:100%;padding:5px 0;display:block}.tabla-turnos td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin-bottom:5px;font-size:.68rem;font-weight:700;display:block}.tabla-turnos td:last-child{border-bottom:none;padding-bottom:0}.tabla-celda-acciones:before{margin-bottom:10px}.tabla-acciones{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.btn-accion{width:100%;min-height:44px;margin-right:0}.tabla-secondary-line,.tabla-tertiary-line{font-size:.72rem}.postqx-table .postqx-cell-operador{display:none}.postqx-mobile-only{display:inline-flex}.postqx-table .postqx-cell-responsable .postqx-mobile-only,.postqx-table .postqx-cell-seguimiento{display:block}.postqx-table .postqx-cell-seguimiento .postqx-badge,.postqx-table .postqx-cell-contacto .postqx-badge,.postqx-table .postqx-cell-animal .postqx-badge{padding:3px 8px;font-size:.71rem}.postqx-table .postqx-cell-contacto-wrap{white-space:normal;flex-wrap:wrap;gap:6px}.postqx-table .tabla-acciones .btn-accion{min-height:40px;padding:6px 10px;font-size:.8rem}.postqx-detail-shell .postqx-adjuntos-dropzone{min-height:116px;padding:16px 14px}.warning-badge,.extra-badge{margin:8px 0 0;display:inline-flex}.tabla-empty-row{box-shadow:none;background:0 0;border:none;padding:0}.tabla-empty-cell{color:var(--text-light);text-align:center;background:#f8fafc;border:none;border-radius:16px;padding:22px 16px;display:block;box-shadow:0 6px 16px #0f172a08}.tabla-empty-cell:before{display:none}.modal-backdrop{padding:10px}.gestion-container,.atencion-sin-turno-container,.qx-container,.cancel-qx-container,.postqx-signature-container,.preview-pdf-container{border-radius:18px;width:100%;max-width:none;max-height:calc(100dvh - 20px)}.gestion-header,.atencion-sin-turno-header,.qx-header,.preview-pdf-header{gap:12px;padding:18px 16px}.gestion-title,.qx-header h2,.atencion-sin-turno-header h2{font-size:1.3rem;line-height:1.2}.atencion-sin-turno-header p,.qx-header p,.preview-pdf-header p{font-size:.9rem}.gestion-body,.atencion-sin-turno-body,.qx-body{padding:16px}.gestion-container .datos-grid{grid-template-columns:1fr}.preview-pdf-body{padding:10px}.section{margin-bottom:22px}.form-group{margin-bottom:18px}.checklist,.checklist-container{padding:14px}.checkbox-item,.checklist-item,.radio-item,.radio-result{align-items:flex-start;padding:12px 14px}.radio-group,.postqx-contact-grid{gap:12px}.dropzone-upload{min-height:140px;padding:22px 16px}.dropzone-title{font-size:.95em}.acciones-footer,.atencion-sin-turno-footer,.qx-footer,.preview-pdf-footer,.signature-helper-row{flex-direction:column;align-items:stretch}.acciones-footer,.atencion-sin-turno-footer,.qx-footer{gap:10px}.acciones-footer>*,.atencion-sin-turno-footer>*,.qx-footer>*,.preview-pdf-footer>*,.signature-helper-row>*,.btn-ui,.btn-ausente,.btn-apto,.btn-cerrar,.consentimiento-link-button{justify-content:center;width:100%}.accion-principal-wrap{align-items:stretch;margin-left:0}.accion-principal-hint{text-align:left;max-width:none}.atencion-sin-turno-footer{padding:16px}.preview-pdf-footer{padding:14px 12px 16px}.equipo-list{grid-template-columns:1fr;gap:12px}.equipo-group{padding:12px}.equipo-row{gap:6px}.equipo-select{min-width:0}.btn-remove{width:38px;min-width:38px;height:38px}.btn-add-inline{width:auto}.signature-surface,.signature-canvas{height:220px;min-height:220px}.qx-photo-preview-box{min-height:180px}.qx-readonly-actions{justify-content:stretch}.qx-readonly-actions .btn-ui{width:100%}}@media (width<=1024px){.shell-header-right{flex-wrap:nowrap}.shell-header-right .shell-badge{min-height:32px;padding:0 10px;font-size:.76rem;display:inline-flex}.shell-center-badge{max-width:min(42vw,220px)}.shell-user-trigger{justify-content:center;width:36px;max-width:none;min-height:36px;padding:3px}.shell-user-name{display:none}.shell-user-avatar{width:26px;height:26px}.jornada-toolbar{flex-wrap:wrap}.jornada-toolbar .search-input{flex:100%;min-width:0}.jornada-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;width:100%;margin-left:0}.screen-toolbar .jornada-toolbar-actions{width:100%}.jornada-actions-menu{margin-left:auto;position:static}.jornada-actions-dropdown{width:min(260px,100vw - 40px);min-width:0;max-width:calc(100vw - 40px);position:absolute;top:calc(100% + 8px);left:auto;right:0}.postqx-detail-shell .screen-toolbar{align-items:flex-start}.postqx-detail-shell .screen-toolbar-actions{justify-content:flex-start;width:100%}.postqx-detail-shell .screen-toolbar-actions .btn{min-height:44px}.screen-toolbar{flex-wrap:wrap}.screen-toolbar>:first-child{flex:100%;min-width:0}.screen-toolbar .listing-toolbar-actions{justify-content:flex-start}}@media (width<=640px){.shell-section{display:none}.shell-brand{gap:8px}.shell-screen{font-size:.8rem}.shell-user-dropdown{width:min(320px,100vw - 20px);right:-4px}.postqx-detail-shell .campo-row{grid-template-columns:1fr}.postqx-detail-shell .yesno-opt,.postqx-detail-shell .check-item{justify-content:flex-start;width:100%}.postqx-detail-shell .footer-acciones{justify-content:stretch}.postqx-detail-shell .footer-acciones .btn-c{width:100%}}@media (width>=560px) and (width<=767px){.shell-header{flex-direction:row;justify-content:space-between;align-items:center}.shell-header-left{flex:auto;align-items:center;width:auto}.shell-header-right{flex-wrap:nowrap;flex:none;justify-content:flex-end;width:auto}.shell-brand{max-width:min(55vw,360px)}}@media (width>=600px) and (width<=767px){.shell-screen{font-size:.92rem}.screen-toolbar{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px}.screen-toolbar>:first-child{flex:auto;min-width:0}.screen-toolbar-actions{flex:none;align-items:flex-end;width:auto}.screen-subtitle{max-width:42ch}}@media (width>=640px) and (width<=767px){.shell-brand{gap:18px;max-width:none}.shell-separator{height:24px;display:block}.shell-screen{font-size:.98rem}.shell-badge{font-size:.78rem}.btn-sync-header{max-width:none}}@media (width<=480px){.home-container{padding:30px 16px}.selector-button{padding:16px;font-size:1rem}.stats-container{grid-template-columns:1fr 1fr}.fecha-nav-controls{gap:8px}.fecha-nav-btn{width:40px;min-width:40px;height:40px}.fecha-nav-controls{grid-template-columns:40px minmax(0,1fr) 40px}.fecha-nav-input{font-size:.84rem}.jornada-toolbar-actions{justify-content:flex-start}.jornada-toolbar-actions>.btn-ui-primary{flex:auto;min-width:0}.shell-center-badge{max-width:min(42vw,170px)}.gestion-header,.atencion-sin-turno-header,.qx-header,.preview-pdf-header{padding:16px 14px}.gestion-body,.atencion-sin-turno-body,.qx-body{padding:14px}.atencion-sin-turno-header h2,.qx-header h2,.gestion-title{font-size:1.18rem}.qx-readonly-grid,.qx-readonly-grid-result{grid-template-columns:1fr}}.modal-backdrop{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.gestion-container{background:var(--white);border-radius:20px;width:100%;max-width:800px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.gestion-header{background:var(--primary);color:#fff;justify-content:space-between;align-items:center;padding:25px 30px;display:flex}.gestion-title{font-size:1.6em;font-weight:700}.modal-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.8em}.gestion-body{padding:30px}.section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.section-title{color:var(--primary);border-bottom:2px solid var(--border);margin-bottom:20px;padding-bottom:10px;font-size:1.2em;font-weight:700}.datos-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:25px;display:grid}.gestion-container .datos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dato-item{flex-direction:column;gap:5px;display:flex}.dato-label{color:var(--text-light);text-transform:uppercase;font-size:.85em;font-weight:600}.dato-value{color:var(--text);font-size:1.05em;font-weight:500}.incomplete-alert{color:#92400e;background:#fef3c7;border-radius:10px;margin-bottom:25px;padding:14px 18px;font-weight:600}.checklist-container{background:#f9fafb;border-radius:12px;margin-bottom:25px;padding:20px}.postqx-contact-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-top:16px;display:grid}.checkbox-item{cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:12px;margin-bottom:10px;padding:14px;transition:all .2s;display:flex}.checkbox-item:hover{background:#f3f4f6}.checkbox-item input[type=checkbox]{cursor:pointer;width:22px;height:22px;accent-color:var(--success)}.checkbox-item span{cursor:pointer;flex:1;font-size:1em}.acciones-footer{border-top:2px solid var(--border);justify-content:flex-end;align-items:flex-end;gap:12px;padding-top:20px;display:flex}.accion-principal-wrap{flex-direction:column;align-items:flex-end;gap:6px;margin-left:auto;display:flex}.accion-principal-hint{color:#9a3412;text-align:right;max-width:280px;margin:0;font-size:.78rem;line-height:1.35}.btn-ausente{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 24px;font-family:Poppins,sans-serif;font-weight:700;transition:all .3s}.btn-ausente:hover{background:#dc2626}.btn-reprogramado{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:10px;padding:12px 24px;font-family:Poppins,sans-serif;font-weight:700;transition:all .3s}.btn-reprogramado:hover{background:#c2410c}.btn-apto{color:#94a3b8;cursor:not-allowed;background:#cbd5e1;border:none;border-radius:10px;padding:12px 24px;font-family:Poppins,sans-serif;font-weight:600;transition:all .3s}.btn-apto.habilitado{background:var(--success);color:#fff;cursor:pointer}.btn-apto.habilitado:hover{background:#059669}.btn-cerrar{background:var(--border);color:var(--text);cursor:pointer;border:none;border-radius:10px;padding:12px 24px;font-family:Poppins,sans-serif;font-weight:600;transition:all .3s}.btn-cerrar:hover{background:#cbd5e1}.atencion-sin-turno-container{background:var(--white);border-radius:20px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.atencion-sin-turno-header{background:linear-gradient(135deg, var(--primary) 0%, #0080b8 100%);color:#fff;justify-content:space-between;align-items:flex-start;gap:20px;padding:30px;display:flex}.atencion-sin-turno-header h2{margin-bottom:10px;font-size:2em;font-weight:800}.atencion-sin-turno-header p{opacity:.9;font-size:1.1em}.atencion-sin-turno-body{padding:40px;overflow-y:auto}.atencion-sin-turno-footer{border-top:2px solid var(--border);background:#f9fafb;justify-content:flex-end;gap:15px;padding:25px 40px;display:flex}.section{margin-bottom:35px}.form-group{margin-bottom:25px}.form-label{color:var(--text);margin-bottom:8px;font-size:.95em;font-weight:600;display:block}.form-input{border:2px solid var(--border);text-transform:uppercase;border-radius:10px;width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:1em;transition:all .3s}.form-input.number-input{text-transform:none}.form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #00a0dc1a}.required{color:var(--danger)}.helper-text{color:var(--text-light);margin-top:5px;font-size:.85em}.domicilio-section{flex-direction:column;gap:12px;margin-bottom:25px;display:flex}.domicilio-busqueda{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.domicilio-busqueda .form-input{text-transform:none;flex:260px;min-width:0}.domicilio-buscar-btn,.domicilio-manual-btn{flex:none;min-height:48px}.domicilio-aviso-manual{color:#7d6608;background:#f1c40f1f;border:1px solid #f1c40f73;border-radius:10px;padding:10px 12px;font-size:.88em;line-height:1.35}.domicilio-resultados{background:#fff;border:1px solid #00a0dc47;border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.domicilio-resultado+.domicilio-resultado{border-top:1px solid #0000000f}.domicilio-resultado-btn{text-align:left;width:100%;color:var(--text-dark);cursor:pointer;background:0 0;border:none;padding:10px 14px;font-family:inherit;font-size:.9em;display:block}.domicilio-resultado-btn:hover{background:#00a0dc14}.domicilio-resultado-btn.is-disabled{cursor:not-allowed;color:var(--text-light)}.domicilio-resultado-nota{color:var(--danger);font-size:.8em;font-style:normal;display:block}.domicilio-mapa{z-index:0;border:1px solid #0000001a;border-radius:14px;width:100%;height:280px;overflow:hidden}.domicilio-lectura-item{grid-column:1/-1}.domicilio-lectura-origen{color:var(--text-light);font-size:.8em;font-weight:600}.domicilio-mapa-lectura{z-index:0;border:1px solid #0000001a;border-radius:12px;width:100%;height:220px;margin-top:8px;overflow:hidden}.domicilio-estado{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.domicilio-estado-badge{border-radius:999px;padding:6px 12px;font-size:.85em;font-weight:600;display:inline-block}.domicilio-estado-badge.is-valida{color:#1e8449;background:#2ecc7126}.domicilio-estado-badge.is-invalida{color:#c0392b;background:#e74c3c26}.domicilio-estado-badge.is-pendiente{color:var(--text-light);background:#0000000f}.domicilio-estado-ayuda{color:var(--text-light);font-size:.82em}.domicilio-section:last-child{margin-bottom:0}@media (width<=767px){.domicilio-busqueda .form-input,.domicilio-buscar-btn,.domicilio-manual-btn{flex:100%}.domicilio-mapa{height:240px}.domicilio-mapa-lectura{height:200px}}.dropzone-upload{min-height:170px;color:var(--text);text-align:center;cursor:pointer;background:linear-gradient(#e6f7fce6 0%,#f8fafcf5 100%);border:2px dashed #00a0dc6b;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px 24px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.dropzone-upload:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 12px 26px #00a0dc24}.dropzone-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.dropzone-icon{background:#ffffffeb;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.7em;display:inline-flex;box-shadow:0 8px 18px #00a0dc24}.dropzone-title{font-size:1.02em;font-weight:700;line-height:1.45}.dropzone-subtitle{color:var(--text-light);font-size:.88em}.consentimiento-link-button{color:var(--primary);cursor:pointer;background:#00a0dc1a;border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-family:Poppins,sans-serif;font-size:.95em;font-weight:700;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.consentimiento-link-button:hover{background:#00a0dc2e}.consentimiento-delete-button{width:auto}.consentimiento-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.consentimiento-feedback{margin-bottom:12px}.consentimiento-feedback-success{color:var(--success)}.consentimiento-feedback-error{color:var(--danger)}.consentimiento-feedback-success,.consentimiento-feedback-error{margin-bottom:12px}.consentimiento-hint{margin-top:12px}.postqx-document-section{margin-top:10px}.postqx-document-card{background:linear-gradient(#f8fafc 0%,#eefaf8 100%);border:1px solid #cfe7e4;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;display:flex}.postqx-document-copy{color:var(--text);flex-direction:column;gap:6px;display:flex}.postqx-document-copy span{color:var(--text-light);font-size:.92em}.document-actions{flex-wrap:wrap;gap:10px;display:flex}.postqx-signature-summary-section{margin-top:22px}.postqx-observaciones-box{border:1px solid var(--border);color:var(--text);white-space:pre-wrap;background:#f8fafc;border-radius:14px;padding:16px 18px;line-height:1.5}.postqx-signature-container{background:var(--white);border-radius:20px;flex-direction:column;width:100%;max-width:920px;max-height:92vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.postqx-readonly-note{margin-bottom:24px}.signature-surface{background:linear-gradient(#fff 0%,#f8fafc 100%);border:2px dashed #0f766e59;border-radius:18px;width:100%;min-height:260px;position:relative;overflow:hidden}.signature-canvas{touch-action:none;width:100%;height:260px;display:block}.signature-placeholder{color:#94a3b8;pointer-events:none;justify-content:center;font-weight:600;display:flex;position:absolute;bottom:22px;left:0;right:0}.signature-placeholder.is-hidden{display:none}.signature-helper-row{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.modal-preview-backdrop{z-index:1010;background:#0f172aad}.preview-pdf-container{background:var(--white);border-radius:24px;flex-direction:column;width:min(1100px,96vw);height:min(88vh,900px);display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a4d}.preview-pdf-header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 26px;display:flex}.preview-pdf-header h3{margin-bottom:4px;font-size:1.25em;font-weight:700}.preview-pdf-header p{opacity:.92;font-size:.95em}.preview-close{flex:none}.preview-pdf-body{background:#e2e8f0;flex:1;padding:18px}.preview-pdf-footer{background:#f8fafc;border-top:1px solid #dbe4ee;justify-content:flex-end;padding:16px 18px 20px;display:flex}.preview-pdf-frame{background:#fff;border:none;border-radius:16px;width:100%;height:100%}.preview-consent-image{object-fit:contain;object-position:center;background:#fff;border-radius:16px;width:100%;height:100%;display:block}.form-error{color:var(--danger);margin-top:6px;font-size:.85em;font-weight:600}.radio-group{flex-wrap:wrap;gap:30px;margin-top:10px;display:flex}.radio-item{cursor:pointer;border:2px solid var(--border);border-radius:10px;align-items:center;gap:10px;padding:15px 25px;transition:all .3s;display:flex}.radio-item:hover{border-color:var(--primary);background:#00a0dc0d}.radio-item input[type=radio]{cursor:pointer;width:22px;height:22px}.radio-item span{cursor:pointer;font-size:1.1em;font-weight:500}.checklist{border:2px solid var(--border);background:#f8fafc;border-radius:15px;padding:25px}.checklist-title{color:var(--primary);align-items:center;gap:10px;margin-bottom:20px;font-size:1.3em;font-weight:700;display:flex}.checklist-item{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:15px;margin-bottom:15px;padding:20px;transition:all .3s;display:flex}.checklist-item:hover{border-color:var(--success);box-shadow:0 4px 12px #10b9811a}.checklist-item input[type=checkbox]{cursor:pointer;width:28px;height:28px;accent-color:var(--success)}.checklist-item span{cursor:pointer;flex:1;font-size:1.05em;font-weight:500}.qx-container{background:var(--white);border-radius:20px;flex-direction:column;width:100%;max-width:1000px;max-height:92vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000004d}.qx-header{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;justify-content:space-between;gap:20px;padding:25px 30px;display:flex}.qx-header h2{margin-bottom:6px;font-size:1.8em;font-weight:800}.qx-header p{opacity:.9}.qx-body{padding:30px;overflow-y:auto}.qx-body .section{margin-bottom:24px}.qx-body .section:last-child{margin-bottom:0}.qx-body .section-title{margin-bottom:16px}.qx-animal-layout{gap:22px;display:grid}.qx-animal-grid{align-items:start;gap:18px 20px;margin-bottom:0;display:grid}.qx-animal-grid-basic{grid-template-columns:repeat(2,minmax(0,1fr))}.qx-animal-grid-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}.qx-animal-field{margin-bottom:12px}.qx-animal-field-condition{grid-column:span 2}.qx-animal-choice-group{flex-direction:column;gap:8px;display:flex}.qx-animal-field-condition .form-input{text-transform:none;min-width:0}.qx-body .form-label{letter-spacing:.04em;margin-bottom:12px;font-size:.9rem}.qx-animal-field .form-input,.qx-readonly-input{border-width:2px;min-height:50px;padding:12px 16px;font-size:1rem}.qx-readonly-input{color:var(--text);background:#f8fafc;font-weight:600}.qx-choice-grid{gap:12px;margin-top:0;display:grid}.qx-choice-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.qx-choice-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.qx-choice-option{margin-bottom:0}.qx-choice-option.is-active{border-color:var(--primary);background:var(--primary-light);box-shadow:0 0 0 3px #00a0dc1a}.qx-checkbox-item{border-width:2px;border-radius:10px;min-height:50px;margin-bottom:0;padding:12px 16px}.qx-animal-pregnancy{background:var(--white);border:2px solid var(--border);margin-top:2px}.qx-animal-pregnancy span{font-weight:500}.qx-checkbox-item input[type=checkbox]{width:22px;height:22px}.qx-checkbox-item span{font-size:1em}.qx-footer{border-top:2px solid var(--border);background:#f9fafb;justify-content:flex-end;gap:15px;padding:22px 30px;display:flex}.qx-footer-menu{position:relative}.qx-footer-menu summary{list-style:none}.qx-footer-menu summary::-webkit-details-marker{display:none}.qx-footer-menu-dropdown{z-index:120;background:#fff;border:1px solid #cbd5e1;border-radius:12px;min-width:210px;padding:10px;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 14px 26px #0f172a2e}.qx-footer-menu-dropdown .btn-ui{width:100%}.section-equipo{margin-bottom:30px}.equipo-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:0;display:grid}.equipo-group{background:#f8fafc;border:1px solid #dbe7f0;border-radius:14px;flex-direction:column;gap:9px;padding:14px;display:flex}.equipo-group .form-label{margin-bottom:2px}.equipo-row{align-items:center;gap:8px;display:flex}.equipo-select{flex:auto;min-width:0}.btn-remove{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:1.2em;font-weight:700;line-height:1;display:inline-flex}.btn-remove:disabled{color:#94a3b8;cursor:not-allowed;background:#e2e8f0}.btn-add{background:var(--primary-light);color:var(--primary);cursor:pointer;border:1px solid #7cc7ef;border-radius:999px;justify-content:center;align-items:center;min-height:36px;padding:8px 14px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700;display:inline-flex}.btn-add-inline{align-self:flex-start;margin-top:2px}.form-textarea{border:2px solid var(--border);resize:vertical;border-radius:10px;width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:1em}.form-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #00a0dc1a}.qx-photo-preview-box{border:2px solid var(--border);background:#f8fafc;border-radius:14px;justify-content:center;align-items:center;min-height:220px;margin-top:14px;padding:16px;display:flex}.qx-photo-preview-box-inline{background:#f7f9fb;min-height:180px}.qx-photo-preview-image{object-fit:contain;object-position:center;border-radius:12px;width:100%;max-width:100%;max-height:320px;display:block}.qx-photo-empty-state{border:2px dashed var(--border);color:var(--text-light);background:#f8fafc;border-radius:12px;margin-top:10px;padding:14px 16px;font-weight:500}.qx-photo-upload{min-height:150px}.qx-readonly-layout{gap:16px;display:grid}.qx-readonly-section{margin-bottom:0}.qx-readonly-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.qx-readonly-grid-result{grid-template-columns:repeat(2,minmax(0,1fr))}.qx-readonly-item{background:#f8fafc;border:1px solid #dbe7f0;border-radius:12px;flex-direction:column;gap:4px;min-width:0;padding:10px 12px;display:flex}.qx-readonly-item span{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:800}.qx-readonly-item strong{color:#1f2937;text-transform:none;font-size:.9rem;font-weight:600;line-height:1.35}.qx-readonly-item-wide{grid-column:1/-1}.qx-readonly-actions{justify-content:flex-end;margin-top:6px;display:flex}.qx-readonly-actions .btn-ui{min-width:140px}.radio-column{flex-direction:column;gap:12px;display:flex}.radio-result{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:12px;padding:16px 18px;display:flex}.radio-result:hover{border-color:var(--primary);background:#00a0dc0d}.radio-result input{width:22px;height:22px}@media (width<=900px){.qx-animal-grid-basic,.qx-animal-grid-groups{grid-template-columns:1fr;gap:14px}.qx-animal-field-condition{grid-column:auto}.qx-animal-field{margin-bottom:8px}.qx-choice-grid-two,.qx-choice-grid-three{grid-template-columns:1fr}.qx-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qx-readonly-grid-result{grid-template-columns:1fr}}.postqx-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.postqx-filters{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:14px;display:grid}.postqx-filter-item{flex-direction:column;gap:8px;display:flex}.postqx-filter-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;font-size:.82rem;font-weight:600}.postqx-filter-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.postqx-filter-actions .secondary-button{white-space:nowrap;width:auto}.postqx-toggle-btn{justify-content:center;align-items:center;min-height:42px;padding:0 14px;font-size:.86rem;font-weight:700;display:inline-flex}.postqx-toggle-btn:hover{color:#0b6f9f;background:#f4fbff;border-color:#8ccdee}.postqx-toggle-btn.is-active{border-color:var(--primary-dark);background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:0 8px 18px #00a0dc2e}.postqx-table th,.postqx-table td,.intervencion-shell .tabla-turnos th,.intervencion-shell .tabla-turnos td{font-size:.82rem}@media (width>=768px){.tabla-turnos-qx-bandeja{table-layout:fixed}.tabla-turnos-qx-bandeja th,.tabla-turnos-qx-bandeja td{vertical-align:top;padding:12px 8px;font-size:.82rem}.tabla-turnos-qx-bandeja .tabla-secondary-line,.tabla-turnos-qx-bandeja .tabla-tertiary-line{font-size:.73rem}.tabla-turnos-qx-bandeja .tabla-acciones{gap:6px}.tabla-turnos-qx-bandeja .btn-accion{min-height:34px;padding:6px 10px;font-size:.78rem}.tabla-turnos-qx-bandeja col.col-qx-horario{width:11%}.tabla-turnos-qx-bandeja col.col-qx-tutor{width:22%}.tabla-turnos-qx-bandeja col.col-qx-animal{width:20%}.tabla-turnos-qx-bandeja col.col-qx-estado{width:14%}.tabla-turnos-qx-bandeja col.col-qx-acciones{width:33%}}.postqx-badge{text-transform:capitalize;white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.postqx-contact-code-c1{color:#3730a3;background:#eef2ff}.postqx-contact-code-cplus{color:#0e7490;background:#ecfeff}.postqx-flag-recuperado{color:#075985;background:#e0f2fe}.postqx-flag-reciente{color:#334155;background:#f1f5f9}.postqx-estado-pendiente,.postqx-c-pendiente,.postqx-animal-contacto_pendiente{color:#1e40af;background:#dbeafe}.postqx-estado-en_seguimiento,.postqx-c-en_seguimiento,.postqx-animal-en_seguimiento{color:#1d4ed8;background:#dbeafe}.postqx-estado-con_observaciones,.postqx-c-con_observaciones,.postqx-c-observado{color:#b91c1c;background:#fee2e2}.postqx-estado-sin_respuesta,.postqx-c-sin_respuesta{color:#92400e;background:#fef3c7}.postqx-estado-finalizado,.postqx-c-finalizado,.postqx-animal-recuperacion_normal{color:#065f46;background:#d1fae5}.postqx-estado-fallecido,.postqx-c-fallecido,.postqx-animal-fallecido{color:#f9fafb;background:#374151}.postqx-c-no_iniciado{color:#475569;background:#f1f5f9}.postqx-animal-derivado{color:#9a3412;background:#ffedd5}.postqx-row-priority{border-left:4px solid #f59e0b}.postqx-row-managed{opacity:.84}.postqx-row-managed:hover{opacity:1}.postqx-cell-contacto-wrap{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:6px;display:inline-flex}.postqx-table th.postqx-col-contacto,.postqx-table td.postqx-cell-contacto{min-width:170px}.postqx-contacto-mobile{color:#475569}.postqx-contacto-mobile strong{color:#1e293b}.postqx-mobile-only{display:none}.postqx-readonly-chip{color:#526378;background:#f8fafc;border-color:#dbe7f0}.turno-historial-fecha,.turno-historial-hora{white-space:nowrap;display:block}.turno-historial-hora{color:var(--text-light);margin-top:2px;font-size:1rem;font-weight:500}.history-pagination,.postqx-pagination{margin-top:16px}.app-pagination{color:var(--text-light);justify-content:space-between;align-items:center;gap:14px;font-size:.78rem;display:flex}.app-pagination-summary{white-space:nowrap}.app-pagination-summary strong{color:var(--text);font-weight:600}.app-pagination-controls,.app-pagination-pages{align-items:center;gap:4px;display:flex}.app-pagination-control,.app-pagination-page,.app-pagination-ellipsis{border:1px solid var(--border);background:var(--white);min-height:34px;color:var(--text);font-family:inherit;font-size:inherit;border-radius:6px;justify-content:center;align-items:center;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}button.app-pagination-control,button.app-pagination-page{cursor:pointer}.app-pagination-control{padding:0 11px}.app-pagination-page,.app-pagination-ellipsis{min-width:34px;padding:0 7px}.app-pagination-ellipsis{color:var(--text-light);border-color:#0000}.app-pagination-control:not(.is-disabled):hover,.app-pagination-page:not(.is-current):hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary-dark)}.app-pagination-control:focus-visible,.app-pagination-page:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.app-pagination-page.is-current{border-color:var(--primary);background:var(--primary);color:var(--white)}.app-pagination-control.is-disabled{cursor:not-allowed;color:#94a3b8;background:#f8fafc}@media (width<=640px){.app-pagination{flex-direction:column;align-items:flex-start;gap:10px}.app-pagination-controls{justify-content:space-between;width:100%}.app-pagination-pages{overflow:hidden}.app-pagination-page,.app-pagination-ellipsis{display:none}.app-pagination-page.is-current,.app-pagination-page.is-current+.app-pagination-page{display:inline-flex}.app-pagination-page:has(+.app-pagination-page.is-current){display:inline-flex}}.postqx-placeholder-note{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;margin-bottom:18px;padding:14px 16px;font-weight:500}.postqx-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.postqx-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:18px;box-shadow:0 8px 18px #0f172a0d}.postqx-card h2{color:var(--text);margin-bottom:10px;font-size:1rem}.postqx-card-full{margin-top:16px}.postqx-dl{grid-template-columns:minmax(140px,170px) 1fr;gap:8px 12px;display:grid}.postqx-dl dt{color:var(--text-light);font-size:.82rem;font-weight:600}.postqx-dl dd{color:var(--text);font-size:.9rem}.postqx-team-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.postqx-team-item{border:1px solid var(--border);background:#f8fafc;border-radius:12px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.postqx-c1-form{gap:14px;display:grid}.postqx-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.postqx-field{flex-direction:column;gap:6px;display:flex}.postqx-field span,.postqx-field legend{color:var(--text-light);font-size:.82rem;font-weight:600}.postqx-field-full{grid-column:1/-1}.postqx-checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;display:grid}.postqx-checkbox{align-items:center;gap:8px;font-size:.9rem;display:flex}.postqx-error{color:#b91c1c;font-size:.78rem;font-weight:600}.postqx-form-actions{justify-content:flex-end;display:flex}.postqx-detail-shell .postqx-detail-page{flex-direction:column;gap:18px;max-width:1180px;margin:0 auto;display:flex}.postqx-detail-shell .container{width:100%;max-width:none;padding:0}.postqx-detail-shell .screen-toolbar{margin-bottom:0}.postqx-detail-shell .d-flex{display:flex}.postqx-detail-shell .flex-wrap{flex-wrap:wrap}.postqx-detail-shell .justify-content-between{justify-content:space-between}.postqx-detail-shell .justify-content-end{justify-content:flex-end}.postqx-detail-shell .align-items-start{align-items:flex-start}.postqx-detail-shell .align-items-center{align-items:center}.postqx-detail-shell .gap-1{gap:4px}.postqx-detail-shell .gap-2{gap:8px}.postqx-detail-shell .gap-3{gap:12px}.postqx-detail-shell .row{flex-wrap:wrap;gap:16px;margin:0;display:flex}.postqx-detail-shell .col-12,.postqx-detail-shell .col-sm-4,.postqx-detail-shell .col-sm-8,.postqx-detail-shell .col-md-6,.postqx-detail-shell .col-lg-4,.postqx-detail-shell .col-lg-8{width:100%;min-width:0}.postqx-detail-shell .col-lg-8{flex:calc(66.666% - 8px);max-width:calc(66.666% - 8px)}.postqx-detail-shell .col-lg-4{flex:calc(33.333% - 8px);max-width:calc(33.333% - 8px)}.postqx-detail-shell .col-md-6,.postqx-detail-shell .col-sm-4,.postqx-detail-shell .col-sm-8{flex:calc(50% - 8px);max-width:calc(50% - 8px)}.postqx-detail-shell .col-12{flex:100%;max-width:100%}.postqx-detail-shell .card{border:1px solid var(--border);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 28px #0f172a14}.postqx-detail-shell .card-header{border-bottom:1px solid var(--border);background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.postqx-detail-shell .card-body{padding:20px}.postqx-detail-shell .alert{border:1px solid #0000;border-radius:16px;padding:14px 16px;font-weight:600}.postqx-detail-shell .alert-success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.postqx-detail-shell .alert-warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.postqx-detail-shell .alert-secondary,.postqx-detail-shell .alert-info,.postqx-detail-shell .alert-light{color:#475569;background:#f8fafc;border-color:#e2e8f0}.postqx-detail-shell .badge{border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.postqx-detail-shell .text-bg-secondary{color:#1d4ed8;background:#dbeafe}.postqx-detail-shell .text-bg-light{color:#475569;background:#f8fafc}.postqx-detail-shell .text-bg-warning{color:#92400e;background:#fef3c7}.postqx-detail-shell .btn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-family:Poppins,sans-serif;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.postqx-detail-shell .btn:hover{transform:translateY(-1px)}.postqx-detail-shell .btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:0 8px 20px #00a0dc3d}.postqx-detail-shell .btn-outline-secondary{color:#466177;background:#fff;border-color:#d7e3ec}.postqx-detail-shell .btn-outline-secondary:hover{color:var(--primary);background:#f3fbff;border-color:#8ccdee}.postqx-detail-shell .form-label,.postqx-detail-shell .col-form-label,.postqx-detail-shell dt{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;font-size:.84rem;font-weight:700}.postqx-detail-shell .form-control,.postqx-detail-shell .form-select{width:100%;min-height:44px;color:var(--text);background:#fff;border:1px solid #d7e3ec;border-radius:12px;padding:10px 14px}.postqx-detail-shell .form-control:focus,.postqx-detail-shell .form-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #00a0dc1f}.postqx-detail-shell .form-check{align-items:center;gap:8px;display:flex}.postqx-detail-shell .form-check-input{width:18px;height:18px;accent-color:var(--primary);margin:0}.postqx-detail-shell .form-check-label{color:var(--text);font-size:.92rem}.postqx-detail-shell .table{border-collapse:collapse;width:100%;font-size:.88rem}.postqx-detail-shell .table thead th{text-align:left;color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;background:#f8fafc;border-bottom:1px solid #dbe7f0;padding:12px 14px;font-size:.72rem}.postqx-detail-shell .table td{vertical-align:top;border-bottom:1px solid #e8eef4;padding:12px 14px}.postqx-detail-shell .table-responsive{overflow-x:auto}.postqx-detail-shell .list-group{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.postqx-detail-shell .list-group-item{border-bottom:1px solid #e8eef4;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.postqx-detail-shell .list-group-item:last-child{border-bottom:none}.postqx-detail-shell .text-muted{color:var(--text-light)}.postqx-detail-shell .text-uppercase{text-transform:uppercase}.postqx-detail-shell .text-center{text-align:center}.postqx-detail-shell .small{font-size:.88rem}.postqx-detail-shell .screen-toolbar{align-items:flex-end;padding:20px 0 10px}.postqx-detail-shell .screen-title{letter-spacing:-.03em;font-size:2.05rem;font-weight:800}.postqx-detail-shell .screen-subtitle{color:var(--text-light);margin-top:6px}.postqx-detail-shell .screen-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.postqx-detail-shell .contactos-page{gap:16px;margin-top:16px;display:grid}.postqx-detail-shell .postqx-case-summary{background:#f8fbfd;border:1px solid #d9e4ec;border-radius:18px;margin-top:16px;padding:16px}.postqx-detail-shell .postqx-case-summary-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.postqx-detail-shell .postqx-case-summary-eyebrow{color:#64748b;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:800;display:block}.postqx-detail-shell .postqx-case-summary h2{color:#10243d;margin:2px 0 0;font-size:1.05rem}.postqx-detail-shell .postqx-case-summary-note{color:#64748b;font-size:.82rem;font-weight:600}.postqx-detail-shell .postqx-case-summary-modules{gap:8px;display:grid}.postqx-detail-shell .postqx-case-summary-module{background:#fff;border:1px solid #dbe7f0;border-radius:12px}.postqx-detail-shell .postqx-case-summary-module summary{cursor:pointer;color:#164e63;padding:12px 14px;font-weight:800;list-style-position:inside}.postqx-detail-shell .postqx-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0 14px 14px;display:grid}.postqx-detail-shell .postqx-summary-item{flex-direction:column;gap:4px;min-width:0;display:flex}.postqx-detail-shell .postqx-summary-item span{color:#64748b;letter-spacing:.06em;text-transform:uppercase;font-size:.72rem;font-weight:800}.postqx-detail-shell .postqx-summary-item strong{overflow-wrap:anywhere;color:#1f2937;font-size:.9rem;line-height:1.35}.postqx-detail-shell .postqx-summary-item-wide{grid-column:span 3}@media (width<=760px){.postqx-detail-shell .postqx-case-summary-heading{flex-direction:column;align-items:flex-start;gap:4px}.postqx-detail-shell .postqx-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.postqx-detail-shell .postqx-summary-item-wide{grid-column:span 2}}@media (width<=480px){.postqx-detail-shell .postqx-summary-grid{grid-template-columns:minmax(0,1fr)}.postqx-detail-shell .postqx-summary-item-wide{grid-column:span 1}}.postqx-detail-shell .postqx-contact-layout{gap:16px;display:grid}.postqx-detail-shell .postqx-case-summary{order:1}.postqx-detail-shell .postqx-history-section{order:2}.postqx-detail-shell .postqx-current-contact{order:3}.postqx-detail-shell .postqx-case-summary{background:#f8fbfd;border:1px solid #d9e4ec;border-radius:18px;margin-top:16px;padding:0;overflow:hidden}.postqx-detail-shell .postqx-case-summary-disclosure{border:none}.postqx-detail-shell .postqx-case-summary-toggle{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;list-style:none;display:flex}.postqx-detail-shell .postqx-case-summary-toggle::-webkit-details-marker{display:none}.postqx-detail-shell .postqx-case-summary-mobile-resume{color:#64748b;text-align:right;font-size:.78rem;font-weight:600;display:none}.postqx-detail-shell .postqx-case-summary-toggle-meta{align-items:center;gap:10px;display:inline-flex}.postqx-detail-shell .postqx-disclosure-chevron{color:#334155;font-size:.8rem;transition:transform .2s}.postqx-detail-shell .postqx-disclosure-chevron.is-open{transform:rotate(180deg)}.postqx-detail-shell .postqx-case-summary-groups{gap:12px;padding:0 16px 16px;display:grid}.postqx-detail-shell .postqx-case-summary-group{background:#fff;border:1px solid #dbe7f0;border-radius:12px;padding:12px 14px 14px}.postqx-detail-shell .postqx-case-summary-group h3{color:#164e63;margin:0 0 10px;font-size:.9rem;font-weight:800}.postqx-detail-shell .postqx-role-highlight{background:#f7fbff;border:1px solid #bfd6e4;border-radius:10px;margin-top:12px;padding:10px 12px}.postqx-detail-shell .postqx-role-highlight-title{color:#0f4c66;letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px;font-size:.82rem;font-weight:800}.postqx-detail-shell .postqx-current-contact,.postqx-detail-shell .postqx-history-section{background:#fff;border:1px solid #d9e4ec;border-radius:18px;padding:14px 16px 16px}.postqx-detail-shell .postqx-current-contact-header,.postqx-detail-shell .postqx-history-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.postqx-detail-shell .postqx-current-contact-header h2,.postqx-detail-shell .postqx-history-header h2{color:#10243d;margin:0;font-size:1rem;font-weight:800}.postqx-detail-shell .postqx-current-contact-form{gap:0;display:grid}.postqx-detail-shell .postqx-history-section{gap:10px;display:grid}.postqx-detail-shell .postqx-history-item{background:#f8fafc;border:1px solid #dbe7f0;border-radius:12px;overflow:hidden}.postqx-detail-shell .postqx-history-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;list-style:none;display:flex}.postqx-detail-shell .postqx-history-summary::-webkit-details-marker{display:none}.postqx-detail-shell .postqx-history-summary-main{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.postqx-detail-shell .postqx-history-code{color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;min-height:26px;padding:0 10px;font-size:.75rem;font-weight:800;display:inline-flex}.postqx-detail-shell .postqx-history-meta{color:#334155;background:#eef2f7;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:.74rem;font-weight:700;display:inline-flex}.postqx-detail-shell .postqx-history-body{background:#fff;padding:0 14px 14px}@media (width>=768px){.postqx-detail-shell .postqx-case-summary-groups{grid-template-columns:minmax(0,1fr);align-items:start}.postqx-detail-shell .postqx-case-summary-group .postqx-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0}.postqx-detail-shell .postqx-case-summary-group .postqx-summary-item-wide{grid-column:span 2}}@media (width>=1200px){.postqx-detail-shell .postqx-case-summary-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.postqx-detail-shell .postqx-case-summary-group:first-child{grid-column:1/-1}.postqx-detail-shell .postqx-case-summary-group:first-child .postqx-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.postqx-detail-shell .postqx-case-summary-group:first-child .postqx-summary-item-wide{grid-column:span 3}}@media (width>=768px) and (width<=1024px){.postqx-table{table-layout:fixed}.postqx-table .postqx-badge{white-space:normal;line-height:1.2}.postqx-table .postqx-cell-contacto-wrap{white-space:normal;flex-wrap:wrap}.postqx-table th.postqx-col-contacto,.postqx-table td.postqx-cell-contacto{min-width:0}}@media (width<=767px){.postqx-detail-shell .postqx-case-summary-mobile-resume{text-overflow:ellipsis;white-space:nowrap;max-width:180px;display:inline;overflow:hidden}.postqx-detail-shell .postqx-case-summary-groups{padding:0 12px 12px}.postqx-detail-shell .postqx-current-contact,.postqx-detail-shell .postqx-history-section{padding:12px}}.postqx-detail-shell .datos-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 18px;display:grid}.postqx-detail-shell .datos-grid.col2{grid-template-columns:repeat(2,minmax(0,1fr))}.postqx-detail-shell .datos-grid.col4{grid-template-columns:repeat(4,minmax(0,1fr))}.postqx-detail-shell .dato{flex-direction:column;gap:6px;display:flex}.postqx-detail-shell .dato-label,.postqx-detail-shell .campo-label,.postqx-detail-shell .seccion-interna-titulo,.postqx-detail-shell .subsec-titulo{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:800}.postqx-detail-shell .dato-value{color:#1f2937;background:#f8fafc;border:1px solid #dbe7f0;border-radius:14px;min-height:42px;padding:10px 14px;font-weight:600;line-height:1.35;display:block}.postqx-detail-shell .equipo-list,.postqx-detail-shell .check-list,.postqx-detail-shell .yesno{flex-wrap:wrap;gap:10px;display:flex}.postqx-detail-shell .equipo-tag{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.86rem;font-weight:700;display:inline-flex}.postqx-detail-shell .equipo-tag.ayudante{color:#64748b;background:#f8fafc;border-color:#dbe7f0}.postqx-detail-shell .acordeon{background:#fff;border:1px solid #d9e4ec;border-radius:22px;margin-top:16px;overflow:hidden;box-shadow:0 12px 28px #0f172a12}.postqx-detail-shell .acordeon-header{background:linear-gradient(#f8fbfd 0%,#eef5f9 100%);border-bottom:1px solid #dbe7f0;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.postqx-detail-shell .acordeon-titulo{color:#10243d;align-items:center;gap:10px;font-size:1.02rem;font-weight:800;display:flex}.postqx-detail-shell .badge-c1{color:#0f5f86;background:#d9eefc;border:1px solid #afd8f0}.postqx-detail-shell .acordeon-body{background:linear-gradient(#fff 0%,#fbfdff 100%);padding:18px 20px 20px}.postqx-detail-shell .campo,.postqx-detail-shell .seccion-interna,.postqx-detail-shell .subseccion{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.postqx-detail-shell .campo-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.postqx-detail-shell .campo-hint{color:#94a3b8;text-transform:none;letter-spacing:0;margin-left:8px;font-size:.72rem;font-weight:700}.postqx-detail-shell .req{color:#e11d48}.postqx-detail-shell .input-field,.postqx-detail-shell .select-field,.postqx-detail-shell .textarea-field{color:#10243d;width:100%;min-height:48px;font:inherit;background:linear-gradient(#fff 0%,#fbfdff 100%);border:1px solid #d6e2ea;border-radius:14px;padding:12px 14px;font-weight:600;transition:border-color .2s,box-shadow .2s,transform .2s}.postqx-detail-shell .textarea-field{resize:vertical;min-height:110px}.postqx-detail-shell .input-field:focus,.postqx-detail-shell .select-field:focus,.postqx-detail-shell .textarea-field:focus{border-color:#7cc7ef;outline:none;box-shadow:0 0 0 4px #00a0dc1f}.postqx-detail-shell .yesno{gap:12px}.postqx-detail-shell .yesno-opt,.postqx-detail-shell .check-item{color:#334155;cursor:pointer;background:#f8fbfd;border:1px solid #d6e2ea;border-radius:14px;align-items:center;gap:10px;min-height:48px;padding:0 16px;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 6px 14px #0f172a0a}.postqx-detail-shell .yesno-opt{justify-content:center;min-width:108px}.postqx-detail-shell .yesno-opt input,.postqx-detail-shell .check-item input{accent-color:var(--primary);margin:0}.postqx-detail-shell .yesno-opt.sel-si{color:#166534;background:#ecfdf5;border-color:#86efac}.postqx-detail-shell .yesno-opt.sel-no{color:#991b1b;background:#fef2f2;border-color:#fecaca}.postqx-detail-shell .check-list{gap:10px}.postqx-detail-shell .check-list-vertical{align-items:stretch;gap:8px;flex-direction:column!important;display:flex!important}.postqx-detail-shell .check-list-vertical .check-item{justify-content:flex-start;width:100%;min-width:0}.postqx-detail-shell .check-item{background:#fff;min-width:132px;min-height:44px;padding:0 14px;font-size:.9rem}.postqx-detail-shell .check-item:hover,.postqx-detail-shell .yesno-opt:hover{border-color:#8fcfed;transform:translateY(-1px);box-shadow:0 8px 16px #0f172a0d}.postqx-detail-shell .seccion-interna{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px}.postqx-detail-shell .postqx-adjuntos-dropzone{min-height:132px}.postqx-detail-shell .postqx-adjuntos-list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.postqx-detail-shell .postqx-adjunto-item{background:linear-gradient(#fff 0%,#f8fbfd 100%);border:1px solid #dbe7f0;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px 14px;display:grid}.postqx-detail-shell .postqx-adjunto-item-readonly{margin-bottom:8px}.postqx-detail-shell .postqx-adjunto-main{flex:1;align-items:center;gap:10px;min-width:0;display:inline-flex}.postqx-detail-shell .postqx-adjunto-icon{background:#e6f7fc;border-radius:10px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.postqx-detail-shell .postqx-adjunto-name{color:#10243d;word-break:break-word;font-size:.88rem;font-weight:600}.postqx-detail-shell .postqx-adjunto-actions{flex-wrap:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.postqx-detail-shell .postqx-adjunto-delete{color:#b91c1c;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;min-height:40px;padding:0 12px;font-size:.82rem}.postqx-detail-shell .postqx-adjunto-delete:hover{background:#fee2e2}@media (width<=760px){.postqx-detail-shell .postqx-adjunto-item{grid-template-columns:1fr}.postqx-detail-shell .postqx-adjunto-actions{justify-content:flex-start}}.postqx-detail-shell .estado-animal-derivado{gap:10px;margin-top:6px;display:grid}.postqx-detail-shell .subseccion.visible{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;padding:12px 14px}.postqx-detail-shell .postqx-error{color:#b91c1c;font-size:.82rem;font-weight:600}.postqx-detail-shell .footer-acciones{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.postqx-detail-shell .btn-c{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.postqx-detail-shell .btn-finalizar-c{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:0 10px 24px #00a0dc2e}.postqx-detail-shell .btn-cancelar-c{color:#466177;background:#fff;border-color:#d7e3ec}.postqx-detail-shell .btn-c:hover{transform:translateY(-1px)}.postqx-detail-shell .btn-finalizar-c:hover{box-shadow:0 14px 28px #00a0dc3d}.postqx-detail-shell .btn-cancelar-c:hover{color:var(--primary);background:#f3fbff;border-color:#8ccdee}.postqx-detail-shell .footer-acciones.card{margin-top:16px;padding:18px 20px}.postqx-detail-shell .card-header h2{color:#10243d;align-items:center;gap:10px;font-size:1.15rem;font-weight:800;display:flex}.postqx-detail-shell .card-body dl.row dt{flex:0 0 24%;max-width:24%}.postqx-detail-shell .card-body dl.row dd{color:#1f2937;flex:1 0 76%;max-width:76%;margin:0;font-weight:600}.postqx-detail-shell .mb-0{margin-bottom:0}.postqx-detail-shell .mb-1{margin-bottom:4px}.postqx-detail-shell .mb-2{margin-bottom:8px}.postqx-detail-shell .mb-3{margin-bottom:12px}.postqx-detail-shell .mt-1{margin-top:4px}.postqx-detail-shell .py-3{padding-top:12px;padding-bottom:12px}@media (width<=900px){.postqx-detail-shell .col-lg-8,.postqx-detail-shell .col-lg-4,.postqx-detail-shell .col-md-6,.postqx-detail-shell .col-sm-4,.postqx-detail-shell .col-sm-8{flex-basis:100%;max-width:100%}.postqx-filters{grid-template-columns:1fr}.postqx-filter-actions{justify-content:flex-start}.postqx-detail-grid,.postqx-form-grid{grid-template-columns:1fr}}.radio-result span{font-weight:600}.cancel-qx-container{background:var(--white);border-radius:20px;width:100%;max-width:600px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.btn-postqx-pending{background:var(--warning);color:#fff}.btn-postqx-signed{color:#fff;background:#2cc892}@media (width>=768px) and (width<=1199px){.stats-container,.postqx-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:20px 22px}}@media (width<=767px){.postqx-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jornada-export-desktop{display:none}.jornada-export-mobile{display:inline-flex}.jornada-clean-desktop{display:none}.jornada-clean-mobile{display:inline-flex}.jornada-actions-menu-mobile-only{display:block}}@media (width<=1199px){.search-container{flex-wrap:wrap}.search-container .search-input{flex:100%;min-width:0}.search-container .btn-atencion-sin-turno,.search-container .btn-sync-header{flex:0 auto;max-width:100%}.screen-toolbar .listing-toolbar-actions{flex:100%}}@media (width<=640px){.gestion-container .datos-grid,.datos-grid{grid-template-columns:minmax(0,1fr);gap:16px}.datos-grid .dato-item,.datos-grid .radio-group{min-width:0}.radio-group{gap:10px}.radio-item{padding:12px 16px}}@media (width<=900px){.postqx-detail-shell .card-body dl.row{gap:10px}.postqx-detail-shell .card-body dl.row dt,.postqx-detail-shell .card-body dl.row dd{flex:100%;min-width:0;max-width:100%}.postqx-detail-shell .card-body dl.row dd{margin-top:-6px}}.gestion-container,.atencion-sin-turno-container,.qx-container{flex-direction:column;display:flex}.gestion-body,.atencion-sin-turno-body,.qx-body{flex:auto;overflow-y:auto}.gestion-container .dato-value,.atencion-sin-turno-container .dato-value{background:#f8fafc;border:1px solid #dbe7f0;border-radius:10px;min-height:44px;padding:10px 12px;line-height:1.35}.gestion-container .dato-item-readonly .dato-value-readonly{letter-spacing:.02em;font-weight:700}.datos-grid-form{align-items:start}.form-error-summary{color:#9f1239;background:#fff1f2;border:1px solid #fca5a5;border-left-width:4px;border-radius:10px;margin:0 0 16px;padding:10px 12px;font-size:.88rem;font-weight:700}.form-error:before,.postqx-error:before{content:"! ";font-weight:800}:is(.form-group:has(.form-error) .form-input,.form-group:has(.form-error) .form-textarea,.form-group:has(.form-error) .radio-group,.dato-item:has(.form-error) .form-input,.dato-item:has(.form-error) .radio-group,.campo:has(.postqx-error) .input-field,.campo:has(.postqx-error) .select-field,.campo:has(.postqx-error) .textarea-field,.campo:has(.postqx-error) .yesno,.campo:has(.postqx-error) .check-list,.form-input.is-invalid){background:#fff7f7;box-shadow:0 0 0 2px #dc26261f;border-color:#dc2626!important}.qx-choice-option-readonly{cursor:default;pointer-events:none;background:#eff8ff;border-color:#7cc7ef}.qx-single-choice-readonly{max-width:420px}.atencion-sin-turno-header h2,.gestion-title,.qx-header h2{margin-bottom:0}@media (width<=1024px){.gestion-container .datos-grid,.atencion-sin-turno-container .datos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.acciones-footer,.atencion-sin-turno-footer,.qx-footer{margin-top:22px;position:static}}@media (width<=767px){.modal-backdrop-form{justify-content:stretch;align-items:stretch;padding:0}.modal-backdrop-form .gestion-container,.modal-backdrop-form .atencion-sin-turno-container,.modal-backdrop-form .qx-container{border-radius:0;width:100%;max-width:none;height:100dvh;max-height:100dvh}.modal-backdrop-form .gestion-header,.modal-backdrop-form .atencion-sin-turno-header,.modal-backdrop-form .qx-header{align-items:center;gap:10px;min-height:56px;padding:12px 14px}.modal-backdrop-form .gestion-title,.modal-backdrop-form .atencion-sin-turno-header h2,.modal-backdrop-form .qx-header h2{white-space:nowrap;text-overflow:ellipsis;font-size:1.02rem;line-height:1.2;overflow:hidden}.modal-backdrop-form .atencion-sin-turno-header p,.modal-backdrop-form .qx-header p{display:none}.modal-backdrop-form .modal-close{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.6rem;display:inline-flex}.modal-backdrop-form .gestion-body,.modal-backdrop-form .atencion-sin-turno-body,.modal-backdrop-form .qx-body{padding:12px}.gestion-container .datos-grid,.atencion-sin-turno-container .datos-grid,.postqx-contact-grid,.postqx-detail-shell .campo-row{grid-template-columns:minmax(0,1fr)}.acciones-footer,.atencion-sin-turno-footer,.qx-footer{gap:8px}}.postqx-detail-shell .postqx-contact-block{background:#fafcff;border:1px solid #dbe7f0;border-radius:14px;margin:12px 0 14px;padding:12px}.postqx-detail-shell .postqx-contact-block-title{color:#0f3a56;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px;font-size:.84rem;font-weight:800}.postqx-detail-shell .estado-animal-destacado{background:#eff6ff;border:1px solid #bfdbfe}.postqx-detail-shell .estado-animal-destacado .seccion-interna-titulo{color:#1d4ed8}.postqx-detail-shell .yesno-opt.sel-si,.postqx-detail-shell .yesno-opt.sel-no{color:#0c4a6e;background:#e6f7fc;border-color:#7cc7ef}.postqx-detail-shell .textarea-field{max-width:72ch}@media (width<=1024px){.postqx-detail-shell .textarea-field{max-width:none}}
