.carpeta-single .btn-carpeta-ver{display:none!important}:root{--sidebar-width: 300px;--sidebar-width-collapsed: 60px;--sidebar-bg: #ffffff;--sidebar-border: #dee2e6;--header-common-height: 80px;--primary-color: #0d6efd;--primary-colorbg: #cde1fe;--primary-colorbg-dark: #85b6ff;--text-primary: #212529;--text-secondary: #6c757d;--transition-speed: .3s;--header-carpeta: #cde1fe;--header-carpeta-hover: #a0c3f7}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:var(--text-primary);background-color:#f8f9fa;height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{display:flex;height:100vh;overflow:hidden}body.auth-active .app-container{display:none}body:not(.auth-active) .app-auth{display:none}.proyecto-view .proyecto-content .card.contenedor-tareas{border:1px solid #aaa;background:transparent}.sidebar{width:var(--sidebar-width);background-color:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);display:flex;flex-direction:column;transition:width var(--transition-speed) ease;flex-shrink:0}.sidebar.collapsed{width:var(--sidebar-width-collapsed)}.sidebar.collapsed .sidebar-title,.sidebar.collapsed .nav-text,.sidebar.collapsed .nav-text+i,.sidebar.collapsed .nav-submenu{opacity:0;display:none}.sidebar-header{padding:1rem;border-bottom:1px solid var(--sidebar-border);display:flex;align-items:center;gap:.5rem;height:var(--header-common-height)}.sidebar-toggle{padding:.5rem;color:var(--text-secondary);text-decoration:none}.sidebar-toggle:hover{color:var(--primary-color)}.sidebar-title{font-size:1rem;font-weight:600;white-space:nowrap}.sidebar-nav{flex:1;overflow-y:auto;padding:1rem 0}.sidebar-nav .nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--text-secondary);text-decoration:none;transition:all .2s ease}.sidebar-nav .nav-link:hover{background-color:#f8f9fa;color:var(--primary-color)}.sidebar-nav .nav-link.active{background-color:#e7f1ff;color:var(--primary-color);font-weight:500}.sidebar-nav .nav-link i{font-size:1.25rem}.nav-item-expandable{position:relative}.nav-chevron{font-size:.875rem;margin-left:auto;transition:transform .3s ease}.nav-item-expandable.expanded .nav-chevron{transform:rotate(90deg)}.nav-submenu{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1);background-color:#00000005;margin:0;padding:0;list-style:none}.nav-item-expandable.expanded .nav-submenu{max-height:600px}.nav-submenu-loader{padding:.75rem 1rem .75rem 3rem;text-align:center}.nav-submenu li{list-style:none}.nav-submenu-item{display:block;padding:.5rem 1rem .5rem 1.5rem;color:var(--primary-color);text-decoration:none;transition:all .2s ease;cursor:pointer;font-size:.9rem;position:relative}.nav-submenu-item:hover{background-color:#0d6efd0d;color:var(--primary-color)}.nav-submenu-item.active{background-color:#0d6efd1a;color:var(--primary-color);font-weight:500}.nav-submenu-item .carpeta-icon-small{margin-right:.5rem;font-size:1rem}.nav-submenu-item .carpeta-count{background-color:var(--bs-gray-500);color:#000;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;margin-left:.5rem;margin-right:.5rem}.nav-submenu-item .proyecto-chevron{font-size:.75rem;margin-left:auto;transition:transform .3s ease;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.nav-submenu-item.expanded .proyecto-chevron{transform:translateY(-50%) rotate(90deg)}.nav-proyectos-list{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1);background-color:#00000008}.nav-submenu-item.expanded~.nav-proyectos-list,.carpeta-nav-item.expanded .nav-proyectos-list{max-height:400px}.nav-proyecto-item{display:block;padding:.4rem 1rem .4rem 1.5rem;color:var(--text-secondary);text-decoration:none;font-size:.85rem;transition:all .2s ease;cursor:pointer}.nav-proyecto-item:hover{background-color:#0d6efd0d;color:var(--text-primary)}.nav-proyecto-item .proyecto-icon-small{font-size:.875rem;margin-right:.5rem}.carpeta-nav-item .carpeta-drag-handle{display:inline;margin-right:5px;padding-right:5px}.carpeta-nav-item .carpeta-drag-handle:active{cursor:grabbing}.carpeta-nav-item .carpeta-drag-icon{color:var(--text-secondary);font-size:.9rem;margin-right:.5rem;opacity:.6;transition:opacity .2s ease;cursor:grab}.carpeta-nav-item:hover .carpeta-drag-icon{opacity:1}.carpeta-nav-item.dragging .carpeta-drag-icon{cursor:grabbing}.sidebar-footer{padding:.75rem;border-top:1px solid var(--sidebar-border)}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem;margin-bottom:.5rem;font-size:.9rem;overflow-x:hidden}.user-info i{font-size:1.5rem}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.content-header{display:flex;flex-direction:column;background-color:#fff;padding:1.5rem 0;border-bottom:1px solid var(--sidebar-border);min-height:var(--header-common-height)}.breadcrumb-row{min-height:auto;margin-bottom:.75rem;border-bottom:1px solid #dee2e6;padding:.25rem 2rem .5rem;font-size:13px;line-height:1.2;display:flex;align-items:center;flex-wrap:wrap}.breadcrumb-item{display:inline-flex;align-items:center;color:#6c757d;text-decoration:none;transition:color .2s ease}.breadcrumb-item-link{cursor:pointer;color:#0d6efd}.breadcrumb-item-link:hover{color:#0a58ca;text-decoration:underline}.breadcrumb-item-current{color:#212529;font-weight:500}.breadcrumb-separator{margin:0 .5rem;color:#6c757d;-webkit-user-select:none;user-select:none}@media(max-width:768px){.breadcrumb-row{font-size:12px;padding:.25rem 1rem .5rem}.breadcrumb-separator{margin:0 .25rem}.breadcrumb-item{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.section-info-row{flex:1;padding:0 2rem}.content-header h2{margin:0;font-size:1.5rem;font-weight:600}.proyecto-section-info{width:100%}.proyecto-section-info .icono-timer{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){.content-header{padding:1rem 0}.breadcrumb-row{padding:0 1rem .5rem}.section-info-row{padding:0 1rem;font-size:.9rem}.section-info-row h2{font-size:1.25rem}}.btn-nueva-carpeta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;border-radius:.5rem;transition:all .3s ease;box-shadow:0 2px 4px #0d6efd26}.btn-nueva-carpeta:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0d6efd40}.btn-nueva-carpeta:active{transform:translateY(0);box-shadow:0 1px 2px #0d6efd33}.btn-nueva-carpeta i{font-size:1.1rem}.content-body{flex:1;padding:2rem;overflow-y:auto}.factura-badge-hover{position:relative}.factura-badge-hover:after{content:attr(data-factura-tooltip);white-space:pre-wrap;position:absolute;left:0;top:100%;margin-top:6px;padding:6px 10px;min-width:320px;max-width:420px;font-size:12px;line-height:1.4;background:#fff;border:1px solid #28a745;color:#155724;border-radius:6px;box-shadow:0 4px 12px #00000026;white-space:normal;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1000}.factura-badge-hover:hover:after{opacity:1}.carpeta-item{background-color:#fff;border:1px solid var(--sidebar-border);margin-bottom:1.75rem;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.carpeta-item:hover{box-shadow:0 2px 8px #0000001a}.carpeta-item.dragging{opacity:.5}.carpeta-item .carpeta-header{display:flex;position:relative;align-items:center;padding:1rem;-webkit-user-select:none;user-select:none;background-color:var(--header-carpeta);border-bottom:1px solid;transition:background-color .2s ease}.carpeta-item:not([style*=border-color]) .carpeta-header:hover,.carpeta-item:not([style*=border-color]).expanded .carpeta-header{background-color:var(--header-carpeta-hover)}.carpeta-item .carpeta-header .carpeta-chevron{cursor:pointer}.carpeta-single .carpeta-chevron{display:none}.carpeta-item .carpeta-drag-handle{cursor:grab;color:var(--text-secondary);padding:.25rem;margin-right:.75rem;font-size:1.25rem;display:flex;align-items:center}.carpeta-item .carpeta-iconos-container{display:flex}.carpeta-item.tiene-timers .carpeta-header .timer-indicator{display:block;cursor:progress}.carpeta-icon{font-size:1.5rem;margin-right:.75rem}.carpeta-title{flex:1;font-weight:500;font-size:1rem;margin:0;outline:0}.carpeta-badge{background-color:var(--primary-color);color:#fff;border-radius:50%;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;margin-left:.5rem;margin-right:.5rem}.carpeta-badge.proyectos-0{background-color:var(--bs-gray-500);color:#000}.carpeta-switch-container{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.carpeta-switch{position:relative;display:inline-block;width:28px;height:16px}.carpeta-switch input{opacity:0;width:0;height:0}.carpeta-switch-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:16px}.carpeta-switch-slider:before{position:absolute;content:"";height:12px;width:12px;left:2px;bottom:2px;background-color:#fff;transition:.3s;border-radius:50%}.carpeta-switch input:checked+.carpeta-switch-slider{background-color:var(--primary-color)}.carpeta-switch input:checked+.carpeta-switch-slider:before{transform:translate(12px)}.carpeta-switch-slider:hover{box-shadow:0 2px 4px #0003}.btn-carpeta-titulo{background:none;border:none;color:var(--text-secondary);padding:.5rem;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:4px;margin-left:.25rem;margin-right:.25rem;opacity:0;pointer-events:none}.carpeta-header:hover .btn-carpeta-titulo,.carpeta-header:hover .carpeta-switch-container{opacity:1;pointer-events:auto}.carpeta-item .estado-group.num-proyectos-0{display:none}.carpeta-item.show-proyectos-vacios .estado-group.num-proyectos-0{display:block}.btn-carpeta-titulo:active{transform:scale(.95)}.btn-carpeta-delete:hover{color:#dc3545;background-color:#dc35451a}.btn-carpeta-editar:hover{color:#356fdc;background-color:#356fdc1a}.proyectos-container{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .6s cubic-bezier(.4,0,.2,1),opacity .4s ease-out;opacity:0}.carpeta-item.expanded .proyectos-container{grid-template-rows:1fr;opacity:1}.proyecto-item{background-color:#fff}.proyecto-item-header{padding:.1rem;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.25rem;transition:all .2s ease}.proyecto-header-row{display:flex;align-items:center;width:100%}.proyecto-item:hover{border-color:var(--primary-color);box-shadow:0 1px 4px #0d6efd26}.proyecto-drag-handle{cursor:grab;margin-left:8px;margin-right:8px;opacity:.4}.proyecto-item.dragging{opacity:.5}.proyecto-item.drag-placeholder{background-color:#0d6efd1a;border:2px dashed var(--primary-color);padding:.75rem 1rem;min-height:50px;position:relative}.proyecto-item.drag-placeholder:before{content:"Soltar aquí";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--primary-color);font-weight:500;font-size:.9rem}.proyecto-item:last-child{margin-bottom:0}.proyecto-icon{font-size:1.25rem;margin-right:.75rem;color:var(--text-secondary)}.proyecto-title{flex:1;font-weight:400}.btn-proyecto-action{background:none;border:none;color:var(--text-secondary);padding:.375rem;cursor:pointer;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:4px;margin-left:.25rem;opacity:0;pointer-events:none}.proyecto-iconos-container .btn-proyecto-action:nth-last-child(2){margin-right:2em}.proyecto-item:hover .btn-proyecto-action{opacity:1;pointer-events:auto}.btn-proyecto-editar:hover{color:var(--primary-color);background-color:#0d6efd1a}.btn-proyecto-delete:hover{color:#dc3545;background-color:#dc35451a}.btn-proyecto-add-tarea:hover{color:#198754;background-color:#1987541a}.btn-proyecto-action:active{transform:scale(.95)}.proyecto-estado{font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.proyecto-estado.estado-creado{background-color:#6c757d;color:#fff}.proyecto-estado.estado-en-proceso{background-color:#0d6efd;color:#fff}.proyecto-estado.estado-completado{background-color:#198754;color:#fff}.proyecto-estado.estado-archivado{background-color:#dc3545;color:#fff}.proyecto-tareas-wrapper{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1),margin .5s cubic-bezier(.4,0,.2,1);margin-top:0;margin-bottom:0;position:relative;z-index:1}.proyecto-item.expanded .proyecto-tareas-wrapper{max-height:2000px;margin-top:.5rem;margin-bottom:.5rem;position:relative;z-index:10}.proyecto-item.expanded{overflow:visible;position:relative;z-index:5}.proyecto-tareas-wrapper>*{min-height:0;overflow:hidden}.proyecto-iconos-container{display:flex;align-items:center;gap:6px;margin-right:12px;flex-shrink:0}.btn-proyecto-toggle{pointer-events:none;transition:opacity .2s}.proyecto-item.expanded .btn-proyecto-toggle,.proyecto-item:hover .btn-proyecto-toggle{opacity:1;pointer-events:auto}.btn-proyecto-toggle{background:none;border:none;padding:6px 12px;margin-left:8px;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .2s}.btn-proyecto-toggle:focus{outline:2px solid var(--primary-color);background:#e9ecef}.btn-proyecto-toggle:hover{background:#f3f3f3}.proyecto-chevron{cursor:pointer;transition:transform .2s ease;color:var(--text-secondary)}.proyecto-chevron:hover{color:var(--primary-color)}.proyecto-item:not(.tiene-tareas) .btn-proyecto-toggle{display:none}.tareas-list{padding:0;background-color:#f8f9fa;border-radius:.375rem;margin-left:1rem;min-height:0;overflow:hidden;transition:padding .5s cubic-bezier(.4,0,.2,1)}.proyecto-item.expanded .tareas-list{padding:.5rem 0}.proyecto-item .proyecto-info-bar{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;padding:.25rem .5rem .25rem 2.5rem;font-size:10px;flex-wrap:wrap;margin:0 .5rem}.proyecto-item.tiene-timers .timer-indicator{display:block}.proyecto-info-item{display:flex;align-items:center;gap:.25rem}.proyecto-info-item i{font-size:11px}.proyecto-info-label{color:var(--text-secondary);font-weight:500}.proyecto-info-value{color:var(--text-primary);font-weight:600}.tarea-item{display:grid;grid-template-columns:30px auto 50%;grid-template-areas:"checkbox titulo meta" ". descripcion descripcion";gap:.5rem 10px;padding:.75rem;transition:background-color .2s ease;background-color:#fff}.tarea-item:last-child{border-bottom:none}.tarea-checkbox-wrapper{grid-area:checkbox}.tarea-titulo-wrapper{grid-area:titulo}.tarea-meta-col{align-self:center;justify-self:end;display:grid;grid-template-areas:"precio tiempo-total coste tiempo-control tdelete texpand";grid-template-columns:auto auto auto auto auto auto;gap:10px;min-width:0}.tarea-precio-wrapper{grid-area:precio}.tarea-tiempo-total{grid-area:tiempo-total}.tarea-coste{grid-area:coste}.tarea-tiempo-control{grid-area:tiempo-control;display:flex;align-items:center}.tarea-delete{grid-area:tdelete;display:flex;align-items:center;justify-content:center}.tarea-expand{grid-area:texpand;display:flex;align-items:center;justify-content:center}.tarea-item .descripcion{grid-area:descripcion}.tarea-item:hover{background-color:#f8f9fa}.tarea-item.completada{opacity:.7;background-color:#f1f3f4}.tarea-item.completada .tarea-titulo{text-decoration:line-through;color:var(--text-secondary)}.tarea-item.timer-activo{background-color:#fff8f0;border-left:3px solid #ff9800;cursor:progress}.tarea-item.timer-activo:hover{background-color:#fff3e6}.tarea-item.timer-activo .tiempo-actual,.tiempo-actual.activo{color:#ff9800!important;font-weight:700;animation:pulse 2s infinite}.tarea-descripcion{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out;padding:0;margin:0}.tarea-descripcion.expanded{max-height:500px;opacity:1;padding:12px;margin-top:8px}.tarea-checkbox-wrapper{grid-area:checkbox;display:flex;align-items:center;justify-content:center}.tarea-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-color, #007bff);transition:transform .2s ease}.tarea-checkbox:hover{transform:scale(1.1)}.tarea-titulo-wrapper{grid-area:titulo;width:100%;min-width:0}.tarea-titulo{width:100%;font-weight:500;font-size:.875rem;color:var(--text-primary);cursor:text;padding:5px;border-radius:.25rem;min-height:1.2em;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;transition:background-color .15s ease,border .15s ease,padding .15s ease;border:1px solid transparent}.tarea-titulo:hover{background-color:#0000000d}.tarea-tiempo-total{grid-area:tiempo-total;font-size:.75rem;color:var(--text-primary);white-space:nowrap}.tarea-tiempo-control{grid-area:tiempo-control;display:flex;align-items:center;gap:.25rem}.btn-tiempo{width:24px;height:24px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.7rem;transition:all .2s ease}.btn-tiempo.play{background-color:#28a745;color:#fff}.btn-tiempo.play:hover{background-color:#2ec04e;transform:scale(1.1)}.btn-tiempo.stop{background-color:#dc3545;color:#fff}.btn-tiempo.stop:hover{background-color:#c82333;transform:scale(1.1)}.tarea-item.completada button.btn-tiempo{pointer-events:none;opacity:.5;cursor:not-allowed}.tarea-card.completada .timer-controls{display:none!important}.card-header .icono-timer{display:none}.card-header.tiene-timers .icono-timer{display:inline-block!important;animation:pulse-timer .9s ease-in-out infinite}@keyframes pulse-timer{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}.btn-tarea-delete{width:24px;height:24px;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.7rem;transition:all .2s ease;background-color:#f8f9fa;color:var(--text-secondary)}.btn-tarea-delete:hover{background-color:#dc3545;color:#fff;transform:scale(1.1)}.tiempo-actual{font-size:.75rem;font-family:Monaco,Menlo,monospace;min-width:55px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.tarea-precio-wrapper{grid-area:precio;display:flex;align-items:center;gap:0;font-size:.75rem;color:var(--text-secondary)}.precio-hora{cursor:pointer;padding:.15rem 1px .25rem .15rem;border-radius:.25rem;font-weight:500;color:var(--text-primary);min-width:30px;text-align:right}.precio-hora:hover{background-color:#0000000d}.tarea-coste{grid-area:coste;font-size:.75rem;color:var(--text-secondary);white-space:nowrap}.btn-expand{width:20px;height:20px;border:none;background:none;cursor:pointer;color:var(--text-secondary);border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-expand:hover{background-color:#0000001a;color:var(--text-primary)}.tarea-descripcion-expandida{grid-area:descripcion;margin-top:.5rem;animation:slideDownHeight .3s ease}@keyframes slideDownHeight{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}@media(max-width:992px){.tarea-item{grid-template-columns:20px 1fr auto;grid-template-areas:"estado titulo delete" ". precio ." ". coste ." ". tiempo-control ." ". tiempo-total ." ". expand ." ". descripcion .";gap:.25rem .5rem}.tarea-tiempo-total,.tarea-tiempo-control,.tarea-precio-wrapper,.tarea-coste,.tarea-delete{justify-self:start}}.tarea-fecha{font-size:.75rem;color:var(--text-secondary);background-color:#e9ecef;padding:.125rem .375rem;border-radius:.25rem}.btn-add-carpeta{color:var(--text-secondary);text-decoration:none;font-size:13px;padding:.25rem .75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .3s ease,color .2s ease,background-color .2s ease;opacity:0;border-radius:4px;font-weight:500}.content-body:hover .btn-add-carpeta{opacity:1}.btn-add-carpeta:hover{color:var(--primary-color);background-color:#0d6efd14;text-decoration:none}.btn-add-carpeta:active{background-color:#0d6efd1f}.btn-add-carpeta i{font-size:14px}.btn-add-proyecto{color:var(--text-secondary);text-decoration:none;font-size:12px;padding:.25rem .75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:opacity .3s ease,color .2s ease,background-color .2s ease;opacity:0;border-radius:4px;font-weight:500}.carpeta-item.expanded:hover .btn-add-proyecto{opacity:1}.carpeta-item.expanded .proyectos-container{padding:1rem 0}.btn-add-proyecto:hover{color:var(--primary-color);background-color:#0d6efd14;text-decoration:none}.btn-add-proyecto:active{background-color:#0d6efd1f}.btn-add-proyecto i{font-size:14px}@media(max-width:768px){.sidebar{width:var(--sidebar-width-collapsed)}.sidebar-title,.nav-text{display:none}.content-header,.content-body{padding:1rem}}.carpeta-drop-placeholder{background:#e0f3ff!important;border:2px dashed #2196f3!important;transition:background .2s,border .2s}.carpeta-nav-item.dragging{opacity:.5;background:#0d6efd1a;transform:scale(.98);transition:all .2s ease}.carpeta-nav-item.drop-placeholder{background:linear-gradient(to right,#0d6efd0d,#0d6efd26,#0d6efd0d);border:2px dashed var(--primary-color);border-radius:4px;margin:4px 0;list-style-type:none;pointer-events:none}.carpeta-nav-item.drop-placeholder .nav-submenu-item{text-align:center;font-weight:500;padding:.5rem}.carpeta-nav-item:not(.dragging):not(.drop-placeholder){transition:background-color .2s ease,transform .1s ease}.carpeta-nav-item:not(.dragging):not(.drop-placeholder):hover{background-color:#0d6efd08}.nav-text-clickable,.carpeta-nombre-clickable,.carpeta-icon-small,.nav-chevron-clickable,.proyecto-chevron-clickable{cursor:pointer}.nav-chevron-clickable:hover{color:var(--primary-color)}.modal-header{border-bottom:1px solid var(--sidebar-border)}.modal-footer{border-top:1px solid var(--sidebar-border)}@keyframes slideDownTransform{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.estado-group{margin-bottom:2rem;border:1px solid var(--sidebar-border);overflow:hidden}.estado-group-header{display:flex;align-items:center;justify-content:space-between;padding:0;border-bottom:1px solid var(--sidebar-border)}.estado-badge{display:inline-flex;align-items:center;padding:.5rem .75rem;font-size:.875rem;font-weight:500;border-radius:4px;text-transform:capitalize}.estado-group-header .proyecto-count{background-color:#0000001a;padding:.25rem .5rem;margin-right:2em;border-radius:12px;font-size:.75rem;font-weight:600}.estado-group-proyectos{padding:.5rem;min-height:100px;transition:background-color .2s ease;position:relative;pointer-events:auto}.estado-group-proyectos:empty:after{content:"Arrastra proyectos aquí";display:block;text-align:center;padding:1rem;color:#999;font-size:.875rem;font-style:italic}.carpeta-view{margin:0 auto;padding:2rem}.carpeta-view h5.card-title>span{color:var(--primary-color)}.carpeta-view .proyectos-por-estado .proyectos-estado-list{margin-left:1rem;margin-right:1rem}.carpeta-view .proyectos-por-estado .proyectos-estado-list:empty:before{content:"Sin proyectos en este estado";display:block;width:100%;flex:0 0 100%;padding:.5rem .75rem;color:var(--bs-secondary-color, #6c757d)}.carpeta-view .proyectos-por-estado .proyecto-card{border-left:4px solid var(--estado-color, #dee2e6)}.carpeta-view .proyectos-por-estado .proyecto-card .proyecto-card-badge-id{background-color:var(--estado-color, #6c757d);color:#fff;font-size:.65rem;padding:.15rem .4rem;font-weight:600}.carpeta-view .proyectos-por-estado .proyecto-card .proyecto-card-badge-estado{background-color:var(--estado-color, #6c757d);color:#fff;font-size:.65rem;padding:.15rem .4rem}.carpeta-view .proyectos-por-estado.ocultar-estado-vacio{display:none}.carpeta-view .proyecto-card .card-header{background-color:transparent;border-bottom:none}.carpeta-view .proyecto-card{padding:.5rem .75rem}.carpeta-view .proyecto-card .card-header{padding:.25rem 0}.carpeta-view .proyecto-card .card-header .d-flex{margin-bottom:0!important;align-items:center}.carpeta-view .proyecto-card .card-header .card-title{margin-bottom:0!important;margin-top:0!important;font-size:.9rem;align-items:center}.carpeta-view .proyecto-card .card-header .card-title>span{align-items:center}.carpeta-view .proyecto-card .card-header .card-text{margin-bottom:0!important;font-size:.75rem}.carpeta-view .proyecto-card .card-header .flex-grow-1.d-flex{gap:.35rem;align-items:center}.carpeta-view .proyecto-card .proyecto-drag-handle{padding-top:0}.carpeta-view .proyecto-card .card-footer{padding-top:.35rem!important;padding-bottom:0}.carpeta-view .proyecto-card .proyecto-stats-line{font-size:.75rem}.carpeta-view.vista-lista .proyectos-estado-list{display:flex;flex-direction:column;flex-wrap:nowrap}.carpeta-view.vista-lista .proyectos-estado-list>.col-md-12.col-lg-6.col-xl-4.col-xxl-3{width:100%!important;max-width:100%!important;flex:0 0 auto}.btn-toggle-vista{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;border:1px solid var(--bs-border-color);background-color:var(--bs-body-bg);color:var(--bs-body-color);border-radius:var(--bs-border-radius);transition:all .2s ease}.btn-toggle-vista:hover{background-color:var(--bs-secondary-bg);border-color:var(--bs-primary);color:var(--bs-primary)}.btn-toggle-vista.active{background-color:var(--bs-primary);border-color:var(--bs-primary);color:var(--bs-white)}.carpeta-view-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:var(--text-secondary)}.carpeta-view-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:var(--text-secondary)}.carpeta-view-error i{font-size:4rem;margin-bottom:1rem}.carpeta-view-error h3{margin-bottom:.5rem;color:var(--text-primary)}.carpeta-view-header{display:flex;justify-content:flex-start;align-items:center;gap:2rem;padding:.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.carpeta-view .carpeta-header-info{display:flex;gap:1rem;flex:1}.carpeta-view .carpeta-header-icon{font-size:3rem;line-height:1}.carpeta-view .carpeta-header-text{flex:1}.carpeta-view .carpeta-header-title{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:var(--text-primary)}.carpeta-view .carpeta-header-description{margin:0;color:var(--text-secondary);font-size:1rem;line-height:1.5}.carpeta-view .carpeta-header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-carpeta-action{display:flex;align-items:center;gap:.5rem;white-space:nowrap;padding:.5rem 1rem;font-size:.875rem}.carpeta-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.carpeta-filters{margin-bottom:2rem;padding:1rem;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014}.carpeta-proyectos-container{display:flex;flex-direction:column;gap:1.5rem}.carpeta-proyectos-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;text-align:center}.carpeta-proyectos-empty i{font-size:4rem;color:var(--text-secondary);margin-bottom:1rem}.carpeta-proyectos-empty p{color:var(--text-secondary);font-size:1.125rem;margin-bottom:1.5rem}.carpeta-proyectos-container .estado-group{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.carpeta-proyectos-container .estado-group-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-weight:600}.carpeta-proyectos-container .estado-count{background-color:#0000001a;padding:.25rem .75rem;border-radius:12px;font-size:.875rem}.carpeta-proyectos-container .estado-group-proyectos{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;padding:1.5rem;background-color:#f8f9fa}.proyecto-card{background-color:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 2px 6px #00000014;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:column;gap:1rem}.proyecto-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}.proyecto-card-header{display:flex;align-items:flex-start;gap:.75rem}.proyecto-card-icon{font-size:1.5rem;color:var(--primary-color);flex-shrink:0}.proyecto-card-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--text-primary);line-height:1.4;flex:1}.proyecto-card-body{flex:1}.card-body-tarea.esta-editando{padding:10px}.card-body-tarea.esta-editando .proyecto-card-description{padding:0}.card-body-tarea.esta-editando .proyecto-card-description em{color:#999}.card-body-tarea.esta-editando .proyecto-card-description i{font-size:.875rem}.card-body-tarea.esta-editando .proyecto-card-description p{margin:0}.card-body-tarea.esta-editando .proyecto-card-description p:last-child{margin-bottom:0}.card-body-tarea.esta-editando .proyecto-card-description p:first-child{margin-top:0}.proyecto-card-description{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.proyecto-card-description em{color:#999}.proyecto-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.proyecto-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e9ecef}.proyecto-card-actions{display:flex;gap:.5rem}.proyecto-stats-line{display:flex;flex-wrap:wrap;align-items:center;font-size:.8rem;line-height:1.4}.proyecto-stats-line i{font-size:.75rem;margin-right:.25rem}.proyecto-stats-line span{display:inline-flex;align-items:center;white-space:nowrap}.proyecto-drag-handle{cursor:grab;padding:.25rem;opacity:.4;transition:opacity .2s ease;display:flex;align-items:center;user-select:none;-webkit-user-select:none}.proyecto-drag-handle:active{cursor:grabbing}.proyecto-card:hover .proyecto-drag-handle{opacity:.7}.proyecto-card-dragging{opacity:.5;transform:scale(.98);transition:opacity .2s ease,transform .2s ease}.proyecto-card-chosen{cursor:grabbing!important;box-shadow:0 8px 16px #00000026;transform:scale(1.02);z-index:1000}.proyecto-card-drag{opacity:.8}.carpeta-card .carpeta-drag-handle{cursor:grab;padding:.25rem;opacity:.4;transition:opacity .2s ease;display:flex;align-items:center;user-select:none;-webkit-user-select:none}.carpeta-card .carpeta-drag-handle:active{cursor:grabbing}.carpeta-card:hover .carpeta-drag-handle{opacity:.7}.carpeta-card-dragging{opacity:.5;transform:scale(.98);transition:opacity .2s ease,transform .2s ease}.carpeta-card-chosen{cursor:grabbing!important;box-shadow:0 8px 16px #00000026;transform:scale(1.02);z-index:1000}.carpeta-card-drag{opacity:.8}.carpeta-header-clickable{cursor:pointer;transition:background-color .2s ease,border-color .2s ease;position:relative}.carpeta-header-clickable:hover{background-color:#0d6efd0d!important;border-color:#0d6efd33!important}.carpeta-header-clickable:hover .card-title{color:#0d6efd}.carpeta-header-clickable.carpeta-con-timers-activos{background-color:#dc354514!important;border-left:3px solid #dc3545}.carpeta-header-clickable.carpeta-con-timers-activos:hover{background-color:#dc35451f!important;border-left-color:#c82333}.carpeta-proyectos-list{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e9ecef}.carpeta-proyecto-item{display:flex;align-items:center;padding:.25rem 0;color:var(--text-secondary)}.carpeta-proyecto-item.cursor-pointer{cursor:pointer}.carpeta-proyecto-item.cursor-pointer:hover{color:var(--primary-color)}.carpeta-proyecto-item i{font-size:.75rem}.carpeta-proyecto-item .badge-sm{font-size:.65rem;padding:.15rem .4rem}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background-color:#f8f9fa;color:var(--text-secondary);border-radius:6px;cursor:pointer;transition:all .2s ease}.btn-icon:hover{background-color:var(--primary-colorbg);color:var(--primary-color)}@media(max-width:768px){.carpeta-view-container{padding:1rem}.carpeta-view-header{flex-direction:column;gap:1.5rem}.carpeta-view-header-actions{width:100%}.btn-carpeta-action{flex:1;justify-content:center}.carpeta-stats{grid-template-columns:1fr}.carpeta-proyectos-container .estado-group-proyectos{grid-template-columns:1fr}}.proyecto-view{padding:1rem;margin:0 auto}.proyecto-nombre-editable:hover,.proyecto-descripcion-editable:hover{background-color:#0000000a;border-radius:.25rem}.proyecto-nombre-editable{flex:1;min-width:0;width:100%;display:block}.proyecto-nombre-editable .editable-titulo-input{width:100%!important;min-width:0;box-sizing:border-box}.proyecto-descripcion-editable{transition:background-color .15s ease}.tarea-descripcion-editable:hover{background-color:#0000000a;border-radius:.25rem}.tarea-descripcion-editable{transition:background-color .15s ease}.proyecto-view-header{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.proyecto-view-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.proyecto-view-title-section{flex:1}.btn-back{background:none;border:none;color:#6c757d;cursor:pointer;padding:.5rem 0;font-size:.9rem;margin-bottom:.5rem;transition:color .2s}.btn-back:hover{color:#0d6efd}#btn-volver{transition:all .2s ease}#btn-volver:hover{transform:translate(-2px);box-shadow:0 2px 4px #0000001a}#btn-volver i{transition:transform .2s ease}#btn-volver:hover i{transform:translate(-2px)}.proyecto-view-title{font-size:1.8rem;font-weight:600;margin:.5rem 0;display:flex;align-items:center;gap:.5rem}.proyecto-view-title i{color:#0d6efd}.proyecto-view-actions{display:flex;gap:.5rem;flex-wrap:wrap}.proyecto-view-description{color:#6c757d;margin-top:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.proyecto-view-description p{margin:0}.proyecto-view-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.proyecto-view-tareas{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.tareas-list{display:flex;flex-direction:column;gap:.75rem}.proyecto-view-tareas .tarea-item{display:grid;grid-template-columns:auto auto 1fr auto auto auto auto auto;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #0d6efd;transition:all .2s}.proyecto-view-tareas .tarea-item:hover{background:#e9ecef;box-shadow:0 2px 6px #0000001a}.proyecto-view-tareas .tarea-item.completada{opacity:.6;border-left-color:#28a745}.proyecto-view-tareas .tarea-item.dragging{opacity:.5;transform:scale(.98)}.tarea-drag-handle{cursor:grab;color:#adb5bd;display:flex;align-items:center;padding:.25rem;opacity:.4;transition:opacity .2s ease;user-select:none;-webkit-user-select:none;margin-right:.5rem}.tarea-drag-handle:active{cursor:grabbing}.tarea-drag-handle i{font-size:1.2rem}.tarea-card:hover .tarea-drag-handle{opacity:.7}.tarea-card-dragging{opacity:.5;transform:scale(.98);transition:opacity .2s ease,transform .2s ease}.tarea-card-chosen{cursor:grabbing!important;box-shadow:0 8px 16px #00000026;transform:scale(1.02);z-index:1000}.tarea-card-drag{opacity:.8}.tareas-list .tarea-card.sortable-ghost{opacity:.3;background-color:#0d6efd1a;border:2px dashed var(--primary-color)}.proyecto-view-tareas .tarea-checkbox-wrapper{display:flex;align-items:center}.proyecto-view-tareas .tarea-checkbox{width:20px;height:20px;cursor:pointer}.proyecto-view-tareas .tarea-titulo-wrapper{flex:1;min-width:0}.card-header-tarea .d-flex.align-items-center.flex-grow-1{min-width:0;flex:1}.card-header-tarea .tarea-titulo-editable{flex:1;min-width:0;display:block;width:100%}.card-header-tarea .tarea-titulo-editable .editable-titulo-input{width:100%!important;min-width:0;box-sizing:border-box}.proyecto-view-tareas .tarea-titulo{display:block;padding:.5rem;border-radius:4px;transition:background .2s;word-break:break-word}.proyecto-view-tareas .tarea-titulo:hover{background:#0d6efd1a}.proyecto-view-tareas .tarea-titulo:focus{outline:2px solid #0d6efd;background:#fff}.proyecto-view-tareas .tarea-item.completada .tarea-titulo{text-decoration:line-through;color:#6c757d}.proyecto-view-tareas .tarea-precio-wrapper{display:flex;align-items:center;gap:.25rem;font-size:.875rem;white-space:nowrap}.proyecto-view-tareas .precio-hora{padding:.25rem .5rem;background:#e9ecef;border-radius:4px;min-width:40px;text-align:center;transition:background .2s}.proyecto-view-tareas .precio-hora:hover{background:#0d6efd1a}.proyecto-view-tareas .precio-hora:focus{outline:2px solid #0d6efd;background:#fff}.proyecto-view-tareas .tarea-tiempo-total,.proyecto-view-tareas .tarea-coste{font-size:.875rem;white-space:nowrap}.proyecto-view-tareas .tarea-tiempo-total strong,.proyecto-view-tareas .tarea-coste strong{color:#212529}.proyecto-view-tareas .tarea-tiempo-control{display:flex;align-items:center;gap:.5rem}.proyecto-view-tareas .btn-tiempo{width:36px;height:36px;border-radius:50%;border:none;background:#0d6efd;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .2s}.proyecto-view-tareas .btn-tiempo:hover{background:#0b5ed7;transform:scale(1.1)}.proyecto-view-tareas .btn-tiempo.stop{background:#dc3545}.proyecto-view-tareas .btn-tiempo.stop:hover{background:#bb2d3b}.proyecto-view-tareas .btn-tarea-delete{width:32px;height:32px;border-radius:4px;border:none;background:transparent;color:#dc3545;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.proyecto-view-tareas .btn-tarea-delete:hover{background:#dc3545;color:#fff}.proyecto-view-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}@media(max-width:768px){.proyecto-view{padding:.5rem}.proyecto-view-header-top{flex-direction:column}.proyecto-view-stats{grid-template-columns:1fr}.proyecto-view-tareas .tarea-item{grid-template-columns:auto auto 1fr;grid-template-areas:"drag check titulo" "precio precio precio" "tiempo tiempo tiempo" "coste coste coste" "timer timer delete";gap:.5rem}.tarea-drag-handle{grid-area:drag}.proyecto-view-tareas .tarea-checkbox-wrapper{grid-area:check}.proyecto-view-tareas .tarea-titulo-wrapper{grid-area:titulo}.proyecto-view-tareas .tarea-precio-wrapper{grid-area:precio}.proyecto-view-tareas .tarea-tiempo-total{grid-area:tiempo}.proyecto-view-tareas .tarea-coste{grid-area:coste}.proyecto-view-tareas .tarea-tiempo-control{grid-area:timer}.proyecto-view-tareas .tarea-delete{grid-area:delete;justify-self:end}}.tareas-list{position:relative;padding-top:10px;padding-bottom:10px}.add-tarea-btn-container{display:flex;justify-content:center;margin:8px 0}.add-tarea-btn{transition:all .2s ease!important;background-color:#0d6efd!important;border:none!important;box-shadow:0 2px 8px #0d6efd33}.add-tarea-btn:hover{opacity:1!important;transform:scale(1.1);box-shadow:0 4px 12px #0d6efd66!important}.add-tarea-btn:active{transform:scale(.95)}.tarea-form-card{border:2px dashed #dee2e6!important;background-color:#f8f9fa!important;animation:slideInForm .3s ease}@keyframes slideInForm{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tarea-form-card .form-label{font-weight:500;color:#495057}.tarea-form-card .form-control,.tarea-form-card .input-group-text{border-color:#dee2e6}.tarea-form-card .form-control:focus{border-color:#0d6efd;box-shadow:0 0 0 .2rem #0d6efd40}.tarea-form-card .card-footer{background-color:transparent!important;border-top:1px solid #dee2e6}.tarea-form-card .btn{font-size:.875rem}.sjb-rich-text-editor{border:none;border-radius:0;background:transparent}.sjb-rich-text-editor .ql-toolbar{border:none;border-radius:0;background:transparent;padding:8px 0;border-bottom:none}.sjb-rich-text-editor .ql-container{border-radius:0;font-size:.875rem}.sjb-rich-text-editor .ql-editor{min-height:auto;padding:5px 1em;background:transparent!important;outline:none!important;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;height:auto;overflow:hidden}.sjb-rich-text-editor .ql-editor:focus,.sjb-rich-text-editor .ql-editor:focus-visible,.sjb-rich-text-editor .ql-editor:active{background:transparent!important;outline:none!important;background-color:transparent!important}.sjb-rich-text-editor .ql-container.ql-snow{border:none;transition:border-color .2s ease;background:transparent!important}.sjb-rich-text-editor .ql-container.ql-snow:focus-within{border:none!important;background:transparent!important;outline:none!important;background-color:transparent!important}.sjb-rich-text-editor .ql-editor.ql-blank:focus,.sjb-rich-text-editor .ql-editor.ql-blank:focus-visible{background:transparent!important;background-color:transparent!important}.sjb-rich-text-editor .ql-editor.ql-blank:before{color:#6c757d;font-style:italic}.sjb-rich-text-editor .ql-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.sjb-rich-text-editor .ql-toolbar .ql-formats{display:inline-flex;align-items:center;gap:2px;margin-right:4px}.sjb-rich-text-editor .ql-toolbar button{margin:0;padding:4px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center}.sjb-rich-text-editor .ql-toolbar button:hover,.sjb-rich-text-editor .ql-toolbar button.ql-active{color:#0d6efd}.sjb-rich-text-editor .ql-toolbar .sjb-html-toggle-btn{border:1px solid #dee2e6;border-radius:.25rem;background:#fff;padding:4px 8px;width:auto;height:auto;min-height:28px;font-size:.75rem;display:inline-flex;align-items:center;gap:4px;cursor:pointer;transition:all .2s ease}.sjb-rich-text-editor .ql-toolbar .sjb-html-toggle-btn:hover{background:#e9ecef;border-color:#0d6efd;color:#0d6efd}.sjb-rich-text-editor .ql-toolbar .ql-formats:has(.sjb-html-toggle-btn){margin-left:auto;border-left:none;padding-left:8px}.sjb-rich-text-editor textarea.form-control{font-family:Courier New,monospace;font-size:12px;line-height:1.5;resize:vertical}.tarea-timeline-wrapper{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #dee2e6}.tarea-tiempo-total{transition:color .2s ease}.tarea-tiempo-total:hover{color:#0d6efd!important;text-decoration:underline}.timeline-loading{padding:.5rem;text-align:center;color:#6c757d;font-size:.875rem}.tarea-timeline-expanded{margin-top:.5rem}.timeline-intervalos-container{max-height:165px;overflow-y:auto;overflow-x:hidden;border:1px solid #dee2e6;border-radius:.25rem;background-color:#fff}.timeline-intervalos-container::-webkit-scrollbar{width:6px}.timeline-intervalos-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.25rem}.timeline-intervalos-container::-webkit-scrollbar-thumb{background:#888;border-radius:.25rem}.timeline-intervalos-container::-webkit-scrollbar-thumb:hover{background:#555}.timeline-usuario-group{border-bottom:1px solid #e9ecef}.timeline-add-intervalo-footer{display:flex;justify-content:flex-end;padding-right:.25rem;padding-bottom:10px}.intervalo-crear-especifico-btn{padding:.15rem .35rem;font-size:.75rem;line-height:1;display:inline-flex;align-items:center;gap:.15rem}.intervalo-crear-especifico-btn i{font-size:.9rem}.timeline-usuario-group:last-child{border-bottom:none}.timeline-usuario-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background-color:#f8f9fa;border:none;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.timeline-usuario-header:hover{background-color:#e9ecef}.timeline-usuario-header .usuario-nombre{font-weight:600;color:#212529;flex-grow:1;text-align:left}.timeline-usuario-header .usuario-tiempo-total{font-weight:700;color:#0d6efd;margin-right:.5rem}.timeline-usuario-header .bi-chevron-down{transition:transform .2s ease;color:#6c757d}.timeline-usuario-header[aria-expanded=true] .bi-chevron-down{transform:rotate(180deg)}.timeline-intervalos-list{padding:.25rem 0}.timeline-intervalo-linea{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid #f0f0f0;font-size:.8rem;transition:background-color .2s ease}.timeline-intervalo-linea:hover{background-color:#f8f9fa}.timeline-intervalo-linea:last-child{border-bottom:none}.timeline-intervalo-linea.activo{background-color:#d1e7dd}.timeline-intervalo-linea.cerrado{background-color:#fff}.intervalo-info{display:flex;align-items:center;gap:.5rem;flex-grow:1;min-width:0}.intervalo-estado{font-size:.9rem;flex-shrink:0}.intervalo-fechas{color:#495057;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;min-width:0}.intervalo-duracion{color:#0d6efd;font-weight:600;white-space:nowrap;flex-shrink:0;margin-left:auto}.intervalo-acciones{display:flex;gap:.25rem;margin-left:.5rem;flex-shrink:0}.intervalo-editar-btn,.intervalo-eliminar-btn{padding:.125rem .25rem;font-size:.75rem;line-height:1}.intervalo-editar-btn i,.intervalo-eliminar-btn i{font-size:.75rem}.proyecto-tiempo-total-info{position:relative;transition:opacity .2s ease}.proyecto-tiempo-total-info:hover{opacity:.8}.proyecto-tiempo-total-click{cursor:pointer!important;border-bottom:1px dotted #0d6efd}.proyecto-timeline-wrapper{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #dee2e6}.proyecto-tiempo-total-click{transition:color .2s ease}.proyecto-tiempo-total-click:hover{color:#0d6efd!important;text-decoration:underline}.recalcular-tiempos-btn{font-size:.75rem;padding:.25rem .5rem}.recalcular-tiempos-btn:disabled{opacity:.6;cursor:not-allowed}.recalcular-tiempos-btn .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.proyecto-timeline-expanded{margin-top:.5rem}.proyecto-timeline-tareas-container{max-height:165px;overflow-y:auto;overflow-x:hidden;border:1px solid #dee2e6;border-radius:.25rem;background-color:#fff}.proyecto-timeline-tareas-container::-webkit-scrollbar{width:6px}.proyecto-timeline-tareas-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.25rem}.proyecto-timeline-tareas-container::-webkit-scrollbar-thumb{background:#888;border-radius:.25rem}.proyecto-timeline-tareas-container::-webkit-scrollbar-thumb:hover{background:#555}.proyecto-timeline-tarea-linea{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;border-bottom:1px solid #f0f0f0;font-size:.85rem;transition:background-color .2s ease}.proyecto-timeline-tarea-linea:hover{background-color:#f8f9fa}.proyecto-timeline-tarea-linea:last-child{border-bottom:none}.proyecto-timeline-tarea-linea .tarea-info{display:flex;align-items:center;gap:.5rem;flex-grow:1;min-width:0}.proyecto-timeline-tarea-linea .tarea-titulo{color:#495057;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;min-width:0}.proyecto-timeline-tarea-linea .tarea-tiempos{display:flex;align-items:center;gap:1rem;margin-left:.5rem;flex-shrink:0}.proyecto-timeline-tarea-linea .tiempo-total,.proyecto-timeline-tarea-linea .coste-total{font-weight:600;white-space:nowrap}.tarea-descripcion-rich,.proyecto-descripcion-rich{word-wrap:break-word;overflow-wrap:break-word}.tarea-descripcion-rich p,.proyecto-descripcion-rich p{margin-bottom:.5rem}.tarea-descripcion-rich p:last-child,.proyecto-descripcion-rich p:last-child{margin-bottom:0}.tarea-descripcion-rich ul,.tarea-descripcion-rich ol,.proyecto-descripcion-rich ul,.proyecto-descripcion-rich ol{margin-left:1.5rem;margin-bottom:.5rem}.tarea-descripcion-rich li,.proyecto-descripcion-rich li{margin-bottom:.25rem}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
