#ncNotifyWrapper{width:100%;height:0;position:absolute;top:0}.nc-notify{z-index:24048;background:#fff;border-radius:4px;width:100%;max-width:250px;margin:.25rem .25rem .5rem auto;padding:1rem;font-size:1rem;transition:all .4s ease-in-out;display:flex;position:relative;box-shadow:0 0 6px #0000001a}.nc-notify--closing{opacity:0}.nc-notify--success{background:var(--nc-success-color);color:#fff}.nc-notify--warning{background:var(--nc-warning-color);color:#fff}.nc-notify--danger{background:var(--nc-danger-color);color:#fff}@view-transition{navigation:auto}:root{--nvcTransitionTime:.2s;--nvcTranslateX:5%;--nvcTranslateXInvert:calc(-1 * var(--nvcTranslateX))}.nvc-fade-in{animation:nvcFadeIn var(--nvcTransitionTime) ease-out}@keyframes nvcFadeIn{0%{opacity:0;transform:translateX(var(--nvcTranslateX))}to{opacity:1;transform:translate(0)}}.nvc-fade-out{animation:nvcFadeOut var(--nvcTransitionTime) ease-in}@keyframes nvcFadeOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateX(var(--nvcTranslateXInvert))}}*,:before,:after,html{box-sizing:border-box}input[type=text],input[type=email],input[type=search],input[type=password]{-webkit-appearance:none;-moz-appearance:none}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height:1.15}body{margin:0}main{display:block}h1,h2,h3,h4,h5,h6{margin:0;padding:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}table{border-spacing:0;border:0}:root,:root[data-nc-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--nc-surface-color:#e6e6e6;--nc-primary-color:#3d8ae0;--nc-secondary-color:#00000030;--nc-accent-color:#e0cf34;--nc-success-color:#27ae60;--nc-warning-color:#ff793f;--nc-danger-color:#ff5f57;--nc-high-light:#0000001a;--nc-surface-color-dark-1:color-mix(in srgb, var(--nc-surface-color), black 5%);--nc-surface-color-light-1:color-mix(in srgb, var(--nc-surface-color), white 35%);--nc-surface-color-light-2:color-mix(in srgb, var(--nc-surface-color), white 65%);--nc-surface-color-light-3:color-mix(in srgb, var(--nc-surface-color), white 75%);--nc-primary-color-dark-1:color-mix(in srgb, var(--nc-primary-color), black 5%);--nc-primary-color-light-1:color-mix(in srgb, var(--nc-primary-color), white 50%);--nc-primary-color-light-2:color-mix(in srgb, var(--nc-primary-color), white 75%);--nc-primary-color-light-3:color-mix(in srgb, var(--nc-primary-color), white 95%);--nc-text-color:#000c;--nc-text-bold-color:var(--nc-primary-color-dark-1);--nc-text-dimmed-color:#00000080;--nc-label-text-color:#000000e6;--nc-label-font-weight:bold;--nc-min-height:38px;--nc-gap:8px;--nc-gap-inverse:calc(var(--nc-gap) * -1);--nc-gap-half:calc(var(--nc-gap) * .5);--nc-gap-half-inverse:calc(var(--nc-gap-half) * -1);--nc-font-size:13px;--nc-font-size-mobile:15px;--nc-font-bold-weight:700;--nc-body-bg:var(--nc-surface-color-dark-1);--nc-border-radius:6px;--nc-border-color:var(--nc-high-light);--nc-hover-bg-color:#0000000a;--nc-hover-text-color:#000000e6;--nc-selected-bg-color:var(--nc-primary-color);--nc-selected-text-color:#fff;--nc-selected-hover-bg-color:var(--nc-primary-color-light-2);--nc-selected-hover-text-color:var(--nc-text-color);--nc-section-bg:var(--nc-surface-color);--nc-section-bg-padding:12px;--nc-section-padding:var(--nc-gap);--nc-section-border-radius:var(--nc-border-radius);--nc-section-border:none;--nc-section-box-shadow:none;--nc-section-margin:0;--nc-input-text-color:var(--nc-text-color);--nc-input-placeholder-color:var(--nc-text-dimmed-color);--nc-input-bg-color:#00000005;--nc-input-border:solid 1px var(--nc-high-light);--nc-input-border-hover:solid 1px var(--nc-primary-color-light-1);--nc-input-border-active:solid 1px var(--nc-primary-color);--nc-input-boder-radius:var(--nc-border-radius);--nc-input-padding-block:var(--nc-gap-half);--nc-input-padding-inline:var(--nc-gap);--nc-modal-text-color:var(--nc-text-color);--nc-modal-body-bg-color:var(--nc-body-bg);--nc-modal-header-bg-color:var(--nc-section-bg);--nc-modal-actions-bar-bg-color:var(--nc-section-bg);--nc-modal-bars-min-height:40px;--nc-modal-bars-padding-block:.5rem;--nc-modal-bars-padding-inline:.6rem;--nc-bt-padding-block:.45rem;--nc-bt-padding-inline:.75rem;--nc-bt-bg-color:#0000000a;--nc-bt-text-color:var(--nc-text-color);--nc-bt-font-size:.8rem;--nc-bt-text-shadow:0 0 2px #00000080;--nc-bt-text-transform:uppercase;--nc-bt-font-weight:bold;--nc-bt-border-radius:var(--nc-border-radius);--nc-bt-border:none;--nc-bt-hover-bg-color:unset;--nc-bt-hover-filter:brightness(1.3);--nc-bt-hover-text-color:#fff;--nc-grid-bg:#00000003;--nc-grid-border:1px solid #00000005;--nc-grid-border-radius:var(--nc-border-radius);--nc-grid-header-bg:var(--nc-surface-color-light-1);--nc-grid-header-border-bottom:var(--nc-surface-color-light-3);--nc-grid-footer-bg:var(--nc-grid-header-bg);--nc-grid-footer-border-top:var(--nc-grid-header-border-bottom);--nc-grid-rows-border-bottom:none;--nc-grid-rows-border-radius:var(--nc-border-radius);--nc-grid-row-odd-bg:var(--nc-surface-color);--nc-grid-row-even-bg:var(--nc-surface-color);--nc-drop-down-bg:var(--nc-section-bg);--nc-drop-down-border:1px solid var(--nc-border-color);--nc-drop-drown-shadow:0 .5rem .5rem #0000001a;--nc-menu-gap:.5rem;--nc-menu-border-color:var(--nc-surface-color-dark-1);--nc-menu-bar-border-bottom:solid 1px var(--nc-menu-border-color);--nc-menu-bar-bg:var(--nc-section-bg);--nc-menu-bar-padding:.5rem;--nc-menu-bar-mobile-box-shadow:0 -.5rem .5rem #0000001a;--nc-menu-item-bg:transparent;--nc-menu-item-tx-color:var(--nc-text-color);--nc-menu-item-tx-weight:normal;--nc-menu-item-padding:.75rem 1rem;--nc-menu-item-margin:0;--nc-menu-item-tx-size:1rem;--nc-menu-item-tx-transform:none;--nc-menu-item-border:none;--nc-menu-item-border-radius:var(--nc-border-radius);--nc-menu-item-hover-bg:var(--nc-hover-bg-color);--nc-menu-item-hover-tx-color:var(--nc-hover-text-color);--nc-menu-item-hover-tx-weight:normal;--nc-menu-item-hover-border:none;--nc-menu-item-active-bg:var(--nc-primary-color);--nc-menu-item-active-tx-color:#fff;--nc-submenu-gap:var(--nc-menu-gap);--nc-submenu-bg:var(--nc-menu-bar-bg);--nc-submenu-padding:var(--nc-menu-bar-padding);--nc-submenu-border:solid 1px var(--nc-menu-border-color);--nc-submenu-border-radius:var(--nc-border-radius);--nc-submenu-box-shadow:inset 0 0 1px #fff3, 0 .5rem .5rem #0003;--nc-menu-separator-bg:var(--nc-menu-border-color);--nc-icon-check:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 256 256\"><rect width=\"100%\" height=\"100%\" fill=\"none\"/><polyline points=\"40 144 96 200 224 72\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"24\"/></svg>")}:root[data-nc-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--nc-surface-color:#362a2a;--nc-primary-color:#276caf;--nc-secondary-color:#ffffff30;--nc-accent-color:#e0cf34;--nc-success-color:#27ae60;--nc-warning-color:#ff793f;--nc-danger-color:#ff5f57;--nc-high-light:#ffffff12;--nc-hover-bg-color:#ffffff0a;--nc-hover-text-color:#ffffffe6;--nc-selected-bg-color:var(--nc-primary-color);--nc-selected-hover-bg-color:var(--nc-primary-color-light-2);--nc-selected-hover-text-color:var(--nc-text-color);--nc-input-bg-color:#ffffff05;--nc-bt-bg-color:#ffffff0a;--nc-grid-bg:#ffffff03;--nc-grid-border:1px solid #ffffff05;--nc-grid-row-even-bg:#ffffff05;--nc-surface-color-dark-1:color-mix(in srgb, var(--nc-surface-color), black 20%);--nc-surface-color-light-1:color-mix(in srgb, var(--nc-surface-color), white 5%);--nc-surface-color-light-2:color-mix(in srgb, var(--nc-surface-color), white 10%);--nc-surface-color-light-3:color-mix(in srgb, var(--nc-surface-color), white 15%);--nc-primary-color-dark-1:color-mix(in srgb, var(--nc-primary-color), black 20%);--nc-primary-color-light-1:color-mix(in srgb, var(--nc-primary-color), white 5%);--nc-primary-color-light-2:color-mix(in srgb, var(--nc-primary-color), white 10%);--nc-primary-color-light-3:color-mix(in srgb, var(--nc-primary-color), white 95%);--nc-text-color:#fffc;--nc-text-bold-color:var(--nc-primary-color);--nc-text-dimmed-color:#fff6;--nc-label-text-color:#ffffffe6}.nc-w-100{width:100%!important}.nc-w-50{width:50%!important}.nc-w-25{width:25%!important}.nc-w-auto{width:auto!important}.nc-h-100{height:100%!important}.nc-hide{display:none!important}.nc-show{display:inherit!important}.nc-right{margin-left:auto!important}.nc-float-right{float:right;margin-left:auto}.nc-float-left{float:left;margin-right:auto}.nc-border-bottom{border-bottom:solid 1px var(--nc-border-color)}.nc-border-right{border-right:solid 1px var(--nc-border-color)}.nc-no-background{background:0 0!important}.nc-no-borders{border:none!important}.nc-m-0{margin:0!important}.nc-mt-0,.nc-my-0{margin-top:0!important}.nc-mr-0,.nc-mx-0{margin-right:0!important}.nc-mb-0,.nc-my-0{margin-bottom:0!important}.nc-ml-0,.nc-mx-0{margin-left:0!important}.nc-m-1{margin:.25rem!important}.nc-mt-1,.nc-my-1{margin-top:.25rem!important}.nc-mr-1,.nc-mx-1{margin-right:.25rem!important}.nc-mb-1,.nc-my-1{margin-bottom:.25rem!important}.nc-ml-1,.nc-mx-1{margin-left:.25rem!important}.nc-m-2{margin:.5rem!important}.nc-mt-2,.nc-my-2{margin-top:.5rem!important}.nc-mr-2,.nc-mx-2{margin-right:.5rem!important}.nc-mb-2,.nc-my-2{margin-bottom:.5rem!important}.nc-ml-2,.nc-mx-2{margin-left:.5rem!important}.nc-m-3{margin:1rem!important}.nc-mt-3,.nc-my-3{margin-top:1rem!important}.nc-mr-3,.nc-mx-3{margin-right:1rem!important}.nc-mb-3,.nc-my-3{margin-bottom:1rem!important}.nc-ml-3,.nc-mx-3{margin-left:1rem!important}.nc-m-4{margin:1.5rem!important}.nc-mt-4,.nc-my-4{margin-top:1.5rem!important}.nc-mr-4,.nc-mx-4{margin-right:1.5rem!important}.nc-mb-4,.nc-my-4{margin-bottom:1.5rem!important}.nc-ml-4,.nc-mx-4{margin-left:1.5rem!important}.nc-m-5{margin:3rem!important}.nc-mt-5,.nc-my-5{margin-top:3rem!important}.nc-mr-5,.nc-mx-5{margin-right:3rem!important}.nc-mb-5,.nc-my-5{margin-bottom:3rem!important}.nc-ml-5,.nc-mx-5{margin-left:3rem!important}.nc-p{padding:var(--nc-gap)!important}.nc-pt,.nc-py{padding-top:var(--nc-gap)!important}.nc-pr,.nc-px{padding-right:var(--nc-gap)!important}.nc-pb,.nc-py{padding-bottom:var(--nc-gap)!important}.nc-pl,.nc-px{padding-left:var(--nc-gap)!important}.nc-p-0{padding:0!important}.nc-pt-0,.nc-py-0{padding-top:0!important}.nc-pr-0,.nc-px-0{padding-right:0!important}.nc-pb-0,.nc-py-0{padding-bottom:0!important}.nc-pl-0,.nc-px-0{padding-left:0!important}.nc-p-1{padding:.25rem!important}.nc-pt-1,.nc-py-1{padding-top:.25rem!important}.nc-pr-1,.nc-px-1{padding-right:.25rem!important}.nc-pb-1,.nc-py-1{padding-bottom:.25rem!important}.nc-pl-1,.nc-px-1{padding-left:.25rem!important}.nc-p-2{padding:.5rem!important}.nc-pt-2,.nc-py-2{padding-top:.5rem!important}.nc-pr-2,.nc-px-2{padding-right:.5rem!important}.nc-pb-2,.nc-py-2{padding-bottom:.5rem!important}.nc-pl-2,.nc-px-2{padding-left:.5rem!important}.nc-p-3{padding:1rem!important}.nc-pt-3,.nc-py-3{padding-top:1rem!important}.nc-pr-3,.nc-px-3{padding-right:1rem!important}.nc-pb-3,.nc-py-3{padding-bottom:1rem!important}.nc-pl-3,.nc-px-3{padding-left:1rem!important}.nc-p-4{padding:1.5rem!important}.nc-pt-4,.nc-py-4{padding-top:1.5rem!important}.nc-pr-4,.nc-px-4{padding-right:1.5rem!important}.nc-pb-4,.nc-py-4{padding-bottom:1.5rem!important}.nc-pl-4,.nc-px-4{padding-left:1.5rem!important}.nc-p-5{padding:3rem!important}.nc-pt-5,.nc-py-5{padding-top:3rem!important}.nc-pr-5,.nc-px-5{padding-right:3rem!important}.nc-pb-5,.nc-py-5{padding-bottom:3rem!important}.nc-pl-5,.nc-px-5{padding-left:3rem!important}.nc-mt-gap{margin-top:var(--nc-gap)!important}.nc-mb-gap{margin-bottom:var(--nc-gap)!important}.nc-mr-gap{margin-right:var(--nc-gap)!important}.nc-ml-gap{margin-left:var(--nc-gap)!important}.nc-flex-column{display:flex;flex-direction:column!important}.nc-flex-column-gap{gap:var(--nc-gap);display:flex;flex-direction:column!important}.nc-flex-row{flex-direction:row;display:flex}.nc-flex-row-gap{gap:var(--nc-gap);flex-direction:row;align-items:center;display:flex}.nc-flex-wrap{flex-wrap:wrap}.nc-grow{flex-grow:1;display:flex}.nc-start{justify-content:flex-start;align-items:start;display:flex}.nc-center{justify-content:center;align-items:center;display:flex}.nc-end{justify-content:flex-end;align-items:end;display:flex}.nc-top{align-items:flex-start;display:flex}.nc-middle{align-items:center;display:flex}.nc-bottom{align-items:flex-end;display:flex}.nc-around{flex-direction:row;align-items:center;display:flex;justify-content:space-around!important}.nc-between{flex-direction:row;align-items:center;display:flex;justify-content:space-between!important}.nc-first{order:-1;display:flex}.nc-last{order:1;display:flex}.nc-align-top{align-items:start!important}.nc-gap{gap:var(--nc-gap)}.nc-gap-half{gap:var(--nc-gap-half)}.nc-gapless{gap:0!important}.nc-tx-center{text-align:center}.nc-tx-right{text-align:right;justify-content:flex-end}.nc-tx-upper{text-transform:uppercase}.nc-tx-capitalize{text-transform:capitalize}.nc-tx-nowrap{white-space:nowrap}.nc-tx-bold{font-weight:var(--nc-font-bold-weight)}.nc-tx-truncate{white-space:nowrap;text-overflow:ellipsis;overflow-wrap:anywhere;width:1px;overflow:hidden}.nc-tx-truncate-multilines{-webkit-line-clamp:var(--lines,2);text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.nc-checkbox{cursor:pointer;align-items:center;gap:var(--nc-gap);flex-direction:row;width:fit-content;transition:all .3s;display:flex!important}.nc-checkbox input{appearance:none;--moz-appearance:none;cursor:pointer;background-color:var(--nc-input-bg-color);border:var(--nc-input-border);border-radius:100%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin:0;padding:0;display:flex;position:relative}.nc-checkbox input:hover{border:var(--nc-input-border-hover)}.nc-checkbox input:checked:before{content:" ";background-color:var(--nc-success-color);width:3px;height:.7rem;position:absolute;top:35%;left:25%;transform:rotate(-45deg)}.nc-checkbox input:checked:after{content:" ";background-color:var(--nc-success-color);width:3px;height:1.5rem;position:absolute;top:-15%;left:75%;transform:rotate(45deg)}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--gap:8px;--gap-half:4px;--theme-color:#3c423c;--primary-color:color-mix(in srgb, var(--theme-color), black 50%);--bt-bg-color:color-mix(in srgb, var(--theme-color), transparent 70%);--bt-active-bg-color:#1ed760;--bt-active-text-color:#333;--accent-color:#fff;--border-radius:8px;--border-color:color-mix(in srgb, var(--theme-color) 30%, black);--text-color:#ffffffb3;--input-background:color-mix(in srgb, var(--primary-color) 93%, white);--hover-bg-color:#fff3;--active-bg-color:#fff6;--thumbs-columns:3;--thumb-height:230px;--title-bar-height:60px;--footer-bar-height:72px;--bt-h:3rem;--bt-w:3rem;--nc-surface-color:var(--primary-color);--nc-modal-bars-min-height:56px}html,body{background:color-mix(in srgb, var(--theme-color), black 80%);height:100%;margin:0;padding:0}body{background:color-mix(in srgb, var(--theme-color), black 65%);max-width:1224px;color:var(--text-color);font-optical-sizing:auto;margin:0 auto;padding:0;font-family:Manrope,sans-serif;font-weight:400;line-height:1;box-shadow:0 0 2rem #000000e6}button{color:var(--text-color);text-transform:uppercase;white-space:nowrap;background:0 0;border:0;outline:none;font-size:1rem}::-webkit-input-placeholder{color:#fff6}::-moz-placeholder{color:#fff6;opacity:1}:-ms-placeholder-shown{color:#fff6}::-moz-placeholder{color:#fff6}.hide{display:none!important}.layout-hbf,.layout-hb,.layout-bf{grid-template-rows:1fr;grid-template-columns:1fr;height:100%;display:grid;position:relative;overflow:hidden}.layout-hbf__body,.layout-bf__body,.layout-hb__body{outline:none;overflow-y:scroll}.layout-hbf__body,.layout-bf__body{padding-bottom:var(--footer-bar-height)}.layout-hbf__body,.layout-hb__body{padding-top:var(--title-bar-height)}.thumbs{grid-template-columns:repeat(var(--thumbs-columns), 1fr);min-height:calc(2 * var(--thumb-height));justify-content:flex-start;gap:.5rem;padding:.5rem;display:grid}.form-section{flex-direction:column;flex:1;align-items:stretch;gap:2rem;max-width:300px;display:flex}.section{gap:var(--gap);border-radius:var(--border-radius);flex-direction:column;display:flex}.section--bg{background-color:var(--primary-color);padding:var(--gap);border-radius:var(--border-radius)}.section__title{align-items:center;gap:var(--gap);color:var(--accent-color);padding-block:var(--gap);flex-direction:row;font-size:1.1rem;font-weight:700;display:flex}.section__title .ic{background-color:var(--accent-color)}.section__head{justify-content:space-between;align-items:center;gap:var(--gap);flex-wrap:wrap;display:flex}.section__head .section__title{padding-block:0}.sections-col{gap:var(--gap);padding:var(--gap);flex-direction:column;display:flex}.thumb-book{height:var(--thumb-height);border-radius:var(--border-radius);cursor:pointer;width:auto;display:inline-block;position:relative;overflow:hidden}.thumb-book__cover{z-index:1;object-fit:cover;width:100%;height:100%;position:absolute}.thumb-book__data{z-index:2;-webkit-backdrop-filter:blur(6px)brightness(.5);backdrop-filter:blur(6px)brightness(.5);text-shadow:0 0 3px #333;border-top:1px solid #fff3;width:100%;padding-bottom:.25rem;padding-left:.2rem;padding-right:.2rem;position:absolute;bottom:0}.thumb-book__title{color:#fff;text-overflow:ellipsis;text-transform:none;height:2.6rem;padding-block:.5rem;font-size:1rem;line-height:1;display:block;overflow:hidden}.thumb-book__stats{justify-content:space-between;display:flex}.thumb-book__stats div{align-items:center;gap:.25rem;font-size:.8rem;display:flex}.side-panel{top:var(--title-bar-height);bottom:calc(var(--footer-bar-height) + env(safe-area-inset-bottom) + .5rem);z-index:900;will-change:transform;-webkit-backdrop-filter:blur(10px)brightness(.7);backdrop-filter:blur(10px)brightness(.7);width:300px;max-width:415px;height:auto;transition:transform .3s;position:absolute;left:0;overflow-y:scroll;transform:translate(-100%)}.side-panel--active{transform:translate(0)}.field{gap:var(--gap);flex-direction:column;display:flex}.field__lb{font-size:1rem;font-weight:700}.field__in,.field__select{appearance:none;padding:var(--gap);border-radius:var(--border-radius);background-color:var(--input-background);border:none;font-size:1rem}.field__select option{font-size:1rem}.menu{justify-content:start;align-items:stretch;gap:var(--gap);width:100%;padding:var(--gap);flex-direction:column;display:flex}.menu__bt{background-color:var(--primary-color);align-items:center;gap:var(--gap);border-radius:var(--border-radius);text-transform:uppercase;color:var(--text-color);flex-direction:row;padding:1rem;text-decoration:none;display:flex}.menu__bt:hover,.menu__bt:active{background-color:var(--bt-active-bg-color)}.menu__separator{height:1rem;display:block}.menu__user{flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:220px;display:flex}.menu__avatar{cursor:pointer;aspect-ratio:1;background:#fff3;border:2px solid #ffffffb3;border-radius:5rem;max-width:128px;padding:0;overflow:hidden}.menu__user-name{color:var(--text-color);x-border:2px solid var(--text-color);border-radius:var(--border-radius);font-size:1.5rem;text-decoration:none}.dialog{border-radius:var(--border-radius);background-color:var(--primary-color);border:none;width:50vw;min-width:320px;padding:1rem;box-shadow:0 8px 32px #0003}.dialog--full{height:80dvh}.dialog::backdrop{background:#00000080;animation:.3s fade-in}.dialog[open]{animation:.3s slide-up}.dialog__title{color:var(--accent-color);align-items:center;gap:var(--gap);flex-direction:row;margin-bottom:1rem;font-size:1.2rem;display:flex}.dialog__body{min-height:3rem}.dialog__actions{justify-content:space-between;align-items:center;gap:var(--gap);flex-direction:row;margin-top:1rem;display:flex}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.title-bar{grid-template-columns:minmax(var(--bt-w), min-content) auto minmax(var(--bt-w), min-content);align-items:center;gap:var(--gap);min-height:var(--title-bar-height);color:var(--text-color);background-color:color-mix(in srgb, var(--theme-color), transparent 40%);border-bottom:1px solid color-mix(in srgb, var(--theme-color), black 5%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;margin:0;padding:.5rem;display:grid;position:absolute;inset-inline:0}.title-bar__title{justify-content:center;align-items:center;gap:var(--gap);text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;flex-direction:row;font-size:1.2rem;font-weight:700;display:flex;overflow:hidden}.footer-bar,.footer-bar-actions{gap:var(--gap);min-height:var(--footer-bar-height);padding:.5rem .5rem calc(1rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:color-mix(in srgb, var(--theme-color), transparent 40%);border-top:1px solid color-mix(in srgb, var(--theme-color), black 5%);bottom:0;z-index:1000;flex-direction:row;place-content:center space-around;margin:0;display:flex;position:absolute;inset-inline:0}.footer-bar{grid-template-columns:min-content auto min-content;justify-content:space-between;display:grid}.home-sections{gap:var(--gap);padding-block:var(--gap);flex-direction:column;display:flex}.home-user-meta{flex-direction:column;gap:.35rem;display:flex}.home-sections__bt{color:var(--text-color);margin-inline:var(--gap);border-radius:var(--border-radius);background-color:var(--primary-color);text-transform:uppercase;background-image:url("data:image/svg+xml,%3Csvg fill='rgba(255,255,255)' width='26px' height='26px' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.82861,130.82861l-80,80a4.00026,4.00026,0,0,1-5.65722-5.65722L130.34326,128,53.17139,50.82861a4.00026,4.00026,0,0,1,5.65722-5.65722l80,80A4.0006,4.0006,0,0,1,138.82861,130.82861Zm80-5.65722-80-80a4.00026,4.00026,0,0,0-5.65722,5.65722L210.34326,128l-77.17187,77.17139a4.00026,4.00026,0,0,0,5.65722,5.65722l80-80A4.0006,4.0006,0,0,0,218.82861,125.17139Z'/%3E%3C/svg%3E%0A");background-position:98%;background-repeat:no-repeat;padding:1rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:block}.home-sections__bt:hover{background-color:var(--hover-bg-color)}.home-sections__bt:active{background-color:var(--active-bg-color)}.home-section{height:calc((var(--thumb-height) * 2) + var(--gap));grid-template-columns:repeat(var(--thumbs-columns), 1fr);gap:var(--gap);background:var(--primary-color);margin-inline:var(--gap);padding:var(--gap);border-radius:var(--border-radius);display:grid;overflow:hidden}.bt{cursor:pointer;min-height:var(--bt-h);min-width:var(--bt-w);border-radius:var(--border-radius);background-color:var(--bt-bg-color);flex-direction:row;justify-content:center;align-items:center;padding-inline:1rem;font-weight:700;transition:background-color .3s;display:flex}.bt--ic{background-color:unset;padding-inline:.25rem}.bt-profile__avatar{object-fit:cover;background:#fff3;border:2px solid #ffffffb3;border-radius:50%;width:2.5rem;height:2.5rem}.bt--active{background-color:var(--bt-active-bg-color);color:var(--primary-color)}.bt--active .ic{background-color:var(--primary-color)}.bt:hover,.bt:active{background-color:var(--hover-bg-color)}.bt--play{background-color:#ff4500;border-radius:5rem;transition:all .3s ease-in-out}.bt--play:hover,.bt--play:active{x-background-color:var(--accent-color);filter:brightness(1.5);x-box-shadow:0 0 5px #0003}.bt--flag{background-color:#ffffff0d;width:fit-content;margin-inline:auto;font-size:.8rem;font-weight:400}.paginator{-webkit-overflow-scrolling:touch;white-space:nowrap;gap:var(--gap);flex-flow:row;display:flex;overflow-x:scroll}.paginator__bt{cursor:pointer;height:var(--bt-h);min-width:var(--bt-w);border-radius:var(--border-radius);padding-left:.25rem;padding-right:.25rem;font-size:1.2rem;transition:background-color .3s;display:inline-block}.paginator__bt:hover,.paginator__bt:active{background-color:var(--hover-bg-color)}.paginator__bt--selected{background-color:var(--bt-active-bg-color);color:var(--bt-active-text-color);font-weight:700}.book-view__header{gap:var(--gap);grid-template-columns:min-content auto;display:grid}.book-view__details{gap:var(--gap);grid-template-rows:auto min-content;display:grid}.book-view__details-fields{gap:var(--gap);grid-template-columns:min-content auto;align-items:center;display:grid}.book-view__cover{border-radius:var(--border-radius);object-fit:cover;background-position:50%;background-size:cover;width:142px;height:200px}.book-view__title{font-size:1rem;overflow:hidden}.book-view__stats{gap:var(--gap);grid-template-columns:repeat(4,1fr);display:grid}.book-view__stat{background-color:var(--primary-color);border-radius:var(--border-radius);flex-direction:column;align-items:center;gap:.5em;padding:.5rem;font-size:1rem;display:flex}.book-view__tags{gap:var(--gap);flex-flow:wrap;display:flex}.book-view__tag{color:var(--text-color);text-transform:uppercase;cursor:pointer;background-color:var(--bt-bg-color);border-radius:5rem;padding:.75rem 1rem;font-size:.85rem;text-decoration:none;display:inline-block}.book-view__tag:hover,.book-view__tag:active{background-color:var(--hover-bg-color)}.dialog__body--tags{gap:var(--gap);flex-direction:column;display:flex}#addTagModal .dialog__body--tags{min-height:0}.dialog__label{font-weight:700}.dialog__hint{opacity:.8;font-size:.85rem}.tag-manager__input-row{gap:var(--gap);display:flex}.tag-manager__input-row .field__in{flex:1}.tag-manager__list{gap:var(--gap);flex-direction:column;display:flex}#addTagModal .tag-manager__list{-webkit-overflow-scrolling:touch;max-height:min(45dvh,20rem);padding-right:.25rem;overflow-y:auto}.tag-manager__item{justify-content:space-between;align-items:center;gap:var(--gap);border-radius:var(--border-radius);background-color:#ffffff0d;padding:.75rem 1rem;display:flex}.tag-manager__item--selectable{text-align:left;text-transform:none;border:1px solid #0000;width:100%}.tag-manager__item--selectable:hover,.tag-manager__item--selectable:active{background-color:#ffffff14}.tag-manager__item--editing{background-color:#ffffff1a;outline:1px solid #ffffff59}.tag-manager__name{word-break:break-word}.tag-manager__actions{gap:calc(var(--gap) * .5);flex-shrink:0;display:flex}.messages{gap:var(--gap);flex-direction:column;display:flex}.message{gap:var(--gap);border-radius:var(--border-radius);background-color:#ffffff08;grid-template-columns:min-content auto;padding:.5rem;display:grid}.message__avatar{border:1px solid #fff6;border-radius:5rem;width:4rem;height:4rem;overflow:hidden}.message__body{gap:var(--gap);flex-direction:column;display:flex}.message__user{filter:brightness(.8);font-size:.8rem}.message-input{border-radius:var(--border-radius);border:solid 1px var(--border-color);width:100%;padding:.5rem}.rating{flex-direction:row-reverse;gap:5px;display:inline-flex}.rating input{display:none}.rating label{cursor:pointer;color:#ddd;font-size:40px;transition:color .2s}.rating label:before{content:"★"}.rating label:hover,.rating label:hover~label,.rating input:checked~label{color:#ffc107}.book-pages{background:#000;grid-template:"spot""body"1fr/1fr;width:100%;height:100dvh;display:grid;overflow:hidden}.book-pages>.spot{grid-area:spot}.book-pages__body{grid-area:body;min-width:0;min-height:0;display:block;position:relative}.book-pages__page-indicator{color:#ccc;z-index:100;background-color:#00000080;padding:4px;position:absolute;top:0;right:0}.book-pages__toolbar{z-index:100;flex-direction:row;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.book-pages__toolbar-bt{width:var(--bt-w);height:var(--bt-h);border-radius:var(--bt-h);background-color:#0009;flex-direction:row;justify-content:center;align-items:center;display:flex}.book-pages__toolbar-bt:hover,.book-pages__toolbar-bt:active{background-color:var(--bt-active-bg-color)}@media (orientation:landscape){.book-pages{grid-template:"spot body"1fr/clamp(260px,28vw,420px) 1fr}.book-pages>.spot{height:100%;overflow:auto}}#swiper{width:100%;height:100%}.swiper-zoom-container{height:100%}.swiper-slide img{object-fit:contain;width:100%;height:100%}.book-pages-menu{z-index:-1;display:none;position:absolute;inset:0}.book-pages-menu--open{z-index:120;display:block}.book-pages-menu__body{-webkit-backdrop-filter:blur(5px)brightness(.5);backdrop-filter:blur(5px)brightness(.5);border:1px solid #fff3;border-radius:.5rem;margin:1rem;padding:2rem;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 1rem #0003}.book-pages-menu__options{gap:var(--gap);grid-template-columns:auto min-content;margin-bottom:1rem;display:grid}.book-pages-menu__option-lb{flex-direction:row;justify-content:end;align-items:center;display:flex}.book-pages-menu__seekbar-wrapper{grid-template-columns:min-content auto;align-items:center;gap:1rem;display:grid}.book-pages-menu__seekbar{-webkit-appearance:none;background:#ffffffb3;height:3px}.book-pages-menu__seekbar::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent-color);border-radius:50%;width:36px;height:36px}.book-pages-menu__swiper-direction{flex-direction:row;gap:1rem;display:flex}.book-pages-menu__swiper-direction input{display:none}.book-pages-menu__swiper-direction label{border-radius:var(--border-radius);cursor:pointer;background:var(--primary-color);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex}.book-pages-menu__swiper-direction input:checked+label{background:var(--bt-active-bg-color);color:var(--bt-active-text-color)}#video{aspect-ratio:16/9;width:100%}.logo-stats{flex-direction:column;align-items:center;gap:1rem;padding:1rem;display:flex}.logo-stats__title{text-transform:uppercase;font-size:2rem;font-weight:700}.logo-stats__stats{flex-direction:row;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.logo-stats__stat{flex-flow:row;align-items:center;gap:.25rem;display:flex}.profile-header{grid-template-columns:min-content auto;gap:1rem;width:100%;display:grid}.profile-stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.profile-stats__stat{border-radius:var(--border-radius);background-color:#ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;font-size:.8rem;display:flex}.profile-stats__stat-value{font-size:1.2rem;font-weight:700}.profile-account-status,.profile-adfree-status{cursor:pointer;border-radius:var(--border-radius);height:var(--title-bar-height);background-color:#f006;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.profile-account-status--verified,.profile-adfree-status--active{background-color:var(--bt-active-bg-color);color:var(--bt-active-text-color)}.adfree-badge{color:#99ff9df2;background:#48a44c2e;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .7rem;font-size:.8rem;line-height:1.25;display:inline-flex}.adfree-badge--block{justify-content:center;margin-top:.75rem;display:flex}#avatarDialog{width:90dvw;max-width:400px}#avatarDialog .dialog__body{aspect-ratio:1;width:100%;height:auto}#avatarDialog #fileSelector{display:none}#avatarDialog #imageSelector{aspect-ratio:1;border:dashed 1px var(--border-color);justify-content:center;align-items:center;width:100%;height:auto;font-size:7rem;display:flex}#avatarDialog #cropWrap{aspect-ratio:1;width:100%;height:auto}#avatarDialog #cropWrap img{object-fit:cover;aspect-ratio:1;width:100%;height:100%}.ic{cursor:pointer;vertical-align:baseline;background-position:50%;background-color:var(--text-color);transform-origin:0;outline:none;min-width:1.5em;min-height:1.5em;transition:all .3s;display:inline-block;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ic-ok,.ic-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='100%25' fill='none'/%3E%3Cpolyline points='40 144 96 200 224 72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='100%25' fill='none'/%3E%3Cpolyline points='40 144 96 200 224 72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-burguer{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='64' x2='216' y2='64' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='192' x2='216' y2='192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='64' x2='216' y2='64' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='192' x2='216' y2='192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-fullscreen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='168 48 208 48 208 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='88 208 48 208 48 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='208 168 208 208 168 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='48 88 48 48 88 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='168 48 208 48 208 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='88 208 48 208 48 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='208 168 208 208 168 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='48 88 48 48 88 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,189.09l54.72,33.65a8.4,8.4,0,0,0,12.52-9.17l-14.88-62.79,48.7-42A8.46,8.46,0,0,0,224.27,94L160.36,88.8,135.74,29.2a8.36,8.36,0,0,0-15.48,0L95.64,88.8,31.73,94a8.46,8.46,0,0,0-4.79,14.83l48.7,42L60.76,213.57a8.4,8.4,0,0,0,12.52,9.17Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,189.09l54.72,33.65a8.4,8.4,0,0,0,12.52-9.17l-14.88-62.79,48.7-42A8.46,8.46,0,0,0,224.27,94L160.36,88.8,135.74,29.2a8.36,8.36,0,0,0-15.48,0L95.64,88.8,31.73,94a8.46,8.46,0,0,0-4.79,14.83l48.7,42L60.76,213.57a8.4,8.4,0,0,0,12.52,9.17Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-eye{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-caret-left{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='160 208 80 128 160 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='160 208 80 128 160 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-caret-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='96 48 176 128 96 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='96 48 176 128 96 208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-play{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M72,39.88V216.12a8,8,0,0,0,12.15,6.69l144.08-88.12a7.82,7.82,0,0,0,0-13.38L84.15,33.19A8,8,0,0,0,72,39.88Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-fast-foward{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L52.18,65.26A7.91,7.91,0,0,0,40,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M144,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L156.18,65.26A7.91,7.91,0,0,0,144,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L52.18,65.26A7.91,7.91,0,0,0,40,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M144,71.85v112.3a7.91,7.91,0,0,0,12.18,6.59l88.19-56.15a7.8,7.8,0,0,0,0-13.18L156.18,65.26A7.91,7.91,0,0,0,144,71.85Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-x,.ic-close{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='200' y1='56' x2='56' y2='200' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='200' x2='56' y2='56' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='200' y1='56' x2='56' y2='200' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='200' x2='56' y2='56' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-menu-vertical{-webkit-mask-image:url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' fill='%23ffffff' width='100%25' height='100%25' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 16.495c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' fill='%23ffffff' width='100%25' height='100%25' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 16.495c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25zm0-6.75c1.242 0 2.25 1.008 2.25 2.25s-1.008 2.25-2.25 2.25-2.25-1.008-2.25-2.25 1.008-2.25 2.25-2.25z'/%3E%3C/svg%3E")}.ic-share{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='176 152 224 104 176 56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='192 216 32 216 32 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,176a96,96,0,0,1,93-72h59' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='176 152 224 104 176 56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='192 216 32 216 32 88' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,176a96,96,0,0,1,93-72h59' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,224S24,168,24,102A54,54,0,0,1,78,48c22.59,0,41.94,12.31,50,32,8.06-19.69,27.41-32,50-32a54,54,0,0,1,54,54C232,168,128,224,128,224Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,224S24,168,24,102A54,54,0,0,1,78,48c22.59,0,41.94,12.31,50,32,8.06-19.69,27.41-32,50-32a54,54,0,0,1,54,54C232,168,128,224,128,224Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='128 72 128 128 184 128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='128 72 128 128 184 128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='112' cy='112' r='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='168.57' y1='168.57' x2='224' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='112' cy='112' r='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='168.57' y1='168.57' x2='224' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-signpost{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M200.44,152H40a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H200.44a8,8,0,0,1,5.94,2.65L240,112l-33.62,37.35A8,8,0,0,1,200.44,152Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='32' x2='128' y2='72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='152' x2='128' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M200.44,152H40a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H200.44a8,8,0,0,1,5.94,2.65L240,112l-33.62,37.35A8,8,0,0,1,200.44,152Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='32' x2='128' y2='72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='128' y1='152' x2='128' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-pencil{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M92.69,216H48a8,8,0,0,1-8-8V163.31a8,8,0,0,1,2.34-5.65L165.66,34.34a8,8,0,0,1,11.31,0L221.66,79a8,8,0,0,1,0,11.31L98.34,213.66A8,8,0,0,1,92.69,216Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='136' y1='64' x2='192' y2='120' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='164' y1='92' x2='68' y2='188' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='95.49' y1='215.49' x2='40.51' y2='160.51' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M92.69,216H48a8,8,0,0,1-8-8V163.31a8,8,0,0,1,2.34-5.65L165.66,34.34a8,8,0,0,1,11.31,0L221.66,79a8,8,0,0,1,0,11.31L98.34,213.66A8,8,0,0,1,92.69,216Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='136' y1='64' x2='192' y2='120' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='164' y1='92' x2='68' y2='188' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='95.49' y1='215.49' x2='40.51' y2='160.51' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-book{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M48,216a24,24,0,0,1,24-24H208V32H72A24,24,0,0,0,48,56Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='48 216 48 224 192 224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M48,216a24,24,0,0,1,24-24H208V32H72A24,24,0,0,0,48,56Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='48 216 48 224 192 224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-video{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolygon points='160 112 112 80 112 144 160 112' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Crect x='32' y='48' width='192' height='128' rx='8' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='32' y1='208' x2='224' y2='208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolygon points='160 112 112 80 112 144 160 112' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Crect x='32' y='48' width='192' height='128' rx='8' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='32' y1='208' x2='224' y2='208' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-book-open{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,88a32,32,0,0,1,32-32h72V200H160a32,32,0,0,0-32,32' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M24,200H96a32,32,0,0,1,32,32V88A32,32,0,0,0,96,56H24Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='96' x2='200' y2='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='128' x2='200' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='160' x2='200' y2='160' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M128,88a32,32,0,0,1,32-32h72V200H160a32,32,0,0,0-32,32' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M24,200H96a32,32,0,0,1,32,32V88A32,32,0,0,0,96,56H24Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='96' x2='200' y2='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='128' x2='200' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='160' y1='160' x2='200' y2='160' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-tag{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M42.34,138.34A8,8,0,0,1,40,132.69V40h92.69a8,8,0,0,1,5.65,2.34l99.32,99.32a8,8,0,0,1,0,11.31L153,237.66a8,8,0,0,1-11.31,0Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='84' cy='84' r='12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M42.34,138.34A8,8,0,0,1,40,132.69V40h92.69a8,8,0,0,1,5.65,2.34l99.32,99.32a8,8,0,0,1,0,11.31L153,237.66a8,8,0,0,1-11.31,0Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='84' cy='84' r='12'/%3E%3C/svg%3E")}.ic-list-ordinal{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='104' y1='128' x2='216' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='64' x2='216' y2='64' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='192' x2='216' y2='192' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='56 104 56 40 40 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,208H40l28.68-38.37a15.69,15.69,0,0,0-3.24-22.41,16.78,16.78,0,0,0-23.06,3.15,15.85,15.85,0,0,0-2.38,4.3' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='104' y1='128' x2='216' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='64' x2='216' y2='64' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='192' x2='216' y2='192' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='56 104 56 40 40 48' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,208H40l28.68-38.37a15.69,15.69,0,0,0-3.24-22.41,16.78,16.78,0,0,0-23.06,3.15,15.85,15.85,0,0,0-2.38,4.3' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-chats{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M71.58,144,32,176V48a8,8,0,0,1,8-8H168a8,8,0,0,1,8,8v88a8,8,0,0,1-8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M80,144v40a8,8,0,0,0,8,8h96.42L224,224V96a8,8,0,0,0-8-8H176' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M71.58,144,32,176V48a8,8,0,0,1,8-8H168a8,8,0,0,1,8,8v88a8,8,0,0,1-8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M80,144v40a8,8,0,0,0,8,8h96.42L224,224V96a8,8,0,0,0-8-8H176' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-chat{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-chat-add{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- Símbolo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M45.15,230.11A8,8,0,0,1,32,224V64a8,8,0,0,1,8-8H216a8,8,0,0,1,8,8V192a8,8,0,0,1-8,8H80Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- Símbolo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-send{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='128' x2='80' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M48.49,221.28A8,8,0,0,0,59.93,231l168-96.09a8,8,0,0,0,0-14l-168-95.85a8,8,0,0,0-11.44,9.67L80,128Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='128' x2='80' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M48.49,221.28A8,8,0,0,0,59.93,231l168-96.09a8,8,0,0,0,0-14l-168-95.85a8,8,0,0,0-11.44,9.67L80,128Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-similar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,161.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M40,97.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M40,161.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M40,97.61c72-59.69,104,56.47,176-3.22' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-favorite{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-favorite-add{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- signo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C!-- signo + --%3E%3Cline x1='128' y1='96' x2='128' y2='160' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E")}.ic-favorite-del{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M192,224l-64-40L64,224V48a8,8,0,0,1,8-8H184a8,8,0,0,1,8,8Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='96' y1='128' x2='160' y2='128' stroke='currentColor' stroke-width='16' stroke-linecap='round'/%3E%3C/svg%3E")}.ic-filter{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M34.1,61.38A8,8,0,0,1,40,48H216a8,8,0,0,1,5.92,13.38L152,136v58.65a8,8,0,0,1-3.56,6.66l-32,21.33A8,8,0,0,1,104,216V136Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M34.1,61.38A8,8,0,0,1,40,48H216a8,8,0,0,1,5.92,13.38L152,136v58.65a8,8,0,0,1-3.56,6.66l-32,21.33A8,8,0,0,1,104,216V136Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-unselect{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='40' x2='112' y2='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='216' x2='144' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M184,40h24a8,8,0,0,1,8,8V72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='216' y1='144' x2='216' y2='112' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='112' x2='40' y2='144' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,216H48a8,8,0,0,1-8-8V184' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='48' y1='40' x2='208' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='40' x2='112' y2='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='216' x2='144' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M184,40h24a8,8,0,0,1,8,8V72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='216' y1='144' x2='216' y2='112' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='40' y1='112' x2='40' y2='144' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72,216H48a8,8,0,0,1-8-8V184' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='48' y1='40' x2='208' y2='216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-seal-question{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M54.46,201.54c-9.2-9.2-3.1-28.53-7.78-39.85C41.82,150,24,140.5,24,128s17.82-22,22.68-33.69C51.36,83,45.26,63.66,54.46,54.46S83,51.36,94.31,46.68C106.05,41.82,115.5,24,128,24S150,41.82,161.69,46.68c11.32,4.68,30.65-1.42,39.85,7.78s3.1,28.53,7.78,39.85C214.18,106.05,232,115.5,232,128S214.18,150,209.32,161.69c-4.68,11.32,1.42,30.65-7.78,39.85s-28.53,3.1-39.85,7.78C150,214.18,140.5,232,128,232s-22-17.82-33.69-22.68C83,204.64,63.66,210.74,54.46,201.54Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='180' r='12'/%3E%3Cpath d='M128,144v-8c17.67,0,32-12.54,32-28s-14.33-28-32-28S96,92.54,96,108v4' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpath d='M54.46,201.54c-9.2-9.2-3.1-28.53-7.78-39.85C41.82,150,24,140.5,24,128s17.82-22,22.68-33.69C51.36,83,45.26,63.66,54.46,54.46S83,51.36,94.31,46.68C106.05,41.82,115.5,24,128,24S150,41.82,161.69,46.68c11.32,4.68,30.65-1.42,39.85,7.78s3.1,28.53,7.78,39.85C214.18,106.05,232,115.5,232,128S214.18,150,209.32,161.69c-4.68,11.32,1.42,30.65-7.78,39.85s-28.53,3.1-39.85,7.78C150,214.18,140.5,232,128,232s-22-17.82-33.69-22.68C83,204.64,63.66,210.74,54.46,201.54Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='180' r='12'/%3E%3Cpath d='M128,144v-8c17.67,0,32-12.54,32-28s-14.33-28-32-28S96,92.54,96,108v4' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-logout{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='112 40 48 40 48 216 112 216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='128' x2='224' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='184 88 224 128 184 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cpolyline points='112 40 48 40 48 216 112 216' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='112' y1='128' x2='224' y2='128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpolyline points='184 88 224 128 184 168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-delete,.ic-trash{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='216' y1='56' x2='40' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='104' x2='104' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='152' y1='104' x2='152' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M168,56V40a16,16,0,0,0-16-16H104A16,16,0,0,0,88,40V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='216' y1='56' x2='40' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='104' y1='104' x2='104' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='152' y1='104' x2='152' y2='168' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M168,56V40a16,16,0,0,0-16-16H104A16,16,0,0,0,88,40V56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-rocket{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='224' x2='112' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='100' r='12'/%3E%3Cpath d='M94.81,192C37.52,95.32,103.87,32.53,123.09,17.68a8,8,0,0,1,9.82,0C152.13,32.53,218.48,95.32,161.19,192Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M183.84,110.88l30.31,36.36a8,8,0,0,1,1.66,6.86l-12.36,55.63a8,8,0,0,1-12.81,4.51L161.19,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72.16,110.88,41.85,147.24a8,8,0,0,0-1.66,6.86l12.36,55.63a8,8,0,0,0,12.81,4.51L94.81,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='144' y1='224' x2='112' y2='224' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='100' r='12'/%3E%3Cpath d='M94.81,192C37.52,95.32,103.87,32.53,123.09,17.68a8,8,0,0,1,9.82,0C152.13,32.53,218.48,95.32,161.19,192Z' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M183.84,110.88l30.31,36.36a8,8,0,0,1,1.66,6.86l-12.36,55.63a8,8,0,0,1-12.81,4.51L161.19,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M72.16,110.88,41.85,147.24a8,8,0,0,0-1.66,6.86l12.36,55.63a8,8,0,0,0,12.81,4.51L94.81,192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-prohibit{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='195.88' y1='195.88' x2='60.12' y2='60.12' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Cline x1='195.88' y1='195.88' x2='60.12' y2='60.12' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='16'/%3E%3C/svg%3E")}.ic-user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='128' r='96' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.ic-user-plus{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='176' y1='56' x2='224' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='32' x2='200' y2='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M222.67,112A95.92,95.92,0,1,1,144,33.33' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='100%25' height='100%25' fill='none'/%3E%3Ccircle cx='128' cy='120' r='40' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M63.8,199.37a72,72,0,0,1,128.4,0' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='176' y1='56' x2='224' y2='56' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cline x1='200' y1='32' x2='200' y2='80' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3Cpath d='M222.67,112A95.92,95.92,0,1,1,144,33.33' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E")}.spot{background-color:var(--primary-color);border-radius:var(--border-radius);flex-direction:row;justify-content:center;height:auto;min-height:0;display:flex}.spot--colspan{grid-column-end:span 3}.premium-access__hero{background:radial-gradient(circle at top right, #ffd7002e, transparent 35%), linear-gradient(135deg, #ffffff0a, #fff0), var(--primary-color);gap:1rem;padding:1.25rem}.premium-access__eyebrow{color:#ffd700d9;letter-spacing:.12rem;text-transform:uppercase;font-size:.85rem}.premium-access__headline{color:var(--accent-color);margin:0;font-size:clamp(1.8rem,4vw,2.8rem);line-height:.95}.premium-access__lead,.premium-access__status,.premium-access__paypal-status,.premium-access__trust-copy,.premium-access__vat{line-height:1.35}.premium-access__plans{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.premium-access__plan{text-align:center;text-transform:none;white-space:normal;background:linear-gradient(180deg, #ffffff0f, #ffffff03), color-mix(in srgb, var(--primary-color) 94%, white);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.85rem;min-height:220px;padding:1rem;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.premium-access__plan:hover{border-color:#ffd70073;transform:translateY(-2px)}.premium-access__plan--active{border-color:#ffd700bf;box-shadow:0 0 0 1px #ffd70040,0 1rem 2rem #0000004d}.premium-access__plan-badge{color:#ffd700f2;background:#ffd70024;border-radius:999px;padding:.35rem .65rem;font-size:.8rem}.premium-access__plan-title,.premium-access__trust-title,.premium-access__summary-value{color:var(--accent-color);font-weight:700}.premium-access__plan-price{color:var(--accent-color);font-size:2rem}.premium-access__plan-price span{color:var(--text-color);font-size:.95rem}.premium-access__plan-copy,.premium-access__summary-label{line-height:1.3}.premium-access__plan-copy{text-wrap:balance;max-width:18ch;margin-inline:auto}.premium-access__checkout{gap:1rem}.premium-access__summary{background:#ffffff08;border-radius:16px;grid-template-columns:1fr;gap:1rem;padding:1rem;display:grid}.premium-access__summary-tag{color:#99ff9df2;text-transform:uppercase;background:#48a44c2e;border-radius:999px;padding:.45rem .75rem;font-size:.85rem}.premium-access__start-paypal{width:100%}.premium-access__paypal{background:color-mix(in srgb, var(--primary-color) 92%, white);border:1px solid #ffffff0f;border-radius:16px;min-height:48px;padding:.85rem}.premium-access__paypal-wrap{border-radius:16px}.premium-access__paypal iframe{border-radius:12px}.premium-access__paypal-fallback{background:#ffb30014;border:1px solid #ffb30040;border-radius:16px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.premium-access__fallback-title{color:var(--accent-color);font-weight:700}.premium-access__fallback-copy{line-height:1.35}.premium-access__trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.premium-access__trust-item{background:#ffffff08;border-radius:16px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}@media (width<=760px){.premium-access__plans,.premium-access__summary,.premium-access__trust{grid-template-columns:1fr}.premium-access__plan{min-height:auto}}.col-span-2{grid-column:span 2}.vertical-center-gap{flex-direction:column;justify-content:stretch;align-items:center;gap:2rem;display:flex}.no-data-found{text-align:center;color:var(--text-color);grid-column:span var(--thumbs-columns);flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex}.sort-menu,.tags{outline:none;flex-direction:column;gap:1rem;display:flex}.loading{background:#ffffff1a;animation:1s linear infinite alternate l1}@keyframes l1{to{opacity:0}}.nc-section__title .nc-icon{background-color:var(--nc-text-bold-color)}@media (width>=601px){:root{--thumbs-columns:6}}
