@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color:#111e3b;--primary-hover:#1b2d52;--secondary-color:#274073;--secondary-hover:#36548f;--accent-color:#3b82f6;--success-color:#10b981;--danger-color:#ef4444;--warning-color:#f59e0b;--info-color:#0ea5e9;--bg-body:#f3f4f6;--bg-container:#fff;--bg-muted:#f8fafc;--bg-hover:#e2e8f0;--text-main:#1f2937;--text-muted:#6b7280;--text-light:#9ca3af;--text-inverse:#fff;--border-color:#e5e7eb;--border-input:#d1d5db;--border-hover:#9ca3af;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-btn:8px;--radius-card:16px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -2px #00000005;--shadow-focus:0 0 0 3px #3b82f633;--font-main:"Inter", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box;font-family:var(--font-main)}body{background:var(--bg-body);color:var(--text-main);margin:0}.form-container{justify-content:center;padding:40px 20px;display:flex}.btn{background:var(--secondary-color);color:#fff;border-radius:var(--radius-btn);cursor:pointer;border:none;width:100%;margin-top:25px;padding:12px;font-size:15px;font-weight:600;transition:background .2s ease-in-out}.btn:hover{background:var(--primary-hover)}.btn:disabled{background:var(--text-light);cursor:not-allowed}.editor-preview{grid-template-columns:1fr 1fr;gap:20px;margin-top:10px;display:grid}.editor-preview textarea{height:280px;font-family:var(--font-mono)}.preview-mini{background:var(--bg-container);border:1px solid var(--border-color);height:280px;font-family:var(--font-main);color:var(--text-main);border-radius:5px;padding:15px;font-size:16px;line-height:1.5;overflow-y:auto}.preview-mini hr{border:none;border-top:2px solid var(--border-input);margin:20px 0}.file-upload-zone{border:2px dashed var(--border-input);border-radius:var(--radius-card);text-align:center;background-color:var(--bg-muted);cursor:pointer;margin-top:5px;padding:25px;transition:all .2s}.file-upload-zone:hover,.file-upload-zone.dragover{border-color:var(--secondary-color);background-color:var(--bg-muted)}.file-upload-zone .upload-icon{color:var(--text-muted);margin-bottom:10px;font-size:28px;display:block}.file-upload-zone p{color:var(--text-muted);margin:0;font-size:14px}.file-upload-list{flex-direction:column;gap:8px;margin-top:15px;display:flex}.file-upload-item{background:var(--bg-container);border:1px solid var(--border-color);color:var(--text-main);border-radius:6px;justify-content:space-between;align-items:center;min-width:0;padding:8px 12px;font-size:13px;display:flex;box-shadow:0 1px 2px #0000000d}.file-upload-item-name{flex:1;align-items:center;gap:8px;min-width:0;margin-right:12px;display:flex}.file-upload-item-name span{word-break:break-all;min-width:0}.file-upload-item-name svg{color:var(--text-muted);width:16px;height:16px}.btn-remove-file{color:var(--danger-color);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;font-weight:700;transition:background .2s;display:flex}.btn-remove-file:hover{background:#ef44441a}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:10px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-bottom:35px;display:flex}.page-title-area{flex:1;min-width:280px}.page-title{color:var(--text-main)!important;letter-spacing:-.02em!important;margin:0!important;font-size:26px!important;font-weight:700!important;line-height:1.2!important}.page-subtitle{color:var(--text-muted)!important;margin:6px 0 0!important;font-size:14px!important;line-height:1.5!important}.btn-header-primary{background:var(--secondary-color)!important;color:#fff!important;border-radius:var(--radius-btn)!important;cursor:pointer!important;box-shadow:var(--shadow-sm)!important;box-sizing:border-box!important;border:none!important;align-items:center!important;gap:8px!important;height:42px!important;padding:10px 20px!important;font-size:14px!important;font-weight:600!important;transition:all .2s ease-in-out!important;display:flex!important}.btn-header-primary:hover{background:var(--primary-hover)!important;transform:translateY(-1px)!important}.btn-header-primary:active{transform:translateY(0)!important}.btn-header-outline{color:var(--secondary-color)!important;border:1.5px solid var(--secondary-color)!important;border-radius:var(--radius-btn)!important;cursor:pointer!important;box-sizing:border-box!important;background:0 0!important;align-items:center!important;gap:8px!important;height:42px!important;padding:10px 20px!important;font-size:14px!important;font-weight:600!important;transition:all .2s ease-in-out!important;display:flex!important}.btn-header-outline:hover{background:#3b82f60d!important;transform:translateY(-1px)!important}.btn-header-outline:active{transform:translateY(0)!important}.topbar{top:0;left:0;right:0;z-index:1100!important;position:fixed!important}.mobile-header{top:0;z-index:1050!important;position:sticky!important}@media (width<=768px){.topbar{height:52px!important;padding:0 12px!important}.topbar img[alt="CORE 360 Logo"]{max-height:28px!important}.topbar-username{text-overflow:ellipsis;white-space:nowrap;max-width:80px;overflow:hidden;font-size:11px!important}.topbar-datetime{font-size:10px!important}.main-content{padding-top:52px!important}.mobile-header{display:none!important}.main-content{width:100%!important;margin-left:0!important}}@media (width<=480px){.topbar{padding:0 8px!important}.topbar img[alt="CORE 360 Logo"]{max-height:22px!important}}@media (width<=768px){.event-details-body{flex-direction:column!important;overflow-y:auto!important}.event-details-right-col{background:#f9fafb!important;border-top:1px solid #e5e7eb!important;border-left:none!important;width:100%!important;padding:16px!important}.event-details-left-col{border-right:none!important;padding:16px!important}.event-details-header{flex-wrap:wrap!important;gap:6px!important;padding:10px 12px!important}.event-details-header h2{font-size:13px!important}.event-details-header button{min-width:auto!important;padding:4px 8px!important;font-size:11px!important}.event-details-pills{gap:4px!important}.event-details-pills>div{padding:3px 7px!important;font-size:11px!important}.event-details-modal-wrapper{border-radius:0!important;width:100%!important;max-width:100vw!important;height:100%!important;max-height:100vh!important}.teams-create-container{flex-direction:column!important}.teams-schedule-col{display:none!important}.teams-form-col{padding:16px!important}.teams-header-bar{flex-wrap:wrap;gap:6px;padding:8px 12px!important}.teams-date-row{flex-direction:column!important;gap:10px!important}.teams-date-row>div{width:100%!important}.grid{grid-template-columns:1fr!important;gap:12px!important}.field.full{grid-column:span 1!important}.editor-preview{grid-template-columns:1fr!important;gap:12px!important}.editor-preview textarea,.preview-mini{height:180px!important}.form-actions{flex-direction:column!important;gap:10px!important}.form-actions button{width:100%!important}.container{margin:8px auto!important;padding:16px!important}.vincular-header-row{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;margin-bottom:16px!important}.vincular-sync-area{flex-direction:column!important;gap:8px!important;width:100%!important}.vincular-sync-area button,.vincular-sync-area>div{width:100%!important}.vincular-card{padding:14px!important}.vincular-card-title{cursor:pointer;font-size:14px!important;font-weight:600!important}.vincular-card-details{margin-top:10px}.vincular-card-asistentes{word-break:break-word!important;font-size:12px!important}.vincular-card-actions-row{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.vincular-card-actions-row>div{width:100%!important}.vincular-card-actions-row button{justify-content:center!important;width:100%!important}}@media (width<=1024px){.btn-editor-header{height:38px!important;padding:8px 12px!important;font-size:12px!important}}@media (width<=768px){.btn-editor-header{gap:4px!important;height:34px!important;padding:7px 10px!important;font-size:11px!important}.editor-top-actions{flex-wrap:wrap!important;gap:6px!important}.swal2-popup{width:90vw!important;max-width:90vw!important}.swal-lib-table{font-size:11px!important}.swal-lib-table th{padding:8px!important;font-size:10px!important}.swal-lib-table td{padding:10px 8px!important;font-size:11px!important}.swal-lib-search-input{width:100%!important}.swal-lib-btn-primary{white-space:nowrap!important;padding:8px 12px!important;font-size:12px!important}}@media (width<=480px){.btn-editor-header .btn-label{display:none!important}.btn-editor-header{min-width:34px!important;padding:7px!important}}@media (width<=768px){.cobertura-split-container{flex-direction:column!important;gap:0!important;display:flex!important}.cobertura-pendiente-col{background:#fff!important;border-radius:8px!important;margin-bottom:0!important;box-shadow:0 4px 10px #0000000d!important}.cobertura-gestionada-col,.cobertura-split-container.inverted .cobertura-pendiente-col{display:none!important}.cobertura-split-container.inverted .cobertura-gestionada-col{background:#fff!important;border-radius:8px!important;padding-top:20px!important;display:block!important;box-shadow:0 4px 10px #0000000d!important}.cobertura-split-container:not(.inverted) .cobertura-gestionada-col h3:after,.cobertura-split-container.inverted .cobertura-pendiente-col h3:after{display:none!important}.cobertura-mobile-tabs{background:#f1f5f9;border-radius:8px;margin-bottom:15px;padding:4px;display:flex!important}.cobertura-mobile-tab{text-align:center;color:#64748b;cursor:pointer;border-radius:6px;flex:1;padding:8px;font-size:13px;font-weight:600;transition:all .2s}.cobertura-mobile-tab.active-pendientes{color:#ef4444;background:#fff;box-shadow:0 2px 4px #0000000d}.cobertura-mobile-tab.active-gestionadas{color:#10b981;background:#fff;box-shadow:0 2px 4px #0000000d}.charts-mobile-tabs{background:#f1f5f9;border-radius:8px;margin-bottom:15px;padding:4px;display:flex!important}.chart-mobile-tab{text-align:center;color:#64748b;cursor:pointer;border-radius:6px;flex:1;padding:8px;font-size:13px;font-weight:600;transition:all .2s}.chart-mobile-tab.active-tab{color:var(--secondary-color);background:#fff;box-shadow:0 2px 4px #0000000d}.chart-grid-top{margin-bottom:0!important;display:block!important}.dashboard-charts-container .chart-wrapper{display:none!important}.dashboard-charts-container.mobile-active-pie .chart-pie,.dashboard-charts-container.mobile-active-bar .chart-bar,.dashboard-charts-container.mobile-active-line .chart-line,.dashboard-charts-container.mobile-active-radar .chart-radar{margin-bottom:20px!important;display:block!important}.cobertura-pendiente-col ul,.cobertura-gestionada-col ul{max-height:300px!important}.cobertura-pendiente-col li,.cobertura-gestionada-col li{padding:10px 8px!important;font-size:12px!important}.swal2-popup{border-radius:12px!important;width:90vw!important;max-width:90vw!important;padding:14px 16px!important}.swal2-title{margin-bottom:8px!important;font-size:17px!important}.swal2-html-container{margin:6px 0!important;font-size:13px!important}.swal2-actions{flex-wrap:wrap!important;gap:8px!important;margin-top:16px!important}.swal2-styled{width:100%!important;padding:9px 18px!important;font-size:13px!important}.swal-tracking-popup{height:95vh!important}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-track{background:0 0}}
