@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);min-width:200px;max-width:100%;text-shadow:none;z-index:0;direction:ltr;flex-direction:column;align-items:center;transition:box-shadow .3s;display:flex;position:relative}.plyr audio,.plyr iframe,.plyr video{width:100%;height:100%;display:block}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);padding:3px 4px;line-height:1}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{font-size:13px;font-size:var(--plyr-font-size-small,13px);padding:10px;padding:var(--plyr-control-spacing,10px);text-align:center;width:100%;transition:transform .4s ease-in-out;animation:.3s plyr-fade-in;display:none;position:absolute;bottom:0;left:0}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--plyr-captions-text-color,#fff);white-space:pre-wrap;border-radius:4px;padding:.2em .5em;line-height:185%}.plyr__caption div{display:inline}.plyr__control{border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);background:0 0;border:0;flex-shrink:0;transition:all .1s ease-in-out;position:relative;overflow:visible}.plyr__control svg{fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px);display:block}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{text-align:center;justify-content:flex-end;align-items:center;display:flex}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);text-align:left;white-space:nowrap;z-index:3;margin-bottom:10px;animation:.2s plyr-popup;position:absolute;bottom:100%;right:-3px}.plyr__menu__container>div{transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);width:0;position:absolute;top:100%}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{color:var(--plyr-menu-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;align-items:center;width:100%;display:flex}.plyr__menu__container .plyr__control>span{align-items:inherit;width:100%;display:flex}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2);position:relative}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);position:absolute;top:100%;left:0;right:0;overflow:hidden}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{content:"";height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);background:#0000001a;flex-shrink:0;width:16px;transition:all .3s;display:block}.plyr__menu__container .plyr__control[role=menuitemradio]:after{opacity:0;background:#fff;border:0;width:6px;height:6px;transition:transform .3s,opacity .3s;top:50%;left:12px;transform:translateY(-50%)scale(0)}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%)scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2px);padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none;align-items:center;display:flex;overflow:hidden}.plyr--full-ui input[type=range]{appearance:none;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));background:0 0;border:0;width:100%;min-width:0;margin:0;padding:0;transition:box-shadow .3s;display:block}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-user-select:none;user-select:none;border:0;transition:box-shadow .3s}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/2*-1);width:13px;width:var(--plyr-range-thumb-height,13px);border:0;border-radius:100%;transition:all .2s;position:relative}.plyr--full-ui input[type=range]::-moz-range-track{border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-user-select:none;user-select:none;background:0 0;border:0;transition:box-shadow .3s}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);width:13px;width:var(--plyr-range-thumb-height,13px);border:0;border-radius:100%;transition:all .2s;position:relative}.plyr--full-ui input[type=range]::-moz-range-progress{border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);background:currentColor}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper{border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-user-select:none;user-select:none;background:0 0;border:0;transition:box-shadow .3s}.plyr--full-ui input[type=range]::-ms-track{border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-user-select:none;user-select:none;background:0 0;border:0;transition:box-shadow .3s}.plyr--full-ui input[type=range]::-ms-fill-lower{border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-user-select:none;user-select:none;background:currentColor;border:0;transition:box-shadow .3s}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);width:13px;width:var(--plyr-range-thumb-height,13px);border:0;border-radius:100%;margin-top:0;transition:all .2s;position:relative}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));opacity:0;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;transition:opacity .2s;position:absolute;top:0;left:0}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;transform-origin:50% 100%;white-space:nowrap;z-index:2;line-height:1.3;transition:transform .2s .1s,opacity .2s .1s;position:absolute;bottom:100%;left:50%;transform:translate(-50%,10px)scale(.8)}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";z-index:2;width:0;height:0;position:absolute;left:50%;transform:translate(-50%)}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%)scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{transform-origin:0 100%;left:0;transform:translateY(10px)scale(.8)}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{transform-origin:100% 100%;left:auto;right:0;transform:translateY(10px)scale(.8)}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translate(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0)scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{z-index:2;position:relative}.plyr__progress .plyr__tooltip{overflow-wrap:break-word;max-width:120px;left:0}.plyr__progress__buffer{-webkit-appearance:none;height:5px;height:var(--plyr-range-track-height,5px);margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);background:0 0;border:0;border-radius:100px;padding:0;position:absolute;top:50%;left:0}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{min-width:5px;min-width:var(--plyr-range-track-height,5px);background:currentColor;border-radius:100px;transition:width .2s}.plyr__progress__buffer::-moz-progress-bar{min-width:5px;min-width:var(--plyr-range-track-height,5px);background:currentColor;border-radius:100px;transition:width .2s}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s}.plyr--loading .plyr__progress__buffer{background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0 50%,#23282f99 0 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000;animation:1s linear infinite plyr-progress}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);height:5px;height:var(--plyr-range-track-height,5px);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3;border-radius:1px;position:absolute;top:50%;transform:translate(-50%,-50%)}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);z-index:2;min-width:60px;max-width:90px;position:relative}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;width:100%;height:100%;margin:auto;position:relative;overflow:hidden}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.2813%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;color:var(--plyr-video-control-color,#fff);padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);z-index:3;transition:opacity .4s ease-in-out,transform .4s ease-in-out;position:absolute;bottom:0;left:0;right:0}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:var(--plyr-video-control-color,#fff);opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);z-index:2;border:0;border-radius:100%;transition:all .3s;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.plyr__control--overlaid svg{position:relative;left:2px}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;width:100%;height:100%;margin:0;border-radius:0!important}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{z-index:10000000;background:#000;width:100%;height:100%;margin:0;position:fixed;inset:0;border-radius:0!important}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;z-index:-1;position:absolute;inset:0;overflow:hidden}.plyr__ads>div,.plyr__ads>div iframe{width:100%;height:100%;position:absolute}.plyr__ads:after{bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);pointer-events:none;right:10px;right:var(--plyr-control-spacing,10px);z-index:3;background:#23282f;border-radius:2px;padding:2px 6px;font-size:11px;position:absolute}.plyr__ads:empty:after{display:none}.plyr__cues{height:5px;height:var(--plyr-range-track-height,5px);opacity:.8;z-index:3;background:currentColor;width:3px;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;pointer-events:none;transform-origin:50% 100%;z-index:2;padding:3px;transition:transform .2s .1s,opacity .2s .1s;position:absolute;bottom:100%;transform:translateY(10px)scale(.8)}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0)scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));z-index:2;width:0;position:absolute;transform:translate(-50%)}.plyr__preview-thumb__image-container{border-radius:7px;border-radius:calc(var(--plyr-menu-radius,8px) - 1px);z-index:0;background:#c1c8d1;position:relative;overflow:hidden}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{width:100%;height:100%;position:absolute;top:0;left:0}.plyr__preview-thumb__image-container:after{border-radius:inherit;content:"";pointer-events:none;box-shadow:inset 0 0 0 1px #00000026}.plyr__preview-thumb__image-container img{max-width:none;max-height:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius,8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius,8px) - 1px);z-index:3;padding:20px 6px 6px;line-height:1.1;position:absolute;bottom:0;left:0;right:0}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);opacity:0;pointer-events:none;z-index:1;width:100%;height:100%;margin:auto;transition:opacity .3s;position:absolute;inset:0;overflow:hidden}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{object-fit:contain;width:100%;max-width:none;height:100%;max-height:none;position:absolute;top:0;left:0}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important}.plyr [hidden]{display:none!important}
.global-audio-player-module__z1_rKG__player{z-index:1500;border:1px solid var(--border,#d8e0e0);background:var(--surface,#fff);width:min(340px,100vw - 36px);color:var(--ink,#14242a);border-radius:16px;flex-direction:column;gap:8px;padding:10px 14px 14px;display:flex;position:fixed;bottom:20px;right:18px;box-shadow:0 12px 32px #06444a38}.global-audio-player-module__z1_rKG__player[data-mode=video]{border-color:color-mix(in srgb, var(--nous-primary,#117f84) 30%, var(--border,#d8e0e0))}.global-audio-player-module__z1_rKG__player[data-mode=video][data-docked=true]{width:min(430px,100vw - 36px)}[data-theme=dark] .global-audio-player-module__z1_rKG__player{background:var(--surface-2,#1c2627)}.global-audio-player-module__z1_rKG__head{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;align-items:center;gap:7px;margin:-2px -4px 0;padding:4px;display:flex}.global-audio-player-module__z1_rKG__head:active,.global-audio-player-module__z1_rKG__head[data-dragging]{cursor:grabbing}.global-audio-player-module__z1_rKG__grip{color:var(--muted,#97a3a3);display:inline-flex}.global-audio-player-module__z1_rKG__icon{color:var(--nous-primary,#117f84);display:inline-flex}.global-audio-player-module__z1_rKG__meta{flex-direction:column;flex:1;min-width:0;display:flex}.global-audio-player-module__z1_rKG__meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;line-height:1.2;overflow:hidden}.global-audio-player-module__z1_rKG__meta small{color:var(--muted,#5b6b6e);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.global-audio-player-module__z1_rKG__iconBtn{color:var(--muted,#5b6b6e);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;padding:4px;display:inline-flex}.global-audio-player-module__z1_rKG__iconBtn:hover{background:var(--surface-2,#eef3f3);color:var(--ink,#14242a)}.global-audio-player-module__z1_rKG__body{flex-direction:column;gap:8px;display:flex}.global-audio-player-module__z1_rKG__videoDock{aspect-ratio:16/9;background:#000;border-radius:12px;width:100%;min-height:172px;overflow:hidden}.global-audio-player-module__z1_rKG__videoDock>*{width:100%;height:100%}:is(.global-audio-player-module__z1_rKG__videoDock .plyr,.global-audio-player-module__z1_rKG__videoDock .plyr--youtube,.global-audio-player-module__z1_rKG__videoDock .plyr__video-wrapper){width:100%!important;height:100%!important}.global-audio-player-module__z1_rKG__videoDock .plyr{border-radius:0!important}:is(.global-audio-player-module__z1_rKG__player[data-docked=true] .global-audio-player-module__z1_rKG__videoDock .plyr__controls,.global-audio-player-module__z1_rKG__player[data-docked=true] .global-audio-player-module__z1_rKG__videoDock .plyr__control--overlaid,.global-audio-player-module__z1_rKG__player[data-docked=true] .global-audio-player-module__z1_rKG__videoDock .plyr__video-embed,.global-audio-player-module__z1_rKG__player[data-docked=true] .global-audio-player-module__z1_rKG__videoDock .plyr__menu){display:none!important}.global-audio-player-module__z1_rKG__seekRow{align-items:center;gap:8px;display:flex}.global-audio-player-module__z1_rKG__time{color:var(--muted,#5b6b6e);font-variant-numeric:tabular-nums;flex:none;font-size:.68rem}.global-audio-player-module__z1_rKG__seek{flex:1}.global-audio-player-module__z1_rKG__controls{align-items:center;gap:6px;display:flex}.global-audio-player-module__z1_rKG__ctrl,.global-audio-player-module__z1_rKG__play{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.global-audio-player-module__z1_rKG__ctrl{width:34px;height:34px;color:var(--ink,#14242a);background:0 0}.global-audio-player-module__z1_rKG__ctrl:hover{background:var(--surface-2,#eef3f3)}.global-audio-player-module__z1_rKG__ctrl:focus-visible,.global-audio-player-module__z1_rKG__play:focus-visible,.global-audio-player-module__z1_rKG__iconBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--nous-primary,#117f84) 55%, transparent);outline-offset:2px}.global-audio-player-module__z1_rKG__play{background:var(--nous-primary,#117f84);color:#fff;width:40px;height:40px}.global-audio-player-module__z1_rKG__play:hover{filter:brightness(1.05)}.global-audio-player-module__z1_rKG__volume{width:80px;margin-left:auto}.global-audio-player-module__z1_rKG__status{color:var(--muted,#5b6b6e);margin:-2px 0 0;font-size:.72rem;line-height:1.3}.global-audio-player-module__z1_rKG__seek,.global-audio-player-module__z1_rKG__volume{appearance:none;background:color-mix(in srgb, var(--nous-primary,#117f84) 28%, #cfd8d8);cursor:pointer;border-radius:999px;outline:none;height:4px}.global-audio-player-module__z1_rKG__seek::-webkit-slider-thumb{-webkit-appearance:none;background:var(--nous-primary,#117f84);cursor:pointer;border-radius:50%;width:13px;height:13px}.global-audio-player-module__z1_rKG__volume::-webkit-slider-thumb{-webkit-appearance:none;background:var(--nous-primary,#117f84);cursor:pointer;border-radius:50%;width:13px;height:13px}.global-audio-player-module__z1_rKG__seek::-moz-range-thumb{background:var(--nous-primary,#117f84);cursor:pointer;border:0;border-radius:50%;width:13px;height:13px}.global-audio-player-module__z1_rKG__volume::-moz-range-thumb{background:var(--nous-primary,#117f84);cursor:pointer;border:0;border-radius:50%;width:13px;height:13px}.global-audio-player-module__z1_rKG__engine{clip:rect(0 0 0 0);clip-path:inset(50%);pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.global-audio-player-module__z1_rKG__fab{z-index:1500;background:var(--nous-primary,#117f84);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:fixed;bottom:20px;right:18px;box-shadow:0 10px 26px #06444a4d}.global-audio-player-module__z1_rKG__fab[data-playing]{animation:1.8s ease-in-out infinite global-audio-player-module__z1_rKG__pulse}.global-audio-player-module__z1_rKG__fab[data-mode=video]{background:#0b5d63}@keyframes global-audio-player-module__z1_rKG__pulse{0%,to{box-shadow:0 10px 26px #06444a4d}50%{box-shadow:0 10px 26px #06444a4d, 0 0 0 6px color-mix(in srgb, var(--nous-primary,#117f84) 18%, transparent)}}@media (prefers-reduced-motion:reduce){.global-audio-player-module__z1_rKG__fab[data-playing]{animation:none}}
.consultas-faq-module__9XUMRW__shell{flex-direction:column;gap:16px;height:100%;min-height:0;padding:6px 4px 16px;display:flex;overflow-y:auto}.consultas-faq-module__9XUMRW__header{align-items:center;gap:10px;display:flex}.consultas-faq-module__9XUMRW__icon{color:var(--nous-primary,#117f84);display:inline-flex}.consultas-faq-module__9XUMRW__header strong{color:var(--ink,#14242a);font-size:1.05rem;display:block}.consultas-faq-module__9XUMRW__header span{color:var(--muted,#5b6b6e);margin-top:1px;font-size:.82rem;display:block}.consultas-faq-module__9XUMRW__grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;align-items:start;gap:12px;margin:0;padding:0;list-style:none;display:grid}@media (max-width:1100px){.consultas-faq-module__9XUMRW__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:800px){.consultas-faq-module__9XUMRW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.consultas-faq-module__9XUMRW__grid{grid-template-columns:1fr}}.consultas-faq-module__9XUMRW__item{isolation:isolate;border:1px solid var(--border,#d8e0e0);background:var(--surface,#fff);border-radius:14px;transition:border-color .16s,box-shadow .16s;position:relative;overflow:hidden}[data-theme=dark] .consultas-faq-module__9XUMRW__item{background:var(--surface-2,#1c2627)}.consultas-faq-module__9XUMRW__item:hover{border-color:color-mix(in srgb, var(--nous-primary,#117f84) 35%, var(--border,#d8e0e0))}.consultas-faq-module__9XUMRW__item[data-open]{border-color:color-mix(in srgb, var(--nous-primary,#117f84) 50%, var(--border,#d8e0e0));grid-column:1/-1;box-shadow:0 8px 24px #06444a1a}.consultas-faq-module__9XUMRW__qButton{width:100%;height:100%;color:var(--ink,#14242a);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:10px;padding:14px;font-size:.92rem;font-weight:600;line-height:1.3;display:flex}.consultas-faq-module__9XUMRW__qText{flex:1;min-width:0}.consultas-faq-module__9XUMRW__chevron{color:var(--muted,#5b6b6e);flex:none;margin-top:1px;transition:transform .18s}.consultas-faq-module__9XUMRW__item[data-open] .consultas-faq-module__9XUMRW__chevron{color:var(--nous-primary,#117f84);transform:rotate(180deg)}.consultas-faq-module__9XUMRW__panel{max-width:78ch;padding:0 18px 16px;animation:.28s both consultas-faq-module__9XUMRW__faq-in}.consultas-faq-module__9XUMRW__answer{color:color-mix(in srgb, var(--ink,#14242a) 84%, transparent);margin:0 0 10px;font-size:.93rem;line-height:1.6}.consultas-faq-module__9XUMRW__links{flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.consultas-faq-module__9XUMRW__link{border:1px solid color-mix(in srgb, var(--nous-primary,#117f84) 35%, var(--border,#d8e0e0));background:color-mix(in srgb, var(--nous-primary,#117f84) 7%, transparent);color:var(--nous-primary,#117f84);border-radius:999px;align-items:center;gap:4px;padding:5px 11px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.consultas-faq-module__9XUMRW__link:hover{background:color-mix(in srgb, var(--nous-primary,#117f84) 15%, transparent)}[data-theme=dark] .consultas-faq-module__9XUMRW__link{color:var(--nous-mid,#6ec4c7);border-color:color-mix(in srgb, var(--nous-mid,#6ec4c7) 40%, transparent)}@keyframes consultas-faq-module__9XUMRW__faq-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.consultas-faq-module__9XUMRW__panel{animation:none}}
.modelos-explorer-module__bpElrW__root{--teal:var(--nous-primary,#117f84);--accent:#d24a78;--f-psicometrico:#117f84;--f-perfiles:#3a7bd5;--f-desarrollo:#1f9d6b;--f-talento:#d24a78;--f-educativo:#e0a23a;--f-experiencial:#9b6cc4;--f-neurociencia:#c0476b;flex-direction:column;gap:clamp(40px,7vh,72px);display:flex}.modelos-explorer-module__bpElrW__blockHead{margin:0 0 20px}.modelos-explorer-module__bpElrW__kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--teal);align-items:center;gap:7px;margin-bottom:10px;font-size:.7rem;font-weight:800;display:inline-flex}.modelos-explorer-module__bpElrW__h2{letter-spacing:-.02em;margin:0 0 8px;font-size:clamp(1.4rem,3vw,2rem);font-weight:820;line-height:1.1}.modelos-explorer-module__bpElrW__h3{color:var(--ink);margin:0 0 12px;font-size:1rem;font-weight:800}.modelos-explorer-module__bpElrW__lede{color:color-mix(in srgb, var(--ink) 74%, transparent);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:1rem;line-height:1.6}.modelos-explorer-module__bpElrW__lede strong{color:var(--ink);font-weight:700}.modelos-explorer-module__bpElrW__spectrumWrap{padding:8px 0 16px}.modelos-explorer-module__bpElrW__spectrum{background:linear-gradient(90deg, color-mix(in srgb, var(--teal) 10%, var(--surface-2,#eef3f3)), color-mix(in srgb, var(--accent) 22%, var(--surface-2,#eef3f3)));-webkit-user-select:none;user-select:none;border-radius:999px;height:18px;margin:38px 0 30px;position:relative}.modelos-explorer-module__bpElrW__specBand{opacity:.5;position:absolute;top:0;bottom:0}.modelos-explorer-module__bpElrW__specBand[data-l=mildly]{background:#3a7bd547}.modelos-explorer-module__bpElrW__specBand[data-l=moderately]{background:color-mix(in srgb, var(--teal) 32%, transparent)}.modelos-explorer-module__bpElrW__specBand[data-l=highly]{background:#e0a23a57}.modelos-explorer-module__bpElrW__specBand[data-l=exceptionally]{background:color-mix(in srgb, var(--accent) 36%, transparent)}.modelos-explorer-module__bpElrW__specBand[data-l=profoundly]{background:color-mix(in srgb, var(--accent) 60%, #5b2a45);border-radius:0 999px 999px 0}.modelos-explorer-module__bpElrW__specTick{flex-direction:column;align-items:center;display:flex;position:absolute;top:-22px;bottom:-22px;transform:translate(-50%)}.modelos-explorer-module__bpElrW__specTick i{background:color-mix(in srgb, var(--ink) 28%, transparent);flex:1;width:1px}.modelos-explorer-module__bpElrW__specTick small{color:var(--muted);white-space:nowrap;font-size:.64rem;position:absolute;bottom:-20px}.modelos-explorer-module__bpElrW__specReal{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute;top:-30px;bottom:-8px;transform:translate(-50%)}.modelos-explorer-module__bpElrW__specReal i{background:#e0a23a;flex:1;width:2px}.modelos-explorer-module__bpElrW__specReal small{color:#b8742a;white-space:nowrap;background:var(--bg,#f6faf9);padding:0 4px;font-size:.64rem;font-weight:800;position:absolute;top:-16px}.modelos-explorer-module__bpElrW__specCursor{z-index:3;flex-direction:column;align-items:center;transition:left .5s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:-30px;bottom:-8px;transform:translate(-50%)}.modelos-explorer-module__bpElrW__specCursor i{background:var(--accent);border-radius:3px;flex:1;width:3px}.modelos-explorer-module__bpElrW__specCursor b{color:var(--accent);white-space:nowrap;font-size:.72rem;font-weight:800;position:absolute;bottom:-22px}.modelos-explorer-module__bpElrW__specDim{z-index:1;background:color-mix(in srgb, var(--bg,#f6faf9) 66%, transparent);-webkit-backdrop-filter:grayscale(.5)brightness(1.04);border-radius:0 999px 999px 0;transition:left .5s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;right:0}.modelos-explorer-module__bpElrW__specShine{z-index:2;pointer-events:none;border-radius:999px 0 0 999px;transition:width .5s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:0;overflow:hidden}.modelos-explorer-module__bpElrW__specShine:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80,#0000);animation:2.8s ease-in-out infinite modelos-explorer-module__bpElrW__specSweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes modelos-explorer-module__bpElrW__specSweep{0%{transform:translate(-100%)}60%,to{transform:translate(220%)}}@media (prefers-reduced-motion:reduce){.modelos-explorer-module__bpElrW__specShine:after{animation:none}}.modelos-explorer-module__bpElrW__specControls{grid-template-columns:1fr 1fr;align-items:center;gap:20px;margin-bottom:20px;display:grid}.modelos-explorer-module__bpElrW__specSlider input[type=range]{appearance:none;cursor:pointer;background:linear-gradient(90deg, var(--teal), var(--accent));border-radius:999px;width:100%;height:6px}.modelos-explorer-module__bpElrW__specSlider input[type=range]::-webkit-slider-thumb{appearance:none;border:3px solid var(--accent);background:#fff;border-radius:999px;width:20px;height:20px;box-shadow:0 2px 6px #00000040}.modelos-explorer-module__bpElrW__specSlider input[type=range]::-moz-range-thumb{border:3px solid var(--accent);background:#fff;border-radius:999px;width:20px;height:20px}.modelos-explorer-module__bpElrW__specStops{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.modelos-explorer-module__bpElrW__specStops button{border:1px solid var(--border);background:var(--surface,#fff);color:var(--muted);cursor:pointer;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700}.modelos-explorer-module__bpElrW__specStops button[data-active]{background:var(--accent);border-color:var(--accent);color:#fff}.modelos-explorer-module__bpElrW__specReadout{border:1px solid var(--border);background:var(--surface,#fff);border-radius:16px;padding:14px 16px}[data-theme=dark] .modelos-explorer-module__bpElrW__specReadout{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__specReadout[data-tone=talento]{border-left:4px solid #3a7bd5}.modelos-explorer-module__bpElrW__specReadout[data-tone=aci]{border-left:4px solid var(--teal)}.modelos-explorer-module__bpElrW__specReadout[data-tone=super]{border-left:4px solid var(--accent)}.modelos-explorer-module__bpElrW__specTerm{letter-spacing:-.01em;margin-bottom:8px;font-size:1.05rem;font-weight:800;display:block}.modelos-explorer-module__bpElrW__specStats{color:var(--muted);flex-wrap:wrap;gap:4px 14px;font-size:.84rem;display:flex}.modelos-explorer-module__bpElrW__specStats b{color:var(--ink);font-variant-numeric:tabular-nums}.modelos-explorer-module__bpElrW__spainNote{border:1px solid color-mix(in srgb, var(--accent) 26%, transparent);background:color-mix(in srgb, var(--accent) 6%, var(--surface,#fff));border-radius:16px;margin-bottom:20px;padding:18px 20px}[data-theme=dark] .modelos-explorer-module__bpElrW__spainNote{background:color-mix(in srgb, var(--accent) 12%, transparent)}.modelos-explorer-module__bpElrW__spainNote strong{color:var(--ink);margin-bottom:8px;font-size:1rem;display:block}.modelos-explorer-module__bpElrW__spainNote p{color:color-mix(in srgb, var(--ink) 80%, transparent);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0 0 8px;font-size:.92rem;line-height:1.58}.modelos-explorer-module__bpElrW__spainParadox{font-weight:500}.modelos-explorer-module__bpElrW__spainParadox b{color:var(--accent)}.modelos-explorer-module__bpElrW__denomGrid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin-bottom:20px;display:grid}.modelos-explorer-module__bpElrW__denomCard{border:1px solid var(--border);background:var(--surface,#fff);border-radius:14px;padding:16px;position:relative;overflow:hidden}[data-theme=dark] .modelos-explorer-module__bpElrW__denomCard{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__denomCard strong{font-size:1rem}.modelos-explorer-module__bpElrW__denomBreadth{color:var(--muted);margin:3px 0 10px;font-size:.74rem;font-weight:700;display:block}.modelos-explorer-module__bpElrW__denomMeaning{color:var(--ink);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0 0 8px;font-size:.86rem;line-height:1.52}.modelos-explorer-module__bpElrW__denomImplies{color:var(--muted);margin:0;font-size:.84rem;line-height:1.5}.modelos-explorer-module__bpElrW__denomImplies em{color:var(--teal);font-style:normal;font-weight:700}.modelos-explorer-module__bpElrW__levelsBox{margin-top:22px}.modelos-explorer-module__bpElrW__levelsNote{color:var(--muted);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:10px 0 0;font-size:.78rem;line-height:1.5}.modelos-explorer-module__bpElrW__levelsIntro{color:color-mix(in srgb, var(--ink) 80%, transparent);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0 0 16px;font-size:.92rem;line-height:1.6}.modelos-explorer-module__bpElrW__levelsBridge{color:color-mix(in srgb, var(--ink) 78%, transparent);border-left:3px solid var(--teal);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:14px 0 0;padding-left:16px;font-size:.88rem;line-height:1.55}.modelos-explorer-module__bpElrW__profileProg{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.modelos-explorer-module__bpElrW__profileItem{border-top:1px solid color-mix(in srgb, var(--border) 70%, transparent);grid-template-columns:1fr minmax(220px,300px);align-items:center;gap:18px 28px;padding:18px 0;display:grid}.modelos-explorer-module__bpElrW__profileProg>:first-child{border-top:0}.modelos-explorer-module__bpElrW__profileLead{min-width:0}.modelos-explorer-module__bpElrW__profileHead{flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-bottom:7px;display:flex}.modelos-explorer-module__bpElrW__profileName{letter-spacing:-.01em;font-size:1.06rem;font-weight:820}.modelos-explorer-module__bpElrW__profileCutoffTag{letter-spacing:.02em;white-space:nowrap;color:var(--teal);border:1px solid color-mix(in srgb, var(--teal) 35%, transparent);border-radius:999px;padding:1px 9px;font-size:.72rem;font-weight:800}.modelos-explorer-module__bpElrW__profileProg>:first-child .modelos-explorer-module__bpElrW__profileCutoffTag{color:#3a7bd5;border-color:#3a7bd561}.modelos-explorer-module__bpElrW__profileProg>:nth-child(3) .modelos-explorer-module__bpElrW__profileCutoffTag{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 38%, transparent)}.modelos-explorer-module__bpElrW__profileWhat{color:color-mix(in srgb, var(--ink) 84%, transparent);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0 0 6px;font-size:.9rem;line-height:1.55}.modelos-explorer-module__bpElrW__profileImplies{color:var(--muted);margin:0;font-size:.84rem;line-height:1.5}.modelos-explorer-module__bpElrW__profileImplies em{color:var(--teal);font-style:normal;font-weight:700}.modelos-explorer-module__bpElrW__profileViz{flex-direction:column;gap:12px;display:flex}.modelos-explorer-module__bpElrW__meter{grid-template-columns:92px 1fr auto;align-items:center;gap:10px;display:grid}.modelos-explorer-module__bpElrW__meterCap{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.68rem;font-weight:700}.modelos-explorer-module__bpElrW__meterTrack{background:color-mix(in srgb, var(--ink) 9%, transparent);border-radius:999px;height:8px;position:relative;overflow:hidden}.modelos-explorer-module__bpElrW__meterFill{background:linear-gradient(90deg, color-mix(in srgb, var(--teal) 55%, transparent), var(--teal));border-radius:999px;position:absolute;inset:0 auto 0 0}.modelos-explorer-module__bpElrW__profileProg>:first-child .modelos-explorer-module__bpElrW__meterFill{background:linear-gradient(90deg,#3a7bd58c,#3a7bd5)}.modelos-explorer-module__bpElrW__profileProg>:nth-child(3) .modelos-explorer-module__bpElrW__meterFill{background:linear-gradient(90deg, color-mix(in srgb, var(--accent) 55%, transparent), var(--accent))}.modelos-explorer-module__bpElrW__meterTick{background:var(--ink);opacity:.55;width:2px;position:absolute;top:-3px;bottom:-3px;transform:translate(-1px)}.modelos-explorer-module__bpElrW__meterVal{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--ink);font-size:.78rem;font-weight:800}.modelos-explorer-module__bpElrW__compDots{align-items:center;gap:5px;display:inline-flex}.modelos-explorer-module__bpElrW__compDots i{background:color-mix(in srgb, var(--ink) 12%, transparent);border-radius:50%;width:11px;height:11px}.modelos-explorer-module__bpElrW__compDots i[data-on]{background:var(--teal)}.modelos-explorer-module__bpElrW__profileProg>:first-child .modelos-explorer-module__bpElrW__compDots i[data-on]{background:#3a7bd5}.modelos-explorer-module__bpElrW__profileProg>:nth-child(3) .modelos-explorer-module__bpElrW__compDots i[data-on]{background:var(--accent)}.modelos-explorer-module__bpElrW__profileReadHint{color:color-mix(in srgb, var(--ink) 82%, transparent);background:color-mix(in srgb, var(--teal) 6%, transparent);text-align:justify;-webkit-hyphens:auto;hyphens:auto;border-radius:12px;margin:16px 0 0;padding:12px 14px;font-size:.9rem;line-height:1.55}@media (max-width:620px){.modelos-explorer-module__bpElrW__profileItem{grid-template-columns:1fr;gap:14px}}.modelos-explorer-module__bpElrW__spainHistory{margin-top:12px}.modelos-explorer-module__bpElrW__spainHistory summary{cursor:pointer;color:var(--teal);font-size:.86rem;font-weight:700}.modelos-explorer-module__bpElrW__spainHistory p{color:color-mix(in srgb, var(--ink) 82%, transparent);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:10px 0 0;font-size:.88rem;line-height:1.6}.modelos-explorer-module__bpElrW__spainLink{color:var(--teal);border-bottom:1px solid color-mix(in srgb, var(--teal) 40%, transparent);font-weight:700;text-decoration:none}.modelos-explorer-module__bpElrW__spainLink:hover{text-decoration:underline}.modelos-explorer-module__bpElrW__flow{grid-template-columns:repeat(6,1fr);align-items:stretch;gap:10px;padding:8px 0 14px;display:grid;position:relative}@media (max-width:760px){.modelos-explorer-module__bpElrW__flow{grid-template-columns:repeat(3,1fr)}}@media (max-width:440px){.modelos-explorer-module__bpElrW__flow{grid-template-columns:repeat(2,1fr)}}.modelos-explorer-module__bpElrW__flowNode{z-index:1;text-align:left;border:1px solid var(--border);background:var(--surface,#fff);cursor:pointer;border-radius:16px;flex-direction:column;gap:3px;min-width:0;padding:13px 14px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;position:relative}.modelos-explorer-module__bpElrW__flowNode:hover{border-color:color-mix(in srgb, var(--teal) 35%, transparent);transform:translateY(-2px)}.modelos-explorer-module__bpElrW__flowNode[data-active]{border-color:var(--teal);background:color-mix(in srgb, var(--teal) 6%, var(--surface,#fff));box-shadow:0 8px 24px #06444a1f}.modelos-explorer-module__bpElrW__flowNum{color:#fff;background:linear-gradient(135deg, var(--teal), #0c5f63);border-radius:999px;place-items:center;width:24px;height:24px;margin-bottom:4px;font-size:.78rem;font-weight:800;display:grid}.modelos-explorer-module__bpElrW__flowNode strong{font-size:.95rem}.modelos-explorer-module__bpElrW__flowNode small{color:var(--muted);font-size:.76rem}[data-theme=dark] .modelos-explorer-module__bpElrW__flowNode{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__flowDetail{border-left:3px solid var(--teal);margin-top:8px;padding:6px 0 6px 16px}.modelos-explorer-module__bpElrW__flowDetail strong{color:var(--teal);margin-bottom:4px;font-size:.92rem;display:block}.modelos-explorer-module__bpElrW__flowDetail p{color:var(--ink);text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:.96rem;line-height:1.55}.modelos-explorer-module__bpElrW__filterRow{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:14px;display:flex}.modelos-explorer-module__bpElrW__familyChip{border:1px solid var(--border);background:var(--surface,#fff);color:var(--muted);cursor:pointer;border-radius:999px;padding:5px 13px;font-size:.78rem;font-weight:700;transition:all .14s}.modelos-explorer-module__bpElrW__familyChip:hover{border-color:var(--teal);color:var(--teal)}.modelos-explorer-module__bpElrW__familyChip[data-active]{background:var(--teal);border-color:var(--teal);color:#fff}.modelos-explorer-module__bpElrW__matrixToggle{border:1px solid var(--border);background:var(--surface,#fff);color:var(--muted);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:.76rem;font-weight:700}.modelos-explorer-module__bpElrW__matrixToggle[data-on]{color:var(--teal);border-color:color-mix(in srgb, var(--teal) 40%, transparent)}.modelos-explorer-module__bpElrW__modelPick{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px;margin-bottom:18px;display:grid}.modelos-explorer-module__bpElrW__modelChip{text-align:left;border:1px solid var(--border);background:var(--surface,#fff);cursor:pointer;border-radius:12px;flex-direction:column;gap:2px;padding:10px 13px;transition:all .14s;display:flex}.modelos-explorer-module__bpElrW__modelChip:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06444a1a}.modelos-explorer-module__bpElrW__modelChip[data-selected]{background:color-mix(in srgb, var(--teal) 9%, var(--surface,#fff));border-color:var(--teal)}.modelos-explorer-module__bpElrW__modelChipName{font-size:.86rem;font-weight:700;line-height:1.2}.modelos-explorer-module__bpElrW__modelChipAuthor{color:var(--muted);font-size:.72rem}.modelos-explorer-module__bpElrW__modelChipPlane{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-top:5px;font-size:.6rem;font-weight:800}.modelos-explorer-module__bpElrW__planeTag{letter-spacing:.02em;white-space:nowrap;background:color-mix(in srgb, var(--teal) 10%, transparent);color:var(--teal);border-radius:999px;padding:1px 8px;font-size:.66rem;font-weight:800;display:inline-block}.modelos-explorer-module__bpElrW__planeTag[data-plane=metrico]{color:var(--f-psicometrico);background:color-mix(in srgb, var(--f-psicometrico) 12%, transparent)}.modelos-explorer-module__bpElrW__planeTag[data-plane=estructural]{color:var(--f-perfiles);background:color-mix(in srgb, var(--f-perfiles) 12%, transparent)}.modelos-explorer-module__bpElrW__planeTag[data-plane=desarrollista]{color:var(--f-desarrollo);background:color-mix(in srgb, var(--f-desarrollo) 13%, transparent)}.modelos-explorer-module__bpElrW__planeTag[data-plane=educativo]{color:#b3791f;background:color-mix(in srgb, var(--f-educativo) 18%, transparent)}.modelos-explorer-module__bpElrW__planeTag[data-plane=fenomenologico]{color:var(--f-experiencial);background:color-mix(in srgb, var(--f-experiencial) 14%, transparent)}.modelos-explorer-module__bpElrW__planeTag[data-plane=aplicado]{color:var(--f-talento);background:color-mix(in srgb, var(--f-talento) 12%, transparent)}.modelos-explorer-module__bpElrW__planeTag[data-plane=neurobiologico]{color:var(--f-neurociencia);background:color-mix(in srgb, var(--f-neurociencia) 12%, transparent)}[data-theme=dark] .modelos-explorer-module__bpElrW__modelChip{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__matrixWrap{border:1px solid var(--border);border-radius:16px;margin-bottom:20px;overflow-x:auto}.modelos-explorer-module__bpElrW__matrix{border-collapse:collapse;width:100%;font-size:.84rem}.modelos-explorer-module__bpElrW__matrix th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:11px 14px;font-size:.72rem}.modelos-explorer-module__bpElrW__matrix td{border-bottom:1px solid color-mix(in srgb, var(--border) 60%, transparent);white-space:nowrap;padding:10px 14px}.modelos-explorer-module__bpElrW__matrix tbody tr{cursor:pointer;transition:background .12s}.modelos-explorer-module__bpElrW__matrix tbody tr:hover{background:color-mix(in srgb, var(--teal) 5%, transparent)}.modelos-explorer-module__bpElrW__matrix tbody tr[data-selected]{background:color-mix(in srgb, var(--teal) 9%, transparent)}.modelos-explorer-module__bpElrW__matrix tbody tr:last-child td{border-bottom:0}.modelos-explorer-module__bpElrW__matrixUnit{color:var(--muted);font-size:.8rem}.modelos-explorer-module__bpElrW__matrixModels{overflow-x:visible}.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix{table-layout:fixed;width:100%}.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix th,.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix td{white-space:normal;overflow-wrap:anywhere;vertical-align:middle;padding:9px 10px}.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix th:first-child,.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix td:first-child{width:32%}.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix th:nth-child(2),.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix td:nth-child(2){width:22%}.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix .modelos-explorer-module__bpElrW__planeTag{white-space:normal}@media (max-width:560px){.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix th,.modelos-explorer-module__bpElrW__matrixModels .modelos-explorer-module__bpElrW__matrix td{padding:8px 7px;font-size:.78rem}}.modelos-explorer-module__bpElrW__prevAxis{text-transform:uppercase;letter-spacing:.05em;color:var(--teal);font-size:.68rem;font-weight:800;background:color-mix(in srgb, var(--teal) 6%, transparent)!important;padding-top:13px!important;padding-bottom:8px!important}.modelos-explorer-module__bpElrW__prevAxis[data-axis=multi]{color:var(--f-talento,#b3582f);background:color-mix(in srgb, var(--f-talento,#b3582f) 7%, transparent)!important}.modelos-explorer-module__bpElrW__prevAxis[data-axis=empirico]{color:var(--coral,#c0476b);background:color-mix(in srgb, var(--coral,#c0476b) 7%, transparent)!important}.modelos-explorer-module__bpElrW__prevPct{white-space:nowrap;font-size:.95rem;font-weight:820}.modelos-explorer-module__bpElrW__prevCriterion{min-width:240px;line-height:1.4;white-space:normal!important}.modelos-explorer-module__bpElrW__prevNote{color:var(--muted);margin-top:3px;font-size:.74rem;line-height:1.35;display:block}.modelos-explorer-module__bpElrW__matrixWrap .modelos-explorer-module__bpElrW__matrix tbody tr:has(.modelos-explorer-module__bpElrW__prevPct){cursor:default}.modelos-explorer-module__bpElrW__matrixWrap .modelos-explorer-module__bpElrW__matrix tbody tr:has(.modelos-explorer-module__bpElrW__prevPct):hover{background:0 0}.modelos-explorer-module__bpElrW__refList{gap:12px;margin:0;padding:0;list-style:none;display:grid}.modelos-explorer-module__bpElrW__refItem{color:color-mix(in srgb, var(--ink) 80%, transparent);padding-left:16px;font-size:.86rem;line-height:1.5;position:relative}.modelos-explorer-module__bpElrW__refItem:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:0}.modelos-explorer-module__bpElrW__refLink{color:inherit;border-bottom:1px solid color-mix(in srgb, var(--teal) 40%, transparent);text-decoration:none}.modelos-explorer-module__bpElrW__refLink:hover{color:var(--teal)}.modelos-explorer-module__bpElrW__refModel{color:var(--teal);background:color-mix(in srgb, var(--teal) 9%, transparent);vertical-align:middle;border-radius:999px;margin-left:8px;padding:1px 8px;font-size:.7rem;font-weight:700;display:inline-block}.modelos-explorer-module__bpElrW__matrixDot{vertical-align:middle;background:var(--teal);border-radius:50%;width:9px;height:9px;margin-right:4px;display:inline-block}.modelos-explorer-module__bpElrW__matrixDot[data-family=psicometrico]{background:var(--f-psicometrico)}.modelos-explorer-module__bpElrW__matrixDot[data-family=perfiles]{background:var(--f-perfiles)}.modelos-explorer-module__bpElrW__matrixDot[data-family=desarrollo]{background:var(--f-desarrollo)}.modelos-explorer-module__bpElrW__matrixDot[data-family=talento]{background:var(--f-talento)}.modelos-explorer-module__bpElrW__matrixDot[data-family=educativo]{background:var(--f-educativo)}.modelos-explorer-module__bpElrW__matrixDot[data-family=experiencial]{background:var(--f-experiencial)}.modelos-explorer-module__bpElrW__matrixDot[data-family=neurociencia]{background:var(--f-neurociencia)}.modelos-explorer-module__bpElrW__levelCell,.modelos-explorer-module__bpElrW__dimBar{gap:3px;display:inline-flex}.modelos-explorer-module__bpElrW__levelCell i,.modelos-explorer-module__bpElrW__dimBar i{background:var(--surface-2,#e7efef);border-radius:3px;width:14px;height:7px}.modelos-explorer-module__bpElrW__levelCell[data-level="1"] i:first-child,.modelos-explorer-module__bpElrW__dimBar[data-level="1"] i:first-child,.modelos-explorer-module__bpElrW__levelCell[data-level="2"] i:nth-child(-n+2),.modelos-explorer-module__bpElrW__dimBar[data-level="2"] i:nth-child(-n+2),.modelos-explorer-module__bpElrW__levelCell[data-level="3"] i,.modelos-explorer-module__bpElrW__dimBar[data-level="3"] i{background:var(--teal)}.modelos-explorer-module__bpElrW__compareGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.modelos-explorer-module__bpElrW__compareCard{border:1px solid var(--border);background:var(--surface,#fff);border-radius:16px;padding:18px;position:relative;overflow:hidden}[data-theme=dark] .modelos-explorer-module__bpElrW__compareCard{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__compareClose{border:1px solid var(--border);background:var(--surface,#fff);width:26px;height:26px;color:var(--muted);cursor:pointer;border-radius:999px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.modelos-explorer-module__bpElrW__compareClose:hover{color:var(--ink)}.modelos-explorer-module__bpElrW__compareFamily{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;padding-right:30px;font-size:.66rem;font-weight:800;display:flex}.modelos-explorer-module__bpElrW__compareName{letter-spacing:-.01em;margin:6px 0 2px;font-size:1.05rem;font-weight:800;line-height:1.15}.modelos-explorer-module__bpElrW__compareAuthor{color:var(--muted);font-size:.78rem}.modelos-explorer-module__bpElrW__compareQuestion{color:color-mix(in srgb, var(--ink) 78%, transparent);margin:8px 0 0;font-size:.84rem;font-style:italic;line-height:1.4}.modelos-explorer-module__bpElrW__dims{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;gap:6px;margin:14px 0;padding:12px 0;display:flex}.modelos-explorer-module__bpElrW__dim{color:var(--muted);justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.modelos-explorer-module__bpElrW__compareDl{flex-direction:column;gap:2px;margin:0;display:flex}.modelos-explorer-module__bpElrW__compareDl dt{text-transform:uppercase;letter-spacing:.03em;color:var(--teal);margin-top:10px;font-size:.7rem;font-weight:800}.modelos-explorer-module__bpElrW__compareDl dd{color:var(--ink);margin:0;font-size:.86rem;line-height:1.45}.modelos-explorer-module__bpElrW__modelRefs{flex-wrap:wrap;gap:6px 14px;display:flex}.modelos-explorer-module__bpElrW__modelRefLink{color:var(--teal);align-items:center;gap:4px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.modelos-explorer-module__bpElrW__modelRefLink:hover{text-decoration:underline}.modelos-explorer-module__bpElrW__guideNote{color:color-mix(in srgb, var(--ink) 82%, transparent);background:color-mix(in srgb, var(--teal) 6%, transparent);border-left:3px solid var(--teal);text-align:justify;-webkit-hyphens:auto;hyphens:auto;border-radius:12px;margin:22px 0 0;padding:12px 16px;font-size:.9rem;line-height:1.58}.modelos-explorer-module__bpElrW__idFlow{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:26px;display:grid;position:relative}.modelos-explorer-module__bpElrW__idNode{z-index:1;border:1px solid var(--border);background:var(--surface,#fff);border-radius:16px;padding:16px;position:relative}[data-theme=dark] .modelos-explorer-module__bpElrW__idNode{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__idStep{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);font-size:.66rem;font-weight:800}.modelos-explorer-module__bpElrW__idNode strong{margin:4px 0 2px;font-size:1.05rem;display:block}.modelos-explorer-module__bpElrW__idGoal{color:var(--teal);margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.modelos-explorer-module__bpElrW__idNode p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.5}.modelos-explorer-module__bpElrW__idGrids{grid-template-columns:1fr 1fr;gap:28px;display:grid}.modelos-explorer-module__bpElrW__accordion{flex-direction:column;gap:6px;display:flex}.modelos-explorer-module__bpElrW__accItem{text-align:left;border:1px solid var(--border);background:var(--surface,#fff);cursor:pointer;border-radius:12px;flex-direction:column;padding:11px 14px;display:flex}[data-theme=dark] .modelos-explorer-module__bpElrW__accItem{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__accHead{color:var(--ink);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:700;display:flex}.modelos-explorer-module__bpElrW__accHead svg{color:var(--muted);transition:transform .18s}.modelos-explorer-module__bpElrW__accItem[data-open] .modelos-explorer-module__bpElrW__accHead svg{color:var(--teal);transform:rotate(180deg)}.modelos-explorer-module__bpElrW__accBody{opacity:0;max-height:0;color:var(--muted);font-size:.84rem;line-height:1.5;transition:max-height .25s,opacity .2s,margin .2s;overflow:hidden}.modelos-explorer-module__bpElrW__accItem[data-open] .modelos-explorer-module__bpElrW__accBody{opacity:1;max-height:200px;margin-top:8px}.modelos-explorer-module__bpElrW__glossGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;display:grid}.modelos-explorer-module__bpElrW__glossItem{text-align:left;border:1px solid var(--border);background:var(--surface,#fff);cursor:pointer;border-radius:14px;flex-direction:column;padding:13px 16px;transition:border-color .14s;display:flex}.modelos-explorer-module__bpElrW__glossItem:hover{border-color:color-mix(in srgb, var(--teal) 35%, transparent)}[data-theme=dark] .modelos-explorer-module__bpElrW__glossItem{background:var(--surface,#1c2627)}.modelos-explorer-module__bpElrW__glossTerm{color:var(--ink);justify-content:space-between;align-items:center;gap:8px;font-size:.92rem;font-weight:750;display:flex}.modelos-explorer-module__bpElrW__glossTerm svg{color:var(--muted);flex:none;transition:transform .18s}.modelos-explorer-module__bpElrW__glossItem[data-open] .modelos-explorer-module__bpElrW__glossTerm svg{color:var(--teal);transform:rotate(180deg)}.modelos-explorer-module__bpElrW__glossDef{opacity:0;max-height:0;color:var(--muted);font-size:.84rem;line-height:1.5;transition:max-height .25s,opacity .2s,margin .2s;overflow:hidden}.modelos-explorer-module__bpElrW__glossItem[data-open] .modelos-explorer-module__bpElrW__glossDef{opacity:1;max-height:240px;margin-top:8px}@media (max-width:760px){.modelos-explorer-module__bpElrW__idFlow{grid-template-columns:1fr}.modelos-explorer-module__bpElrW__idGrids{grid-template-columns:1fr;gap:20px}}@media (max-width:640px){.modelos-explorer-module__bpElrW__lede,.modelos-explorer-module__bpElrW__spainNote p,.modelos-explorer-module__bpElrW__denomMeaning,.modelos-explorer-module__bpElrW__levelsNote,.modelos-explorer-module__bpElrW__levelsIntro,.modelos-explorer-module__bpElrW__levelsBridge,.modelos-explorer-module__bpElrW__profileWhat,.modelos-explorer-module__bpElrW__profileReadHint,.modelos-explorer-module__bpElrW__spainHistory p,.modelos-explorer-module__bpElrW__flowDetail p,.modelos-explorer-module__bpElrW__guideNote{text-align:left}}
.research-directory-module__STylIa__root{--teal:var(--nous-primary,#117f84)}.research-directory-module__STylIa__columns{grid-template-columns:1fr 1fr;gap:28px;display:grid}@media (max-width:820px){.research-directory-module__STylIa__columns{grid-template-columns:1fr;gap:22px}}.research-directory-module__STylIa__col{min-width:0}.research-directory-module__STylIa__colHead{letter-spacing:-.01em;color:var(--teal);align-items:center;gap:8px;margin:0 0 14px;font-size:1.05rem;font-weight:800;display:flex}.research-directory-module__STylIa__colHead svg{color:var(--teal)}.research-directory-module__STylIa__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.research-directory-module__STylIa__card{border:1px solid var(--border);background:var(--surface,#fff);border-radius:14px;flex-direction:column;gap:3px;padding:14px 16px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}[data-theme=dark] .research-directory-module__STylIa__card{background:var(--surface,#1c2627)}.research-directory-module__STylIa__card:hover{border-color:color-mix(in srgb, var(--teal) 35%, transparent);transform:translateY(-2px);box-shadow:0 10px 26px #06444a1a}.research-directory-module__STylIa__card[data-active]{border-color:var(--teal);box-shadow:0 0 0 3px color-mix(in srgb, var(--teal) 22%, transparent);animation:1.1s ease-in-out research-directory-module__STylIa__pulse}@keyframes research-directory-module__STylIa__pulse{0%,to{box-shadow:0 0 0 3px color-mix(in srgb, var(--teal) 22%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--teal) 12%, transparent)}}.research-directory-module__STylIa__cardTop{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.research-directory-module__STylIa__cardName{letter-spacing:-.01em;color:var(--ink);font-size:.98rem;font-weight:800}.research-directory-module__STylIa__longName{color:color-mix(in srgb, var(--ink) 72%, transparent);font-size:.82rem;font-style:italic}.research-directory-module__STylIa__institution{color:var(--muted);font-size:.82rem}.research-directory-module__STylIa__lang{color:var(--muted);letter-spacing:.02em;font-size:.72rem;font-weight:700}.research-directory-module__STylIa__scope{color:var(--teal);align-items:center;gap:4px;margin-top:2px;font-size:.72rem;font-weight:700;display:inline-flex}.research-directory-module__STylIa__ownBadge,.research-directory-module__STylIa__scopeChip{text-transform:uppercase;letter-spacing:.04em;color:var(--teal);background:color-mix(in srgb, var(--teal) 12%, transparent);border-radius:999px;flex:none;padding:2px 8px;font-size:.64rem;font-weight:800}.research-directory-module__STylIa__scopeChip[data-scope=Internacional]{color:#3a7bd5;background:#3a7bd51f}.research-directory-module__STylIa__scopeChip[data-scope=Iberoamérica]{color:#b3791f;background:#e0a23a2e}.research-directory-module__STylIa__desc{color:color-mix(in srgb, var(--ink) 80%, transparent);margin:6px 0 0;font-size:.86rem;line-height:1.5}.research-directory-module__STylIa__more{color:var(--teal);align-items:center;gap:4px;margin-top:10px;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex}.research-directory-module__STylIa__more:hover{text-decoration:underline}.research-directory-module__STylIa__toolbar{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.research-directory-module__STylIa__searchBox{border:1px solid var(--border);background:var(--surface,#fff);border-radius:12px;align-items:center;gap:8px;max-width:520px;padding:9px 13px;display:flex}.research-directory-module__STylIa__searchBox svg{color:var(--muted);flex:none}.research-directory-module__STylIa__searchBox input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.92rem}.research-directory-module__STylIa__searchBox button{color:var(--muted);cursor:pointer;background:0 0;border:none;display:flex}.research-directory-module__STylIa__searchBox input::-webkit-search-cancel-button{display:none}.research-directory-module__STylIa__tags{flex-wrap:wrap;gap:8px;display:flex}.research-directory-module__STylIa__tag{--tag:#117f84;color:var(--tag);background:var(--surface,#fff);border:1px solid color-mix(in srgb, var(--tag) 45%, var(--border));cursor:pointer;border-radius:999px;padding:5px 13px;font-size:.78rem;font-weight:700;transition:background .15s,color .15s,border-color .15s}.research-directory-module__STylIa__tag:hover{background:color-mix(in srgb, var(--tag) 10%, transparent)}.research-directory-module__STylIa__tag[data-active]{background:var(--tag);border-color:var(--tag);color:#fff}[data-theme=dark] .research-directory-module__STylIa__tag{background:0 0}.research-directory-module__STylIa__clear{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:5px 8px;font-size:.78rem;font-weight:700}.research-directory-module__STylIa__clear:hover{color:var(--ink)}.research-directory-module__STylIa__count{color:var(--muted);background:color-mix(in srgb, var(--teal) 10%, transparent);border-radius:999px;margin-left:2px;padding:1px 8px;font-size:.74rem;font-weight:800}.research-directory-module__STylIa__empty{color:var(--muted);padding:8px 0;font-size:.86rem}.research-directory-module__STylIa__card{cursor:pointer}.research-directory-module__STylIa__card[data-selected]{border-color:var(--teal);box-shadow:0 0 0 2px color-mix(in srgb, var(--teal) 30%, transparent)}.research-directory-module__STylIa__leads{color:color-mix(in srgb, var(--ink) 68%, transparent);margin-top:1px;font-size:.78rem}.research-directory-module__STylIa__kindChip{--tag:#117f84;text-transform:uppercase;letter-spacing:.03em;color:var(--tag);background:color-mix(in srgb, var(--tag) 13%, transparent);border-radius:999px;flex:none;padding:2px 8px;font-size:.62rem;font-weight:800}.research-directory-module__STylIa__journalCard{flex-direction:row;align-items:stretch;gap:12px}.research-directory-module__STylIa__journalThumb{object-fit:cover;border:1px solid var(--border);background:color-mix(in srgb, var(--teal) 5%, #fff);border-radius:8px;flex:none;width:64px;height:86px}.research-directory-module__STylIa__journalBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.research-directory-module__STylIa__ownSection{border-top:1px dashed var(--border);margin-top:34px;padding-top:22px}.research-directory-module__STylIa__ownIntro{color:var(--muted);margin:0 0 14px;font-size:.86rem}.research-directory-module__STylIa__ownGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.research-directory-module__STylIa__card[data-own]{border-color:color-mix(in srgb, var(--teal) 30%, var(--border))}
.book-community-module__iS9J4W__raiz{--teal:var(--nous-primary,#117f84);border-top:1px solid var(--border);flex-direction:column;gap:12px;margin-top:16px;padding-top:14px;display:flex}.book-community-module__iS9J4W__cargando{color:var(--muted);align-items:center;gap:7px;margin-top:16px;font-size:.82rem;display:flex}.book-community-module__iS9J4W__girando{animation:1s linear infinite book-community-module__iS9J4W__giro}@keyframes book-community-module__iS9J4W__giro{to{transform:rotate(360deg)}}.book-community-module__iS9J4W__tuya{flex-wrap:wrap;align-items:center;gap:6px 10px;display:flex}.book-community-module__iS9J4W__etiqueta{letter-spacing:.01em;color:var(--ink);font-size:.78rem;font-weight:800}.book-community-module__iS9J4W__comunidad{color:var(--muted);align-items:center;gap:4px;font-size:.74rem;display:inline-flex}.book-community-module__iS9J4W__enlaceAcceso{font:inherit;color:var(--teal);cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:.76rem;text-decoration:underline}.book-community-module__iS9J4W__enlaceAcceso:disabled{opacity:.6;cursor:progress}.book-community-module__iS9J4W__estrellas{gap:1px;display:inline-flex}.book-community-module__iS9J4W__estrellaBtn{color:color-mix(in srgb, var(--ink) 22%, transparent);cursor:pointer;background:0 0;border:0;padding:1px;transition:transform .12s,color .12s;display:inline-flex}.book-community-module__iS9J4W__estrellaBtn:disabled{cursor:default}.book-community-module__iS9J4W__estrellaBtn[data-activa]{color:#e8a317}.book-community-module__iS9J4W__estrellaBtn[data-activa] svg{fill:currentColor}.book-community-module__iS9J4W__estrellaBtn:not(:disabled):hover{transform:scale(1.22)}.book-community-module__iS9J4W__estrellaBtn:focus-visible{outline:2px solid var(--teal);outline-offset:1px;border-radius:3px}.book-community-module__iS9J4W__estrellaBtn[data-rebote]{animation:.42s cubic-bezier(.34,1.56,.64,1) book-community-module__iS9J4W__salto}@keyframes book-community-module__iS9J4W__salto{0%{transform:translateY(0)scale(1)}35%{transform:translateY(-7px)scale(1.42)}62%{transform:translateY(0)scale(.92)}to{transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.book-community-module__iS9J4W__estrellaBtn,.book-community-module__iS9J4W__estrellaBtn[data-rebote]{transition:none;animation:none}.book-community-module__iS9J4W__estrellaBtn:not(:disabled):hover{transform:none}}.book-community-module__iS9J4W__invitacion{border:1px solid color-mix(in srgb, var(--teal) 30%, var(--border));background:color-mix(in srgb, var(--teal) 5%, transparent);border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;padding:14px 16px;display:flex}.book-community-module__iS9J4W__invitacion strong{color:var(--ink);font-size:.92rem}.book-community-module__iS9J4W__invitacion p{color:var(--muted);margin:0;font-size:.83rem;line-height:1.5}.book-community-module__iS9J4W__botonAcceso{font:inherit;color:#fff;background:var(--teal);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:7px;padding:8px 16px;font-size:.82rem;font-weight:800;transition:background .14s;display:inline-flex}.book-community-module__iS9J4W__botonAcceso:hover:not(:disabled){background:color-mix(in srgb, var(--teal) 84%, #000)}.book-community-module__iS9J4W__botonAcceso:disabled{opacity:.7;cursor:progress}.book-community-module__iS9J4W__nota{color:var(--muted);font-size:.72rem}.book-community-module__iS9J4W__acciones{flex-wrap:wrap;gap:8px;display:flex}.book-community-module__iS9J4W__botonEscribir,.book-community-module__iS9J4W__botonRetirar,.book-community-module__iS9J4W__botonCancelar,.book-community-module__iS9J4W__botonGuardar{font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:background .14s,border-color .14s;display:inline-flex}.book-community-module__iS9J4W__botonEscribir{color:#fff;background:var(--teal);border:1px solid var(--teal)}.book-community-module__iS9J4W__botonEscribir:hover{background:color-mix(in srgb, var(--teal) 84%, #000)}.book-community-module__iS9J4W__botonRetirar,.book-community-module__iS9J4W__botonCancelar{color:var(--muted);border:1px solid var(--border);background:0 0}.book-community-module__iS9J4W__botonRetirar:hover,.book-community-module__iS9J4W__botonCancelar:hover{color:#b4443a;border-color:#b4443a}.book-community-module__iS9J4W__botonGuardar{color:#fff;background:var(--teal);border:1px solid var(--teal)}.book-community-module__iS9J4W__botonGuardar:disabled{opacity:.55;cursor:not-allowed}.book-community-module__iS9J4W__editor{border:1px solid var(--border);background:var(--surface,#fff);border-radius:14px;flex-direction:column;gap:8px;padding:12px;display:flex}[data-theme=dark] .book-community-module__iS9J4W__editor{background:color-mix(in srgb, var(--ink) 6%, transparent)}.book-community-module__iS9J4W__barra{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.book-community-module__iS9J4W__barra button{min-width:30px;height:28px;font:inherit;color:var(--ink);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:7px;font-size:.82rem}.book-community-module__iS9J4W__barra button:hover{border-color:var(--teal);color:var(--teal)}.book-community-module__iS9J4W__ayuda{color:var(--muted);margin-left:auto;font-size:.72rem}.book-community-module__iS9J4W__area{resize:vertical;width:100%;font:inherit;color:var(--ink);border:1px solid var(--border);background:0 0;border-radius:10px;padding:10px 12px;font-size:.87rem;line-height:1.55}.book-community-module__iS9J4W__area:focus{border-color:var(--teal);outline:none}.book-community-module__iS9J4W__pieEditor{align-items:center;gap:8px;display:flex}.book-community-module__iS9J4W__contador{color:var(--muted);margin-right:auto;font-size:.72rem}.book-community-module__iS9J4W__error{color:#b4443a;margin:0;font-size:.78rem}.book-community-module__iS9J4W__lista{flex-direction:column;gap:14px;margin:4px 0 0;padding:0;list-style:none;display:flex}.book-community-module__iS9J4W__resena{border:1px solid var(--border);border-radius:12px;padding:12px 14px}.book-community-module__iS9J4W__resena[data-mia]{border-color:color-mix(in srgb, var(--teal) 45%, var(--border))}.book-community-module__iS9J4W__cabecera{color:var(--muted);flex-wrap:wrap;align-items:center;gap:4px 10px;margin-bottom:6px;font-size:.8rem;display:flex}.book-community-module__iS9J4W__cabecera strong{color:var(--ink);font-size:.84rem}.book-community-module__iS9J4W__cabecera time{font-size:.74rem}.book-community-module__iS9J4W__insignia{text-transform:uppercase;letter-spacing:.06em;color:var(--teal);border:1px solid color-mix(in srgb, var(--teal) 40%, transparent);border-radius:999px;padding:1px 7px;font-size:.68rem;font-weight:800}.book-community-module__iS9J4W__cuerpo{color:color-mix(in srgb, var(--ink) 88%, transparent);font-size:.87rem;line-height:1.6}.book-community-module__iS9J4W__cuerpo p{margin:0 0 8px}.book-community-module__iS9J4W__cuerpo p:last-child{margin-bottom:0}.book-community-module__iS9J4W__cuerpo ul,.book-community-module__iS9J4W__cuerpo ol{margin:0 0 8px;padding-left:20px}.book-community-module__iS9J4W__cuerpo blockquote{border-left:3px solid color-mix(in srgb, var(--teal) 40%, transparent);color:var(--muted);margin:0 0 8px;padding-left:12px;font-style:italic}.book-community-module__iS9J4W__cuerpo code{background:color-mix(in srgb, var(--ink) 8%, transparent);border-radius:5px;padding:1px 5px;font-size:.85em}.book-community-module__iS9J4W__cuerpo a{color:var(--teal);text-underline-offset:2px}.book-community-module__iS9J4W__estantes{flex-wrap:wrap;gap:8px;display:flex}.book-community-module__iS9J4W__estante{font:inherit;cursor:pointer;color:var(--muted);border:1px solid var(--border);background:0 0;border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:.78rem;font-weight:700;transition:color .14s,border-color .14s,background .14s;display:inline-flex}.book-community-module__iS9J4W__estante:hover:not(:disabled){color:var(--teal);border-color:var(--teal)}.book-community-module__iS9J4W__estante:disabled{opacity:.5;cursor:not-allowed}.book-community-module__iS9J4W__estante:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.book-community-module__iS9J4W__estante[data-puesto]{color:#fff;background:var(--teal);border-color:var(--teal);animation:.4s cubic-bezier(.34,1.56,.64,1) book-community-module__iS9J4W__marcado}.book-community-module__iS9J4W__estante[data-puesto] svg{fill:currentColor}.book-community-module__iS9J4W__estante[data-puesto]:hover{color:#fff}@keyframes book-community-module__iS9J4W__marcado{0%{transform:scale(1)}40%{transform:scale(1.13)}70%{transform:scale(.96)}to{transform:scale(1)}}.book-community-module__iS9J4W__cuantos{background:color-mix(in srgb, currentColor 18%, transparent);border-radius:999px;padding:0 6px;font-size:.7rem;font-weight:800}@media (prefers-reduced-motion:reduce){.book-community-module__iS9J4W__estante,.book-community-module__iS9J4W__estante[data-puesto]{transition:none;animation:none}}.book-community-module__iS9J4W__firma{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:0;font-size:.78rem;display:flex}.book-community-module__iS9J4W__firma strong{color:var(--ink);font-weight:700}.book-community-module__iS9J4W__firma .book-community-module__iS9J4W__enlaceAcceso{align-items:center;gap:3px;display:inline-flex}.book-community-module__iS9J4W__firmaEditor{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:.78rem;display:flex}.book-community-module__iS9J4W__firmaInput{min-width:160px;font:inherit;color:var(--ink);border:1px solid var(--border);background:0 0;border-radius:9px;flex:1;padding:6px 10px;font-size:.85rem}.book-community-module__iS9J4W__firmaInput:focus{border-color:var(--teal);outline:none}
.cover-rating-module__0cUMoG__velo{opacity:0;pointer-events:none;background:linear-gradient(#06181a00,#06181ad1);justify-content:center;padding:10px 6px 8px;transition:opacity .18s,transform .18s;display:flex;position:absolute;inset:auto 0 0;transform:translateY(6px)}.cover-rating-module__0cUMoG__velo[data-puntuado]{opacity:1;pointer-events:auto;transform:translateY(0)}@media (hover:none){.cover-rating-module__0cUMoG__velo{opacity:1;pointer-events:auto;transform:none}}.cover-rating-module__0cUMoG__fila{gap:1px;display:inline-flex}.cover-rating-module__0cUMoG__estrella{color:#ffffff80;cursor:pointer;background:0 0;border:0;padding:2px;transition:transform .12s,color .12s;display:inline-flex}.cover-rating-module__0cUMoG__estrella[data-activa]{color:#ffc93c}.cover-rating-module__0cUMoG__estrella[data-activa] svg{fill:currentColor}.cover-rating-module__0cUMoG__estrella:hover{transform:scale(1.25)}.cover-rating-module__0cUMoG__estrella:focus-visible{outline-offset:1px;border-radius:3px;outline:2px solid #fff}.cover-rating-module__0cUMoG__estrella[data-rebote]{animation:.42s cubic-bezier(.34,1.56,.64,1) cover-rating-module__0cUMoG__salto}@keyframes cover-rating-module__0cUMoG__salto{0%{transform:translateY(0)scale(1)}35%{transform:translateY(-6px)scale(1.4)}62%{transform:translateY(0)scale(.92)}to{transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.cover-rating-module__0cUMoG__velo,.cover-rating-module__0cUMoG__estrella,.cover-rating-module__0cUMoG__estrella[data-rebote]{transition:none;animation:none}.cover-rating-module__0cUMoG__estrella:hover{transform:none}}
.menu-usuario-module__8GlZDW__caja{--teal:var(--nous-primary,#117f84);position:relative}.menu-usuario-module__8GlZDW__entrar{font:inherit;cursor:pointer;color:var(--teal);border:1px solid color-mix(in srgb, var(--teal) 45%, var(--border));background:0 0;border-radius:999px;align-items:center;gap:7px;padding:8px 15px;font-size:.82rem;font-weight:700;transition:background .14s,border-color .14s;display:inline-flex}.menu-usuario-module__8GlZDW__entrar:hover{background:color-mix(in srgb, var(--teal) 10%, transparent);border-color:var(--teal)}.menu-usuario-module__8GlZDW__avatarBtn{cursor:pointer;color:#fff;background:var(--teal);border:1px solid color-mix(in srgb, var(--teal) 70%, #000);border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex;overflow:hidden}.menu-usuario-module__8GlZDW__avatarBtn:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.menu-usuario-module__8GlZDW__avatarImg{object-fit:cover;width:100%;height:100%}.menu-usuario-module__8GlZDW__avatarLetra{font-size:.95rem;font-weight:800}.menu-usuario-module__8GlZDW__panel{z-index:60;background:var(--bg,#fff);border:1px solid var(--border);border-radius:14px;width:min(310px,100vw - 32px);padding:12px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 44px #0000002e}[data-theme=dark] .menu-usuario-module__8GlZDW__panel{background:var(--surface,#1c2627)}.menu-usuario-module__8GlZDW__cabecera{border-bottom:1px solid var(--border);flex-direction:column;gap:1px;margin-bottom:8px;padding:0 4px 10px;display:flex}.menu-usuario-module__8GlZDW__cabecera strong{color:var(--ink);font-size:.88rem}.menu-usuario-module__8GlZDW__cabecera span{color:var(--muted);word-break:break-all;font-size:.74rem}.menu-usuario-module__8GlZDW__opciones{flex-direction:column;gap:1px;display:flex}.menu-usuario-module__8GlZDW__opciones button,.menu-usuario-module__8GlZDW__opciones a{width:100%;font:inherit;text-align:left;cursor:pointer;color:var(--ink);background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;padding:8px 10px;font-size:.83rem;text-decoration:none;display:flex}.menu-usuario-module__8GlZDW__opciones button:hover,.menu-usuario-module__8GlZDW__opciones a:hover{background:color-mix(in srgb, var(--teal) 10%, transparent);color:var(--teal)}.menu-usuario-module__8GlZDW__salir{color:#b4443a!important}.menu-usuario-module__8GlZDW__salir:hover{background:#b4443a1a!important}.menu-usuario-module__8GlZDW__formulario{flex-direction:column;gap:6px;display:flex}.menu-usuario-module__8GlZDW__formulario label{color:var(--ink);margin-top:4px;font-size:.75rem;font-weight:700}.menu-usuario-module__8GlZDW__formulario input{font:inherit;color:var(--ink);border:1px solid var(--border);background:0 0;border-radius:9px;padding:7px 10px;font-size:.84rem}.menu-usuario-module__8GlZDW__formulario input:focus{border-color:var(--teal);outline:none}.menu-usuario-module__8GlZDW__pista{color:var(--muted);margin:4px 0 0;font-size:.73rem;line-height:1.45}.menu-usuario-module__8GlZDW__error{color:#b4443a;margin:4px 0 0;font-size:.75rem}.menu-usuario-module__8GlZDW__pie{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.menu-usuario-module__8GlZDW__primario,.menu-usuario-module__8GlZDW__secundario{font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.menu-usuario-module__8GlZDW__primario{color:#fff;background:var(--teal);border:1px solid var(--teal)}.menu-usuario-module__8GlZDW__primario:disabled{opacity:.6;cursor:progress}.menu-usuario-module__8GlZDW__secundario{color:var(--muted);border:1px solid var(--border);background:0 0}.menu-usuario-module__8GlZDW__secundario:hover{color:var(--ink);border-color:var(--ink)}.menu-usuario-module__8GlZDW__idiomas{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.menu-usuario-module__8GlZDW__idioma{font:inherit;cursor:pointer;color:var(--muted);border:1px solid var(--border);background:0 0;border-radius:999px;padding:4px 11px;font-size:.74rem;font-weight:700}.menu-usuario-module__8GlZDW__idioma[data-puesto]{color:#fff;background:var(--teal);border-color:var(--teal)}.menu-usuario-module__8GlZDW__listaMias{flex-direction:column;gap:4px;max-height:260px;margin:4px 0 0;padding:0;list-style:none;display:flex;overflow-y:auto}.menu-usuario-module__8GlZDW__listaMias button{width:100%;font:inherit;text-align:left;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.menu-usuario-module__8GlZDW__listaMias button:hover{border-color:var(--teal)}.menu-usuario-module__8GlZDW__listaMias strong{color:var(--ink);font-size:.8rem}.menu-usuario-module__8GlZDW__listaMias span{color:var(--muted);font-size:.73rem}.menu-usuario-module__8GlZDW__girando{animation:1s linear infinite menu-usuario-module__8GlZDW__giro}@keyframes menu-usuario-module__8GlZDW__giro{to{transform:rotate(360deg)}}
.libros-browser-module__GCdJsG__root{--teal:var(--nous-primary,#117f84)}.libros-browser-module__GCdJsG__toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:22px;display:flex}.libros-browser-module__GCdJsG__searchBox{border:1px solid var(--border);background:var(--surface,#fff);border-radius:12px;flex:1;align-items:center;gap:8px;min-width:220px;padding:8px 12px;display:flex}[data-theme=dark] .libros-browser-module__GCdJsG__searchBox{background:var(--surface,#1c2627)}.libros-browser-module__GCdJsG__searchBox svg{color:var(--muted);flex:none}.libros-browser-module__GCdJsG__searchBox input{min-width:0;color:var(--ink);background:0 0;border:0;outline:none;flex:1;font-size:.95rem}.libros-browser-module__GCdJsG__searchBox button{color:var(--muted);cursor:pointer;background:0 0;border:0;display:inline-flex}.libros-browser-module__GCdJsG__searchBox input::-webkit-search-cancel-button{display:none}.libros-browser-module__GCdJsG__searchBox button:hover{color:var(--ink)}.libros-browser-module__GCdJsG__select{border:1px solid var(--border);background:var(--surface,#fff);color:var(--ink);border-radius:12px;max-width:220px;padding:8px 12px;font-size:.88rem}[data-theme=dark] .libros-browser-module__GCdJsG__select{background:var(--surface,#1c2627)}.libros-browser-module__GCdJsG__count{color:var(--muted);white-space:nowrap;margin-left:auto;font-size:.8rem}.libros-browser-module__GCdJsG__tags{flex-wrap:wrap;gap:7px;margin:0 0 10px;display:flex}.libros-browser-module__GCdJsG__tags:last-of-type{margin-bottom:22px}.libros-browser-module__GCdJsG__tag{--tag:#117f84;border:1px solid color-mix(in srgb, var(--tag) 45%, var(--border));background:var(--surface,#fff);color:var(--tag);cursor:pointer;border-radius:999px;padding:4px 13px;font-size:.78rem;font-weight:700;transition:all .14s}.libros-browser-module__GCdJsG__tagLang{padding:3px 11px;font-size:.72rem;font-weight:600}[data-theme=dark] .libros-browser-module__GCdJsG__tag{background:0 0}.libros-browser-module__GCdJsG__tag:hover{background:color-mix(in srgb, var(--tag) 12%, transparent)}.libros-browser-module__GCdJsG__tag[data-active]{background:var(--tag);border-color:var(--tag);color:#fff}.libros-browser-module__GCdJsG__clear{border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:4px 13px;font-size:.78rem;font-weight:700}.libros-browser-module__GCdJsG__clear:hover{color:var(--ink);border-color:var(--ink)}.libros-browser-module__GCdJsG__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:22px 18px;margin:0;padding:0;list-style:none;display:grid}@media (max-width:520px){.libros-browser-module__GCdJsG__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:18px 14px}}.libros-browser-module__GCdJsG__card{text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:8px;width:100%;padding:0;display:flex}.libros-browser-module__GCdJsG__cover{aspect-ratio:2/3;background:var(--surface-2,#e7efef);border-radius:10px;transition:transform .16s,box-shadow .16s;display:block;position:relative;overflow:hidden;box-shadow:0 6px 18px #06444a24}.libros-browser-module__GCdJsG__card:hover .libros-browser-module__GCdJsG__cover{transform:translateY(-4px);box-shadow:0 12px 28px #06444a38}.libros-browser-module__GCdJsG__coverImg{object-fit:cover;width:100%;height:100%;display:block}.libros-browser-module__GCdJsG__coverImgContain{object-fit:contain;width:100%;height:100%;display:block}.libros-browser-module__GCdJsG__coverFallback{color:#fff;flex-direction:column;justify-content:center;gap:8px;width:100%;height:100%;padding:14px;display:flex}.libros-browser-module__GCdJsG__coverFallbackIcon{opacity:.7}.libros-browser-module__GCdJsG__coverFallbackTitle{font-size:.82rem;font-weight:800;line-height:1.25}.libros-browser-module__GCdJsG__coverFallbackAuthor{opacity:.85;font-size:.68rem}.libros-browser-module__GCdJsG__cardTitle{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.libros-browser-module__GCdJsG__cardAuthor{color:var(--muted);font-size:.72rem}.libros-browser-module__GCdJsG__empty{color:var(--muted);text-align:center;padding:40px 0}.libros-browser-module__GCdJsG__overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#061c1e8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.libros-browser-module__GCdJsG__detail{background:var(--bg,#fff);border:1px solid var(--border);border-radius:18px;gap:24px;width:min(760px,100%);max-height:86vh;padding:26px;display:flex;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0000004d}[data-theme=dark] .libros-browser-module__GCdJsG__detail{background:var(--surface,#1c2627)}.libros-browser-module__GCdJsG__detailClose{border:1px solid var(--border);background:var(--surface,#fff);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:14px;right:14px}.libros-browser-module__GCdJsG__detailClose:hover{color:var(--ink)}.libros-browser-module__GCdJsG__detailCover{aspect-ratio:2/3;background:var(--surface-2,#e7efef);border-radius:12px;flex:none;align-self:flex-start;width:180px;overflow:hidden;box-shadow:0 8px 22px #06444a33}@media (max-width:600px){.libros-browser-module__GCdJsG__detail{flex-direction:column;gap:16px;padding:20px}.libros-browser-module__GCdJsG__detailCover{width:130px}}.libros-browser-module__GCdJsG__detailBody{flex:1;min-width:0}.libros-browser-module__GCdJsG__detailTitle{letter-spacing:-.02em;color:var(--ink);margin:0 0 2px;padding-right:30px;font-size:1.3rem;font-weight:850;line-height:1.15}.libros-browser-module__GCdJsG__detailSubtitle{color:color-mix(in srgb, var(--ink) 72%, transparent);margin:0 0 6px;font-size:.95rem;font-style:italic}.libros-browser-module__GCdJsG__detailAuthors{color:var(--teal);margin:4px 0 10px;font-size:.95rem;font-weight:700}.libros-browser-module__GCdJsG__authorBtn{font:inherit;color:var(--teal);cursor:pointer;text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--teal) 40%, transparent);text-decoration-color:color-mix(in srgb, var(--teal) 40%, transparent);text-underline-offset:2px;background:0 0;border:none;padding:0;transition:text-decoration-color .15s}.libros-browser-module__GCdJsG__authorBtn:hover{-webkit-text-decoration-color:var(--teal);text-decoration-color:var(--teal)}.libros-browser-module__GCdJsG__authorSep{color:var(--muted);font-weight:400}.libros-browser-module__GCdJsG__detailMeta{color:var(--muted);flex-wrap:wrap;gap:6px 14px;margin-bottom:8px;font-size:.8rem;display:flex}.libros-browser-module__GCdJsG__detailRating{color:#d99a00;align-items:center;gap:3px;font-weight:700;display:inline-flex}.libros-browser-module__GCdJsG__detailSeries{color:var(--muted);margin:0 0 10px;font-size:.8rem}.libros-browser-module__GCdJsG__detailDesc{color:color-mix(in srgb, var(--ink) 86%, transparent);font-size:.9rem;line-height:1.6}.libros-browser-module__GCdJsG__detailDesc p{margin:0 0 10px}.libros-browser-module__GCdJsG__detailDescEmpty{color:var(--muted);font-size:.88rem;font-style:italic}.libros-browser-module__GCdJsG__detailTags{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.libros-browser-module__GCdJsG__detailTag{--tag:#117f84;color:var(--tag);background:var(--surface,#fff);border:1px solid color-mix(in srgb, var(--tag) 45%, var(--border));cursor:pointer;border-radius:999px;padding:3px 11px;font-size:.72rem;font-weight:700;transition:background .14s,color .14s,border-color .14s}.libros-browser-module__GCdJsG__detailTag:hover{background:var(--tag);border-color:var(--tag);color:#fff}[data-theme=dark] .libros-browser-module__GCdJsG__detailTag{background:0 0}.libros-browser-module__GCdJsG__rating{align-items:center;gap:6px;margin-top:7px;display:inline-flex}.libros-browser-module__GCdJsG__stars{flex:none;gap:1px;display:inline-flex}.libros-browser-module__GCdJsG__starOn{color:#e0a23a;fill:#e0a23a}.libros-browser-module__GCdJsG__starOff{color:color-mix(in srgb, var(--muted) 40%, transparent)}.libros-browser-module__GCdJsG__ratingNum{color:var(--ink);font-size:.78rem;font-weight:700}.libros-browser-module__GCdJsG__ratingCount{color:var(--muted);font-size:.72rem}.libros-browser-module__GCdJsG__reviews{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;margin:14px 0 6px;padding-top:12px;display:flex}.libros-browser-module__GCdJsG__reviewsLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);align-items:center;gap:6px;font-size:.74rem;font-weight:700;display:inline-flex}.libros-browser-module__GCdJsG__reviewLink{--tag:#117f84;color:var(--tag);background:var(--surface,#fff);border:1px solid color-mix(in srgb, var(--tag) 45%, var(--border));border-radius:999px;align-items:center;padding:5px 13px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .14s;display:inline-flex}.libros-browser-module__GCdJsG__reviewLink:hover{background:color-mix(in srgb, var(--tag) 12%, transparent)}.libros-browser-module__GCdJsG__reviewLink:focus-visible{outline:2px solid var(--tag);outline-offset:2px}[data-theme=dark] .libros-browser-module__GCdJsG__reviewLink{background:var(--surface,#1c2627)}.libros-browser-module__GCdJsG__ratingFilter{align-items:center;gap:6px;display:inline-flex}.libros-browser-module__GCdJsG__reviewWrite{--tag:#117f84;color:#fff;background:var(--tag);border:1px solid var(--tag);border-radius:999px;align-items:center;gap:6px;padding:5px 13px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .14s;display:inline-flex}.libros-browser-module__GCdJsG__reviewWrite:hover{background:color-mix(in srgb, var(--tag) 82%, #000)}.libros-browser-module__GCdJsG__reviewWrite:focus-visible{outline:2px solid var(--tag);outline-offset:2px}.libros-browser-module__GCdJsG__translateRow{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.libros-browser-module__GCdJsG__translateBtn{font:inherit;cursor:pointer;color:var(--teal);border:1px solid color-mix(in srgb, var(--teal) 45%, transparent);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:700;transition:background .14s,border-color .14s;display:inline-flex}.libros-browser-module__GCdJsG__translateBtn:hover:not(:disabled){background:color-mix(in srgb, var(--teal) 10%, transparent);border-color:var(--teal)}.libros-browser-module__GCdJsG__translateBtn:disabled{opacity:.6;cursor:progress}.libros-browser-module__GCdJsG__translateBtn:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.libros-browser-module__GCdJsG__translateError{color:#b4443a;font-size:.76rem}.libros-browser-module__GCdJsG__card:hover [data-cover-rating],.libros-browser-module__GCdJsG__card:focus-within [data-cover-rating]{opacity:1;pointer-events:auto;transform:translateY(0)}.libros-browser-module__GCdJsG__coverBtn{cursor:pointer;background:0 0;border:0;width:100%;height:100%;padding:0;display:block;position:absolute;inset:0}.libros-browser-module__GCdJsG__cardTexto{text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:4px;width:100%;padding:0;display:flex}.libros-browser-module__GCdJsG__reviewLector{color:var(--muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:5px 13px;font-size:.78rem;font-weight:700;text-decoration:none;transition:color .14s,border-color .14s;display:inline-flex}.libros-browser-module__GCdJsG__reviewLector:hover{color:var(--teal);border-color:var(--teal)}
