*{box-sizing:border-box;}html{font-size:var(--font-size);font-family:var(--font-body);scrollbar-gutter:stable;}body{margin:0;min-height:100vh;background:var(--secondary);color:var(--foreground);font-family:var(--font-body);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}body.fr-mobile-menu-open{overflow:hidden;}a{color:inherit;text-decoration:none;}button,input,textarea,select{font:inherit;}button{cursor:pointer;}img,svg{display:block;}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-heading);color:var(--foreground);}p{margin-top:0;}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.fr-number-tooltip{position:relative;display:inline;font:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;text-decoration:inherit;}.fr-number-tooltip:before{content:attr(data-fr-full-number);position:absolute;left:50%;bottom:calc(100% + 8px);z-index:100002;min-width:max-content;padding:6px 8px;border-radius:8px;background:#1A1A1A;color:#fff;font-size:12px;line-height:16px;font-weight:500;box-shadow:0 8px 24px rgba(0,0,0,.18);opacity:0;visibility:hidden;transform:translate(-50%,4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;}.fr-number-tooltip:hover:before,.fr-number-tooltip:focus-visible:before,.fr-number-tooltip.is-active:before{opacity:1;visibility:visible;transform:translate(-50%,0);}.fr-hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none;}.fr-hide-scrollbar::-webkit-scrollbar{display:none;}.fr-site{min-height:100vh;}.fr-shell{width:100%;max-width:1400px;margin:0 auto;padding:64px 16px 48px;display:flex;gap:24px;}.fr-main{width:100%;min-width:0;padding-top:24px;}.fr-content{width:100%;min-width:0;}.fr-content--narrow{max-width:768px;}.fr-page-card{background:#fff;border-radius:16px;padding:24px;}.fr-header{position:fixed;top:0;left:0;right:0;z-index:50;height:64px;background:#fff;border-bottom:1px solid var(--border);}.fr-header__inner{width:100%;max-width:1400px;height:64px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;}.fr-header__mobile-toggle,.fr-header__icon-btn,.fr-user-menu__toggle,.fr-mobile-menu__close{border:0;background:transparent;color:var(--foreground);}.fr-header__mobile-toggle,.fr-header__icon-btn,.fr-user-menu__toggle{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;transition:background .2s ease,color .2s ease;}.fr-header__mobile-toggle:hover,.fr-header__icon-btn:hover,.fr-user-menu__toggle:hover{background:var(--secondary);}.fr-header__mobile-toggle{display:none;flex:0 0 auto;}.fr-logo{display:inline-flex;align-items:center;gap:12px;min-width:0;flex:0 0 auto;transition:opacity .2s ease;}.fr-logo:hover{opacity:.82;}.fr-logo__mark{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-hover));}.fr-logo__mark svg{width:100%;height:100%;}.fr-logo__text{display:block;}.fr-logo__slogan{line-height:1.2;}.fr-header-search{flex:1 1 auto;max-width:672px;min-width:120px;}.fr-search-form{position:relative;}.fr-search-form__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--muted-foreground);pointer-events:none;}.fr-search-form__input{width:100%;height:40px;padding:8px 16px 8px 40px;border-radius:12px;border:1px solid transparent;background:var(--secondary);color:var(--foreground);font-size:14px;outline:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;}.fr-search-form__input::placeholder{color:var(--muted-foreground);}.fr-search-form__input:focus{background:#fff;border-color:var(--border);box-shadow:0 0 0 2px rgba(63,124,223,.25);}.fr-header-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;}.fr-create-btn{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;color:#fff;background:var(--accent);border-radius:12px;font-size:14px;font-weight:500;transition:background .2s ease;}.fr-create-btn:hover{background:var(--accent-hover);}.fr-header__icon-btn{position:relative;}.fr-header__unread-dot{position:absolute;top:9px;right:9px;width:8px;height:8px;border-radius:999px;background:var(--accent);border:1px solid #fff;}.fr-user-menu{position:relative;}.fr-user-menu__toggle{gap:4px;}.fr-user-menu__dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:60;width:208px;padding:8px 0;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.12);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;}.fr-user-menu.is-open .fr-user-menu__dropdown{opacity:1;visibility:visible;transform:translateY(0);}.fr-user-menu__item{display:flex;align-items:center;gap:12px;padding:10px 16px;color:var(--foreground);font-size:14px;transition:background .2s ease;}.fr-user-menu__item:hover{background:var(--secondary);}.fr-user-menu__item svg{flex:0 0 auto;width:16px;height:16px;color:var(--muted-foreground);}.fr-user-menu__item--danger{color:#EF4444;}.fr-user-menu__item--danger svg{color:currentColor;}.fr-user-menu__divider{height:1px;margin:8px 0;background:var(--border);}.fr-sidebar-left{display:none;width:224px;flex:0 0 224px;}.fr-sidebar-left__inner{position:sticky;top:64px;height:calc(100vh - 64px);overflow-y:auto;padding:24px 0;}.fr-side-nav,.fr-side-footer{display:flex;flex-direction:column;gap:4px;}.fr-nav-link{display:flex;align-items:center;gap:12px;min-height:42px;padding:10px 12px;border-radius:12px;color:var(--muted-foreground);font-size:14px;font-weight:500;transition:background .2s ease,color .2s ease;}.fr-nav-link:hover{background:#fff;color:var(--foreground);}.fr-nav-link.is-active{background:var(--accent);color:#fff;}.fr-nav-link svg{width:20px;height:20px;flex:0 0 auto;}.fr-sidebar-divider{padding:12px 0;}.fr-sidebar-divider::before{content:"";display:block;height:1px;background:var(--border);}.fr-language-switcher{margin:48px 0 24px;display:flex;gap:4px;padding:4px;background:var(--secondary);border-radius:12px;}.fr-language-switcher__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;border:0;padding:8px 10px;border-radius:8px;background:transparent;color:var(--muted-foreground);font-size:12px;font-weight:500;line-height:1;text-align:center;white-space:nowrap;transition:background .2s ease,color .2s ease,box-shadow .2s ease;}.fr-language-switcher__btn:hover{color:var(--foreground);}.fr-language-switcher__btn.is-active{background:#fff;color:var(--foreground);box-shadow:0 1px 2px rgba(15,23,42,.08);}.fr-legal-links{display:flex;flex-direction:column;gap:8px;font-size:12px;color:var(--muted-foreground);}.fr-legal-links a:hover{color:var(--accent);}.fr-copyright{padding-top:12px;color:#CCCCCC;}.fr-mobile-menu-overlay{position:fixed;inset:0;z-index:70;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;}.fr-mobile-menu{position:fixed;top:0;left:0;z-index:80;width:min(320px,88vw);background:var(--secondary);transform:translateX(-100%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:24px 0 48px rgba(15,23,42,.18);}.fr-mobile-menu.is-open{transform:translateX(0);}.fr-mobile-menu-overlay.is-open{opacity:1;visibility:visible;}.fr-mobile-menu__header{height:64px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--border);}.fr-mobile-menu__title{font-size:18px;font-weight:700;}.fr-mobile-menu__close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;}.fr-mobile-menu__close:hover{background:var(--secondary);}.fr-mobile-menu__body{flex:1;min-height:0;overflow-y:auto;padding:24px;}.fr-mobile-menu .fr-nav-link:hover,.fr-mobile-menu .fr-nav-link{background:transparent;}.fr-mobile-menu .fr-nav-link:hover{background:#fff;}.fr-mobile-menu .fr-language-switcher{background:#fff;}.fr-mobile-menu .fr-language-switcher__btn.is-active{background:var(--accent);color:#fff;}.fr-notfound{min-height:calc(100vh - 112px);display:flex;align-items:center;justify-content:center;padding:24px 0 64px;}.fr-notfound__inner{width:100%;max-width:672px;margin:0 auto;text-align:center;}.fr-notfound__card,.fr-notfound__support{background:#fff;border-radius:16px;}.fr-notfound__card{padding:48px;margin-bottom:24px;}.fr-notfound__icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--accent-light);color:var(--accent);}.fr-notfound__icon svg{width:40px;height:40px;}.fr-notfound__code{margin:0 0 16px;font-family:var(--font-heading);font-size:clamp(96px,18vw,150px);line-height:.85;font-weight:700;color:rgba(63,124,223,.2);}.fr-notfound__title{margin-bottom:16px;font-size:clamp(24px,4vw,32px);line-height:1.2;font-weight:700;}.fr-notfound__text{margin:0 auto 32px;max-width:560px;color:var(--muted-foreground);}.fr-notfound__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}.fr-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 24px;border-radius:12px;font-weight:500;transition:background .2s ease,color .2s ease;}.fr-btn--primary{color:#fff;background:var(--accent);}.fr-btn--primary:hover{background:var(--accent-hover);}.fr-btn--muted{color:var(--foreground);background:var(--secondary);}.fr-btn--muted:hover{background:var(--border);}.fr-notfound__support{padding:24px;text-align:left;}.fr-notfound__support-row{display:flex;align-items:flex-start;gap:16px;}.fr-notfound__support-icon{width:48px;height:48px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--accent-light);color:var(--accent);}.fr-notfound__support h3{margin-bottom:4px;font-size:16px;font-weight:600;}.fr-notfound__support p{margin-bottom:12px;color:var(--muted-foreground);font-size:14px;}.fr-inline-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:14px;font-weight:500;}.fr-inline-link:hover{text-decoration:underline;}.fr-notfound__quick{margin-top:32px;}.fr-notfound__quick p{margin-bottom:16px;color:var(--muted-foreground);font-size:14px;}.fr-notfound__quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;}.fr-chip-link{padding:8px 16px;border-radius:10px;background:#fff;color:var(--muted-foreground);font-size:14px;transition:color .2s ease,background .2s ease;}.fr-chip-link:hover{color:var(--accent);background:var(--accent-light);}.fr-placeholder{max-width:768px;background:#fff;border-radius:16px;padding:32px;}.fr-placeholder h1{margin-bottom:12px;font-size:32px;line-height:1.2;}.fr-placeholder p{color:var(--muted-foreground);}@media (min-width:1024px){.fr-sidebar-left{display:block;}}@media (max-width:1023px){.fr-shell{display:block;padding-left:16px;padding-right:16px;}.fr-header__mobile-toggle{display:inline-flex;}.fr-main{padding-top:20px;}}@media (max-width:767px){.fr-create-btn__label{display:none;}}@media (max-width:639px){.fr-header__inner{gap:8px;padding:0 12px;}.fr-logo__text{display:none;}.fr-create-btn{display:none;}.fr-header-search{max-width:none;}.fr-search-form__input{height:38px;font-size:14px;}.fr-notfound__card{padding:32px 20px;}.fr-notfound__actions{flex-direction:column;}.fr-btn{width:100%;}.fr-notfound__support-row{gap:12px;}}.fr-icon{display:block;width:20px;height:20px;flex:0 0 auto;}.fr-logo__text{display:flex;flex-direction:column;justify-content:center;min-width:0;}.fr-logo__name{display:block;font-family:var(--font-logo);font-size:20px;line-height:1.05;font-weight:700;letter-spacing:.01em;color:var(--foreground);}.fr-logo__slogan{display:block;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.15;color:var(--muted-foreground);}.fr-search-form__icon .fr-icon,.fr-header__mobile-toggle .fr-icon,.fr-header__icon-btn .fr-icon{width:20px;height:20px;}.fr-create-btn .fr-icon,.fr-user-menu__item .fr-icon{width:16px;height:16px;}.fr-user-menu__toggle .fr-icon:first-child{width:20px;height:20px;}.fr-user-menu__toggle .fr-icon:last-child{width:12px;height:12px;color:var(--muted-foreground);}.fr-nav-link .fr-icon{width:20px;height:20px;}.fr-mobile-menu__close .fr-icon{width:20px;height:20px;color:var(--muted-foreground);}.fr-notfound__icon .fr-icon{width:40px;height:40px;}.fr-notfound__support-icon .fr-icon,.fr-inline-link .fr-icon,.fr-btn .fr-icon{width:20px;height:20px;}.entry-content,.fr-rich-text{font-size:16px;line-height:1.7;color:var(--foreground);}.entry-content>*:first-child,.fr-rich-text>*:first-child{margin-top:0;}.entry-content>*:last-child,.fr-rich-text>*:last-child{margin-bottom:0;}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.fr-rich-text h1,.fr-rich-text h2,.fr-rich-text h3,.fr-rich-text h4,.fr-rich-text h5,.fr-rich-text h6{margin:1.4em 0 .55em;font-family:var(--font-heading);color:var(--foreground);letter-spacing:-.01em;}.entry-content h1,.fr-rich-text h1{font-size:clamp(30px,4vw,36px);line-height:1.18;font-weight:700;}.entry-content h2,.fr-rich-text h2{font-size:clamp(26px,3.2vw,30px);line-height:1.22;font-weight:600;}.entry-content h3,.fr-rich-text h3{font-size:clamp(22px,2.7vw,24px);line-height:1.28;font-weight:600;}.entry-content h4,.fr-rich-text h4{font-size:20px;line-height:1.35;font-weight:600;}.entry-content h5,.fr-rich-text h5{font-size:18px;line-height:1.4;font-weight:600;}.entry-content h6,.fr-rich-text h6{font-size:16px;line-height:1.45;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}.entry-content p,.fr-rich-text p{margin:0 0 1.1em;}.entry-content ul,.entry-content ol,.fr-rich-text ul,.fr-rich-text ol{margin:0 0 1.25em 1.35em;padding-left:.7em;}.entry-content li,.fr-rich-text li{margin:0;padding-left:.2em;}.entry-content li + li,.fr-rich-text li + li{margin-top:.45em;}.entry-content blockquote,.fr-rich-text blockquote{margin:24px 0;padding:18px 20px;border-left:4px solid var(--accent);border-radius:16px;background:var(--accent-light);color:var(--foreground);font-family:var(--font-heading);font-size:clamp(18px,2.4vw,20px);line-height:1.5;font-weight:500;}.entry-content blockquote p,.fr-rich-text blockquote p{margin-bottom:.75em;}.entry-content blockquote p:last-child,.fr-rich-text blockquote p:last-child{margin-bottom:0;}.entry-content blockquote cite,.fr-rich-text blockquote cite{display:block;margin-top:12px;color:var(--muted-foreground);font-family:var(--font-body);font-size:14px;font-style:normal;}.entry-content a,.fr-rich-text a{color:var(--accent);text-decoration:none;}.entry-content a:hover,.fr-rich-text a:hover{text-decoration:underline;}@media (min-width:1024px){.fr-mobile-menu,.fr-mobile-menu-overlay{display:none!important;}}@media (max-width:639px){.fr-logo__text{display:none;}.fr-header__inner{gap:8px;}.fr-search-form__icon .fr-icon,.fr-header__mobile-toggle .fr-icon,.fr-header__icon-btn .fr-icon,.fr-user-menu__toggle .fr-icon:first-child{width:20px;height:20px;}}@media (min-width:640px){.fr-logo{flex:0 0 332px;width:332px;}.fr-logo__text{width:280px;flex:0 0 280px;}}.fr-logo__slogan{margin-top:4px;max-width:280px;}.fr-header-search{flex:1 1 0;}@media (max-width:1180px) and (min-width:640px){.fr-logo{flex-basis:292px;width:292px;}.fr-logo__text{width:240px;flex-basis:240px;}.fr-logo__slogan{max-width:240px;}}@media (max-width:767px) and (min-width:640px){.fr-logo{flex-basis:260px;width:260px;}.fr-logo__text{width:208px;flex-basis:208px;}.fr-logo__slogan{max-width:208px;}}.fr-content--wide{max-width:896px;}.fr-static-card{background:#fff;border-radius:16px;padding:32px;margin-bottom:24px;}.fr-static-card--compact{padding:24px;}.fr-static-card h1{margin:0 0 8px;font-size:clamp(30px,4vw,40px);line-height:1.18;font-weight:700;}.fr-page-muted{margin:0 0 32px;color:var(--muted-foreground);}.fr-static-card section + section{margin-top:32px;}.fr-lead{color:var(--foreground);font-size:clamp(18px,2.4vw,20px);line-height:1.7;}.fr-feature-list{display:grid;gap:16px;margin:20px 0 28px;}.fr-feature-item{display:flex;gap:16px;padding:16px;border-radius:12px;background:var(--secondary);}.fr-feature-item__icon,.fr-section-head__icon{width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--accent-light);color:var(--accent);}.fr-feature-item__icon .fr-icon,.fr-section-head__icon .fr-icon{width:20px;height:20px;}.fr-feature-item h3,.fr-mini-card h3{margin:0 0 6px;font-size:16px;line-height:1.35;font-weight:700;}.fr-feature-item p,.fr-mini-card p{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.6;}.fr-feature-item p + p{margin-top:8px;}.fr-legal-note{display:grid;gap:8px;margin-top:32px;padding:24px;border-radius:16px;background:var(--accent-light);color:var(--foreground);font-size:14px;}.fr-legal-note span{color:var(--muted-foreground);}.fr-section-head{display:flex;gap:16px;align-items:center;margin-bottom:24px;}.fr-section-head h2{margin:0 0 4px;font-size:clamp(24px,3vw,28px);line-height:1.2;}.fr-section-head p{margin:0;color:var(--muted-foreground);}.fr-highlight-box{margin-top:18px;padding:16px;border-radius:12px;background:var(--secondary);color:var(--foreground);font-size:18px;}.fr-contact-grid{display:grid;gap:10px;color:var(--muted-foreground);}.fr-contact-grid p{margin:0;}.fr-contact-grid strong{color:var(--foreground);}.fr-contact-grid a,.fr-highlight-box a{color:var(--accent);}.fr-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:20px 0;}.fr-mini-card{padding:18px;background:var(--secondary);}.fr-requisites{display:grid;gap:0;border:1px solid var(--border);border-radius:14px;overflow:hidden;}.fr-requisites p{display:grid;grid-template-columns:190px 1fr;gap:16px;margin:0;padding:14px 16px;border-bottom:1px solid var(--border);}.fr-requisites p:last-child{border-bottom:0;}.fr-requisites span{color:var(--muted-foreground);}.fr-requisites strong{color:var(--foreground);font-weight:500;}/* Futurating privacy UX polish v241 */
.fr-cookie-banner[hidden]{display:none!important;}
.fr-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:65;padding:0;border-top:1px solid var(--border);background:rgba(255,255,255,.96);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:auto;}
.fr-cookie-banner__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:10px 24px;display:grid;grid-template-columns:auto auto;align-items:center;justify-content:center;gap:10px 16px;border:0;border-radius:0;background:transparent;box-shadow:none;}
.fr-cookie-banner__text{display:block;margin:0;min-width:0;color:var(--muted-foreground);font-size:13px;line-height:18px;overflow-wrap:normal;word-break:normal;text-align:center;}
.fr-cookie-banner__text a{color:var(--accent);text-decoration:none;white-space:nowrap;}
.fr-cookie-banner__text a:hover{text-decoration:underline;}
.fr-cookie-banner__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;}
.fr-cookie-banner__button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:0;border-radius:10px;padding:7px 14px;background:var(--accent);color:#fff;font-size:13px;font-weight:500;line-height:18px;white-space:nowrap;transition:background .2s ease,color .2s ease,box-shadow .2s ease;}
.fr-cookie-banner__button:hover{background:var(--accent-hover);color:#fff;}
.fr-cookie-banner__button:active{background:#2457AF;color:#fff;}
.fr-cookie-banner__button:focus-visible,.fr-cookie-banner__link:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(63,124,223,.22);}
.fr-cookie-banner__button--ghost{background:#fff;color:var(--foreground);border:1px solid var(--border);}
.fr-cookie-banner__button--ghost:hover{background:var(--secondary);color:var(--foreground);}
.fr-cookie-banner__link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:0;border-radius:10px;padding:7px 12px;background:var(--secondary);color:var(--foreground);font-size:13px;line-height:18px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color .2s ease,background .2s ease;}
.fr-cookie-banner__link:hover{color:var(--foreground);background:var(--border);}
.fr-cookie-settings{position:absolute;right:24px;bottom:calc(100% + 10px);width:min(340px,calc(100vw - 48px));display:grid;grid-template-columns:1fr;align-items:stretch;gap:10px;padding:12px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.16);}
.fr-cookie-settings[hidden]{display:none!important;}
.fr-cookie-settings__grid{display:grid;grid-template-columns:1fr;align-items:stretch;gap:8px;}
.fr-cookie-option{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;padding:9px 10px 9px 12px;border:1px solid transparent;border-radius:12px;background:var(--secondary);color:var(--foreground);font-size:12px;line-height:16px;}
.fr-cookie-option>span{order:1;min-width:0;}
.fr-cookie-option input{order:2;appearance:none;-webkit-appearance:none;position:relative;width:34px;height:20px;margin:0;flex:0 0 34px;border:0;border-radius:999px;background:#DADDE3;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;}
.fr-cookie-option input:before{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.18);transition:transform .2s ease;}
.fr-cookie-option input:checked{background:var(--accent);}
.fr-cookie-option input:checked:before{transform:translateX(14px);}
.fr-cookie-option input:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(63,124,223,.22);}
.fr-cookie-option strong{display:block;font-size:12px;line-height:15px;font-weight:600;}
.fr-cookie-option small{display:block;margin-top:1px;color:var(--muted-foreground);font-size:11px;line-height:14px;}
.fr-cookie-option em{order:2;display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:0 8px;border-radius:999px;background:#fff;color:var(--muted-foreground);font-style:normal;font-size:11px;line-height:14px;white-space:nowrap;}
.fr-cookie-option--locked{color:var(--foreground);}
.fr-cookie-settings__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.fr-cookie-settings__actions .fr-cookie-banner__button{width:100%;}
@media(max-width:761px){.fr-cookie-banner__inner{grid-template-columns:1fr;justify-content:stretch;padding:10px 16px;}.fr-cookie-banner__text{text-align:center;}.fr-cookie-banner__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;}.fr-cookie-banner__actions .fr-cookie-banner__button,.fr-cookie-banner__actions .fr-cookie-banner__link{width:100%;}.fr-cookie-settings{position:static;width:100%;margin-top:2px;}}
.fr-legal-links--compact{position:relative;gap:8px;}
.fr-legal-more{position:relative;}
.fr-legal-more__summary{display:inline-flex;align-items:center;gap:4px;min-height:22px;width:max-content;border-radius:0;padding:2px 0;color:var(--muted-foreground);font-size:12px;line-height:16px;cursor:pointer;list-style:none;transition:color .2s ease;}
.fr-legal-more__summary::-webkit-details-marker{display:none;}
.fr-legal-more__summary:hover{color:var(--accent);background:transparent;}
.fr-legal-more__label{display:inline-block;}
.fr-legal-more__icon{width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 12px;color:currentColor;transition:transform .18s ease;}
.fr-legal-more__icon svg{width:12px;height:12px;stroke-width:2;}
.fr-legal-more[open] .fr-legal-more__summary{color:var(--muted-foreground);background:transparent;}
.fr-legal-more[open] .fr-legal-more__icon{transform:rotate(180deg);}
.fr-legal-more__panel{position:static;width:auto;margin:6px 0 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;gap:8px;}
.fr-legal-more__panel a{display:block;margin:0;padding:0;color:var(--muted-foreground);font-size:12px;line-height:16px;transition:color .2s ease;}
.fr-legal-more__panel a:hover{background:transparent;color:var(--accent);}
@media (min-width:1024px){.fr-header__inner{justify-content:space-between;}.fr-logo{flex:0 0 332px;width:332px;}.fr-logo__text{width:280px;flex:0 0 280px;}.fr-logo__name{font-size:22px;line-height:1.02;}.fr-logo__slogan{margin-top:5px;max-width:280px;font-size:11px;line-height:1.15;}.fr-header-search{flex:0 1 672px;max-width:672px;margin-left:auto;margin-right:auto;}.fr-header-actions{min-width:184px;justify-content:flex-end;}}@media (max-width:1023px) and (min-width:640px){.fr-logo{flex:0 0 292px;width:292px;}.fr-logo__text{width:240px;flex-basis:240px;}.fr-logo__slogan{max-width:240px;}}.fr-content--search,.fr-content--author{max-width:1024px;}.fr-search-hero{display:flex;gap:16px;align-items:center;margin-bottom:24px;}.fr-search-hero__icon{width:64px;height:64px;flex:0 0 64px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:var(--accent-light);color:var(--accent);}.fr-search-hero__icon .fr-icon{width:32px;height:32px;}.fr-search-hero h1{margin:0 0 4px;font-size:clamp(26px,4vw,34px);line-height:1.15;font-weight:700;}.fr-search-hero p{margin:0;color:var(--muted-foreground);}.fr-search-hero strong{color:var(--foreground);}.fr-filter-tabs,.fr-floating-tabs{display:flex;gap:8px;overflow-x:auto;margin:0 0 24px;padding-bottom:2px;}.fr-filter-tabs__item,.fr-floating-tabs__item{flex:0 0 auto;padding:9px 16px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--foreground);font-size:14px;font-weight:500;transition:background .2s ease,color .2s ease,border-color .2s ease;}.fr-filter-tabs__item:hover,.fr-floating-tabs__item:hover{background:var(--secondary);}.fr-filter-tabs__item.is-active,.fr-floating-tabs__item.is-active{background:var(--accent);border-color:var(--accent);color:#fff;}.fr-search-section{margin-bottom:32px;}.fr-search-section:last-child{margin-bottom:0;}.fr-search-section>h2{margin:0 0 16px;font-size:22px;line-height:1.25;font-weight:700;}.fr-search-list{display:grid;gap:14px;}.fr-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}.fr-search-result-card,.fr-search-author-card,.fr-search-tax-card{display:block;background:#fff;border:1px solid transparent;border-radius:16px;transition:border-color .2s ease,background .2s ease,transform .2s ease;}.fr-search-result-card:hover,.fr-search-author-card:hover,.fr-search-tax-card:hover,.fr-post-card:hover{border-color:var(--accent-light);}.fr-search-result-card{padding:22px;}.fr-search-result-card h3{margin:0 0 8px;font-size:20px;line-height:1.25;font-weight:700;transition:color .2s ease;}.fr-search-result-card:hover h3{color:var(--accent);}.fr-search-result-card p{margin:0 0 16px;color:var(--muted-foreground);line-height:1.6;}.fr-search-result-card__meta{display:flex;align-items:center;gap:14px;padding-top:12px;border-top:1px solid var(--border);color:var(--muted-foreground);font-size:12px;}.fr-search-result-card__meta span{display:inline-flex;align-items:center;gap:5px;}.fr-search-result-card__meta .fr-icon{width:14px;height:14px;}.fr-search-author-card{display:flex;gap:16px;padding:22px;}.fr-search-author-card__avatar{width:64px;height:64px;flex:0 0 64px;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,var(--accent),var(--accent-hover));}.fr-search-author-card__img,.fr-search-author-card__avatar img{width:100%;height:100%;object-fit:cover;}.fr-search-author-card__body{min-width:0;display:grid;gap:4px;}.fr-search-author-card__name{color:var(--foreground);font-size:18px;line-height:1.25;font-weight:700;}.fr-search-author-card__role,.fr-search-author-card__stats,.fr-search-tax-card small,.fr-search-tax-card em{color:var(--muted-foreground);font-size:13px;line-height:1.45;}.fr-search-tax-card{position:relative;display:flex;gap:16px;padding:20px;overflow:hidden;}.fr-search-tax-card__icon{width:48px;height:48px;flex:0 0 48px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--accent-light);color:var(--accent);}.fr-search-tax-card__icon .fr-icon{width:24px;height:24px;}.fr-search-tax-card__content{min-width:0;display:grid;gap:4px;}.fr-search-tax-card strong{font-size:18px;line-height:1.25;}.fr-search-tax-card em{font-style:normal;}.fr-empty-state{padding:48px 24px;border:1px solid var(--border);border-radius:16px;background:#fff;text-align:center;}.fr-empty-state__icon{width:64px;height:64px;margin:0 auto 16px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--secondary);color:var(--muted-foreground);}.fr-empty-state__icon .fr-icon{width:32px;height:32px;}.fr-empty-state h2{margin:0 0 8px;font-size:22px;}.fr-empty-state p{margin:0;color:var(--muted-foreground);}.fr-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.fr-post-card{overflow:hidden;border:1px solid transparent;border-radius:16px;background:#fff;transition:border-color .2s ease;}.fr-post-card__link{display:block;}.fr-post-card__media{aspect-ratio:16 / 9;overflow:hidden;background:var(--secondary);}.fr-post-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.fr-post-card:hover .fr-post-card__image{transform:scale(1.045);}.fr-post-card__body{padding:16px;}.fr-post-card__title{margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:1.35;font-weight:700;transition:color .2s ease;}.fr-post-card:hover .fr-post-card__title{color:var(--accent);}.fr-post-card__excerpt{margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted-foreground);font-size:14px;line-height:1.45;}.fr-post-card__author{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:12px;color:var(--muted-foreground);font-size:12px;white-space:nowrap;}.fr-post-card__authors{display:inline-flex;align-items:center;min-width:0;overflow:hidden;}.fr-post-card__author-link{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%;cursor:pointer;transition:color .2s ease;}.fr-post-card__author-link span:last-child{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.fr-post-card__author-link--coauthor{flex:1 1 auto;overflow:hidden;}.fr-post-card__author-comma{flex:0 0 auto;margin-right:4px;}.fr-post-card__author-link:hover{color:var(--accent);}.fr-post-card__author .fr-icon{width:14px;height:14px;flex:0 0 14px;}.fr-post-card__dot{flex:0 0 auto;color:#CCCCCC;}.fr-post-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--border);color:var(--muted-foreground);font-size:12px;}.fr-post-card__meta-group{display:flex;align-items:center;gap:12px;}.fr-post-card__meta span{display:inline-flex;align-items:center;gap:5px;}.fr-post-card__meta .fr-icon{width:14px;height:14px;}.fr-author-profile{overflow:hidden;margin-bottom:24px;border-radius:16px;background:#fff;}.fr-author-profile__cover{position:relative;height:192px;background:linear-gradient(135deg,var(--accent-light),var(--secondary));}.fr-author-profile__cover img{width:100%;height:100%;object-fit:cover;}.fr-author-profile__avatar{position:absolute;left:24px;bottom:0;transform:translateY(50%);}.fr-author-profile__avatar-img,.fr-author-profile__avatar img{width:96px;height:96px;border:4px solid #fff;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-hover));object-fit:cover;}.fr-author-profile__top-badge{position:absolute;top:-8px;right:-8px;display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:9px;background:linear-gradient(90deg,#F59E0B,#D97706);color:#fff;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 20px rgba(217,119,6,.25);}.fr-author-profile__top-badge .fr-icon{width:12px;height:12px;}.fr-author-profile__body{padding:64px 32px 32px;}.fr-author-profile__actions{display:flex;justify-content:flex-end;margin:-48px 0 16px;}.fr-author-profile__button{border:1px solid transparent;padding:10px 24px;border-radius:12px;background:var(--accent);color:#fff;font-size:14px;font-weight:500;}.fr-author-profile__button--muted{border-color:var(--border);background:#fff;color:var(--foreground);}.fr-author-profile__title-row h1{margin:0 0 12px;font-size:clamp(28px,4vw,40px);line-height:1.15;font-weight:700;}.fr-author-profile__bio{max-width:760px;margin-bottom:20px;}.fr-author-profile__bio-muted{margin:0 0 20px;color:var(--muted-foreground);}.fr-author-profile__links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;}.fr-author-profile__links a{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:10px;background:var(--secondary);color:var(--foreground);font-size:14px;transition:background .2s ease,color .2s ease;}.fr-author-profile__links a:hover{background:var(--accent-light);color:var(--accent);}.fr-author-profile__links .fr-icon{width:14px;height:14px;}.fr-author-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;padding:0;border-bottom:0;}.fr-author-stats div{min-width:0;}.fr-author-stats>div>span,.fr-author-stats>.fr-author-stat-button>span:first-child{display:block;margin-bottom:4px;color:var(--muted-foreground);font-size:12px;line-height:1.3;}.fr-author-stats strong{display:block;font-size:20px;line-height:1.25;font-weight:700;}.fr-author-impact{margin-top:24px;display:grid;gap:16px;}.fr-author-impact__head{display:flex;align-items:center;justify-content:space-between;gap:16px;}.fr-author-section-title{display:flex;align-items:center;gap:8px;margin-bottom:0;}.fr-author-section-title .fr-icon{width:20px;height:20px;color:var(--accent);}.fr-author-section-title h2{margin:0;font-size:20px;}.fr-author-impact__tabs{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--border);border-radius:12px;background:#fff;}.fr-author-impact__tabs button{min-width:0;min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:9px;padding:8px 12px;background:transparent;color:var(--muted-foreground);font-size:13px;line-height:18px;font-weight:500;text-align:center;transition:background .2s ease,color .2s ease;}.fr-author-impact__tabs button:hover,.fr-author-impact__tabs button:focus-visible{background:var(--secondary);color:var(--foreground);outline:none;}.fr-author-impact__tabs button.is-active{background:var(--accent);color:#fff;}.fr-author-impact__tabs strong{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:var(--secondary);color:inherit;font-size:12px;line-height:22px;font-weight:600;}.fr-author-impact__tabs button.is-active strong{background:rgba(255,255,255,.22);color:#fff;}.fr-author-impact__pane:not([hidden]){display:grid;gap:12px;}.fr-author-impact__summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;}.fr-author-impact__summary>div{min-width:0;padding:12px;border-radius:12px;background:var(--secondary);}.fr-author-impact__summary span{display:block;margin:0 0 4px;color:var(--muted-foreground);font-size:12px;line-height:16px;}.fr-author-impact__summary strong{display:block;color:var(--foreground);font-size:22px;line-height:26px;font-weight:700;}.fr-author-achievements__list,.fr-author-contributions__list{display:grid;gap:10px;}.fr-author-achievement,.fr-author-contribution{color:var(--foreground);font-size:14px;font-weight:500;}.fr-author-achievement{display:flex;gap:14px;align-items:center;padding:14px;border-radius:12px;background:var(--secondary);}.fr-author-achievement__icon{width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-light);color:var(--accent);}.fr-author-achievement__icon .fr-icon{width:20px;height:20px;}.fr-author-impact__more{justify-self:start;border:0;border-radius:10px;padding:9px 12px;background:var(--secondary);color:var(--foreground);font-size:13px;font-weight:500;transition:background .2s ease,color .2s ease;}.fr-author-impact__more:hover{background:var(--border);}.fr-author-contribution{display:grid;gap:8px;padding:14px;border:1px solid var(--border);border-radius:12px;background:#fff;}.fr-author-contribution__title{display:grid;gap:2px;min-width:0;text-decoration:none;}.fr-author-contribution__title span{color:var(--muted-foreground);font-size:12px;line-height:16px;font-weight:500;}.fr-author-contribution__title strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--foreground);font-size:14px;line-height:20px;font-weight:600;}.fr-author-contribution__title:hover strong{color:var(--foreground);}.fr-author-contribution p{display:-webkit-box;margin:0;color:var(--foreground);font-size:14px;line-height:21px;font-weight:400;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.fr-author-contribution__meta{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap;color:var(--muted-foreground);font-size:12px;line-height:16px;font-weight:400;}.fr-author-contribution__status{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border-radius:999px;background:var(--secondary);color:var(--muted-foreground);font-size:12px;line-height:16px;}.fr-author-contribution__status--in_progress{background:#E9F2FF;color:var(--accent);}.fr-author-contribution__status--done{background:#ECFDF3;color:#067647;}.fr-author-impact-modal:not([hidden]){display:flex;flex-direction:column;gap:16px;min-height:0;}.fr-author-impact-modal h3{margin:0 44px 0 0;font-size:22px;line-height:28px;}.fr-author-impact__summary--modal{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0;}.fr-author-impact__summary--modal>div{padding:14px;}.fr-author-achievements__list--modal,.fr-author-contributions__list--modal{min-height:0;max-height:calc(86vh - 128px);overflow:auto;padding-right:4px;}.fr-author-achievements__list--modal{grid-template-columns:1fr;}.fr-author-achievements__list--modal .fr-author-achievement__content strong{white-space:normal;overflow:visible;text-overflow:clip;}.fr-author-contributions__list--modal{max-height:calc(86vh - 244px);}.fr-author-contributions__list--modal .fr-author-contribution{padding:16px;}.fr-author-contributions__list--modal .fr-author-contribution p{display:block;overflow:visible;-webkit-line-clamp:unset;}@media (max-width:1023px){.fr-author-impact__summary--modal{grid-template-columns:repeat(3,minmax(0,1fr));}.fr-author-achievements__list--modal{grid-template-columns:1fr;}.fr-author-contributions__list--modal{max-height:calc(86vh - 274px);}}@media (max-width:767px){.fr-author-impact__tabs{width:100%;}.fr-author-impact__tabs button{flex:1 1 0;padding:8px;}.fr-author-impact__summary{grid-template-columns:repeat(2,minmax(0,1fr));}.fr-author-impact__summary--modal{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.fr-author-achievement,.fr-author-contribution{padding:12px;}.fr-author-achievement{gap:12px;}.fr-author-impact-modal{gap:12px;}.fr-author-impact-modal h3{font-size:20px;line-height:26px;}.fr-author-achievements__list--modal,.fr-author-contributions__list--modal{padding-right:0;}.fr-author-achievements__list--modal{max-height:calc(88vh - 116px);}.fr-author-contributions__list--modal{max-height:calc(88vh - 306px);}}.fr-author-posts__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;}.fr-author-posts__head h2{margin:0;font-size:26px;line-height:1.25;}.fr-rating-switch{display:inline-flex;gap:4px;padding:4px;border-radius:12px;background:#fff;}.fr-rating-switch a{padding:8px 12px;border-radius:9px;color:var(--muted-foreground);font-size:13px;font-weight:500;}.fr-rating-switch a.is-active{background:var(--accent);color:#fff;}.fr-pagination{margin-top:24px;}.fr-pagination ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;}.fr-pagination a,.fr-pagination span{display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;padding:0 12px;border-radius:10px;background:#fff;color:var(--foreground);font-size:14px;}.fr-pagination .current{background:var(--accent);color:#fff;}@media (max-width:1023px){.fr-content--search,.fr-content--author{max-width:none;}}@media (max-width:767px){.fr-search-grid,.fr-post-grid{grid-template-columns:1fr;}.fr-search-hero{align-items:flex-start;}.fr-search-hero__icon{width:52px;height:52px;flex-basis:52px;}.fr-search-hero__icon .fr-icon{width:26px;height:26px;}.fr-author-profile__cover{height:160px;}.fr-author-profile__body{padding:58px 20px 24px;}.fr-author-profile__actions{justify-content:stretch;margin:0 0 18px;}.fr-author-profile__button{width:100%;}.fr-author-stats{grid-template-columns:repeat(2,minmax(0,1fr));}.fr-author-posts__head{align-items:flex-start;flex-direction:column;}.fr-rating-switch{width:100%;}.fr-rating-switch a{flex:1;text-align:center;}.fr-post-card__meta{align-items:flex-start;flex-direction:column;}}@media (min-width:1024px){.fr-header__inner{display:grid;grid-template-columns:332px minmax(280px,672px) 184px;align-items:center;gap:16px;}.fr-logo{width:332px;min-width:332px;overflow:hidden;}.fr-logo__text{width:280px;min-width:0;overflow:hidden;}.fr-logo__name{font-size:22px!important;line-height:1.02;font-family:var(--font-logo);}.fr-logo__slogan{display:block;margin-top:5px;width:280px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px!important;line-height:1.15;}.fr-header-search{width:100%;max-width:672px;justify-self:center;margin:0;}.fr-header-actions{width:184px;min-width:184px;justify-content:flex-end;justify-self:end;}}.fr-author-layout{display:flex;align-items:flex-start;gap:24px;}.fr-author-layout .fr-content--author{flex:1 1 auto;max-width:1024px;min-width:0;}.fr-right-sidebar{display:none;width:320px;flex:0 0 320px;}.fr-right-sidebar__inner{position:sticky;top:80px;display:flex;flex-direction:column;gap:16px;}@media (min-width:1280px){.fr-right-sidebar{display:block;}}.fr-side-widget{background:#fff;border-radius:16px;padding:16px;}.fr-side-widget h3{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--foreground);font-family:var(--font-heading);font-size:16px;font-weight:700;}.fr-side-widget h3 .fr-icon{width:20px;height:20px;color:var(--accent);flex:0 0 20px;}.fr-side-widget__empty{margin:0;color:var(--muted-foreground);font-size:14px;}.fr-discussions-list,.fr-side-link-list,.fr-side-stats{display:flex;flex-direction:column;gap:8px;}.fr-discussion-item{padding-bottom:12px;border-bottom:1px solid var(--secondary);}.fr-discussion-item:last-child{padding-bottom:0;border-bottom:0;}.fr-discussion-item__head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;}.fr-discussion-item__head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--foreground);font-size:14px;font-weight:600;}.fr-discussion-item__head span,.fr-discussion-item p,.fr-discussion-item a,.fr-side-link-list a small{color:var(--muted-foreground);font-size:12px;}.fr-discussion-item p{margin:0 0 6px;font-size:14px;line-height:1.45;}.fr-discussion-item a{color:var(--accent);font-weight:600;}.fr-side-link-list a,.fr-side-stats div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-radius:10px;color:var(--muted-foreground);transition:background .2s ease,color .2s ease;}.fr-side-link-list a:hover{background:var(--secondary);color:var(--foreground);}.fr-side-link-list a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;}.fr-side-stats span{color:var(--muted-foreground);font-size:14px;}.fr-side-stats strong{color:var(--foreground);font-size:14px;}.fr-author-profile__badge,.fr-search-author-card__org{display:inline-flex;align-items:center;width:max-content;padding:4px 10px;border-radius:8px;background:var(--accent-light);color:var(--accent);font-size:13px;font-weight:600;}.fr-author-bio-details summary{display:inline-flex;margin-top:8px;color:var(--accent);cursor:pointer;font-size:14px;font-weight:600;white-space:nowrap;}.fr-author-bio-details summary:hover{text-decoration:underline;}.fr-search-author-card__org{margin-top:6px;font-size:12px;}.fr-search-tax-card--visual{min-height:156px;align-items:flex-start;}.fr-search-tax-card--visual .fr-search-tax-card__icon{background:rgba(255,255,255,.95);}.fr-search-tax-card--visual .fr-search-tax-card__content strong,.fr-search-tax-card--visual .fr-search-tax-card__content small,.fr-search-tax-card--visual .fr-search-tax-card__content em{color:#fff;}.fr-search-tax-card--visual .fr-search-tax-card__content small,.fr-search-tax-card--visual .fr-search-tax-card__content em{opacity:.9;}@media (max-width:1279px){.fr-author-layout{display:block;}}.fr-author-profile__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;}.fr-author-profile__button:hover{transform:translateY(-1px);background:#2E5FBF;}.fr-author-profile__button--muted:hover{background:var(--secondary);color:var(--foreground);}.fr-author-profile__button .fr-icon{width:18px;height:18px;flex:0 0 18px;}.fr-author-profile__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-bottom:12px;}.fr-author-profile__title-row h1{margin-bottom:0;}.fr-author-achievements__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;}.fr-author-achievements__head .fr-author-section-title{margin-bottom:0;}.fr-author-achievements__pager{display:inline-flex;align-items:center;gap:8px;}.fr-author-achievements__pager button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:var(--secondary);color:var(--foreground);cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease;}.fr-author-achievements__pager button:hover:not(:disabled){background:var(--accent-light);color:var(--accent);}.fr-author-achievements__pager button:disabled{opacity:.4;cursor:default;}.fr-author-achievements__pager .fr-icon{width:18px;height:18px;}.fr-author-achievements__pager span{min-width:34px;text-align:center;color:var(--muted-foreground);font-size:13px;font-weight:600;}.fr-author-achievement[hidden]{display:none!important;}.fr-author-achievement__content{display:flex;min-width:0;flex-direction:column;gap:3px;text-align:left;}.fr-author-achievement__content strong{display:block;min-width:0;color:var(--foreground);font-size:14px;font-weight:500;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.fr-author-achievement__content small{display:block;min-width:0;color:var(--muted-foreground);font-size:12px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.fr-author-feed__loader{display:none;margin:20px auto 0;width:max-content;max-width:100%;padding:10px 16px;border-radius:999px;background:#fff;color:var(--muted-foreground);font-size:14px;box-shadow:0 8px 24px rgba(0,0,0,.06);}.fr-author-feed__loader.is-visible{display:block;}.fr-author-feed__sentinel{height:1px;}.fr-author-floating-tabs{position:fixed;left:50%;bottom:24px;z-index:70;transform:translateX(-50%);display:none;gap:4px;padding:8px;border-radius:18px;background:#1A1A1A;box-shadow:0 18px 60px rgba(0,0,0,.24);}.fr-author-floating-tabs__item{width:100px;min-height:58px;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;border-radius:12px;color:rgba(255,255,255,.72);font-size:12px;font-weight:600;text-align:center;text-decoration:none;transition:background .2s ease,color .2s ease;}.fr-author-floating-tabs__item .fr-icon{width:20px;height:20px;flex:0 0 20px;}.fr-author-floating-tabs__item:hover{background:rgba(255,255,255,.10);color:#fff;}.fr-author-floating-tabs__item.is-active{background:var(--accent);color:#fff;}.fr-post-card__video,.fr-post-card__image{width:100%;height:100%;display:block;object-fit:cover;}@media (min-width:1024px){.fr-author-floating-tabs{display:inline-flex;}.fr-content--author{padding-bottom:110px;}}@media (max-width:1023px){.fr-author-floating-tabs{left:0;right:0;bottom:0;transform:none;display:flex;overflow-x:auto;justify-content:flex-start;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0;background:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.10);scrollbar-width:none;}.fr-author-floating-tabs::-webkit-scrollbar{display:none;}.fr-author-floating-tabs__item{width:auto;min-width:92px;min-height:54px;flex:0 0 auto;background:var(--secondary);color:var(--muted-foreground);}.fr-author-floating-tabs__item:hover{background:var(--accent-light);color:var(--accent);}.fr-author-floating-tabs__item.is-active{background:var(--accent);color:#fff;}.fr-content--author{padding-bottom:104px;}}@media (max-width:767px){.fr-author-achievements__head{align-items:flex-start;flex-direction:column;}.fr-author-achievements__pager{width:100%;justify-content:space-between;}.fr-author-profile__title-row{align-items:flex-start;flex-direction:column;}}.fr-filter-tabs{flex-wrap:wrap;overflow:visible;padding-bottom:0;}.fr-filter-tabs__item{white-space:nowrap;}.fr-search-result-card,.fr-search-author-card,.fr-search-tax-card{border-color:transparent;transform:none;}.fr-search-result-card:hover,.fr-search-author-card:hover,.fr-search-tax-card:hover,.fr-post-card:hover{border-color:transparent;}.fr-search-result-card__meta{flex-wrap:wrap;}.fr-search-result-card__meta time{display:inline-flex;align-items:center;gap:5px;}.fr-search-result-card__meta time .fr-icon{width:14px;height:14px;}.fr-search-result-card--page p{margin-bottom:0;}.fr-search-grid{align-items:stretch;}.fr-search-author-card{height:100%;min-height:180px;}.fr-search-author-card__body{width:100%;min-height:0;align-content:start;}.fr-search-author-card__head{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap;}.fr-search-author-card__name{font-family:var(--font-heading);transition:color .2s ease;}.fr-search-author-card:hover .fr-search-author-card__name{color:var(--accent);}.fr-search-author-card__role{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(13px * 1.45 * 3);}.fr-search-author-card__stats{margin-top:auto;}.fr-search-tax-card--visual{display:block;min-height:0;padding:0;background:linear-gradient(135deg,#1A1A1A,#3F7CDF);color:#fff;overflow:hidden;}.fr-search-tax-card--visual::before{content:"";display:block;aspect-ratio:16 / 9;}.fr-search-tax-card__image,.fr-search-tax-card__shade,.fr-search-tax-card--visual .fr-search-tax-card__content{position:absolute;}.fr-search-tax-card__image{inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.fr-search-tax-card:hover .fr-search-tax-card__image{transform:scale(1.04);}.fr-search-tax-card__shade{inset:0;background:linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,.32) 48%,rgba(0,0,0,.05));z-index:1;}.fr-search-tax-card--visual .fr-search-tax-card__content{left:0;right:0;bottom:0;z-index:2;padding:24px;display:grid;gap:7px;}.fr-search-tax-card--visual .fr-search-tax-card__content strong{font-family:var(--font-heading);font-size:20px;line-height:1.2;}.fr-search-tax-card--visual .fr-search-tax-card__content em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-style:normal;line-height:1.45;}.fr-search-tax-card--visual .fr-search-tax-card__content small{line-height:1.45;}.fr-empty-state--search{border:0;}.fr-scroll-to-top{position:fixed;right:24px;bottom:var(--fr-scroll-top-bottom,24px);z-index:45;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--accent);color:#fff;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background .2s ease;box-shadow:0 14px 30px rgba(63,124,223,.24);}.fr-scroll-to-top:hover{background:var(--accent-hover);transform:translateY(0) scale(1.1);}.fr-scroll-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);}.fr-scroll-to-top .fr-icon{width:24px;height:24px;stroke-width:2;}body:not(.fr-cookie-accepted) .fr-scroll-to-top.is-visible{bottom:var(--fr-scroll-top-bottom,82px);}@media (max-width:767px){.fr-filter-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;gap:8px;margin:0 -4px 20px;padding:0 4px 2px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 14px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 14px),transparent 100%);}.fr-filter-tabs::-webkit-scrollbar{display:none;}.fr-filter-tabs__item{flex:0 0 auto;padding:8px 13px;font-size:13px;white-space:nowrap;scroll-snap-align:start;}.fr-search-author-card{min-height:0;}.fr-search-author-card__role{min-height:0;}.fr-search-tax-card--visual .fr-search-tax-card__content{padding:18px;}.fr-search-tax-card--visual .fr-search-tax-card__content strong{font-size:18px;}.fr-scroll-to-top{right:16px;bottom:var(--fr-scroll-top-bottom,16px);width:44px;height:44px;}body:not(.fr-cookie-accepted) .fr-scroll-to-top.is-visible{bottom:var(--fr-scroll-top-bottom,78px);}}.fr-search-result-card__date,.fr-post-card__date{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;}.fr-search-result-card__date .fr-icon,.fr-post-card__date .fr-icon{width:14px;height:14px;flex:0 0 14px;color:currentColor;}.fr-post-card__author{flex-wrap:nowrap;}.fr-search-author-card{min-height:0;padding:18px 20px;align-items:flex-start;}.fr-search-author-card__avatar{width:56px;height:56px;flex-basis:56px;}.fr-search-author-card__body{display:flex;flex-direction:column;gap:5px;}.fr-search-author-card__role{min-height:0;margin-bottom:2px;}.fr-search-author-card__stats{margin-top:4px;}.fr-search-tax-card--visual:not(.has-image){background:linear-gradient(to top,rgba(0,0,0,.76),rgba(0,0,0,.32) 48%,rgba(0,0,0,.05)),linear-gradient(135deg,#1A1A1A,#3F7CDF);}.fr-scroll-to-top{box-shadow:none;}.fr-scroll-to-top:hover{box-shadow:none;}@media (min-width:1024px){.fr-header__inner{display:flex!important;align-items:center;justify-content:space-between;gap:16px;}.fr-logo{flex:0 0 332px!important;width:332px!important;min-width:332px!important;overflow:hidden;}.fr-logo__text{width:280px;min-width:0;overflow:hidden;}.fr-logo__name{font-size:22px!important;line-height:1.02;font-family:var(--font-logo);}.fr-logo__slogan{display:block;margin-top:5px;width:280px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px!important;line-height:1.15;}.fr-header-search{flex:1 1 672px!important;max-width:672px;min-width:280px;margin:0 16px;}.fr-header-actions{flex:0 0 184px!important;width:184px;min-width:184px;justify-content:flex-end;gap:8px;}}.fr-header__mobile-toggle,.fr-header__icon-btn,.fr-user-menu__toggle{width:40px!important;height:40px!important;padding:0!important;border-radius:12px!important;}.fr-header__mobile-toggle:hover,.fr-header__icon-btn:hover,.fr-user-menu__toggle:hover{background:#F8F8F8!important;}.fr-header__icon-btn .fr-icon,.fr-user-menu__toggle .fr-icon,.fr-header__mobile-toggle .fr-icon,.fr-search-form__icon .fr-icon{width:20px!important;height:20px!important;}.fr-notifications-page{min-height:calc(100vh - 64px);padding:32px 16px 96px;background:#F8F8F8;}.fr-notifications-page__inner{max-width:1400px;margin:0 auto;display:flex;gap:24px;}.fr-notifications-spacer{display:none;width:224px;flex:0 0 224px;}.fr-notifications-content{max-width:1024px;min-width:0;}.fr-notifications-head{display:flex;align-items:center;gap:16px;margin-bottom:24px;}.fr-notifications-head__icon{width:64px;height:64px;flex:0 0 64px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:var(--accent-light);color:var(--accent);}.fr-notifications-head__icon .fr-icon{width:32px;height:32px;}.fr-notifications-head h1{margin:0 0 4px;font-size:clamp(24px,3vw,30px);line-height:1.2;font-family:var(--font-heading);font-weight:700;color:var(--foreground);}.fr-notifications-head p{margin:0;color:var(--muted-foreground);}.fr-notifications-mark-all{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;margin:-6px 0 18px;border:0;border-radius:12px;background:#fff;color:var(--accent);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease;}.fr-notifications-mark-all:hover{background:var(--accent-light);}.fr-notifications-filters__scroller{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;}.fr-notifications-filter{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--foreground);font-size:14px;font-weight:500;transition:background .2s ease,color .2s ease,border-color .2s ease;}.fr-notifications-filter:hover{background:#F8F8F8;color:var(--foreground);}.fr-notifications-filter.is-active{border-color:var(--accent);background:var(--accent);color:#fff;}.fr-notifications-list{display:grid;gap:12px;}.fr-notification-card{display:flex;align-items:flex-start;gap:16px;position:relative;padding:24px;border-radius:16px;background:#fff;color:var(--foreground);}.fr-notification-card.is-unread{box-shadow:0 0 0 2px rgba(63,124,223,.2);}.fr-notification-card__avatar{width:48px;height:48px;flex:0 0 48px;}.notification-avatar,.notification-avatar img,.notification-avatar-initial,.notification-icon-circle{width:48px;height:48px;border-radius:999px;}.notification-avatar{overflow:hidden;}.notification-avatar img{display:block;object-fit:cover;}.notification-avatar-initial{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent),var(--accent-hover));color:#fff;font-size:18px;font-weight:700;font-family:var(--font-heading);}.notification-icon-circle{display:flex;align-items:center;justify-content:center;background:var(--accent-light);color:var(--accent);}.notification-icon-circle .fr-icon{width:24px;height:24px;}.fr-notification-card__body{flex:1;min-width:0;}.fr-notification-card__text{margin:0 0 4px;color:var(--foreground);font-size:16px;line-height:1.5;}.fr-notification-card__text .user-name{font-weight:600;color:var(--foreground);}.fr-notification-card__text a{color:var(--accent);font-weight:500;}.fr-notification-card__text a:hover{text-decoration:underline;}.fr-notification-card__preview{margin:8px 0;padding:12px;border-radius:12px;background:#F8F8F8;color:var(--foreground);font-size:14px;line-height:1.45;font-style:italic;}.fr-notification-card__time{margin:0;color:var(--muted-foreground);font-size:12px;line-height:1.4;}.fr-notification-card__dot{width:8px;height:8px;flex:0 0 8px;margin-top:8px;border-radius:999px;background:var(--accent);}.fr-notifications-empty{padding:48px 24px;border-radius:16px;background:#fff;text-align:center;}.fr-notifications-empty__icon{width:64px;height:64px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#F8F8F8;color:var(--muted-foreground);}.fr-notifications-empty__icon .fr-icon{width:32px;height:32px;}.fr-notifications-empty h3{margin:0 0 8px;font-size:20px;font-weight:700;font-family:var(--font-heading);}.fr-notifications-empty p{margin:0 auto 18px;max-width:520px;color:var(--muted-foreground);}@media (min-width:1024px){.fr-notifications-spacer{display:block;}}@media (max-width:767px){.fr-notifications-page{padding:24px 16px 88px;}.fr-notifications-head{gap:12px;margin-bottom:20px;}.fr-notifications-head__icon{width:56px;height:56px;flex-basis:56px;}.fr-notification-card{gap:12px;padding:18px;border-radius:16px;}.fr-notification-card__text{font-size:15px;}.fr-notifications-filters{margin:0 -16px 20px;padding:0 16px 2px;}.fr-notifications-filter{flex:0 0 auto;min-height:36px;padding:8px 13px;font-size:13px;white-space:nowrap;}}.fr-header__icon-btn,.fr-user-menu__toggle,.fr-header__mobile-toggle{background-clip:padding-box;}.fr-header__icon-btn{width:44px!important;min-width:44px!important;height:40px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;}.fr-user-menu__toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;}.fr-header__mobile-toggle{width:44px!important;min-width:44px!important;height:40px!important;padding:0 12px!important;}.fr-header__icon-btn:hover,.fr-user-menu__toggle:hover,.fr-header__mobile-toggle:hover{background:#F8F8F8!important;}@media (min-width:1024px){.fr-header-actions{flex:0 0 196px!important;width:196px!important;min-width:196px!important;}}.fr-search-tax-card.has-image .fr-search-tax-card__image{display:block!important;opacity:1!important;}.fr-search-tax-card.has-image{background:#1A1A1A!important;}.fr-search-tax-card.has-image .fr-search-tax-card__shade{background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.34) 50%,rgba(0,0,0,.08))!important;}.fr-search-tax-card--visual,.fr-search-tax-card--visual.has-image{border:0!important;outline:0!important;box-shadow:none!important;background-clip:border-box!important;}.fr-search-tax-card--visual.has-image{background:#000!important;}.fr-search-tax-card--visual.has-image::before{background:transparent!important;}.fr-search-tax-card--visual .fr-search-tax-card__image{display:block;inset:0;width:100%;height:100%;object-fit:cover;}.fr-content--notifications{max-width:1024px;}.fr-notifications-content{width:100%;max-width:none;}.fr-notifications-filters{flex-wrap:wrap;overflow:visible;padding-bottom:0;margin-bottom:24px;}.fr-notifications-filter{white-space:nowrap;}.fr-notification-card{border:0!important;box-shadow:none;}.fr-notification-card.is-unread{box-shadow:0 0 0 2px rgba(63,124,223,.18)!important;}.fr-notifications-mark-all,.fr-notifications-spacer,.fr-notifications-page__inner{display:none!important;}@media (max-width:767px){.fr-content--notifications{max-width:none;}.fr-notifications-filters{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;margin:0 -4px 20px;padding:0 4px 2px;gap:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 14px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 14px),transparent 100%);}.fr-notifications-filters::-webkit-scrollbar{display:none;}.fr-notifications-filter{flex:0 0 auto;padding:8px 13px;font-size:13px;white-space:nowrap;scroll-snap-align:start;}}.fr-section-head--hero{margin-bottom:28px;}.fr-section-head--hero p{margin:0;color:#888888;}.fr-mini-card__icon{width:40px;height:40px;border-radius:14px;background:#E9F2FF;color:#3F7CDF;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;}.fr-mini-card__icon .fr-icon{width:20px;height:20px;}.fr-rich-text .fr-lead{font-size:18px;line-height:1.7;color:#1A1A1A;}.fr-rich-text section .fr-card-grid,.fr-rich-text section .fr-feature-list{margin-top:16px;}@media (max-width:640px){.fr-section-head--hero{align-items:flex-start;}.fr-section-head--hero .fr-section-head__icon{width:48px;height:48px;border-radius:16px;}.fr-rich-text .fr-lead{font-size:16px;}}.fr-header__mobile-toggle,.fr-header__icon-btn,.fr-user-menu__toggle,.fr-mobile-menu__close,.fr-nav-link,.fr-filter-tabs__item,.fr-scroll-to-top{-webkit-tap-highlight-color:transparent;touch-action:manipulation;pointer-events:auto;}.fr-mobile-menu-overlay:not(.is-open){pointer-events:none;}.fr-mobile-menu-overlay.is-open,.fr-mobile-menu.is-open{pointer-events:auto;}.fr-archive-page{max-width:1024px;}.fr-archive-hero{display:flex;align-items:center;gap:16px;margin-bottom:32px;}.fr-archive-hero__icon{width:64px;height:64px;flex:0 0 64px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:var(--accent-light);color:var(--accent);}.fr-archive-hero__icon .fr-icon{width:32px;height:32px;}.fr-archive-hero h1{margin:0 0 4px;font-size:clamp(28px,3vw,32px);line-height:1.2;font-weight:700;}.fr-archive-hero p{margin:0;color:var(--muted-foreground);}.fr-term-groups{display:grid;gap:32px;}.fr-term-group>h2{margin:0 0 16px;font-size:20px;line-height:1.3;font-weight:700;}.fr-term-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}.fr-term-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:16px;background:#fff;transition:none;}.fr-term-card__media{display:block;height:160px;overflow:hidden;background:var(--secondary);}.fr-term-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.fr-term-card:hover .fr-term-card__media img{transform:scale(1.08);}.fr-term-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--accent);background:linear-gradient(135deg,var(--accent-light),#fff);}.fr-term-card__placeholder .fr-icon{width:36px;height:36px;}.fr-term-card__body{display:flex;flex:1;flex-direction:column;padding:24px;}.fr-term-card__body strong{display:block;margin-bottom:8px;font-family:var(--font-heading);font-size:16px;line-height:1.3;font-weight:700;color:var(--foreground);transition:color .2s ease;}.fr-term-card:hover .fr-term-card__body strong{color:var(--accent);}.fr-term-card__body em{display:-webkit-box;min-height:42px;margin-bottom:16px;overflow:hidden;color:var(--muted-foreground);font-size:14px;font-style:normal;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.fr-term-card__meta{margin-top:auto;}.fr-term-card__meta,.fr-content-list-card__meta,.fr-author-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:14px;color:#CCCCCC;font-size:12px;}.fr-term-card__meta span,.fr-content-list-card__meta span,.fr-author-card__meta span{display:inline-flex;align-items:center;gap:4px;min-width:0;}.fr-term-card__meta .fr-icon,.fr-content-list-card__meta .fr-icon,.fr-author-card__meta .fr-icon{width:14px;height:14px;}.fr-contests-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.fr-contest-card{display:block;padding:24px;border:1px solid transparent;border-radius:16px;background:#fff;}.fr-contest-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;}.fr-contest-card__title{min-width:0;flex:1;font-family:var(--font-heading);font-size:18px;line-height:1.35;font-weight:700;color:var(--foreground);transition:color .2s ease;}.fr-contest-card:hover .fr-contest-card__title{color:var(--accent);}.fr-contest-card__status{flex:0 0 auto;padding:2px 8px;border-radius:8px;color:#fff;font-size:12px;line-height:20px;font-weight:500;}.fr-contest-card__status--active{background:#10B981;}.fr-contest-card__status--upcoming{background:var(--accent);}.fr-contest-card__status--finished{background:#888;}.fr-contest-card__description{display:block;min-height:42px;margin-bottom:16px;color:var(--muted-foreground);font-size:14px;line-height:1.5;}.fr-contest-card__meta{display:grid;gap:8px;color:var(--muted-foreground);font-size:14px;line-height:1.45;}.fr-contest-card__meta-row{display:flex;align-items:center;gap:8px;}.fr-contest-card__meta-row .fr-icon{width:16px;height:16px;color:currentColor;}.fr-contest-card__prize{display:block;margin-top:8px;padding-top:10px;border-top:1px solid var(--border);font-size:18px;line-height:1.35;font-weight:700;color:var(--accent);}@media (max-width:767px){.fr-contests-grid{grid-template-columns:1fr;}.fr-contest-card{padding:20px;}.fr-contest-card__top{gap:10px;}.fr-contest-card__title{font-size:16px;}.fr-contest-card__description{min-height:0;}}.fr-authors-page .fr-filter-tabs,.fr-filter-tabs--archive{margin-bottom:24px;}.fr-authors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.fr-author-card{display:flex;gap:16px;min-height:154px;padding:24px;border-radius:16px;background:#fff;transition:none;}.fr-author-card__avatar{position:relative;width:64px;height:64px;flex:0 0 64px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-light);color:var(--accent);}.fr-author-card__avatar img{width:64px;height:64px;display:block;border-radius:999px;object-fit:cover;}.fr-author-card__top{position:absolute;top:-4px;right:-8px;display:inline-flex;align-items:center;gap:2px;padding:2px 6px;border-radius:6px;background:linear-gradient(90deg,#F59E0B,#D97706);color:#fff;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 8px 18px rgba(217,119,6,.25);}.fr-author-card__top .fr-icon{width:10px;height:10px;fill:currentColor;}.fr-author-card__body{min-width:0;flex:1;display:flex;flex-direction:column;}.fr-author-card__head{display:flex;align-items:center;gap:8px;min-width:0;margin-bottom:6px;}.fr-author-card__head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-heading);font-size:16px;line-height:1.3;font-weight:700;color:var(--foreground);transition:color .2s ease;}.fr-author-card:hover .fr-author-card__head strong{color:var(--accent);}.fr-author-card__head em{flex:0 0 auto;padding:2px 8px;border-radius:6px;background:var(--accent-light);color:var(--accent);font-size:12px;font-style:normal;font-weight:500;}.fr-author-card__bio{display:-webkit-box;min-height:42px;margin-bottom:16px;overflow:hidden;color:var(--muted-foreground);font-size:14px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.fr-author-card__meta{margin-top:auto;}.fr-authors-table-card{overflow-x:auto;border-radius:16px;border:1px solid var(--border);background:#fff;}.fr-authors-table{width:100%;min-width:900px;border-collapse:collapse;}.fr-authors-table thead tr{background:#FAFBFC;}.fr-authors-table th,.fr-authors-table td{padding:12px 8px;text-align:center;font-size:14px;border-bottom:1px solid #F3F4F6;}.fr-authors-table th{font-size:12px;font-weight:700;color:var(--foreground);}.fr-authors-table th a{display:inline-flex;align-items:center;justify-content:center;gap:4px;}.fr-authors-table th .fr-icon{width:12px;height:12px;color:var(--muted-foreground);}.fr-authors-table .is-left{text-align:left;padding-left:12px;}.fr-authors-table td a{color:var(--foreground);font-weight:600;transition:color .2s ease;}.fr-authors-table td a:hover{color:var(--accent);}.fr-table-award{display:inline-flex;align-items:center;gap:4px;color:var(--accent);font-weight:600;}.fr-table-award .fr-icon{width:14px;height:14px;}.fr-table-muted{color:#CCCCCC;}.fr-content-list{display:grid;gap:16px;}.fr-content-list-card{display:flex;gap:24px;overflow:hidden;border-radius:16px;background:#fff;transition:none;}.fr-content-list-card__media{width:256px;flex:0 0 256px;overflow:hidden;aspect-ratio:16 / 9;background:var(--secondary);}.fr-content-list-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.fr-content-list-card:hover .fr-content-list-card__media img{transform:scale(1.05);}.fr-content-list-card__body{min-width:0;flex:1;display:flex;flex-direction:column;padding:24px 24px 24px 0;}.fr-content-list-card__body strong{display:block;margin-bottom:8px;font-family:var(--font-heading);font-size:20px;line-height:1.3;font-weight:700;color:var(--foreground);transition:color .2s ease;}.fr-content-list-card:hover .fr-content-list-card__body strong{color:var(--accent);}.fr-content-list-card__person{display:block;margin-bottom:8px;color:var(--muted-foreground);font-size:14px;}.fr-content-list-card__person b{color:var(--foreground);font-weight:600;}.fr-content-list-card__status{width:max-content;display:inline-flex;align-items:center;min-height:24px;margin:0 0 10px;padding:3px 9px;border-radius:8px;background:var(--secondary);color:var(--muted-foreground);font-size:12px;line-height:18px;font-weight:500;}.fr-content-list-card__status--future{background:#E9F2FF;color:#3F7CDF;}.fr-content-list-card__status--draft{background:#F8F8F8;color:#888;}.fr-content-list-card__body em{display:-webkit-box;margin-bottom:16px;overflow:hidden;color:var(--muted-foreground);font-size:14px;font-style:normal;line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical;}.fr-content-list-card__meta{margin-top:auto;}@media (max-width:1023px){.fr-archive-page{max-width:none;}.fr-term-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:767px){.fr-archive-hero{gap:12px;margin-bottom:24px;}.fr-archive-hero__icon{width:56px;height:56px;flex-basis:56px;border-radius:14px;}.fr-archive-hero__icon .fr-icon{width:28px;height:28px;}.fr-term-grid,.fr-authors-grid{grid-template-columns:1fr;}.fr-term-card__body,.fr-author-card,.fr-content-list-card__body{padding:20px;}.fr-content-list-card{display:block;}.fr-content-list-card__media{width:100%;display:block;aspect-ratio:16 / 9;}.fr-content-list-card__body{padding-top:20px;}.fr-content-list-card__body strong{font-size:18px;}}@media (max-width:479px){.fr-archive-hero{align-items:flex-start;}.fr-author-card{gap:14px;}.fr-author-card__avatar,.fr-author-card__avatar img{width:56px;height:56px;flex-basis:56px;}.fr-term-card__media{height:148px;}}.fr-create-login-card,.frfp-card{background:#fff;border-radius:16px;padding:24px;}@media (min-width:640px){.fr-create-login-card,.frfp-card{padding:32px;}}.fr-create-login-card{text-align:center;}.fr-create-login-card__icon{width:56px;height:56px;margin:0 auto 16px;border-radius:16px;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;}.fr-create-login-card h1,.frfp-card__head h1{margin:0;font-family:var(--font-heading);font-size:30px;line-height:1.25;font-weight:700;color:var(--foreground);}.fr-create-login-card p,.frfp-card__head p{margin:8px 0 0;color:var(--muted-foreground);font-size:14px;line-height:1.45;}.frfp-card__head{display:flex;justify-content:space-between;gap:16px;}.frfp-stack{display:flex;flex-direction:column;}.frfp-field{min-width:0;}.frfp-label{display:block;margin:0 0 8px;font-family:var(--font-body);font-size:14px;font-weight:500;line-height:1.5;color:var(--foreground);}.frfp-help{margin:8px 0 0;color:var(--muted-foreground);font-size:12px;line-height:1.45;}.frfp-input,.frfp-post-type-native,.frfp-field select:not(.frfp-format-select):not(.frfp-geo-select),.frfp-field input[type="text"],.frfp-field input[type="datetime-local"]{width:100%;min-height:48px;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--foreground);padding:11px 14px;outline:none;font-size:14px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;}.frfp-input:focus,.frfp-field select:not(.frfp-geo-select):focus,.frfp-field input[type="text"]:focus,.frfp-field input[type="datetime-local"]:focus{border-color:transparent;box-shadow:0 0 0 2px var(--accent);}.frfp-input-icon{position:relative;}.frfp-input-icon .fr-icon{position:absolute;top:50%;transform:translateY(-50%);color:var(--muted-foreground);pointer-events:none;}.frfp-project-select-wrap{position:relative;display:block;}.frfp-project-select-wrap .frfp-project-select{appearance:none;-webkit-appearance:none;width:100%;min-height:48px;padding:11px 42px 11px 48px!important;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#1A1A1A;font-size:14px;line-height:20px;cursor:pointer;outline:none;}.frfp-project-select-wrap .frfp-project-select:focus{border-color:transparent;box-shadow:0 0 0 2px #3F7CDF;}.frfp-project-select-icon,.frfp-project-select-chevron{position:absolute;top:50%;display:inline-flex;align-items:center;justify-content:center;color:#888888;transform:translateY(-50%);pointer-events:none;z-index:2;}.frfp-project-select-icon{left:14px;width:20px;height:20px;}.frfp-project-select-chevron{right:14px;width:16px;height:16px;color:#1A1A1A;}.frfp-project-select-icon .fr-icon,.frfp-project-select-icon svg{width:20px;height:20px;stroke-width:1.5;}.frfp-project-select-chevron .fr-icon,.frfp-project-select-chevron svg{width:12px;height:12px;stroke-width:1.5;}.frfp-type-buttons{display:flex;flex-wrap:wrap;}.frfp-type-pill{border:0;padding:8px 16px;background:var(--secondary);color:var(--foreground);font-size:14px;font-weight:500;transition:background .18s ease,color .18s ease;}.frfp-type-pill:hover{background:var(--border);}.frfp-type-pill.is-active{background:var(--accent);color:#fff;}.frfp-post-type-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}.frfp-editor{border:1px solid var(--border);background:#fff;transition:box-shadow .18s ease,border-color .18s ease;}.frfp-editor:focus-within{border-color:transparent;box-shadow:0 0 0 2px var(--accent);}.frfp-toolbar{display:flex;flex-wrap:wrap;align-items:center;background:var(--secondary);border-bottom:1px solid var(--border);position:relative;z-index:5;}.frfp-btn,.frfp-heading-toggle{padding:0;border:0;background:transparent;color:var(--foreground);display:inline-flex;align-items:center;justify-content:center;gap:2px;font-size:14px;line-height:1;transition:background .18s ease;}.frfp-btn .fr-icon,.frfp-heading-toggle .fr-icon{width:16px;height:16px;flex:0 0 16px;}.frfp-heading-toggle .fr-icon:last-child{width:12px;height:12px;flex-basis:12px;}.frfp-toolbar-sep{width:1px;height:28px;background:var(--border);margin:0 4px;}.frfp-format-select-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}.frfp-heading-dropdown{position:relative;}.frfp-heading-menu{position:absolute;left:0;top:calc(100% + 4px);z-index:20;min-width:160px;padding:4px 0;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);display:none;}.frfp-heading-dropdown.is-open .frfp-heading-menu{display:block;}.frfp-heading-menu button{width:100%;border:0;background:transparent;padding:8px 12px;text-align:left;color:var(--foreground);font-size:14px;line-height:1.35;transition:background .18s ease;}.frfp-heading-menu button:hover{background:var(--secondary);}.frfp-editor-area{max-height:min(62vh,720px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;outline:none;color:var(--foreground);font-size:16px;line-height:1.65;cursor:text;}.frfp-editor-area::-webkit-scrollbar{width:8px;}.frfp-editor-area::-webkit-scrollbar-thumb{border-radius:999px;background:#D6D6D6;}.frfp-editor-area::-webkit-scrollbar-track{background:transparent;}.frfp-editor-area p{margin:0 0 14px;}.frfp-editor-area h2,.frfp-editor-area h3{margin:22px 0 10px;font-family:var(--font-heading);line-height:1.35;font-weight:700;}.frfp-editor-area h2{font-size:24px;}.frfp-editor-area h3{font-size:20px;}.frfp-editor-area blockquote{margin:18px 0;background:var(--secondary);}.frfp-editor-area ul,.frfp-editor-area ol{margin:0 0 14px 22px;padding:0;}.frfp-content{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;}.frfp-counter{min-height:36px;padding:8px 16px;background:var(--secondary);border-top:1px solid var(--border);border-radius:0 0 12px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted-foreground);font-size:12px;}.frfp-autosave-status{color:var(--muted-foreground);font-size:12px;white-space:nowrap;}.frfp-autosave-status.is-saving{color:var(--accent);}.frfp-autosave-status.is-error{color:var(--destructive);}.frfp-inline-ai{margin-top:10px;border:0;border-radius:8px;min-height:30px;padding:6px 12px;background:var(--accent-light);color:var(--accent);display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;transition:background .18s ease,color .18s ease;}.frfp-inline-ai:hover{background:var(--accent);color:#fff;}.frfp-inline-ai .fr-icon{width:14px;height:14px;}.frfp-advanced{border-top:1px solid var(--border);padding-top:24px;}.frfp-advanced-toggle{width:100%;border:0;background:transparent;padding:0;display:flex;align-items:flex-start;justify-content:space-between;text-align:left;color:var(--foreground);}.frfp-advanced-toggle strong{display:block;font-size:14px;font-weight:500;color:var(--foreground);}.frfp-advanced-toggle small{display:block;margin-top:4px;color:var(--muted-foreground);font-size:12px;line-height:1.4;}.frfp-advanced-toggle>.fr-icon{width:20px;height:20px;color:var(--muted-foreground);transition:transform .18s ease;}.frfp-advanced.is-open .frfp-advanced-toggle>.fr-icon{transform:rotate(180deg);}.frfp-advanced-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease,margin-top .22s ease;}.frfp-advanced-body>*{overflow:hidden;}.frfp-advanced.is-open .frfp-advanced-body{grid-template-rows:1fr;margin-top:24px;overflow:visible;}.frfp-advanced.is-open .frfp-advanced-body>*{overflow:visible;}.frfp-advanced-body .frfp-field + .frfp-field{margin-top:24px;}.frfp-file{border:2px dashed var(--border);border-radius:12px;padding:24px;min-height:154px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease;}.frfp-file:hover,.frfp-file.drag-over{border-color:var(--accent);background:#F8FBFF;}.frfp-file input{display:none;}.frfp-file__icons{display:flex;gap:8px;color:var(--muted-foreground);margin-bottom:10px;}.frfp-file__icons .fr-icon{width:32px;height:32px;}.frfp-file__title{color:var(--muted-foreground);font-size:14px;margin-bottom:4px;}.frfp-file__hint{color:#B5B5B5;font-size:12px;}.frfp-file-chip{margin-top:12px;display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:8px 12px;background:var(--accent-light);color:var(--accent);font-size:13px;font-weight:600;}.frfp-file-chip-x,.frfp-chip-x{cursor:pointer;}.frfp-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;}.frfp-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}.frfp-chip{display:inline-flex;align-items:center;gap:7px;background:var(--accent);color:#fff;font-size:13px;font-weight:500;}.frfp-chip-x{width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1;}.frfp-chip-x:hover{background:rgba(255,255,255,.2);}.frfp-events-block{border-radius:12px;background:var(--secondary);padding:12px;}.frfp-events-title{margin:0 0 10px;color:var(--muted-foreground);font-size:13px;}.frfp-event-item{min-height:36px;display:flex;align-items:center;gap:9px;color:var(--foreground);font-size:14px;}.frfp-event-link{color:var(--foreground);}.frfp-event-link:hover{color:var(--accent);}.frfp-actions-buttons{position:relative;z-index:1;display:flex;gap:12px;padding-top:0;}.frfp-action-btn{padding:12px 20px;border:0;transition:background .18s ease,color .18s ease,border-color .18s ease;}.frfp-action-btn--primary{flex:1;background:var(--accent);color:#fff;}.frfp-action-btn--primary:hover{background:var(--accent-hover);}.frfp-action-btn--secondary,.frfp-action-btn--ghost{background:#fff;color:var(--foreground);border:1px solid var(--border);}.frfp-action-btn--secondary:hover,.frfp-action-btn--ghost:hover{background:var(--secondary);}.frfp-submit:disabled,.frfp-save-draft:disabled{opacity:.55;cursor:not-allowed;}.frfp-notice{background:#fff;border-radius:16px;padding:20px;color:var(--foreground);}.frfp-wrapper .chosen-container{font-size:14px;}.frfp-wrapper .chosen-container-single .chosen-single,.frfp-wrapper .chosen-container-multi .chosen-choices{min-height:48px;border:1px solid var(--border)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;display:flex;align-items:center;padding:7px 12px!important;}.frfp-wrapper .chosen-container-single .chosen-single span{color:var(--foreground);}.frfp-wrapper .chosen-container-active .chosen-single,.frfp-wrapper .chosen-container-active .chosen-choices{border-color:transparent!important;box-shadow:0 0 0 2px var(--accent)!important;}.frfp-wrapper .chosen-container .chosen-drop{border:1px solid var(--border);border-radius:12px;margin-top:6px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);}.frfp-wrapper .chosen-container .chosen-results{margin:4px;padding:0;}.frfp-wrapper .chosen-container .chosen-results li{border-radius:8px;padding:9px 10px;font-size:14px;}.frfp-wrapper .chosen-container .chosen-results li.highlighted{background:var(--secondary)!important;color:var(--foreground)!important;}.frfp-wrapper .chosen-container .chosen-search{padding:8px;}.frfp-wrapper .chosen-container .chosen-search input[type="text"]{min-height:40px;border:1px solid var(--border)!important;border-radius:10px!important;padding:8px 12px 8px 34px!important;background-color:#fff!important;background-image:none!important;box-shadow:none!important;}.frfp-related-wrapper{margin:22px 0;content-visibility:auto;}.frfp-related{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:16px;align-items:stretch;background:#fff;border:1px solid var(--border);color:inherit;overflow:hidden;text-decoration:none;transition:background .18s ease;}.frfp-related:hover{background:var(--secondary);}.frfp-related-body{min-width:0;}.frfp-related-more{font-size:12px;color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:.04em;}.frfp-related-title{font-family:var(--font-heading);color:var(--foreground);font-weight:700;font-size:18px;line-height:1.3;}.frfp-related-excerpt{color:var(--muted-foreground);font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.frfp-related-link{color:var(--accent);font-weight:700;font-size:13px;}.frfp-related-thumb{margin:0;border-radius:12px;overflow:hidden;background:var(--secondary);}.frfp-related-thumb img{width:100%;height:100%;min-height:120px;object-fit:cover;}.upload-placeholder{border:1px dashed var(--border);border-radius:12px;padding:16px;color:var(--muted-foreground);background:var(--secondary);}.progress-container{margin-top:10px;width:100%;height:6px;border-radius:999px;background:#E5E5E5;overflow:hidden;}.progress-bar{width:0;height:100%;background:var(--accent);}.frfp-editor-area [data-media="image"],.frfp-editor-area [data-media="video"]{margin:20px 0;}.frfp-editor-area [data-media="image"] img,.frfp-editor-area [data-media="video"] video{max-width:min(100%,640px)!important;border-radius:16px;cursor:zoom-in;box-shadow:none;}.frfp-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.5);}.frfp-lightbox.is-open{display:flex;}.frfp-lightbox__content{position:relative;max-width:min(1100px,96vw);max-height:90vh;}.frfp-lightbox__content img,.frfp-lightbox__content video{max-width:100%;max-height:90vh;border-radius:16px;background:#000;}.frfp-lightbox__close{position:absolute;right:-8px;top:-46px;width:40px;height:40px;border:0;border-radius:10px;background:#fff;color:var(--muted-foreground);font-size:28px;line-height:1;}.frfp-related-backdrop,.frfp-templates-backdrop,.frfp-poll-backdrop{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.5);}.frfp-related-backdrop.is-open,.frfp-templates-backdrop.is-open,.frfp-poll-backdrop.is-open{display:flex;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{max-height:80vh;overflow:hidden;background:#fff;display:flex;flex-direction:column;}.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{border-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:12px;}.frfp-related-modal-title,.frfp-templates-modal-title,.frfp-poll-modal-title{margin:0;font-family:var(--font-heading);color:var(--foreground);}.frfp-related-close,.frfp-templates-close,.frfp-poll-close{border:0;background:transparent;font-size:26px;line-height:1;color:var(--muted-foreground);}.frfp-related-close:hover,.frfp-templates-close:hover,.frfp-poll-close:hover{background:var(--secondary);color:var(--foreground);}.frfp-related-modal-body,.frfp-templates-modal-body,.frfp-poll-modal-body{padding:0 24px 24px;overflow:auto;}.frfp-related-search{position:relative;margin-bottom:16px;}.frfp-related-search::before{content:"";position:absolute;left:14px;top:50%;width:16px;height:16px;transform:translateY(-50%);border:1.8px solid var(--muted-foreground);border-radius:50%;pointer-events:none;}.frfp-related-search::after{content:"";position:absolute;left:27px;top:calc(50% + 6px);width:7px;height:1.8px;background:var(--muted-foreground);transform:rotate(45deg);pointer-events:none;}.frfp-related-search input{width:100%;min-height:48px;border:1px solid var(--border);border-radius:12px;padding:10px 14px 10px 42px;outline:none;}.frfp-related-search input:focus{border-color:transparent;box-shadow:0 0 0 2px var(--accent);}.frfp-related-results,.frfp-templates-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;}.frfp-related-item,.frfp-template-item{border:1px solid var(--border);padding:16px;cursor:pointer;text-align:left;transition:background .18s ease,border-color .18s ease;}.frfp-related-item:hover,.frfp-template-item:hover{background:var(--secondary);border-color:var(--accent);}.frfp-related-item-title,.frfp-template-item-title{font-family:var(--font-heading);font-weight:700;font-size:16px;color:var(--foreground);line-height:1.35;}.frfp-related-item-excerpt,.frfp-template-item-content,.frfp-related-item-meta{margin-top:5px;color:var(--muted-foreground);font-size:13px;line-height:1.45;}.frfp-poll-modal-heading{display:flex;align-items:center;gap:12px;}.frfp-poll-modal-icon{width:40px;height:40px;border-radius:12px;background:var(--accent-light);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;}.frfp-poll-modal-icon .fr-icon{width:20px;height:20px;}.frfp-poll-field{margin-bottom:20px;}.frfp-poll-field label{display:block;margin-bottom:8px;color:var(--foreground);font-size:14px;font-weight:500;}.frfp-poll-field input,.frfp-poll-field select{width:100%;min-height:46px;border:1px solid var(--border);border-radius:12px;padding:10px 14px;}.frfp-poll-options{display:flex;flex-direction:column;gap:10px;}.frfp-poll-option{display:flex;gap:8px;align-items:center;}.frfp-poll-add{border:0;background:transparent;color:var(--accent);display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;}.frfp-poll-actions{display:flex;gap:12px;padding-top:8px;}.frfp-poll-actions .frfp-action-btn--secondary{flex:0 0 auto;}@media (max-width:767px){.fr-create-page{max-width:none;}.frfp-card{padding:20px;border-radius:16px;}.frfp-card__head{flex-direction:column;gap:8px;}.frfp-card__head h1{font-size:26px;}.frfp-row{grid-template-columns:1fr;}.frfp-toolbar{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;}.frfp-toolbar-sep{flex:0 0 1px;}.frfp-btn,.frfp-heading-toggle{flex:0 0 34px;}.frfp-editor-area{min-height:260px;max-height:calc(100vh - 250px);font-size:15px;}.frfp-counter{align-items:flex-start;flex-direction:column;gap:4px;}.frfp-actions-buttons{flex-direction:column-reverse;}.frfp-action-btn{width:100%;}.frfp-file{padding:20px 14px;}.frfp-related{grid-template-columns:1fr;}.frfp-related-thumb img{height:160px;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{max-height:88vh;}.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{padding:20px 20px 14px;}.frfp-related-modal-body,.frfp-templates-modal-body,.frfp-poll-modal-body{padding:0 20px 20px;}.frfp-poll-actions{flex-direction:column;}}.frfp-poll-remove{flex:0 0 36px;width:36px;height:36px;border:0;border-radius:8px;background:transparent;color:var(--muted-foreground);font-size:22px;line-height:1;}.frfp-poll-remove:hover{background:var(--secondary);color:var(--foreground);}.frfp-poll-block{background:var(--secondary);}.frfp-poll-block strong{margin-bottom:10px;}.frfp-poll-block ul{margin:0;padding:0;list-style:none;}.frfp-poll-block li{margin-top:8px;border-radius:10px;color:var(--foreground);}.frfp-card__head p:empty,.frfp-card__head p:not(:first-child){display:none;}.frfp-label,.frfp-advanced-toggle strong,.frfp-poll-field label{font-size:14px;line-height:1.5;font-weight:500;color:#1A1A1A;font-family:var(--font-body);}.frfp-input,.frfp-field select:not(.frfp-format-select):not(.frfp-geo-select),.frfp-field input[type="text"],.frfp-field input[type="datetime-local"],.frfp-related-search input,.frfp-poll-field input,.frfp-poll-field select{min-height:48px;border-radius:12px;border-color:#E5E5E5;font-size:14px;color:#1A1A1A;}.frfp-help,.frfp-advanced-toggle small{font-size:12px;line-height:1.45;color:#888888;}.frfp-type-pill{height:40px;min-height:40px;padding:0 16px;border-radius:12px;}.frfp-editor{border-radius:12px;overflow:visible;}.frfp-toolbar{gap:4px;padding:8px;background:#F8F8F8;border-radius:12px 12px 0 0;}.frfp-btn,.frfp-heading-toggle{width:34px;height:34px;border-radius:8px;}.frfp-btn:hover,.frfp-heading-toggle:hover{background:#fff;}.frfp-editor-area{min-height:300px;padding:14px 16px;}.frfp-category-search{position:relative;}.frfp-category-search .fr-icon{position:absolute;left:14px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:#888888;pointer-events:none;}.frfp-category-search-input{width:100%;min-height:48px;padding:11px 42px 11px 48px;border:1px solid #E5E5E5;border-radius:12px;outline:none;font-size:14px;color:#1A1A1A;background:#fff;}.frfp-category-search-chevron{position:absolute;right:14px;top:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);color:#1A1A1A;pointer-events:none;}.frfp-category-search-chevron .fr-icon,.frfp-category-search-chevron svg{position:static;left:auto;top:auto;width:12px;height:12px;transform:none;stroke-width:1.5;}.frfp-category-search-input:focus{border-color:transparent;box-shadow:0 0 0 2px #3F7CDF;}.frfp-category-results{top:calc(100% + 4px);z-index:30;max-height:240px;padding:4px 0;border:1px solid #E5E5E5;box-shadow:0 12px 30px rgba(0,0,0,.08);}.frfp-category-results.is-empty::after{content:"Ничего не найдено";padding:12px 16px;color:#888888;}.frfp-category-result{padding:9px 16px;}.frfp-category-result[data-depth="1"]{padding-left:28px;}.frfp-category-result[data-depth="2"]{padding-left:40px;}.frfp-category-result[data-depth="3"],.frfp-category-result[data-depth="4"],.frfp-category-result[data-depth="5"],.frfp-category-result[data-depth="6"]{padding-left:52px;}.frfp-chip{border-radius:8px;padding:7px 11px;}.frfp-actions-buttons{justify-content:flex-start;}.frfp-action-btn{min-height:48px;border-radius:12px;padding:0 24px;font-size:14px;font-weight:500;}.frfp-action-btn--primary{flex:1 1 auto;}.frfp-action-btn--secondary{flex:0 0 auto;}.frfp-modal-heading,.frfp-poll-modal-heading{display:flex;align-items:center;gap:12px;}.frfp-modal-icon,.frfp-poll-modal-icon{width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:#E9F2FF;color:#3F7CDF;display:inline-flex;align-items:center;justify-content:center;}.frfp-modal-icon .fr-icon,.frfp-poll-modal-icon .fr-icon{width:20px;height:20px;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{width:min(672px,100%);border-radius:16px;box-shadow:none;}.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{padding:24px 24px 16px;}.frfp-related-modal-title,.frfp-templates-modal-title,.frfp-poll-modal-title{font-size:20px;line-height:1.35;font-weight:700;letter-spacing:-0.01em;}.frfp-related-close,.frfp-templates-close,.frfp-poll-close{width:36px;height:36px;border-radius:8px;font-size:0;position:relative;}.frfp-related-close::before,.frfp-related-close::after,.frfp-templates-close::before,.frfp-templates-close::after,.frfp-poll-close::before,.frfp-poll-close::after{content:"";position:absolute;left:10px;top:17px;width:16px;height:1.5px;border-radius:999px;background:currentColor;}.frfp-related-close::before,.frfp-templates-close::before,.frfp-poll-close::before{transform:rotate(45deg);}.frfp-related-close::after,.frfp-templates-close::after,.frfp-poll-close::after{transform:rotate(-45deg);}.frfp-related-item,.frfp-template-item{border-color:#E5E5E5;border-radius:12px;box-shadow:none;}.frfp-related-item:hover,.frfp-template-item:hover{background:#F8F8F8;border-color:#E5E5E5;}.frfp-related{border-color:#E5E5E5;border-radius:16px;padding:16px;}.frfp-related:hover{background:#F8F8F8;}.frfp-poll-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:end;}.frfp-poll-checkbox{display:flex;align-items:center;gap:8px;min-height:48px;padding:0 4px;cursor:pointer;color:#1A1A1A;font-size:14px;}.frfp-poll-checkbox input{width:16px;height:16px;accent-color:#3F7CDF;}.frfp-poll-add{color:#3F7CDF;border-radius:8px;padding:8px 0;}.frfp-poll-block--interactive{background:#F8F8F8;}.frfp-poll-vote-list{display:flex;flex-direction:column;gap:8px;margin-top:12px;}.frfp-poll-vote-option{position:relative;overflow:hidden;width:100%;min-height:42px;border:0;border-radius:10px;background:#fff;color:#1A1A1A;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;text-align:left;}.frfp-poll-vote-option:not(:disabled):hover{background:#E9F2FF;}.frfp-poll-vote-option-fill{position:absolute;inset:0 auto 0 0;background:#E9F2FF;pointer-events:none;}.frfp-poll-vote-option-label,.frfp-poll-vote-option-count{position:relative;z-index:1;}.frfp-poll-vote-option-count{color:#888888;font-size:13px;}.frfp-poll-summary{margin-top:10px;color:#888888;font-size:13px;}@media (max-width:767px){.frfp-card__head h1{font-size:26px;}.frfp-poll-grid{grid-template-columns:1fr;gap:8px;}.frfp-actions-buttons{flex-direction:column;}.frfp-action-btn--primary,.frfp-action-btn--secondary{width:100%;flex-basis:auto;}.frfp-category-results{max-height:220px;}}.fr-create-page{max-width:768px;}.frfp-card{border-radius:16px;padding:24px;background:#fff;box-shadow:none;}@media (min-width:640px){.frfp-card{padding:32px;}}.frfp-card__head{margin-bottom:24px;align-items:flex-start;}.frfp-card__head h1{font-family:var(--font-heading);font-size:30px;line-height:1.25;font-weight:700;letter-spacing:-0.02em;color:#1A1A1A;}.frfp-stack{gap:24px;}.frfp-field{margin:0;}.frfp-label{margin:0 0 8px!important;font-family:var(--font-body)!important;font-size:14px!important;line-height:1.5!important;font-weight:500!important;color:#1A1A1A!important;}.frfp-help{margin:8px 0 0!important;font-size:12px!important;line-height:1.45!important;color:#888888!important;}.frfp-input,.frfp-field input[type="text"],.frfp-field input[type="date"],.frfp-field input[type="time"],.frfp-field input[type="datetime-local"],.frfp-field select:not(.frfp-format-select):not(.frfp-geo-select),.frfp-related-search input,.frfp-poll-field input,.frfp-poll-field select{min-height:48px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;color:#1A1A1A!important;padding:11px 14px!important;font-size:14px!important;line-height:1.4!important;outline:none!important;box-shadow:none!important;}.frfp-input:focus,.frfp-field input:focus,.frfp-field select:not(.frfp-geo-select):focus,.frfp-related-search input:focus,.frfp-poll-field input:focus,.frfp-poll-field select:focus{border-color:transparent!important;box-shadow:0 0 0 2px #3F7CDF!important;}.frfp-input-icon input{padding-left:42px!important;}.frfp-input-icon .fr-icon{left:14px;width:16px;height:16px;color:#888888;}.frfp-type-buttons{gap:8px;}.frfp-type-pill{appearance:none!important;height:40px!important;min-height:40px!important;border:0!important;border-radius:12px!important;padding:0 16px!important;background:#F8F8F8!important;color:#1A1A1A!important;font-size:14px!important;font-weight:500!important;line-height:1.5!important;}.frfp-type-pill:hover{background:#E5E5E5!important;}.frfp-type-pill.is-active{background:#3F7CDF!important;color:#fff!important;}.frfp-editor{border:1px solid #E5E5E5!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important;}.frfp-editor:focus-within{border-color:transparent!important;box-shadow:0 0 0 2px #3F7CDF!important;}.frfp-toolbar{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:4px!important;padding:8px!important;background:#F8F8F8!important;border-bottom:1px solid #E5E5E5!important;border-radius:12px 12px 0 0!important;}.frfp-toolbar button,.frfp-btn,.frfp-heading-toggle{appearance:none!important;-webkit-appearance:none!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;padding:0!important;margin:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#1A1A1A!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;line-height:1!important;}.frfp-toolbar button:hover,.frfp-btn:hover,.frfp-heading-toggle:hover{background:#fff!important;color:#1A1A1A!important;}.frfp-toolbar button:focus,.frfp-btn:focus,.frfp-heading-toggle:focus{outline:none!important;box-shadow:none!important;}.frfp-btn .fr-icon,.frfp-heading-toggle .fr-icon{width:16px!important;height:16px!important;flex:0 0 16px!important;color:currentColor!important;stroke-width:1.5;}.frfp-btn[data-cmd="bold"] .fr-icon,.frfp-btn[data-cmd="italic"] .fr-icon{stroke-width:2;}.frfp-heading-toggle{width:auto!important;padding:0 8px!important;gap:4px!important;}.frfp-heading-toggle .fr-icon:last-child{width:12px!important;height:12px!important;flex-basis:12px!important;}.frfp-toolbar-sep{width:1px!important;height:28px!important;margin:0 4px!important;background:#E5E5E5!important;}.frfp-heading-menu{min-width:160px!important;margin-top:4px!important;padding:4px 0!important;border:1px solid #E5E5E5!important;border-radius:8px!important;background:#fff!important;box-shadow:0 10px 30px rgba(0,0,0,.08)!important;}.frfp-heading-menu button{width:100%!important;height:auto!important;min-height:0!important;justify-content:flex-start!important;padding:8px 12px!important;text-align:left!important;border-radius:0!important;font-size:14px!important;font-weight:400!important;}.frfp-heading-menu button:hover{background:#F8F8F8!important;}.frfp-editor-area{min-height:300px!important;max-height:min(62vh,720px)!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable!important;padding:14px 16px!important;color:#1A1A1A!important;}.frfp-counter{min-height:36px!important;padding:8px 16px!important;background:#F8F8F8!important;border-top:1px solid #E5E5E5!important;border-radius:0 0 12px 12px!important;color:#888888!important;font-size:12px!important;}.frfp-inline-ai{margin-top:8px!important;min-height:30px!important;padding:6px 12px!important;border:0!important;border-radius:8px!important;background:#E9F2FF!important;color:#3F7CDF!important;display:inline-flex!important;align-items:center!important;gap:7px!important;font-size:12px!important;font-weight:500!important;box-shadow:none!important;}.frfp-inline-ai:hover{background:#3F7CDF!important;color:#fff!important;}.frfp-advanced{border-top:1px solid #E5E5E5!important;padding-top:24px!important;}.frfp-advanced-toggle{appearance:none!important;border:0!important;background:transparent!important;padding:0!important;width:100%!important;color:#1A1A1A!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;text-align:left!important;box-shadow:none!important;}.frfp-advanced-toggle strong{font-family:var(--font-body)!important;font-size:14px!important;line-height:1.5!important;font-weight:500!important;color:#1A1A1A!important;}.frfp-advanced-toggle small{margin-top:4px!important;color:#888888!important;font-size:12px!important;line-height:1.4!important;}.frfp-advanced-body{display:grid!important;grid-template-rows:0fr!important;transition:grid-template-rows .22s ease,margin-top .22s ease!important;}.frfp-advanced-body>.frfp-advanced-body-inner{min-height:0!important;overflow:hidden!important;}.frfp-advanced.is-open .frfp-advanced-body{grid-template-rows:1fr!important;margin-top:24px!important;overflow:visible!important;}.frfp-advanced.is-open .frfp-advanced-body>.frfp-advanced-body-inner{overflow:visible!important;}.frfp-advanced-body-inner{display:flex!important;flex-direction:column!important;gap:24px!important;}.frfp-file{min-height:154px!important;border:2px dashed #E5E5E5!important;border-radius:12px!important;padding:24px!important;background:#fff!important;}.frfp-file:hover,.frfp-file.drag-over{border-color:#3F7CDF!important;background:#F8FBFF!important;}.frfp-file__icons .fr-icon{width:32px!important;height:32px!important;color:#888888!important;}.frfp-file__title{color:#888888!important;font-size:14px!important;}.frfp-file__hint{color:#CCCCCC!important;font-size:12px!important;}.frfp-category-search-wrap > .fr-icon{position:absolute!important;left:14px!important;top:50%!important;width:16px!important;height:16px!important;transform:translateY(-50%)!important;color:#888888!important;pointer-events:none!important;}.frfp-category-search-wrap .frfp-category-search-chevron .fr-icon,.frfp-category-search-wrap .frfp-category-search-chevron svg{position:static!important;left:auto!important;top:auto!important;width:12px!important;height:12px!important;transform:none!important;stroke-width:1.5!important;}.frfp-category-search-input{padding-left:48px!important;}.frfp-category-results{top:calc(100% + 4px)!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.08)!important;}.frfp-category-result{appearance:none!important;border:0!important;background:transparent!important;width:100%!important;padding:9px 16px!important;text-align:left!important;font-size:14px!important;color:#1A1A1A!important;border-radius:0!important;}.frfp-category-result:hover{background:#F8F8F8!important;}.frfp-chip{padding:7px 11px!important;background:#3F7CDF!important;color:#fff!important;}.frfp-schedule-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;}.frfp-actions-buttons{display:flex!important;gap:12px!important;padding-top:0!important;}.frfp-action-btn{min-height:48px!important;border-radius:12px!important;padding:0 24px!important;font-size:14px!important;font-weight:500!important;box-shadow:none!important;}.frfp-action-btn--primary{flex:1 1 auto!important;background:#3F7CDF!important;color:#fff!important;border:0!important;}.frfp-action-btn--secondary,.frfp-action-btn--ghost{flex:0 0 auto!important;background:#fff!important;color:#1A1A1A!important;border:1px solid #E5E5E5!important;}.frfp-action-btn--secondary:hover,.frfp-action-btn--ghost:hover{background:#F8F8F8!important;}.frfp-related-backdrop,.frfp-templates-backdrop,.frfp-poll-backdrop{background:rgba(0,0,0,.5)!important;z-index:9990!important;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{width:min(672px,100%)!important;max-height:80vh!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important;}.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{padding:24px 24px 16px!important;border:0!important;}.frfp-modal-heading,.frfp-poll-modal-heading{display:flex!important;align-items:center!important;gap:12px!important;}.frfp-modal-icon,.frfp-poll-modal-icon{width:40px!important;height:40px!important;flex:0 0 40px!important;border-radius:12px!important;background:#E9F2FF!important;color:#3F7CDF!important;}.frfp-related-modal-title,.frfp-templates-modal-title,.frfp-poll-modal-title{font-family:var(--font-heading)!important;font-size:20px!important;line-height:1.35!important;font-weight:700!important;color:#1A1A1A!important;}.frfp-related-modal-body,.frfp-templates-modal-body,.frfp-poll-modal-body{padding:0 24px 24px!important;}.frfp-related-search{margin-bottom:16px!important;}.frfp-related-results,.frfp-templates-list{gap:12px!important;}.frfp-related-item,.frfp-template-item{border:1px solid #E5E5E5!important;border-radius:12px!important;padding:16px!important;background:#fff!important;box-shadow:none!important;}.frfp-related-item:hover,.frfp-template-item:hover{border-color:#3F7CDF!important;}.frfp-related-wrapper{margin:24px 0!important;}.frfp-related{display:flex!important;gap:16px!important;align-items:stretch!important;border:0!important;border-left:2px solid #3F7CDF!important;border-radius:0!important;background:transparent!important;padding:0 0 0 16px!important;color:inherit!important;text-decoration:none!important;}.frfp-related:hover{background:transparent!important;}.frfp-related-body{flex:1 1 auto!important;}.frfp-related-more{margin:0 0 8px!important;font-size:14px!important;line-height:1.4!important;color:#888888!important;font-weight:400!important;}.frfp-related-title{margin:0 0 8px!important;font-family:var(--font-heading)!important;font-weight:700!important;color:#1A1A1A!important;}.frfp-related-excerpt{margin:0 0 12px!important;color:#3A3A3A!important;font-size:14px!important;line-height:1.45!important;-webkit-line-clamp:2!important;}.frfp-related-link{margin:0!important;gap:8px!important;color:#3F7CDF!important;font-size:14px!important;font-weight:500!important;}.frfp-related-link:hover{text-decoration:underline!important;}.frfp-related-thumb{flex:0 0 96px!important;width:96px!important;height:96px!important;border-radius:8px!important;overflow:hidden!important;margin:0!important;background:#F8F8F8!important;}.frfp-related-thumb img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;}.frfp-poll-modal-body{display:block!important;}.frfp-poll-field{margin-bottom:20px!important;}.frfp-poll-field label{display:block!important;margin:0 0 8px!important;font-size:14px!important;line-height:1.5!important;font-weight:500!important;color:#1A1A1A!important;}.frfp-poll-options{gap:8px!important;}.frfp-poll-option{gap:8px!important;}.frfp-poll-add{margin-top:12px!important;color:#3F7CDF!important;border-radius:8px!important;font-size:14px!important;font-weight:500!important;}.frfp-poll-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;align-items:end!important;}.frfp-poll-checkbox{min-height:48px!important;display:flex!important;align-items:center!important;gap:8px!important;padding:0 4px!important;font-size:14px!important;color:#1A1A1A!important;}.frfp-poll-actions{display:flex!important;gap:12px!important;padding-top:4px!important;}.frfp-poll-block{margin:24px 0!important;padding:24px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;}.frfp-poll-block strong{margin:0 0 16px!important;font-family:var(--font-heading)!important;font-size:18px!important;font-weight:700!important;color:#1A1A1A!important;}.frfp-poll-block li{background:#fff!important;border:1px solid #E5E5E5!important;border-radius:12px!important;padding:12px 16px!important;color:#3A3A3A!important;}.frfp-poll-vote-list{gap:8px!important;margin-top:0!important;}.frfp-poll-vote-option{min-height:48px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;color:#3A3A3A!important;padding:12px 16px!important;}.frfp-poll-vote-option:not(:disabled):hover{border-color:#3F7CDF!important;background:#F8F8F8!important;}.frfp-poll-vote-option.is-selected .frfp-poll-vote-option-label{color:#1A1A1A!important;font-weight:500!important;}.frfp-poll-vote-option-fill{background:#E9F2FF!important;}.frfp-poll-summary{margin-top:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;color:#888888!important;font-size:12px!important;}.frfp-poll-change-vote{font-size:12px!important;padding:0!important;}.frfp-poll-change-vote:hover{text-decoration:underline!important;}@media (max-width:767px){.fr-create-page{max-width:none!important;}.frfp-card{padding:20px!important;border-radius:16px!important;}.frfp-card__head h1{font-size:26px!important;}.frfp-toolbar{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;}.frfp-toolbar-sep{flex:0 0 1px!important;}.frfp-btn,.frfp-heading-toggle{flex:0 0 auto!important;}.frfp-editor-area{min-height:260px!important;font-size:15px!important;}.frfp-counter{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;}.frfp-schedule-grid,.frfp-poll-grid{grid-template-columns:1fr!important;}.frfp-actions-buttons,.frfp-poll-actions{flex-direction:column!important;}.frfp-action-btn{width:100%!important;}.frfp-related{flex-direction:column!important;}.frfp-related-thumb{width:100%!important;height:160px!important;flex-basis:160px!important;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{max-height:88vh!important;}.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{padding:20px 20px 14px!important;}.frfp-related-modal-body,.frfp-templates-modal-body,.frfp-poll-modal-body{padding:0 20px 20px!important;}}.frfp-help--before-editor{margin-bottom:14px!important;}.frfp-file__default{display:block;margin-top:6px;color:#CCCCCC;font-size:12px;line-height:1.35;}.frfp-hidden-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;}.frfp-input:focus,.frfp-post-type-native:focus,.frfp-field select:not(.frfp-geo-select):focus,.frfp-field input[type="text"]:focus,.frfp-field input[type="date"]:focus,.frfp-field input[type="time"]:focus,.frfp-field input[type="datetime-local"]:focus,.frfp-related-search input:focus,.frfp-poll-field input:focus,.frfp-poll-field select:focus,.frfp-wrapper .chosen-container-active .chosen-single,.frfp-wrapper .chosen-container-active .chosen-choices{border-color:var(--border)!important;box-shadow:none!important;outline:none!important;}.frfp-editor:focus-within{border-color:var(--border);box-shadow:none;}.frfp-btn,.frfp-heading-toggle{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;border:0!important;border-radius:8px!important;background:transparent!important;padding:0!important;color:#1A1A1A!important;box-shadow:none!important;outline:none!important;}.frfp-btn:hover,.frfp-heading-toggle:hover{background:#fff!important;}.frfp-btn svg,.frfp-heading-toggle svg{display:block;width:16px!important;height:16px!important;flex:0 0 16px!important;}.frfp-heading-toggle svg:last-child{width:12px!important;height:12px!important;flex-basis:12px!important;}.frfp-inline-ai svg{width:14px!important;height:14px!important;}.frfp-category-picker{position:relative;z-index:8;}.frfp-category-search-wrap{position:relative;display:flex;align-items:center;}.frfp-category-search-wrap>svg:first-child{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px!important;height:16px!important;color:#888;pointer-events:none;z-index:2;}.frfp-category-search-wrap>svg:last-child:not(:first-child){position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#1A1A1A;pointer-events:none;z-index:2;}.frfp-category-search-wrap .frfp-input{padding-left:42px!important;padding-right:40px!important;}.frfp-category-results{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:80;display:none;max-height:260px;overflow:auto;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:4px;}.frfp-category-results.is-open{display:block;}.frfp-category-results.is-empty::after{content:"Совпадений не найдено";display:block;padding:10px 12px;color:#888;font-size:14px;}.frfp-category-result{width:100%;display:block;border:0;background:transparent;border-radius:8px;padding:9px 10px;text-align:left;color:#1A1A1A;font-size:14px;line-height:1.35;cursor:pointer;}.frfp-category-result:hover{background:#F8F8F8;}.frfp-chip{color:#1b3f8f!important;font-size:14px!important;font-weight:400!important;}.frfp-chip-x{color:#1b3f8f!important;}.frfp-input-icon input[type="date"]::-webkit-calendar-picker-indicator,.frfp-input-icon input[type="time"]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:0;top:0;width:44px;height:100%;cursor:pointer;}.frfp-input-icon input[type="date"],.frfp-input-icon input[type="time"]{appearance:none;-webkit-appearance:none;}.frfp-news-categories-field .frfp-chips,.frfp-interview-categories-field .frfp-chips{margin-top:12px;}.frfp-related{border-left:3px solid var(--accent)!important;border-top:0!important;border-right:0!important;border-bottom:0!important;border-radius:0 14px 14px 0!important;background:#F8FBFF!important;padding:16px!important;}.frfp-related:hover{background:#F8FBFF!important;}.frfp-related-more{text-transform:none!important;letter-spacing:0!important;font-size:12px!important;font-weight:600!important;color:var(--accent)!important;}.frfp-related-title{font-size:16px!important;line-height:1.35!important;}.frfp-related-excerpt{font-size:13px!important;}.frfp-related-link{font-size:13px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;}.frfp-poll-block{border:1px solid var(--border);border-radius:16px;background:#fff;padding:16px;margin:20px 0;}.frfp-poll-block strong{display:block;font-family:var(--font-heading);font-size:18px;line-height:1.35;margin-bottom:12px;}.frfp-poll-block ul{margin:0!important;padding:0!important;list-style:none!important;display:flex;flex-direction:column;gap:8px;}.frfp-poll-block li{border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:#fff;}.frfp-poll-change-vote{border:0;background:transparent;color:var(--accent);font-size:13px;font-weight:600;cursor:pointer;}@media (max-width:767px){.frfp-help--before-editor{margin-bottom:12px!important;}.frfp-category-results{max-height:220px;}}.frfp-modal-icon svg,.frfp-poll-modal-icon svg{width:20px!important;height:20px!important;display:block;}.frfp-modal-icon svg path,.frfp-poll-modal-icon svg path{stroke:#3F7CDF!important;}.frfp-btn .fr-icon,.frfp-heading-toggle .fr-icon,.frfp-btn svg,.frfp-heading-toggle svg{stroke-width:unset!important;}.frfp-btn:hover svg path,.frfp-heading-toggle:hover svg path{stroke:#1A1A1A!important;}.frfp-inline-ai:hover svg path,.frfp-action-btn--primary:hover svg path,.frfp-poll-add:hover svg path{stroke:#fff!important;}.frfp-action-btn--primary,.frfp-inline-ai,.frfp-poll-add{transition:background .18s ease,color .18s ease,border-color .18s ease!important;}.frfp-action-btn--primary:hover,.frfp-submit:hover:not(:disabled){background:#2E5FBF!important;color:#fff!important;}.frfp-poll-add:hover,.frfp-inline-ai:hover{background:#3F7CDF!important;color:#fff!important;}.frfp-action-btn--secondary:hover,.frfp-action-btn--ghost:hover,.frfp-save-draft:hover:not(:disabled){background:#F8F8F8!important;border-color:#E5E5E5!important;color:#1A1A1A!important;}.frfp-advanced-body-inner .frfp-file-field{order:1;}.frfp-advanced-body-inner .frfp-areas-field{order:2;}.frfp-advanced-body-inner .frfp-horizon-field{order:3;}.frfp-advanced-body-inner .frfp-geo-field{order:4;}.frfp-advanced-body-inner .frfp-projects-field{order:5;}.frfp-advanced-body-inner .frfp-news-categories-field{order:5;}.frfp-advanced-body-inner .frfp-interview-categories-field{order:5;}.frfp-advanced-body-inner .frfp-coauthor-field{order:6;}.frfp-advanced-body-inner .frfp-author-field{order:7;}.frfp-advanced-body-inner .frfp-schedule-field{order:8;}.frfp-advanced-body-inner .frfp-events-field{order:9;}.frfp-advanced-body-inner .frfp-contests-field{order:10;}.frfp-advanced-body-inner .frfp-labels-field{order:11;}.frfp-category-search-wrap{position:relative!important;display:flex!important;align-items:center!important;}.frfp-category-search-wrap>svg:first-child,.frfp-input-icon>svg:first-child{right:auto!important;pointer-events:none!important;z-index:2!important;}.frfp-category-search-wrap input.frfp-category-search-input,.frfp-input-icon input.frfp-input{padding-left:42px!important;}.frfp-category-search-wrap input.frfp-category-search-input{padding-right:42px!important;}.frfp-chip,.frfp-file-chip{min-height:32px!important;border-radius:999px!important;background:#E9F2FF!important;color:#3F7CDF!important;padding:6px 10px!important;font-size:13px!important;font-weight:500!important;border:0!important;}.frfp-chip-x,.frfp-file-chip-x{width:16px!important;height:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#3F7CDF!important;}.frfp-chip-x:hover,.frfp-file-chip-x:hover{background:rgba(63,124,223,.12)!important;}.frfp-editor-area figure.frfp-media-block,.frfp-editor-area [data-media="image"].frfp-media-block,.frfp-editor-area [data-media="video"].frfp-media-block{margin:24px 0!important;width:100%!important;max-width:100%!important;}.frfp-editor-area figure.frfp-media-block .frfp-media-frame{display:block!important;border-radius:12px!important;overflow:hidden!important;background:#F8F8F8!important;cursor:zoom-in!important;}.frfp-editor-area figure.frfp-media-block img,.frfp-editor-area figure.frfp-media-block video{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;transition:transform .3s ease!important;}.frfp-editor-area figure.frfp-media-block .frfp-media-frame:hover img{transform:scale(1.03)!important;}.frfp-editor-area figure.frfp-media-block figcaption{margin:8px 8px 0!important;color:#888888!important;font-size:14px!important;line-height:1.45!important;font-style:italic!important;outline:none!important;}.frfp-editor-area figure.frfp-media-block figcaption:empty::before{content:"Подпись к изображению";}.frfp-lightbox__close{box-shadow:none!important;background:#fff!important;color:#888888!important;}.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{align-items:center!important;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{width:min(672px,calc(100vw - 32px))!important;}.frfp-related-item,.frfp-template-item{border-color:#E5E5E5!important;}.frfp-related-item:hover,.frfp-template-item:hover{border-color:#E5E5E5!important;background:#F8F8F8!important;}.frfp-poll-close{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;}.frfp-poll-close svg{width:20px!important;height:20px!important;display:block!important;}.frfp-poll-close::before,.frfp-poll-close::after{display:none!important;}.frfp-poll-modal-icon{background:transparent!important;color:inherit!important;}.frfp-poll-modal-icon svg{width:40px!important;height:40px!important;}.frfp-poll-modal-icon svg path{stroke:#3F7CDF!important;}.frfp-input:focus,.frfp-field input:focus,.frfp-field select:not(.frfp-geo-select):focus,.frfp-category-search-input:focus,.frfp-related-search input:focus,.frfp-poll-field input:focus,.frfp-poll-field select:focus{border-color:#E5E5E5!important;box-shadow:none!important;outline:none!important;}@media (max-width:767px){.frfp-editor-area figure.frfp-media-block{margin:20px 0!important;}.frfp-editor-area figure.frfp-media-block figcaption{font-size:13px!important;}}.frfp-btn .fr-icon,.frfp-heading-toggle .fr-icon,.frfp-btn svg,.frfp-heading-toggle svg{stroke-width:initial!important;}.frfp-btn .fr-icon path,.frfp-heading-toggle .fr-icon path{stroke-width:inherit;}.frfp-editor,.frfp-editor:focus,.frfp-editor:focus-within,.frfp-editor-area,.frfp-editor-area:focus{outline:none!important;box-shadow:none!important;border-color:#E5E5E5!important;}.frfp-editor-area *:focus{outline:none!important;box-shadow:none!important;}.frfp-editor-area a,.entry-content a.frfp-editor-link{color:#3F7CDF!important;text-decoration:underline!important;text-underline-offset:3px!important;}.frfp-btn.is-active,.frfp-heading-toggle[aria-expanded="true"]{background:#fff!important;color:#3F7CDF!important;}.frfp-btn.is-active svg path{stroke:#3F7CDF!important;}.frfp-advanced-body-inner{gap:16px!important;}.frfp-advanced-body .frfp-field + .frfp-field{margin-top:0!important;}.frfp-advanced.is-open .frfp-advanced-body{margin-top:16px!important;}.frfp-advanced{padding-top:20px!important;}.frfp-stack{gap:22px!important;}.frfp-field{position:relative;} .frfp-category-picker{z-index:20!important;} .frfp-category-picker:focus-within{z-index:45!important;} .frfp-category-results{z-index:46!important;box-shadow:0 14px 34px rgba(0,0,0,.10)!important;}.frfp-category-search-wrap>svg:first-child,.frfp-input-icon>svg:first-child{left:14px!important;top:50%!important;transform:translateY(-50%)!important;width:16px!important;height:16px!important;display:block!important;pointer-events:none;}.frfp-input-icon>svg:first-child{pointer-events:auto!important;}.frfp-category-search-wrap>svg:last-child:not(:first-child){right:14px!important;left:auto!important;top:50%!important;transform:translateY(-50%)!important;width:12px!important;height:12px!important;pointer-events:none!important;}.frfp-category-search-wrap input.frfp-category-search-input,.frfp-input-icon input.frfp-input{padding-left:44px!important;padding-right:42px!important;text-indent:0!important;}.frfp-related-search input{padding-left:44px!important;}.frfp-related-search::before{left:16px!important;}.frfp-related-search::after{left:29px!important;}.frfp-field input:focus,.frfp-field select:not(.frfp-geo-select):focus,.frfp-category-search-input:focus,.frfp-related-search input:focus,.frfp-poll-field input:focus,.frfp-poll-field select:focus{border-color:#E5E5E5!important;box-shadow:none!important;outline:none!important;}.frfp-chips{gap:8px!important;margin-top:10px!important;}.frfp-chip,.frfp-file-chip{min-height:34px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid #D6E6FF!important;border-radius:8px!important;background:#EEF4FF!important;color:#1b3f8f!important;padding:7px 10px!important;font-size:14px!important;line-height:1.35!important;font-weight:400!important;}.frfp-chip-text,.frfp-file-chip-name{color:#1b3f8f!important;}.frfp-chip-x,.frfp-file-chip-x{width:18px!important;height:18px!important;color:#1b3f8f!important;border-radius:50%!important;font-size:16px!important;line-height:1!important;}.frfp-chip-x:hover,.frfp-file-chip-x:hover{background:rgba(27,63,143,.10)!important;}.frfp-file__icons{color:#888!important;}.frfp-file__icons svg path{stroke:#888!important;}.frfp-file:hover .frfp-file__icons svg path,.frfp-file.drag-over .frfp-file__icons svg path{stroke:#3F7CDF!important;}.frfp-labels-field .frfp-category-search-wrap input.frfp-category-search-input{padding-left:14px!important;}.frfp-labels-field .frfp-category-search-wrap>svg:first-child{left:auto!important;right:14px!important;width:12px!important;height:12px!important;}.frfp-projects-field{position:relative!important;z-index:30!important;}.frfp-projects-field:focus-within{z-index:80!important;}.frfp-projects-field .frfp-category-picker{z-index:30!important;}.frfp-projects-field .frfp-category-picker.is-open,.frfp-projects-field .frfp-category-picker:focus-within{z-index:80!important;}.frfp-projects-field .frfp-category-results{z-index:81!important;}.frfp-projects-field .frfp-category-search-input{padding-left:48px!important;padding-right:72px!important;}.frfp-projects-field .frfp-category-search-wrap>svg:first-child{left:14px!important;right:auto!important;width:16px!important;height:16px!important;}.frfp-picker-clear{position:absolute!important;right:36px!important;top:50%!important;z-index:3!important;display:none!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;padding:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#AAA!important;transform:translateY(-50%)!important;font-size:18px!important;line-height:1!important;cursor:pointer!important;}.frfp-picker-clear.is-visible,.frfp-project-picker.has-value .frfp-picker-clear{display:inline-flex!important;}.frfp-picker-clear:hover{background:#F8F8F8!important;color:#1A1A1A!important;}.frfp-picker-clear svg{position:static!important;width:12px!important;height:12px!important;transform:none!important;pointer-events:none!important;}.frfp-related-body,.entry-content .frfp-related-body{display:block!important;}.frfp-related-more,.entry-content .frfp-related-more{line-height:1.45!important;}.frfp-related-link,.entry-content .frfp-related-link{background:transparent!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{float:right!important;margin:0 0 10px 16px!important;}.frfp-related::after,.entry-content .frfp-related::after{content:"";display:block;clear:both;}.frfp-editor-area figure.frfp-media-block,.entry-content figure.frfp-media-block,.entry-content figure[data-media="image"],.entry-content figure[data-media="video"]{margin:24px 0!important;width:100%!important;max-width:100%!important;}.frfp-media-frame,.entry-content .frfp-media-frame{display:block!important;border-radius:12px!important;overflow:hidden!important;background:#F8F8F8!important;cursor:zoom-in!important;}.frfp-media-frame img,.frfp-media-frame video,.entry-content .frfp-media-frame img,.entry-content .frfp-media-frame video,.entry-content figure.frfp-media-block img,.entry-content figure.frfp-media-block video{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;transition:transform .3s ease!important;}.frfp-media-frame:hover img,.entry-content .frfp-media-frame:hover img{transform:scale(1.03)!important;}.frfp-editor-area figure.frfp-media-block figcaption,.entry-content figure.frfp-media-block figcaption,.entry-content figure[data-media="image"] figcaption,.entry-content figure[data-media="video"] figcaption{margin:8px 8px 0!important;color:#888888!important;font-size:14px!important;line-height:1.45!important;font-style:italic!important;}.frfp-editor-area figure.frfp-media-block figcaption:empty::before{content:attr(data-placeholder);color:#CCCCCC;}.frfp-content-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.82);}.frfp-content-lightbox__inner{max-width:min(1120px,96vw);max-height:90vh;}.frfp-content-lightbox__inner img,.frfp-content-lightbox__inner video{max-width:100%;max-height:90vh;display:block;border-radius:12px;background:#000;}.frfp-content-lightbox__close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:0;border-radius:12px;background:#fff;color:#888;font-size:28px;line-height:1;box-shadow:none;cursor:pointer;}.frfp-lightbox-open{overflow:hidden;}.frfp-poll-modal-icon{display:none!important;}.frfp-poll-modal-heading{gap:0!important;}.frfp-related-close,.frfp-templates-close,.frfp-poll-close{cursor:pointer!important;box-shadow:none!important;}.frfp-related-close:hover,.frfp-templates-close:hover,.frfp-poll-close:hover{background:#F8F8F8!important;}.frfp-related-close::before,.frfp-related-close::after,.frfp-templates-close::before,.frfp-templates-close::after,.frfp-poll-close::before,.frfp-poll-close::after{display:none!important;}.frfp-action-btn--primary:hover:not(:disabled),.frfp-submit:hover:not(:disabled),.frfp-poll-add:hover,.frfp-inline-ai:hover{background:#2E5FBF!important;color:#fff!important;border-color:#2E5FBF!important;}.frfp-action-btn--primary:hover svg path,.frfp-submit:hover svg path,.frfp-poll-add:hover svg path,.frfp-inline-ai:hover svg path{stroke:#fff!important;}@media (max-width:767px){.frfp-related-thumb,.entry-content .frfp-related-thumb{float:none!important;width:100%!important;height:160px!important;margin:12px 0 0!important;}.frfp-content-lightbox{padding:16px;}.frfp-content-lightbox__close{top:12px;right:12px;}.frfp-advanced-body-inner{gap:14px!important;}}.frfp-toolbar button.frfp-btn[data-cmd="cycleList"] .fr-icon,.frfp-toolbar button.frfp-btn[data-cmd="cycleList"] svg{pointer-events:none!important;}.frfp-editor-area .frfp-media-frame{cursor:default!important;}.entry-content [data-media="image"],.entry-content [data-media="video"]{margin:24px 0!important;display:block!important;max-width:100%!important;}.entry-content [data-media="image"] img,.entry-content [data-media="video"] video{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;border-radius:12px!important;background:#F8F8F8!important;}.entry-content [data-media="image"] .frfp-media-frame,.entry-content [data-media="video"] .frfp-media-frame{cursor:zoom-in!important;}.entry-content .frfp-media-block figcaption,.entry-content [data-media="image"] figcaption,.entry-content [data-media="video"] figcaption{font-family:var(--font-body)!important;color:#888!important;font-size:14px!important;line-height:1.45!important;font-style:normal!important;text-align:center!important;margin-top:8px!important;}.frfp-related,.entry-content .frfp-related{grid-template-columns:minmax(0,1fr) 112px!important;border-left:3px solid var(--accent)!important;}.frfp-related-body,.entry-content .frfp-related-body{order:1!important;min-width:0!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{order:2!important;width:112px!important;flex:0 0 112px!important;}.frfp-related-link,.entry-content .frfp-related-link{color:var(--accent)!important;}.frfp-related-link:hover,.entry-content .frfp-related-link:hover{color:#2E5FBF!important;}.frfp-related-link-icon,.entry-content .frfp-related-link-icon{color:currentColor!important;border-color:currentColor!important;}.frfp-related-link-icon:before,.entry-content .frfp-related-link-icon:before{border-color:currentColor!important;}@media (max-width:640px){.frfp-related,.entry-content .frfp-related{grid-template-columns:1fr!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{width:100%!important;height:160px!important;}}.frfp-related-close,.frfp-templates-close{width:40px!important;height:40px!important;border:0!important;border-radius:12px!important;background:#F8F8F8!important;color:#888!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;line-height:0!important;}.frfp-related-close:hover,.frfp-templates-close:hover{background:#E9F2FF!important;color:#3F7CDF!important;}.frfp-related-close svg,.frfp-templates-close svg{display:block!important;width:20px!important;height:20px!important;opacity:1!important;visibility:visible!important;}.frfp-related-close svg path,.frfp-templates-close svg path{stroke:currentColor!important;}.frfp-related-close::before,.frfp-related-close::after,.frfp-templates-close::before,.frfp-templates-close::after{display:none!important;content:none!important;}.frfp-related-search input{padding-left:46px!important;}.frfp-related-search::before{left:18px!important;}.frfp-related-search::after{left:31px!important;}.frfp-input-icon{position:relative!important;}.frfp-date-clear{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-50%)!important;width:24px!important;height:24px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#AAA!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;line-height:1!important;cursor:pointer!important;z-index:3!important;}.frfp-date-clear:hover{background:#F8F8F8!important;color:#1A1A1A!important;}.frfp-input-icon input[type="date"],.frfp-input-icon input[type="time"]{padding-right:42px!important;}.frfp-coauthor-field{position:relative!important;z-index:20!important;}.frfp-coauthor-field:focus-within,.frfp-coauthor-field.is-results-open{z-index:60!important;}.frfp-coauthor-field .frfp-input-icon{position:relative!important;overflow:visible!important;z-index:2!important;}.frfp-coauthor-results{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:70;background:#fff;border:1px solid #E5E5E5;border-radius:16px;padding:6px;box-shadow:0 14px 38px rgba(15,23,42,.12);}.frfp-coauthor-results.is-open{display:block;}.frfp-coauthor-result{width:100%;border:0;background:transparent;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:2px;align-items:flex-start;text-align:left;cursor:pointer;color:#1A1A1A;}.frfp-coauthor-result:hover{background:#F8F8F8;}.frfp-coauthor-result__name{font-family:var(--font-heading);font-size:14px;font-weight:700;}.frfp-coauthor-result__meta{font-size:12px;color:#888;}.frfp-category-picker{z-index:20!important;}.frfp-field:focus-within .frfp-category-picker{z-index:45!important;}.frfp-category-results{z-index:46!important;}.frfp-chip{border-radius:999px!important;padding:7px 10px 7px 12px!important;font-size:13px!important;line-height:1.2!important;}.frfp-chip-x{width:18px!important;height:18px!important;border-radius:50%!important;background:rgba(63,124,223,.12)!important;font-size:14px!important;line-height:1!important;}.frfp-chip-x:hover{background:#3F7CDF!important;color:#fff!important;}.frfp-advanced-body-inner{gap:14px!important;}.frfp-field{margin-bottom:14px!important;}.frfp-field:last-child{margin-bottom:0!important;}.entry-content .frfp-poll-block--interactive{background:#fff!important;border:1px solid #E5E5E5!important;border-radius:20px!important;padding:20px!important;margin:24px 0!important;}.frfp-poll-vote-option:not(:disabled){cursor:pointer!important;}.frfp-poll-vote-option.is-selected{border-color:#3F7CDF!important;}.frfp-poll-change-vote{border:0!important;background:transparent!important;color:#3F7CDF!important;font-weight:600!important;cursor:pointer!important;}.fr-auth-page{min-height:calc(100vh - 64px);display:flex;justify-content:center;align-items:flex-start;padding:32px 16px 96px;}.fr-auth-card{width:100%;background:#fff;border-radius:24px;padding:32px;}.fr-auth-card h1{margin:0 0 8px;font-family:var(--font-heading);font-size:30px;line-height:1.25;font-weight:700;color:#1A1A1A;}.fr-auth-card__lead{margin:0 0 24px;color:#888;font-size:16px;line-height:1.5;}.fr-auth-form{display:flex;flex-direction:column;gap:16px;}.fr-auth-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;}.fr-auth-field label,.fr-auth-links>label,.fr-auth-avatar>label{display:block;margin-bottom:8px;font-size:14px;line-height:1.4;font-weight:500;color:#1A1A1A;}.fr-auth-field label span{color:#888;font-weight:400;}.fr-auth-field input,.fr-auth-field textarea,.fr-auth-link-row input{width:100%;border:1px solid #E5E5E5;background:#fff;color:#1A1A1A;border-radius:12px;padding:12px 16px;font-size:14px;line-height:1.45;outline:none!important;box-shadow:none!important;transition:border-color .15s,background-color .15s;}.fr-auth-field textarea{resize:none;min-height:104px;}.fr-auth-field input:focus,.fr-auth-field textarea:focus,.fr-auth-link-row input:focus{border-color:#3F7CDF;background:#fff;}.fr-auth-field input.is-invalid,.fr-auth-field textarea.is-invalid{border-color:#EF4444;}.fr-auth-field p,.fr-auth-links p,.fr-auth-advanced>p{margin:4px 0 0;color:#888;font-size:12px;line-height:1.4;}.fr-auth-error{margin-top:6px;color:#EF4444;font-size:12px;line-height:1.35;}.fr-auth-availability{margin-top:6px;font-size:12px;line-height:1.35;}.fr-auth-availability.is-ok{color:#188038;}.fr-auth-availability.is-bad{color:#EF4444;}.fr-auth-row{display:flex;align-items:center;gap:12px;}.fr-auth-row--between{justify-content:space-between;}.fr-auth-check{display:flex;align-items:flex-start;gap:8px;color:#888;font-size:14px;line-height:1.45;}.fr-auth-check input{width:16px;height:16px;margin:2px 0 0;accent-color:#3F7CDF;flex:0 0 16px;}.fr-auth-link,.fr-auth-bottom a,.fr-auth-terms a{color:#3F7CDF;text-decoration:none;font-weight:500;}.fr-auth-link:hover,.fr-auth-bottom a:hover,.fr-auth-terms a:hover{text-decoration:underline;}.fr-auth-actions--inline{display:flex;gap:12px;align-items:stretch;}.fr-auth-submit,.fr-auth-social,.fr-auth-switch-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;border:0;padding:12px 24px;font-size:16px;line-height:1.45;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .15s,color .15s;}.fr-auth-submit{width:100%;background:#3F7CDF;color:#fff;}.fr-auth-submit:hover{background:#2E5FBF;color:#fff;}.fr-auth-submit:disabled{opacity:.65;cursor:wait;}.fr-auth-actions--inline .fr-auth-submit{flex:1;}.fr-auth-switch-btn{width:48px;padding:0;border:1px solid #E5E5E5;background:#fff;color:#1A1A1A;}.fr-auth-switch-btn:hover{background:#F8F8F8;color:#1A1A1A;}.fr-auth-social{width:100%;background:#0077FF;color:#fff;}.fr-auth-social:hover{background:#0066DD;color:#fff;}.fr-auth-separator{position:relative;margin:8px 0;text-align:center;color:#888;font-size:14px;}.fr-auth-separator:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid #E5E5E5;}.fr-auth-separator span{position:relative;background:#fff;padding:0 16px;}.fr-auth-bottom{margin:8px 0 0;text-align:center;color:#888;font-size:14px;line-height:1.45;}.fr-auth-type-switch{display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#F8F8F8;border-radius:12px;padding:4px;margin-bottom:8px;}.fr-auth-type-switch button{min-height:44px;border:0;border-radius:10px;background:transparent;color:#888;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer;}.fr-auth-type-switch button.is-active{background:#fff;color:#1A1A1A;box-shadow:0 1px 3px rgba(0,0,0,.06);}.fr-auth-type-switch .fr-icon{width:16px;height:16px;}.fr-auth-advanced{border-top:1px solid #E5E5E5;padding-top:16px;margin-top:0;}.fr-auth-advanced__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:transparent;padding:8px 0;color:#1A1A1A;font-size:16px;font-weight:500;cursor:pointer;}.fr-auth-advanced__toggle .fr-icon{width:20px;height:20px;color:#888;transition:transform .15s;}.fr-auth-advanced__toggle.is-open .fr-icon{transform:rotate(180deg);}.fr-auth-advanced__body{display:flex;flex-direction:column;gap:16px;margin-top:16px;}.fr-auth-link-row{display:grid;grid-template-columns:1fr 1fr 36px;gap:8px;margin-bottom:10px;align-items:center;}.fr-auth-link-row button{width:36px;height:36px;border:0;background:transparent;border-radius:10px;color:#888;display:flex;align-items:center;justify-content:center;cursor:pointer;}.fr-auth-link-row button:hover{background:#F8F8F8;color:#1A1A1A;}.fr-auth-avatar__drop{height:128px;border:2px dashed #E5E5E5;border-radius:12px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;color:#888;transition:border-color .15s;background:#fff;}.fr-auth-avatar__drop:hover{border-color:#3F7CDF;}.fr-auth-avatar__drop .fr-icon{margin-bottom:4px;}.fr-auth-avatar__drop span{font-size:14px;color:#888;}.fr-auth-avatar__drop em{font-size:12px;color:#ccc;font-style:normal;}.fr-auth-avatar__drop input{display:none;}.fr-auth-avatar__preview{display:flex;align-items:center;gap:16px;}.fr-auth-avatar__preview img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:1px solid #E5E5E5;}.fr-auth-avatar__preview button{border:0;background:#fff;color:#EF4444;border-radius:10px;padding:8px 12px;font-size:14px;cursor:pointer;}.fr-auth-avatar__preview button:hover{background:#FEF2F2;}.fr-auth-message{display:none;border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.45;}.fr-auth-message.is-error{display:block;background:#FEF2F2;color:#B91C1C;}.fr-auth-message.is-ok{display:block;background:#ECFDF3;color:#166534;}@media (max-width:640px){.fr-auth-page{padding:24px 12px 96px;}.fr-auth-card{border-radius:20px;padding:24px;}.fr-auth-card h1{font-size:26px;}.fr-auth-grid-2{grid-template-columns:1fr;gap:16px;}.fr-auth-link-row{grid-template-columns:1fr 36px;grid-template-areas:"url remove" "text text";}.fr-auth-link-row input:first-child{grid-area:url;}.fr-auth-link-row input:nth-child(2){grid-area:text;}.fr-auth-link-row button{grid-area:remove;}}.fr-user-menu__toggle>.fr-icon:first-child{width:20px;height:20px;}.fr-user-menu__item .fr-icon{width:16px;height:16px;flex:0 0 16px;}.fr-user-menu__item--danger .fr-icon,.fr-user-menu__item--danger svg{color:#EF4444;}.fr-auth-card{max-width:448px;border:0!important;box-shadow:none!important;}.fr-auth-card--register{max-width:448px;}.fr-auth-row .fr-auth-link{font-size:13px;line-height:1.4;}.fr-auth-type-switch button .fr-icon{width:16px;height:16px;flex:0 0 16px;}.fr-auth-advanced__toggle{gap:12px;}.fr-auth-advanced__icons{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;color:#888;flex:0 0 20px;}.fr-auth-advanced__icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;}.fr-auth-advanced__icon .fr-icon{width:20px;height:20px;transform:none!important;}.fr-auth-advanced__icon--open{display:none;}.fr-auth-advanced__toggle.is-open .fr-auth-advanced__icon--closed{display:none;}.fr-auth-advanced__toggle.is-open .fr-auth-advanced__icon--open{display:inline-flex;}.fr-auth-advanced__body[hidden]{display:none!important;}.fr-auth-advanced__body{padding-top:0;}.fr-auth-avatar__drop .fr-icon{width:32px;height:32px;flex:0 0 32px;color:#888;}.fr-auth-link-row button .fr-icon{width:16px;height:16px;color:#888;}.fr-auth-switch-btn .fr-icon{width:20px;height:20px;}.fr-auth-card a:focus,.fr-auth-card button:focus,.fr-auth-card input:focus,.fr-auth-card textarea:focus{outline:none!important;box-shadow:none!important;}@media (max-width:640px){.fr-auth-card,.fr-auth-card--register{max-width:100%;}.fr-auth-row .fr-auth-link{font-size:12px;}}.fr-auth-page{padding-left:16px!important;padding-right:16px!important;}.fr-auth-card,.fr-auth-card--login,.fr-auth-card--register,.fr-auth-card--forgot{width:min(100%,448px)!important;}.fr-auth-row .fr-auth-link{font-size:12px!important;line-height:1.35!important;}@media (max-width:640px){.fr-auth-page{padding-left:12px!important;padding-right:12px!important;}.fr-auth-card,.fr-auth-card--login,.fr-auth-card--register,.fr-auth-card--forgot{width:100%!important;max-width:448px!important;}}.frfp-editor,.frfp-editor-area,.frfp-editor-area:focus,.frfp-editor-area:focus-visible{outline:none!important;box-shadow:none!important;}.frfp-editor-area a,.frfp-editor-area .frfp-editor-link{color:#3F7CDF!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:2px!important;}.frfp-btn[data-cmd="insertUnorderedList"].is-active,.frfp-btn[data-cmd="insertUnorderedList"]:active{background:#E9F2FF!important;color:#3F7CDF!important;}.frfp-editor-area [data-media="image"],.frfp-editor-area [data-media="video"],.frfp-editor-area figure.frfp-media-block{width:100%!important;max-width:100%!important;margin:18px 0!important;cursor:default!important;}.frfp-editor-area [data-media="image"] img,.frfp-editor-area [data-media="video"] video,.frfp-editor-area figure.frfp-media-block img,.frfp-editor-area figure.frfp-media-block video{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;border-radius:12px!important;object-fit:cover!important;cursor:default!important;}.frfp-editor-area figcaption,.frfp-editor-area .frfp-media-caption{margin:8px 8px 0!important;color:#888!important;font-size:14px!important;line-height:1.45!important;font-style:italic!important;}.entry-content h2{font-family:var(--font-heading)!important;font-size:24px!important;line-height:1.35!important;font-weight:700!important;color:#1A1A1A!important;margin:28px 0 12px!important;}.entry-content h3{font-family:var(--font-heading)!important;font-size:20px!important;line-height:1.35!important;font-weight:700!important;color:#1A1A1A!important;margin:24px 0 12px!important;}.entry-content blockquote{margin:24px 0!important;padding:16px 18px!important;border-left:2px solid #3F7CDF!important;background:#F8F8F8!important;border-radius:0 12px 12px 0!important;color:#3A3A3A!important;font-style:normal!important;}.entry-content ul,.entry-content ol{margin:16px 0 20px 20px!important;padding-left:18px!important;color:#3A3A3A!important;line-height:1.7!important;}.entry-content [data-media="image"],.entry-content [data-media="video"],.entry-content figure.frfp-media-block,.entry-content .frfp-media-frame{width:100%!important;max-width:100%!important;margin:24px 0!important;cursor:zoom-in!important;}.entry-content [data-media="image"] img,.entry-content [data-media="video"] video,.entry-content figure.frfp-media-block img,.entry-content figure.frfp-media-block video,.entry-content .frfp-media-frame img,.entry-content .frfp-media-frame video{width:100%!important;max-width:100%!important;height:auto!important;display:block!important;border-radius:12px!important;transition:transform .3s ease!important;}.entry-content [data-media="image"]:hover img,.entry-content figure.frfp-media-block:hover img,.entry-content .frfp-media-frame:hover img{transform:scale(1.015)!important;}.entry-content figcaption,.entry-content .frfp-media-caption{margin:8px 8px 0!important;color:#888!important;font-size:14px!important;line-height:1.45!important;font-style:italic!important;}.frfp-content-lightbox__close,.frfp-lightbox__close{width:40px!important;height:40px!important;border:0!important;border-radius:999px!important;background:transparent url("../icons/create/lightbox-close.svg") center/40px 40px no-repeat!important;color:transparent!important;text-indent:-9999px!important;overflow:hidden!important;box-shadow:none!important;}.frfp-content-lightbox__close:hover,.frfp-lightbox__close:hover{background-color:transparent!important;}.frfp-related,.entry-content .frfp-related{display:block!important;}.frfp-related{position:relative!important;}.frfp-related .frfp-related-body,.entry-content .frfp-related .frfp-related-body{display:grid!important;grid-template-columns:1fr 96px!important;grid-template-areas:"title thumb" "excerpt thumb" "link thumb"!important;gap:0 16px!important;align-items:start!important;}.frfp-related-link-icon,.entry-content .frfp-related-link-icon{display:inline-block!important;}.frfp-related-link-icon:before,.entry-content .frfp-related-link-icon:before{content:"→";font-size:16px;line-height:16px;color:#3F7CDF;}@media(max-width:640px){.frfp-related .frfp-related-body,.entry-content .frfp-related .frfp-related-body{grid-template-columns:1fr!important;grid-template-areas:"title" "excerpt" "thumb" "link"!important;gap:10px!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{width:100%!important;height:160px!important;}}.frfp-related-close,.frfp-templates-close,.frfp-poll-close{width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;background:transparent!important;border-radius:12px!important;color:#888!important;padding:0!important;}.frfp-related-close svg,.frfp-templates-close svg,.frfp-poll-close svg{display:block!important;width:20px!important;height:20px!important;}.frfp-related-close:before,.frfp-related-close:after,.frfp-templates-close:before,.frfp-templates-close:after{display:none!important;content:none!important;}.frfp-related-search{position:relative!important;}.frfp-related-search:before,.frfp-related-search:after{display:none!important;content:none!important;}.frfp-related-search input{padding-left:40px!important;background:#fff url("../icons/create/search.svg") 14px center/16px 16px no-repeat!important;}.frfp-category-picker{position:relative!important;z-index:20!important;}.frfp-category-picker:focus-within{z-index:45!important;}.frfp-category-results{z-index:46!important;}.frfp-category-picker .frfp-input-icon svg{left:14px!important;right:auto!important;pointer-events:none!important;}.frfp-category-picker .frfp-input{padding-left:40px!important;padding-right:14px!important;}.frfp-chip{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:7px 10px!important;font-size:12px!important;line-height:1.35!important;}.frfp-chip-x{border:0!important;width:16px!important;height:16px!important;line-height:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:6px!important;}.frfp-file-chip{display:inline-flex!important;align-items:center!important;gap:8px!important;background:#E9F2FF!important;color:#3F7CDF!important;border-radius:8px!important;padding:7px 10px!important;border:0!important;font-size:12px!important;font-weight:500!important;}.frfp-file-chip-x{color:#3F7CDF!important;}.frfp-file svg,.frfp-file .fr-icon{color:#888!important;stroke:#888!important;}.frfp-file:hover svg,.frfp-file:hover .fr-icon{color:#3F7CDF!important;stroke:#3F7CDF!important;}.frfp-related,.entry-content .frfp-related{gap:16px!important;}.frfp-related .frfp-related-thumb,.entry-content .frfp-related .frfp-related-thumb{grid-area:thumb!important;}@media(max-width:640px){.frfp-related,.entry-content .frfp-related{grid-template-columns:1fr!important;grid-template-areas:"body" "thumb"!important;}}.entry-content .frfp-media-frame,.entry-content figure.frfp-media-block,.entry-content [data-media="image"],.entry-content [data-media="video"]{position:relative!important;overflow:hidden!important;border-radius:12px!important;cursor:zoom-in!important;}.entry-content .frfp-media-frame img,.entry-content .frfp-media-frame video,.entry-content figure.frfp-media-block img,.entry-content figure.frfp-media-block video,.entry-content [data-media="image"] img,.entry-content [data-media="video"] video{transform:none!important;transition:filter .2s ease!important;}.entry-content .frfp-media-frame:hover img,.entry-content .frfp-media-frame:hover video,.entry-content figure.frfp-media-block:hover img,.entry-content figure.frfp-media-block:hover video,.entry-content [data-media="image"]:hover img,.entry-content [data-media="video"]:hover video{transform:none!important;filter:brightness(.72)!important;}.entry-content .frfp-media-frame::before,.entry-content figure.frfp-media-block::before,.entry-content [data-media="image"]::before,.entry-content [data-media="video"]::before{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:rgba(0,0,0,.16)!important;opacity:0!important;transition:opacity .2s ease!important;}.entry-content .frfp-media-frame::after,.entry-content figure.frfp-media-block::after,.entry-content [data-media="image"]::after,.entry-content [data-media="video"]::after{content:"⌕"!important;position:absolute!important;left:50%!important;top:50%!important;width:44px!important;height:44px!important;z-index:3!important;pointer-events:none!important;transform:translate(-50%,-50%)!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#1A1A1A!important;font-size:28px!important;line-height:42px!important;text-align:center!important;opacity:0!important;transition:opacity .2s ease!important;}.entry-content .frfp-media-frame:hover::before,.entry-content figure.frfp-media-block:hover::before,.entry-content [data-media="image"]:hover::before,.entry-content [data-media="video"]:hover::before,.entry-content .frfp-media-frame:hover::after,.entry-content figure.frfp-media-block:hover::after,.entry-content [data-media="image"]:hover::after,.entry-content [data-media="video"]:hover::after{opacity:1!important;}.frfp-related,.entry-content .frfp-related{grid-template-columns:minmax(0,1fr) 180px!important;grid-template-areas:"body thumb"!important;gap:18px!important;align-items:center!important;border-left:3px solid #3F7CDF!important;border-radius:0 16px 16px 0!important;background:#F8FBFF!important;padding:16px!important;}.frfp-related::after,.entry-content .frfp-related::after{display:none!important;content:none!important;clear:none!important;}.frfp-related:hover,.entry-content .frfp-related:hover{background:#F8FBFF!important;}.frfp-related .frfp-related-body,.entry-content .frfp-related .frfp-related-body{grid-area:body!important;display:block!important;min-width:0!important;}.frfp-related-more,.entry-content .frfp-related-more{margin:0 0 7px!important;color:#888!important;font-size:13px!important;font-weight:500!important;}.frfp-related-title,.entry-content .frfp-related-title{margin:0 0 7px!important;}.frfp-related-link:hover,.entry-content .frfp-related-link:hover{color:#3F7CDF!important;text-decoration:none!important;border:0!important;background:none!important;box-shadow:none!important;}.frfp-related-link-icon,.entry-content .frfp-related-link-icon{display:inline-flex!important;width:16px!important;height:16px!important;align-items:center!important;justify-content:center!important;color:#3F7CDF!important;border:0!important;background:none!important;}.frfp-related-link-icon::before,.entry-content .frfp-related-link-icon::before{content:"→"!important;color:#3F7CDF!important;border:0!important;font-size:16px!important;line-height:16px!important;}.frfp-related-link-icon::after,.entry-content .frfp-related-link-icon::after{display:none!important;content:none!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{width:180px!important;height:101px!important;aspect-ratio:16/9!important;flex:0 0 180px!important;border-radius:12px!important;}@media(max-width:640px){.frfp-related,.entry-content .frfp-related{grid-template-columns:1fr!important;grid-template-areas:"body" "thumb"!important;gap:12px!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{width:100%!important;height:auto!important;aspect-ratio:16/9!important;flex-basis:auto!important;}}.frfp-chip{background:#E9F2FF!important;color:#3F7CDF!important;border:0!important;border-radius:8px!important;padding:6px 9px!important;font-size:11px!important;line-height:1.3!important;font-weight:500!important;gap:7px!important;box-shadow:none!important;}.frfp-chip .frfp-chip-text{color:#3F7CDF!important;font-size:11px!important;line-height:1.3!important;}.frfp-chip-x{width:14px!important;height:14px!important;min-width:14px!important;font-size:13px!important;line-height:14px!important;border-radius:4px!important;color:#3F7CDF!important;background:transparent!important;}.frfp-chip-x:hover{background:rgba(63,124,223,.12)!important;color:#2E5FBF!important;}.frfp-category-result[hidden]{display:none!important;}.frfp-category-results.is-open{display:block!important;}.frfp-category-picker{z-index:20!important;}.frfp-labels-field .frfp-category-picker{z-index:22!important;}.frfp-category-picker.is-open,.frfp-category-picker:focus-within,.frfp-labels-field .frfp-category-picker.is-open,.frfp-labels-field .frfp-category-picker:focus-within{z-index:45!important;}.fr-underdev .fr-notfound__code{display:none!important;}.fr-underdev .fr-notfound__card{max-width:680px!important;margin:0 auto!important;}.fr-mobile-menu .fr-nav-link.is-active,.fr-mobile-menu .fr-nav-link.is-active:hover{background:var(--accent)!important;color:#fff!important;}.fr-mobile-menu .fr-nav-link.is-active .fr-icon,.fr-mobile-menu .fr-nav-link.is-active svg{color:#fff!important;stroke:currentColor!important;}.fr-single-content{padding-top:32px;padding-bottom:96px;}.fr-news-hero{position:relative;height:500px;border-radius:16px;overflow:hidden;margin-bottom:24px;background:#1A1A1A;}.fr-news-hero img{width:100%;height:100%;object-fit:cover;display:block;}.fr-news-hero__shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.3) 52%,rgba(0,0,0,0));}.fr-news-hero__content{position:absolute;left:0;right:0;bottom:0;padding:32px;color:#fff;}.fr-news-hero__content h1{margin:0 0 16px;font-family:var(--font-heading);font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.18;color:#fff;text-shadow:0 4px 22px rgba(0,0,0,.35);}.fr-news-hero__meta,.fr-interview-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:14px;}.fr-news-hero__meta{color:rgba(255,255,255,.9);}.fr-news-hero__meta span,.fr-interview-meta span{display:inline-flex;align-items:center;gap:8px;}.fr-news-hero__meta .fr-icon,.fr-interview-meta .fr-icon{width:16px;height:16px;flex:0 0 auto;}.fr-single-card{background:#fff;border-radius:16px;padding:32px;margin-bottom:24px;}.fr-single-card--article .entry-content,.fr-interview-content{color:#3A3A3A;line-height:1.7;}.fr-single-tags{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0;}.fr-single-tags a{color:var(--accent);font-size:14px;text-decoration:none;transition:color .2s ease;}.fr-single-tags a:hover{color:#2E5FBF;text-decoration:underline;}.fr-single-actions{position:relative;display:flex;align-items:center;gap:12px;padding-top:24px;border-top:1px solid var(--border);}.fr-single-action{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:0;border-radius:12px;background:var(--secondary);color:var(--foreground);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease;}.fr-single-action:hover{background:var(--border);}.fr-single-action .fr-icon{width:20px;height:20px;}.fr-single-action--like.is-active,.fr-single-action--like:hover{background:#EF4444;color:#fff;}.fr-single-share{position:absolute;top:calc(100% + 8px);left:112px;z-index:20;min-width:200px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 36px rgba(15,23,42,.12);overflow:hidden;}.fr-single-share a,.fr-single-share button{width:100%;display:block;padding:12px 16px;border:0;background:transparent;color:var(--foreground);text-align:left;font-size:14px;text-decoration:none;cursor:pointer;}.fr-single-share a:hover,.fr-single-share button:hover{background:var(--secondary);}.fr-interview-card h1{margin:0 0 24px;font-family:var(--font-heading);font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.18;color:var(--foreground);}.fr-interview-kicker{margin-bottom:8px;font-size:14px;color:var(--muted-foreground);}.fr-interview-person{display:flex;align-items:center;gap:16px;margin-bottom:24px;}.fr-interview-person__avatar{width:64px;height:64px;border-radius:999px;flex:0 0 auto;overflow:hidden;background:linear-gradient(135deg,#3F7CDF,#2E5FBF);}.fr-interview-person__avatar img{width:100%;height:100%;object-fit:cover;display:block;}.fr-interview-person__name{font-weight:700;color:var(--foreground);}.fr-interview-person__role{margin-top:2px;font-size:14px;color:var(--muted-foreground);}.fr-interview-meta{color:var(--muted-foreground);padding-bottom:24px;margin-bottom:24px;border-bottom:1px solid var(--border);}.fr-interview-content>* + *{margin-top:24px;}.fr-single-comments h2{margin:0 0 24px;font-family:var(--font-heading);font-size:24px;font-weight:700;color:var(--foreground);}@media (max-width:767px){.fr-single-content{padding-top:20px;padding-bottom:88px;}.fr-news-hero{height:420px;border-radius:16px;}.fr-news-hero__content,.fr-single-card{padding:24px;}.fr-news-hero__content h1,.fr-interview-card h1{font-size:30px;}.fr-news-hero__meta,.fr-interview-meta{gap:12px;}.fr-single-actions{flex-wrap:wrap;}.fr-single-share{left:0;}}@media (max-width:480px){.fr-news-hero{height:360px;}.fr-news-hero__content,.fr-single-card{padding:20px;}}.fr-icon--ui{width:1em;height:1em;display:inline-block;flex:0 0 auto;color:currentColor;}.fr-article-header h1{margin:0 0 18px;font-family:var(--font-heading);font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.18;color:var(--foreground);}.fr-article-meta{margin-bottom:28px;}.fr-single-action--edit{text-decoration:none;}.fr-single-action-form{display:inline-flex;margin:0;padding:0;}.fr-single-action--delete{background:#FEF2F2;color:#DC2626;}.fr-single-action--delete:hover{background:#FEE2E2;color:#B91C1C;}.fr-single-action[disabled]{opacity:.65;cursor:wait;}.fr-single-action--like.is-active .fr-icon,.fr-single-action--like:hover .fr-icon{color:#fff;}.fr-single-action--like.is-active{background:#EF4444;color:#fff;}.fr-comments{color:#1A1A1A;}.fr-comments__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;}.fr-comments__header h2{display:flex;align-items:center;gap:10px;margin:0;font-family:var(--font-heading);font-size:24px;line-height:1.25;font-weight:700;color:#1A1A1A;}.fr-comments__header h2 .fr-icon{width:22px;height:22px;}.fr-comments__filter{position:relative;flex:0 0 auto;}.fr-comments__filter-btn{min-height:40px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px;background:#F8F8F8;color:#1A1A1A;padding:8px 12px;cursor:pointer;transition:background .2s ease;}.fr-comments__filter-btn:hover{background:#E5E5E5;}.fr-comments__filter-btn .fr-icon{width:16px;height:16px;color:#888;}.fr-comments__filter-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:150px;padding:6px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;box-shadow:0 18px 34px rgba(15,23,42,.12);}.fr-comments__filter-menu button{width:100%;border:0;border-radius:9px;background:transparent;padding:9px 10px;text-align:left;color:#1A1A1A;cursor:pointer;}.fr-comments__filter-menu button:hover{background:#F8F8F8;}.fr-comments__filter-menu button.is-active{background:#E9F2FF;color:#3F7CDF;font-weight:600;}.fr-comments__form{margin-bottom:32px;}.fr-comments__guest-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px;}.fr-comments__guest-fields label{display:block;font-size:12px;color:#888;}.fr-comments__guest-fields span{display:block;margin-bottom:6px;}.fr-comments__guest-fields input,.fr-comments__form textarea,.fr-comment__edit-textarea{width:100%;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#1A1A1A;padding:12px 14px;font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease;}.fr-comments__guest-fields input:focus,.fr-comments__form textarea:focus,.fr-comment__edit-textarea:focus{border-color:#3F7CDF;box-shadow:0 0 0 3px rgba(63,124,223,.12);}.fr-comments__form textarea{min-height:112px;resize:vertical;}.fr-comments__replying{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;border-left:3px solid #3F7CDF;border-radius:10px;background:#E9F2FF;padding:10px 12px;color:#1A1A1A;font-size:14px;}.fr-comments__replying button{border:0;background:transparent;color:#3F7CDF;cursor:pointer;}.fr-comments__form-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px;}.fr-comments__attach{display:flex;align-items:center;gap:8px;}.fr-comments__attach button{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:10px;background:transparent;color:#888;padding:8px 10px;cursor:pointer;transition:color .2s ease,background .2s ease;}.fr-comments__attach button:hover{color:#3F7CDF;background:#F8F8F8;}.fr-comments__attach .fr-icon,.fr-comments__submit .fr-icon{width:16px;height:16px;}.fr-comments__submit{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px;background:#3F7CDF;color:#fff;padding:10px 22px;font-weight:600;cursor:pointer;transition:background .2s ease,opacity .2s ease;}.fr-comments__submit:hover{background:#2E5FBF;}.fr-comments__submit[disabled]{opacity:.7;cursor:wait;}.fr-comments__notice{margin-top:10px;border-radius:10px;background:#FEF2F2;color:#B91C1C;padding:10px 12px;font-size:14px;}.fr-comments__empty{border-radius:14px;background:#F8F8F8;color:#888;padding:22px;text-align:center;}.fr-comments__list{display:flex;flex-direction:column;gap:22px;list-style:none;margin:0;padding:0;}.fr-comment{list-style:none;margin:0;padding:0;}.fr-comment__body{position:relative;display:flex;gap:16px;padding:16px;border-radius:16px;background:#fff;}.fr-comment.is-pinned>.fr-comment__body{background:#E9F2FF;box-shadow:inset 0 0 0 1px #B8D4FF;}.fr-comment__pinned{position:absolute;top:12px;right:14px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#3F7CDF;color:#fff;padding:3px 8px;font-size:10px;font-weight:700;text-transform:uppercase;}.fr-comment__pinned .fr-icon{width:12px;height:12px;}.fr-comment__avatar{width:40px;height:40px;flex:0 0 40px;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,#3F7CDF,#2E5FBF);}.fr-comment__avatar img{width:100%;height:100%;object-fit:cover;}.fr-comment__main{flex:1 1 auto;min-width:0;}.fr-comment__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px;}.fr-comment__meta{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px;}.fr-comment__author{color:#1A1A1A;font-weight:600;text-decoration:none;}.fr-comment__author:hover{color:#3F7CDF;}.fr-comment__badge{border-radius:5px;background:#3F7CDF;color:#fff;padding:2px 7px;font-size:10px;font-weight:700;text-transform:uppercase;}.fr-comment__date{color:#888;font-size:12px;}.fr-comment__menu-wrap{position:relative;}.fr-comment__menu-btn{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#888;cursor:pointer;}.fr-comment__menu-btn:hover{background:#F8F8F8;color:#1A1A1A;}.fr-comment__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:25;min-width:180px;overflow:hidden;border:1px solid #E5E5E5;border-radius:12px;background:#fff;box-shadow:0 18px 34px rgba(15,23,42,.14);}.fr-comment__menu button{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;color:#1A1A1A;padding:10px 12px;text-align:left;cursor:pointer;}.fr-comment__menu button:hover{background:#F8F8F8;}.fr-comment__menu button.is-danger{color:#EF4444;}.fr-comment__menu .fr-icon{width:16px;height:16px;}.fr-comment__content{color:#1A1A1A;line-height:1.6;}.fr-comment__content p{margin:0 0 12px;}.fr-comment__content p:last-child{margin-bottom:0;}.fr-comment-mention{color:#3F7CDF;cursor:pointer;}.fr-comment__edited{margin-top:6px;color:#9CA3AF;font-size:12px;}.fr-comment__actions{display:flex;align-items:center;gap:14px;margin-top:12px;color:#888;font-size:14px;}.fr-comment__reaction-wrap{position:relative;}.fr-comment__reaction,.fr-comment__views,.fr-comment__reply{display:inline-flex;align-items:center;gap:6px;border:0;border-radius:9px;background:#F8F8F8;color:#888;padding:5px 8px;cursor:pointer;}.fr-comment__views{cursor:default;}.fr-comment__reply{background:transparent;padding-left:0;padding-right:0;}.fr-comment__reaction:hover,.fr-comment__reaction.is-active,.fr-comment__reply:hover{color:#3F7CDF;}.fr-comment__views .fr-icon{width:16px;height:16px;}.fr-comment-reaction-img{width:18px;height:18px;display:block;object-fit:contain;}.fr-comment__reaction-popover{position:absolute;left:0;bottom:calc(100% + 8px);z-index:35;display:flex;gap:5px;padding:8px;border:1px solid #E5E5E5;border-radius:14px;background:#fff;box-shadow:0 16px 32px rgba(15,23,42,.14);}.fr-comment__reaction-popover button{position:relative;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:transparent;cursor:pointer;}.fr-comment__reaction-popover button:hover,.fr-comment__reaction-popover button.is-selected{background:#F8F8F8;}.fr-comment__reaction-popover button span{position:absolute;top:-5px;right:-5px;min-width:16px;height:16px;border-radius:999px;background:#3F7CDF;color:#fff;padding:0 4px;font-size:9px;line-height:16px;text-align:center;}.fr-comment__children{display:flex;flex-direction:column;gap:16px;list-style:none;margin:14px 0 0 34px;padding:0 0 0 16px;border-left:2px solid #E9F2FF;}.fr-comment[data-depth="4"]>.fr-comment__children,.fr-comment[data-depth="5"]>.fr-comment__children,.fr-comment[data-depth="6"]>.fr-comment__children,.fr-comment[data-depth="7"]>.fr-comment__children,.fr-comment[data-depth="8"]>.fr-comment__children,.fr-comment[data-depth="9"]>.fr-comment__children,.fr-comment[data-depth="10"]>.fr-comment__children,.fr-comment[data-depth="11"]>.fr-comment__children,.fr-comment[data-depth="12"]>.fr-comment__children,.fr-comment[data-depth="13"]>.fr-comment__children,.fr-comment[data-depth="14"]>.fr-comment__children,.fr-comment[data-depth="15"]>.fr-comment__children,.fr-comment[data-depth="16"]>.fr-comment__children,.fr-comment[data-depth="17"]>.fr-comment__children,.fr-comment[data-depth="18"]>.fr-comment__children,.fr-comment[data-depth="19"]>.fr-comment__children,.fr-comment[data-depth="20"]>.fr-comment__children{margin-left:22px;padding-left:14px;}.fr-comment__children-toggle{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;border:0;border-radius:0;background:transparent;color:#3F7CDF;padding:6px 0;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;text-decoration:none;transition:color .2s ease;}.fr-comment__children-toggle:hover{background:transparent;color:#2E5FBF;text-decoration:underline;}.fr-comment__children-toggle[hidden],.fr-comment__children[hidden]{display:none!important;}.fr-comment,.fr-comment__body,.fr-comment__main,.fr-comment__content{max-width:100%;min-width:0;}.fr-comment__content,.fr-comment__content p{overflow-wrap:anywhere;word-break:break-word;}.fr-comment-media,.fr-comment-media__lightbox{max-width:100%;}.fr-comment__edit-form{margin-top:10px;}.fr-comment__edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px;}.fr-comment__edit-actions button{border:0;border-radius:10px;padding:8px 12px;cursor:pointer;}.fr-comment__edit-save{background:#3F7CDF;color:#fff;}.fr-comment__edit-cancel{background:#F8F8F8;color:#1A1A1A;}@media (max-width:767px){.fr-comments__header{align-items:flex-start;flex-direction:column;}.fr-comments__filter,.fr-comments__filter-btn{width:100%;}.fr-comments__filter-menu{left:0;right:auto;width:100%;}.fr-comments__guest-fields{grid-template-columns:1fr;}.fr-comments__form-bottom{align-items:stretch;flex-direction:column;}.fr-comments__attach{justify-content:space-between;}.fr-comments__submit{justify-content:center;width:100%;}.fr-comment__body{gap:12px;padding:14px;}.fr-comment__avatar{width:36px;height:36px;flex-basis:36px;}.fr-comment__children{gap:14px;margin-left:10px;padding-left:12px;border-left:2px solid #E9F2FF;}.fr-comment[data-depth="4"]>.fr-comment__children,.fr-comment[data-depth="5"]>.fr-comment__children,.fr-comment[data-depth="6"]>.fr-comment__children,.fr-comment[data-depth="7"]>.fr-comment__children,.fr-comment[data-depth="8"]>.fr-comment__children,.fr-comment[data-depth="9"]>.fr-comment__children,.fr-comment[data-depth="10"]>.fr-comment__children,.fr-comment[data-depth="11"]>.fr-comment__children,.fr-comment[data-depth="12"]>.fr-comment__children,.fr-comment[data-depth="13"]>.fr-comment__children,.fr-comment[data-depth="14"]>.fr-comment__children,.fr-comment[data-depth="15"]>.fr-comment__children,.fr-comment[data-depth="16"]>.fr-comment__children,.fr-comment[data-depth="17"]>.fr-comment__children,.fr-comment[data-depth="18"]>.fr-comment__children,.fr-comment[data-depth="19"]>.fr-comment__children,.fr-comment[data-depth="20"]>.fr-comment__children{margin-left:8px;padding-left:10px;}.fr-comment__children-toggle{padding:4px 0;font-size:13px;line-height:18px;}.fr-comment__actions{flex-wrap:wrap;}.fr-comment__reaction-popover{position:fixed;left:50%;bottom:76px;transform:translateX(-50%);}}.fr-single-admin-actions,.frfp-actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 20px;}.fr-single-admin-btn,.frfp-actions .button,.frfp-actions button,.frfp-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(10,15,30,.10);background:#fff;color:#111827!important;text-decoration:none!important;font-size:14px;font-weight:500;cursor:pointer;}.fr-single-admin-btn--danger,.frfp-action-delete{color:#dc2626!important;}.fr-single-admin-btn:hover,.frfp-actions .button:hover,.frfp-actions button:hover,.frfp-actions a:hover{background:#f6f7f9;}.comment-reactions-popup{opacity:0;visibility:hidden;pointer-events:none;}.comment-like:hover .comment-reactions-popup,.comment-like.ucp-reactions-open .comment-reactions-popup{opacity:1;visibility:visible;pointer-events:auto;}.fv,.fvs,.ftr-value-widget{margin:28px 0;}.frfp-category-picker.is-open .frfp-category-results{display:block!important;}.frfp-category-empty{padding:10px 12px;color:#888;font-size:14px;}.frfp-file-chip[style*="display:none"],.frfp-file-chip[style*="display:none"]{display:none!important;}.frfp-file-chip .frfp-file-chip-name:empty + .frfp-file-chip-x{display:none!important;}.fr-figma-page .fr-static-card{border-radius:16px;background:#fff;padding:32px;margin-bottom:24px;}.fr-figma-article h1{margin-bottom:32px;}.fr-figma-article h2{display:flex;align-items:center;gap:8px;color:#1A1A1A;font-size:24px;line-height:1.25;margin:0 0 16px;}.fr-figma-article p,.fr-figma-card p{color:#3A3A3A;line-height:1.7;}.fr-figma-article section+section{margin-top:32px;}.fr-figma-article ul,.fr-figma-article ol{color:#3A3A3A;line-height:1.65;}.fr-plain-list{list-style:none!important;padding-left:0!important;}.fr-accent,.fr-price{color:#3F7CDF!important;}.fr-section-head--hero{align-items:center;margin-bottom:30px;}.fr-section-head--hero .fr-section-head__icon{width:56px;height:56px;flex-basis:56px;border-radius:16px;}.fr-section-head--hero h1{margin:0 0 4px;}.fr-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0;}.fr-reviews-grid{grid-template-columns:1fr;}.fr-mini-card{display:block;border:1px solid #E5E5E5;border-radius:14px;padding:16px;background:#fff;text-decoration:none;color:inherit;}.fr-mini-card--accent{background:#F8FBFF;border-color:#DCEBFF;}.fr-mini-card small{display:block;color:#888;margin-top:10px;}.fr-contact-form{display:grid;gap:12px;margin-top:20px;}.fr-input{width:100%;min-height:44px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;padding:10px 14px;font:inherit;color:#1A1A1A;}.fr-contact-form textarea.fr-input{min-height:110px;resize:vertical;}.fr-checkbox-line{display:flex;gap:10px;align-items:flex-start;color:#888;font-size:14px;}.fr-game-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.fr-game-gallery div{height:150px;border-radius:14px;background:linear-gradient(135deg,#E9F2FF,#F8F8F8);border:1px solid #E5E5E5;}.fr-game-cta .fr-mini-card h2{font-size:22px;margin-top:0;}.fr-post-hero{height:500px;}.fr-post-hero__badge{position:absolute;top:24px;left:24px;z-index:2;padding:6px 12px;border-radius:12px;background:rgba(255,255,255,.22);backdrop-filter:blur(8px);color:#fff;font-size:14px;font-weight:600;}.fr-post-hero__meta{justify-content:space-between;}.fr-single-post .fr-single-actions{margin-top:24px;}.fr-single-admin-actions{padding-top:0;border-top:0;margin-top:16px;}.fr-single-admin-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:12px;border:1px solid rgba(10,15,30,.10);background:#F8F8F8;color:#111827!important;text-decoration:none!important;font-size:14px;font-weight:500;cursor:pointer;}.fr-single-admin-btn:hover{background:#E5E5E5;}.fr-single-admin-btn--danger{background:#FEF2F2;color:#DC2626!important;}.fr-single-admin-btn--danger:hover{background:#FEE2E2;color:#B91C1C!important;}@media (max-width:767px){.fr-figma-page .fr-static-card{padding:24px;}.fr-card-grid,.fr-game-gallery{grid-template-columns:1fr;}.fr-post-hero{height:420px;}.fr-post-hero__meta{justify-content:flex-start;}}.fr-auth-page{padding:32px 0 96px!important;}@media (max-width:640px){.fr-auth-page{padding:24px 0 96px!important;}.fr-auth-card,.fr-auth-card--login,.fr-auth-card--register,.fr-auth-card--forgot{max-width:100%!important;padding:24px!important;border-radius:16px!important;}}.fr-user-menu__item--create-mobile{display:none!important;}@media (max-width:639px){.fr-user-menu__item--create-mobile{display:flex!important;}}.fr-author-floating-tabs{gap:4px!important;padding:8px!important;border-radius:16px!important;background:#1A1A1A!important;}.fr-author-floating-tabs__item{width:auto!important;min-width:0!important;min-height:auto!important;flex-direction:row!important;gap:8px!important;padding:10px 24px!important;color:rgba(255,255,255,.72)!important;font-size:14px!important;line-height:20px!important;white-space:nowrap!important;}.fr-author-floating-tabs__item .fr-icon{width:16px!important;height:16px!important;flex:0 0 16px!important;}.fr-author-floating-tabs__item:hover{background:rgba(255,255,255,.10)!important;color:#fff!important;}.fr-author-floating-tabs__item.is-active{background:#fff!important;color:#1A1A1A!important;}@media (max-width:1023px){.fr-author-floating-tabs{gap:0!important;padding:0!important;border-radius:0!important;background:#fff!important;border-top:1px solid #E5E5E5!important;box-shadow:none!important;justify-content:space-around!important;overflow-x:visible!important;}.fr-author-floating-tabs__item{flex:1 1 0!important;min-width:0!important;flex-direction:column!important;gap:4px!important;padding:12px 8px calc(12px + env(safe-area-inset-bottom))!important;border-radius:0!important;color:#888!important;font-size:12px!important;line-height:16px!important;font-weight:500!important;background:transparent!important;}.fr-author-floating-tabs__item .fr-icon{width:20px!important;height:20px!important;flex:0 0 20px!important;}.fr-author-floating-tabs__item:hover,.fr-author-floating-tabs__item.is-active{background:transparent!important;color:#3F7CDF!important;}}.fr-content--wide{max-width:1184px;width:100%;margin:0 auto;padding-left:24px;padding-right:24px;}.fr-single-post-layout{display:flex;gap:24px;align-items:flex-start;}.fr-single-post-main{flex:1;min-width:0;max-width:768px;}.fr-single-post-sidebar{width:320px;flex:0 0 320px;}.fr-single-post-sidebar__inner{position:sticky;top:88px;display:grid;gap:16px;}.fr-single-post-toc-mobile{display:none;margin-bottom:24px;}.fr-post-hero__meta{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;}.fr-post-hero__meta-group{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}.fr-news-hero__meta span{white-space:nowrap;}.fr-post-toc,.fr-post-author-card{background:#fff;border-radius:16px;padding:16px;}.fr-post-toc h3,.fr-post-author-card h3{margin:0 0 12px;font-size:16px;line-height:1.25;font-weight:600;color:#1A1A1A;}.fr-post-toc nav{display:grid;gap:4px;}.fr-post-toc__item{display:block;padding:7px 12px;border-radius:10px;color:#888;text-decoration:none;font-size:12px;line-height:1.35;transition:background .2s ease,color .2s ease;}.fr-post-toc__item:hover{background:#F8F8F8;color:#1A1A1A;}.fr-post-toc__item--level-3{padding-left:24px;}.fr-post-author-card__top{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px;}.fr-post-author-card__avatar{width:48px;height:48px;flex:0 0 48px;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,#3F7CDF,#2E5FBF);}.fr-post-author-card__avatar img{width:100%;height:100%;object-fit:cover;display:block;}.fr-post-author-card__main{min-width:0;flex:1;}.fr-post-author-card__name-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px;}.fr-post-author-card__name{font-weight:600;color:#1A1A1A;text-decoration:none;}.fr-post-author-card__name:hover{color:#3F7CDF;}.fr-post-author-card__follow{width:32px;height:32px;border:0;border-radius:10px;background:#3F7CDF;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;}.fr-post-author-card__follow .fr-icon{width:16px;height:16px;}.fr-post-author-card p{margin:0;color:#888;font-size:12px;line-height:1.45;}.fr-post-author-card__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}.fr-post-author-card__stats strong{display:block;font-size:14px;color:#1A1A1A;margin-bottom:2px;}.fr-post-author-card__stats div>span{display:block;font-size:11px;color:#888;}.fr-post-author-card__stats:not(:last-child){margin-bottom:16px;}.fr-post-author-card__stats+.fr-post-author-card__top{padding-top:16px;border-top:1px solid var(--border);}.fr-single-actions{justify-content:space-between!important;align-items:center!important;gap:12px!important;}.fr-single-actions__left,.fr-single-actions__right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.fr-single-action-share-wrap{position:relative;display:inline-flex;}.fr-single-action--icon{width:40px;padding:8px!important;justify-content:center;}.fr-single-action--icon .fr-icon{width:20px!important;height:20px!important;}.fr-single-share{left:0!important;}.fr-single-admin-actions{display:flex!important;gap:8px!important;margin:12px 0 0!important;padding:0!important;border:0!important;}.fr-single-admin-actions .fr-single-action{min-height:40px!important;border-radius:12px!important;text-decoration:none!important;}.fr-next-random{margin:0 0 48px;}.fr-next-random__head{margin:0 0 16px;}.fr-next-random__head h2{margin:0 0 4px;font-size:24px;color:#1A1A1A;}.fr-next-random__head p{margin:0;color:#888;}.fr-next-random__grid{display:grid;gap:16px;}.fr-next-random__loader{padding:14px 16px;margin-top:12px;text-align:center;color:#888;background:#fff;border-radius:12px;}.fr-next-random__sentinel{height:1px;}@media (max-width:1199px){.fr-single-post-layout{display:block;}.fr-single-post-main{max-width:100%;}.fr-single-post-sidebar{display:none;}.fr-single-post-toc-mobile{display:block;}}@media (max-width:767px){.fr-content--wide{padding-left:16px;padding-right:16px;}.fr-post-hero__meta{justify-content:flex-start!important;}.fr-post-hero__meta-group{gap:12px;}.fr-news-hero__meta span{white-space:normal;}.fr-single-actions{align-items:flex-start!important;}.fr-single-actions__left,.fr-single-actions__right,.fr-single-admin-actions{width:100%;}.fr-single-actions__right{justify-content:flex-end;}}.fr-category-layout{display:flex;gap:24px;align-items:flex-start;max-width:1184px;margin:0 auto;padding:32px 24px 112px;}.fr-category-content{padding:0!important;margin:0!important;max-width:none;flex:1;min-width:0;}.fr-category-hero{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:24px;}.fr-category-hero__image{height:256px;overflow:hidden;background:#E9F2FF;}.fr-category-hero__image img{width:100%;height:100%;object-fit:cover;display:block;}.fr-category-hero__body{padding:28px 32px 32px;}.fr-category-hero__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px;}.fr-category-hero h1{margin:0;font-size:clamp(28px,4vw,36px);line-height:1.15;color:#1A1A1A;}.fr-category-hero p{margin:0 0 24px;color:#888;line-height:1.6;}.fr-contest-announcement-link{display:inline-flex;align-items:center;width:max-content;margin:-12px 0 24px;color:var(--accent);font-size:14px;font-weight:500;line-height:1.4;transition:color .2s ease;}.fr-contest-announcement-link:hover{color:var(--accent-hover);}.fr-category-hero__subscribe{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px;background:#3F7CDF;color:#fff;min-height:40px;padding:0 16px;font-weight:500;cursor:pointer;white-space:nowrap;}.fr-category-hero__subscribe .fr-icon{width:16px;height:16px;}.fr-category-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.fr-category-stats div,.fr-category-stats button{border:0;border-radius:12px;background:#F8F8F8;padding:16px;text-align:left;color:#1A1A1A;display:flex;flex-direction:column;gap:8px;min-height:92px;}.fr-category-stats>div>span,.fr-category-stats>button>span:first-child{display:flex;align-items:center;gap:8px;color:#888;font-size:12px;}.fr-category-stats .fr-icon{width:16px;height:16px;}.fr-category-stats strong{margin-top:auto;font-size:22px;line-height:1;font-weight:700;}.fr-category-filter{background:#fff;border-radius:12px;padding:16px;margin-bottom:24px;}.fr-category-filter h3{margin:0 0 12px;font-size:14px;color:#1A1A1A;}.fr-category-filter__list{display:flex;gap:4px;overflow-x:auto;border:1px solid #E5E5E5;border-radius:12px;padding:4px;}.fr-category-filter__list a{display:inline-flex;align-items:center;white-space:nowrap;padding:9px 16px;border-radius:9px;text-decoration:none;color:#888;font-size:14px;font-weight:500;}.fr-category-filter__list a:hover{background:#F8F8F8;color:#1A1A1A;}.fr-category-filter__list a.is-active{background:#3F7CDF;color:#fff;}.fr-category-section-title{font-size:24px;margin:0 0 24px;color:#1A1A1A;}.fr-category-rating-switch{margin-bottom:24px;}@media (max-width:1199px){.fr-category-layout{display:block;}.fr-category-layout .fr-right-sidebar{display:none;}}@media (max-width:767px){.fr-category-layout{padding:20px 16px 96px;}.fr-category-hero__image{height:192px;}.fr-category-hero__body{padding:24px;}.fr-category-hero__title-row{display:block;}.fr-category-hero__subscribe{margin-top:16px;}.fr-category-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}}.fr-action-toast{right:24px;bottom:92px;padding:12px 16px;box-shadow:0 16px 36px rgba(0,0,0,.18);transform:translateY(8px);}.fr-action-toast.is-visible{transform:translateY(0);}@media(max-width:640px){.fr-action-toast{left:16px;right:16px;text-align:center;}}.fr-single-post.fr-single-content{padding-top:0!important;}.fr-single-post-layout{margin-bottom:48px;scroll-margin-top:24px;}.fr-single-post-layout + .fr-single-post-layout{padding-top:8px;}.fr-post-hero__badge{display:inline-flex;align-items:center;min-height:28px;}.fr-post-hero__author,.fr-post-hero__author:hover,.fr-post-hero__author:focus{color:inherit!important;text-decoration:none!important;outline:none!important;box-shadow:none!important;}.fr-news-hero__meta .fr-icon,.fr-post-hero__meta .fr-icon{width:16px!important;height:16px!important;min-width:16px!important;flex:0 0 16px!important;color:currentColor!important;stroke:currentColor!important;fill:none;}.fr-news-hero__meta .fr-icon path,.fr-news-hero__meta .fr-icon circle,.fr-news-hero__meta .fr-icon rect,.fr-post-hero__meta .fr-icon path,.fr-post-hero__meta .fr-icon circle,.fr-post-hero__meta .fr-icon rect{stroke:currentColor!important;}.fr-post-author-card,.fr-post-toc{box-shadow:none;border:0;}.fr-post-author-card h3,.fr-post-toc h3{font-size:16px!important;line-height:1.25!important;font-weight:600!important;margin:0 0 14px!important;color:#1A1A1A!important;}.fr-post-author-card__name{font-size:14px!important;line-height:20px!important;font-weight:600!important;color:#1A1A1A!important;text-decoration:none!important;}.fr-post-author-card__name:hover{color:#1A1A1A!important;text-decoration:none!important;}.fr-post-author-card p{min-height:34px;color:#888!important;font-size:12px!important;line-height:17px!important;margin:0!important;}.fr-post-author-card__stats{margin-top:0!important;text-align:left!important;}.fr-post-author-card__stats strong{font-size:14px!important;line-height:18px!important;font-weight:600!important;}.fr-post-author-card__stats div>span{font-size:12px!important;line-height:16px!important;color:#888!important;}.fr-post-toc nav{gap:4px!important;}.fr-post-toc__item{border:0!important;background:transparent!important;font-size:12px!important;line-height:16px!important;font-weight:400!important;color:#888!important;border-radius:8px!important;padding-top:6px!important;padding-bottom:6px!important;}.fr-post-toc__item:hover,.fr-post-toc__item.is-active{background:#F8F8F8!important;color:#1A1A1A!important;text-decoration:none!important;}.fr-single-post-sidebar{align-self:flex-start;}.fr-single-post-sidebar__inner{top:80px!important;}.fr-single-card--article .entry-content{margin-bottom:24px;}.fr-single-tags{margin:0 0 24px!important;}.fr-single-actions{margin-top:0!important;padding-top:24px!important;border-top:1px solid #E5E5E5!important;}.fr-single-actions__left{min-width:0;}.fr-single-actions__left .fr-single-admin-actions{display:flex!important;gap:8px!important;margin:0!important;padding:0!important;border:0!important;width:auto!important;}.fr-single-actions__left .frfp-actions{display:flex!important;}.fr-single-action{min-height:40px!important;border-radius:12px!important;background:#F8F8F8!important;color:#1A1A1A!important;border:0!important;box-shadow:none!important;text-decoration:none!important;}.fr-single-action:hover{background:#E5E5E5!important;color:#1A1A1A!important;text-decoration:none!important;}.fr-single-action--delete{color:#EF4444!important;}.fr-single-action .fr-icon{width:20px!important;height:20px!important;min-width:20px!important;}.fr-single-action span:not(.screen-reader-text){font-size:14px!important;line-height:20px!important;font-weight:400!important;}.fr-single-value-section{margin-top:24px;}.fr-single-value-section:empty{display:none;}.fr-single-stream-loader{padding:16px;margin:0 0 24px;text-align:center;color:#888;background:#fff;border-radius:16px;}.fr-single-stream-sentinel{height:2px;}.fr-action-toast{position:fixed;left:50%;bottom:28px;z-index:9999;transform:translate(-50%,14px);opacity:0;padding:10px 14px;border-radius:12px;background:#1A1A1A;color:#fff;font-size:14px;line-height:20px;transition:opacity .2s ease,transform .2s ease;}.fr-action-toast.is-visible{opacity:1;transform:translate(-50%,0);}@media (min-width:1200px){.fr-single-post-layout{display:grid!important;grid-template-columns:minmax(0,768px) 320px;gap:24px;align-items:start;}.fr-single-post-main{max-width:none!important;width:100%;}.fr-single-post-sidebar{width:320px!important;}}@media (max-width:767px){.fr-single-post-layout{margin-bottom:36px;}.fr-news-hero__content{padding:24px!important;}.fr-post-hero__badge{top:18px!important;left:18px!important;}.fr-single-action span:not(.screen-reader-text){display:none;}.fr-single-action{padding:8px!important;width:40px!important;justify-content:center!important;}.fr-single-action-share-wrap .fr-single-action{width:auto!important;padding:8px 12px!important;}.fr-single-action-share-wrap .fr-single-action span{display:inline!important;}.fr-single-actions__left .fr-single-admin-actions{width:auto!important;}.fr-single-actions{justify-content:space-between!important;}}.single-post .fr-main{padding-top:0!important;}.fr-single-post.fr-single-content{padding-top:24px!important;}.fr-single-post-layout{scroll-margin-top:88px!important;}.fr-single-post-layout + .fr-single-post-layout{padding-top:0!important;}.fr-post-hero{margin-top:0!important;}.fr-news-hero__meta .fr-icon,.fr-post-hero__meta .fr-icon,.fr-interview-meta .fr-icon{display:inline-block!important;width:16px!important;height:16px!important;min-width:16px!important;flex:0 0 16px!important;color:currentColor!important;stroke:currentColor!important;fill:none!important;opacity:1!important;}.fr-news-hero__meta .fr-icon *,.fr-post-hero__meta .fr-icon *,.fr-interview-meta .fr-icon *{stroke:currentColor!important;}.fr-single-action .fr-icon,.fr-single-admin-actions .fr-icon{display:inline-block!important;width:16px!important;height:16px!important;min-width:16px!important;flex:0 0 16px!important;}.fr-single-actions__right .fr-icon{min-width:20px!important;}.fr-post-author-card h3,.fr-post-toc h3,.fr-post-author-card .fr-post-author-card__title,.fr-post-toc .fr-post-toc__title{font-weight:700!important;}.fr-post-author-card__name:hover,.fr-post-author-card__name:focus,.fr-post-hero__author:hover,.fr-post-hero__author:focus{color:inherit!important;text-decoration:none!important;box-shadow:none!important;outline:none!important;}.fr-post-author-card p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:34px!important;}@media (min-width:1200px){.fr-single-post-layout{align-items:start!important;}.fr-single-post-sidebar{position:sticky!important;top:88px!important;align-self:start!important;max-height:calc(100vh - 104px)!important;overflow:visible!important;}.fr-single-post-sidebar__inner{position:static!important;top:auto!important;max-height:calc(100vh - 104px)!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin;}}.fr-single-stream-loader{display:none!important;}.fr-report-modal[hidden]{display:none!important;}.fr-report-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;}.fr-report-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.50);}.fr-report-modal__dialog{position:relative;width:min(100%,448px);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;padding:24px;color:#1A1A1A;}.fr-report-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;}.fr-report-modal__head h3{margin:0;font-size:24px;line-height:1.25;font-weight:700;color:#1A1A1A;}.fr-report-modal__close{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;border:0;border-radius:12px;background:transparent;color:#888;cursor:pointer;transition:background .2s ease,color .2s ease;}.fr-report-modal__body{display:grid;gap:16px;min-width:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;padding-right:4px;padding-bottom:12px;}.fr-report-modal__body::-webkit-scrollbar{width:6px;}.fr-report-modal__body::-webkit-scrollbar-thumb{border-radius:999px;background:#CCCCCC;}.fr-report-modal__field{display:grid;gap:8px;min-width:0;}.fr-report-modal__field label{font-size:14px;line-height:20px;font-weight:500;color:#1A1A1A;}.fr-report-modal select,.fr-report-modal textarea{width:100%;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#1A1A1A;padding:12px 14px;font:inherit;outline:none;}.fr-report-modal select:focus,.fr-report-modal textarea:focus{border-color:#3F7CDF;}.fr-report-modal textarea{min-height:112px;resize:vertical;}.fr-report-modal__submit{width:100%;min-height:48px;border:0;border-radius:12px;background:#3F7CDF;color:#fff;font-weight:500;cursor:pointer;}.fr-report-modal__submit:disabled{opacity:.45;cursor:not-allowed;}.fr-report-modal__notice{margin:0;color:#3A3A3A;font-size:14px;line-height:1.45;}@media (max-width:767px){.fr-single-post.fr-single-content{padding-top:16px!important;}.fr-report-modal{align-items:flex-end;padding:0;}.fr-report-modal__dialog{width:100%;max-height:calc(100vh - 16px);border-radius:16px 16px 0 0;padding:24px 20px 28px;}}.fr-icon--ui [stroke]{stroke-width:1.5!important;vector-effect:non-scaling-stroke;}.fr-post-toc__item.is-active{background:#fff!important;color:#3F7CDF!important;font-weight:500!important;}.fr-rich-text h2[id],.fr-rich-text h3[id]{scroll-margin-top:104px;}@media (min-width:1200px){.fr-single-post-layout{overflow:visible!important;}.fr-single-post-sidebar{position:relative!important;top:auto!important;align-self:stretch!important;max-height:none!important;overflow:visible!important;}.fr-single-post-sidebar__inner{position:sticky!important;top:88px!important;display:grid!important;gap:16px!important;max-height:calc(100vh - 104px)!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin;}}.fr-single-admin-actions .fr-single-action--edit .fr-icon,.fr-single-action--edit .fr-icon{display:inline-block!important;width:16px!important;height:16px!important;min-width:16px!important;opacity:1!important;visibility:visible!important;}.fr-single-admin-actions .fr-single-action--edit svg,.fr-single-action--edit svg{display:inline-block!important;}.fr-action-toast.fr-action-toast--figma,.fr-action-toast{position:fixed!important;left:auto!important;right:24px!important;bottom:96px!important;z-index:100001!important;transform:translateY(8px)!important;opacity:0!important;background:#1A1A1A!important;color:#fff!important;border-radius:12px!important;padding:12px 16px!important;box-shadow:0 16px 36px rgba(0,0,0,.18)!important;transition:opacity .2s ease,transform .2s ease!important;max-width:min(420px,calc(100vw - 32px))!important;}.fr-action-toast p{margin:0!important;font-size:14px!important;line-height:20px!important;text-align:left!important;color:#fff!important;}.fr-action-toast.is-visible{opacity:1!important;transform:translateY(0)!important;}@media(max-width:640px){.fr-action-toast.fr-action-toast--figma,.fr-action-toast{left:16px!important;right:16px!important;bottom:96px!important;}.fr-action-toast p{text-align:center!important;}}.fr-report-modal[hidden],.fr-report-modal--figma[hidden]{display:none!important;}.fr-report-modal--figma{position:fixed!important;inset:0!important;z-index:100000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important;}.fr-report-modal--figma .fr-report-modal__backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.50)!important;}.fr-report-modal--figma .fr-report-modal__dialog{position:relative!important;width:min(100%,448px)!important;background:#fff!important;border:0!important;border-radius:16px!important;padding:24px!important;color:#1A1A1A!important;box-shadow:none!important;}.fr-report-modal--figma .fr-report-modal__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 24px!important;}.fr-report-modal--figma .fr-report-modal__head h3{margin:0!important;font-size:24px!important;line-height:1.25!important;font-weight:700!important;color:#1A1A1A!important;font-family:var(--font-heading)!important;}.fr-report-modal--figma .fr-report-modal__close{transition:background .2s ease,color .2s ease!important;}.fr-report-modal--figma .fr-report-modal__close:hover{color:#1A1A1A!important;}.fr-report-modal--figma .fr-report-modal__body{display:grid!important;gap:16px!important;}.fr-report-modal--figma .fr-report-modal__field{display:grid!important;gap:8px!important;}.fr-report-modal--figma .fr-report-modal__field label{font-size:14px!important;line-height:20px!important;font-weight:500!important;color:#1A1A1A!important;}.fr-report-modal--figma select,.fr-report-modal--figma textarea{width:100%!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;color:#1A1A1A!important;padding:12px 14px!important;font:inherit!important;font-size:14px!important;line-height:20px!important;outline:none!important;box-shadow:none!important;}.fr-report-modal--figma select{min-height:48px!important;appearance:auto!important;}.fr-report-modal--figma textarea{min-height:112px!important;resize:none!important;}.fr-report-modal--figma select:focus,.fr-report-modal--figma textarea:focus{border-color:transparent!important;box-shadow:0 0 0 2px #3F7CDF!important;}.fr-report-modal--figma .fr-report-modal__submit{width:100%!important;min-height:48px!important;border:0!important;border-radius:12px!important;background:#3F7CDF!important;color:#fff!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;cursor:pointer!important;transition:background .2s ease,opacity .2s ease!important;}.fr-report-modal--figma .fr-report-modal__submit:hover:not(:disabled){background:#2E5FBF!important;}.fr-report-modal--figma .fr-report-modal__submit:disabled{opacity:.45!important;cursor:not-allowed!important;}.fr-report-modal__status{margin:0!important;font-size:13px!important;line-height:18px!important;color:#3A3A3A!important;}.fr-report-modal__status.is-error{color:#EF4444!important;}@media(max-width:767px){.fr-report-modal--figma{align-items:flex-end!important;padding:0!important;}.fr-report-modal--figma .fr-report-modal__dialog{width:100%!important;border-radius:16px 16px 0 0!important;padding:24px 20px 28px!important;}}.fr-single-value-section{margin-top:0!important;}.fr-single-value-section .fv{background:#fff!important;border-radius:16px!important;padding:24px!important;color:#1A1A1A!important;font-family:inherit!important;}.fr-single-value-section .fv__main-title{font-family:var(--font-heading)!important;}.fr-single-value-section .fv__subtitle{font-size:14px!important;line-height:20px!important;color:#888!important;}.fr-single-value-section .fv__metricsbox{width:100%!important;border:0!important;padding:0!important;margin:0 0 24px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;}.fr-single-value-section .fv__metric-row{display:block!important;text-align:center!important;background:#F8F8F8!important;border-radius:12px!important;padding:16px!important;margin:0!important;}.fr-single-value-section .fv__metric-title{margin:4px 0 0!important;color:#888!important;font-size:12px!important;line-height:16px!important;font-weight:400!important;}.fr-single-value-section .fv__metric-value{display:block!important;margin:0!important;color:#1A1A1A!important;font-size:24px!important;line-height:1.2!important;font-weight:700!important;}.fr-single-value-section .fv__metric-value .unit{display:none!important;}.fr-single-value-section .fv__ai-badge{margin:0 0 24px!important;padding:16px!important;border:0!important;border-radius:12px!important;background:#E9F2FF!important;}.fr-single-value-section .fv__ai-badge-title{margin:0 0 4px!important;font-size:16px!important;line-height:22px!important;font-weight:700!important;color:#1A1A1A!important;}.fr-single-value-section .fv__ai-badge-text{margin:0!important;color:#3A3A3A!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;}.fr-single-value-section .fv__ai-details-toggle{display:inline-block!important;}.fr-single-value-section .fv__ai-details-toggle:hover{text-decoration:underline!important;}.fr-single-value-section .fv__ai-details-panel{margin-top:16px!important;padding-top:16px!important;border-top:1px solid #D7E6FF!important;}.fr-single-value-section .fv__ai-detail-block{margin:0 0 16px!important;}.fr-single-value-section .fv__ai-detail-block:last-child{margin-bottom:0!important;}.fr-single-value-section .fv__ai-detail-block strong{display:block!important;margin-bottom:8px!important;color:#1A1A1A!important;font-weight:700!important;}.fr-single-value-section .fv__ai-detail-block p{margin:0!important;color:#3A3A3A!important;font-size:14px!important;line-height:20px!important;}.fr-single-value-section .fv__criteria{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;margin:0 0 24px!important;}.fr-single-value-section .fv__criterion-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important;}.fr-single-value-section .fv__criterion-name{margin:0!important;color:#1A1A1A!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;}.fr-single-value-section .fv__criterion-avg{margin:0!important;color:#888!important;font-size:12px!important;line-height:16px!important;font-weight:400!important;}.fr-single-value-section .fv__slider-wrap{position:relative!important;padding-top:0!important;}.fr-single-value-section .fv__slider{height:8px!important;border-radius:999px!important;appearance:none!important;outline:0!important;cursor:pointer!important;border:0!important;}.fr-single-value-section .fv__slider::-webkit-slider-thumb{background:#3F7CDF!important;cursor:pointer!important;}.fr-single-value-section .fv__slider::-moz-range-thumb{background:#3F7CDF!important;cursor:pointer!important;}.fr-single-value-section .fv__slider-bubble{position:absolute!important;top:50%!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#3F7CDF!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:700!important;pointer-events:none!important;}.fr-single-value-section .fv__scale{display:none!important;}.fr-single-value-section .fv__actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin:0 0 12px!important;}.fr-single-value-section .fv__btn{min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 20px!important;border:0!important;border-radius:12px!important;background:#3F7CDF!important;color:#fff!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;text-decoration:none!important;cursor:pointer!important;transition:background .2s ease!important;}.fr-single-value-section .fv__btn:hover{background:#2E5FBF!important;}.fr-single-value-section .fv__msg{width:fit-content!important;max-width:100%!important;margin:12px 0 0!important;padding:12px 14px!important;border-radius:12px!important;border:1px solid #E5E5E5!important;background:#F8F8F8!important;color:#1A1A1A!important;font-size:14px!important;line-height:20px!important;}.fr-single-value-section .fv__msg.is-ok{border-color:#CFE9D6!important;background:#F4FBF6!important;}.fr-single-value-section .fv__msg.is-err{border-color:#F1C0C0!important;background:#FFF7F7!important;color:#B91C1C!important;}.fr-single-value-section .fv__hint{margin-top:16px!important;}.fr-single-value-section .fv__toggle{color:#3F7CDF!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;}.fr-single-value-section .fv__toggle:hover{text-decoration:underline!important;}.fr-single-value-section .fv__panel{margin-top:16px!important;color:#3A3A3A!important;font-size:14px!important;line-height:20px!important;}.fr-single-value-section .fv__panel p{margin:0 0 12px!important;}.fr-single-value-section .fv__chart{margin-top:24px!important;border-top:1px solid #E5E5E5!important;padding-top:24px!important;}.fr-single-value-section .fv__chart-title{margin:0 0 16px!important;color:#888!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;}.fr-single-value-section .fv__chart-bar-item{flex:1!important;height:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important;}.fr-single-value-section .fv__chart-bar{display:block!important;width:100%!important;min-height:4px!important;background:#3F7CDF!important;border-radius:8px 8px 0 0!important;}.fr-single-value-section .fv__chart-bar-item small{font-size:11px!important;line-height:14px!important;color:#888!important;white-space:nowrap!important;}@media(max-width:767px){.fr-single-value-section .fv{padding:20px!important;}.fr-single-value-section .fv__metricsbox,.fr-single-value-section .fv__criteria{grid-template-columns:1fr!important;gap:12px!important;}.fr-single-value-section .fv__actions{flex-direction:column!important;}.fr-single-value-section .fv__btn{width:100%!important;}.fr-single-value-section .fv__chart-bars{overflow-x:auto!important;}.fr-single-value-section .fv__chart-bar-item{min-width:44px!important;}}.fr-post-hero__video,.fr-post-hero>video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;z-index:0!important;}.fr-post-hero>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important;}.fr-post-hero .fr-news-hero__shade,.fr-post-hero .fr-news-hero__content,.fr-post-hero .fr-post-hero__badge{position:absolute;z-index:1;}.fr-post-hero .fr-news-hero__content{left:0;right:0;bottom:0;}.fr-post-toc__item.is-active,.fr-post-toc__item.is-active:hover{background:#F8F8F8!important;color:#1A1A1A!important;font-weight:500!important;}.fr-single-value-section.fr-single-card{display:block!important;margin:24px 0!important;padding:24px!important;background:#fff!important;border-radius:16px!important;}.fr-single-value-section .fv{padding:0!important;margin:0!important;background:transparent!important;border-radius:0!important;}.fr-single-value-section .fv__main-title{margin:0 0 8px!important;font-size:18px!important;line-height:1.35!important;font-weight:700!important;color:#1A1A1A!important;}.fr-single-value-section .fv__subtitle{margin:0 0 24px!important;}.fr-single-value-section .fv__ai-badge-title{display:flex!important;align-items:center!important;gap:8px!important;}.fr-single-value-section .fv__ai-icon{width:16px!important;height:16px!important;min-width:16px!important;color:#3F7CDF!important;}.fr-single-value-section .fv__ai-details-toggle{width:max-content!important;display:inline-flex!important;align-items:center!important;min-height:20px!important;margin-top:10px!important;color:#3F7CDF!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;text-decoration:none!important;}.fr-single-value-section .fv__ai-details-toggle:hover{color:#2E5FBF!important;text-decoration:none!important;}.fr-single-value-section .fv__slider{position:relative!important;z-index:2!important;background-color:#E5E5E5!important;}.fr-single-value-section .fv__slider::-webkit-slider-thumb{appearance:none!important;width:24px!important;height:24px!important;border-radius:999px!important;background:transparent!important;border:0!important;box-shadow:none!important;}.fr-single-value-section .fv__slider::-moz-range-thumb{width:24px!important;height:24px!important;border-radius:999px!important;background:transparent!important;border:0!important;box-shadow:none!important;}.fr-single-value-section .fv__slider-bubble{z-index:3!important;transform:translate(-50%,-50%)!important;}.fr-single-value-section .fv__slider-tip{position:absolute!important;left:12px;bottom:calc(100% + 12px)!important;transform:translateX(-50%)!important;max-width:220px!important;min-width:160px!important;padding:8px 10px!important;border-radius:8px!important;background:#1A1A1A!important;color:#fff!important;font-size:12px!important;line-height:16px!important;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease!important;z-index:20!important;text-align:left!important;}.fr-single-value-section .fv__slider-tip:after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#1A1A1A;}.fr-single-value-section .fv__slider-wrap:hover .fv__slider-tip,.fr-single-value-section .fv__slider:focus + .fv__slider-tip{opacity:1!important;}.fr-single-value-section .fv__chart{display:block!important;}.fr-single-value-section .fv__chart-bars{min-height:160px!important;}.fr-single-value-section .fv__msg:empty{display:none!important;}@media(max-width:767px){.fr-single-value-section.fr-single-card{padding:20px!important;margin:20px 0!important;}.fr-single-value-section .fv__slider-tip{display:none!important;}}.fr-single-value-section .fv__hint,.fr-single-value-section .fv__panel{display:none!important;}.fr-single-value-section .fv__slider-wrap{box-sizing:border-box!important;}.fr-single-value-section .fv__slider{display:block!important;}.fr-single-value-section .fv__btn--secondary{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-single-value-section .fv__btn--secondary:hover{background:#E5E5E5!important;color:#1A1A1A!important;}.fr-single-card--article .fr-rich-text strong,.fr-single-card--article .fr-rich-text b,.fr-single-card--article .entry-content strong,.fr-single-card--article .entry-content b{color:inherit!important;}.fr-post-author-card__main>p{display:none!important;}.fr-post-author-card__name-row{position:relative!important;}.fr-post-author-card__name{position:relative!important;display:block!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:clip!important;padding-right:24px!important;}.fr-post-author-card__name::after{content:"";position:absolute;top:0;right:0;width:32px;height:100%;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 86%);}.fr-post-author-card h3,.fr-post-toc h3{font-weight:700!important;}.fr-single-post-sidebar__inner{position:sticky!important;top:88px!important;align-self:flex-start!important;max-height:calc(100vh - 104px);overflow:auto;scrollbar-width:thin;}.fr-single-post-sidebar__inner::-webkit-scrollbar{width:4px;}.fr-single-post-sidebar__inner::-webkit-scrollbar-thumb{background:#E5E5E5;border-radius:999px;}.fr-single-action--edit .fr-icon,.fr-single-action--delete .fr-icon,.fr-single-action [class*="fr-icon"]{display:inline-block!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important;}.fr-single-action--edit .fr-icon,.fr-single-action--delete .fr-icon{width:16px!important;height:16px!important;}.fr-single-actions__right .fr-icon{width:20px!important;height:20px!important;}.fr-single-action--delete .fr-icon path{stroke:#EF4444!important;}.fr-news-hero__meta span,.fr-post-hero__meta span{display:inline-flex!important;align-items:center!important;gap:6px!important;}.fr-news-hero__meta .fr-icon,.fr-post-hero__meta .fr-icon{display:inline-block!important;visibility:visible!important;opacity:1!important;}.fr-single-value-section .fv__metricsbox,.fr-single-value-section .fv__criteria{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;}.fr-single-value-section .fv__criterion{min-width:0!important;}.fr-single-value-section .fv__slider-wrap{padding-left:0!important;padding-right:0!important;}.fr-single-value-section .fv__slider{width:100%!important;margin:0!important;}.fr-single-value-section .fv__slider-bubble{font-weight:400!important;}.fr-single-value-section .fv__chart{overflow:hidden!important;}.fr-single-value-section .fv__chart-bars{height:160px!important;display:flex!important;align-items:flex-end!important;gap:8px!important;overflow-x:hidden!important;overflow-y:hidden!important;padding-bottom:4px!important;scroll-behavior:smooth!important;}.fr-single-value-section .fv__chart-bars--scroll{overflow-x:auto!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important;scrollbar-color:#D8D8D8 transparent!important;padding-bottom:10px!important;}.fr-single-value-section .fv__chart-bars--scroll::-webkit-scrollbar{height:4px!important;}.fr-single-value-section .fv__chart-bars--scroll::-webkit-scrollbar-track{background:transparent!important;}.fr-single-value-section .fv__chart-bars--scroll::-webkit-scrollbar-thumb{background:#D8D8D8!important;border-radius:999px!important;}.fr-single-value-section .fv__chart-bars--scroll .fv__chart-bar-item{flex:0 0 calc((100% - 72px) / 10)!important;min-width:44px!important;scroll-snap-align:center!important;}.fr-single-value-section .fv__chart-bars:not(.fv__chart-bars--scroll) .fv__chart-bar-item{flex:1 1 0!important;}.fr-report-modal--figma .fr-report-modal__close{width:40px!important;height:40px!important;border:0!important;border-radius:12px!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;color:#888!important;cursor:pointer!important;}.fr-report-modal--figma .fr-report-modal__close:hover{background:#F8F8F8!important;}.fr-report-modal--figma .fr-report-modal__close svg{width:20px!important;height:20px!important;display:block!important;}.fr-report-modal--figma .fr-report-modal__notice{margin:0 0 20px!important;color:#888!important;font-size:14px!important;line-height:20px!important;}.fr-report-modal--figma .fr-report-modal__submit{transition:background .2s ease,color .2s ease!important;}.fr-report-modal--figma .fr-report-modal__submit:not(:disabled):hover{background:#2E5FBF!important;color:#fff!important;}@media(max-width:767px){.fr-single-actions__left,.fr-single-actions__right{width:auto!important;}.fr-single-actions{align-items:center!important;}.fr-single-action-share-wrap>.fr-single-action,.fr-single-action--edit,.fr-single-action--delete{width:40px!important;min-width:40px!important;height:40px!important;padding:8px!important;justify-content:center!important;}.fr-single-action-share-wrap>.fr-single-action span,.fr-single-action--edit span,.fr-single-action--delete span{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}.fr-single-value-section .fv__metricsbox,.fr-single-value-section .fv__criteria{grid-template-columns:1fr!important;gap:12px!important;}.fr-single-value-section .fv__chart-bars--scroll .fv__chart-bar-item{flex-basis:44px!important;}}.fr-single-card--article .fr-rich-text strong,.fr-single-card--article .fr-rich-text b,.fr-rich-text strong,.fr-rich-text b{color:inherit!important;}.fr-comments__header h2 .fr-icon{display:none!important;}.fr-comments__header h2{font-family:var(--font-heading)!important;font-size:24px!important;line-height:1.25!important;font-weight:700!important;color:#1A1A1A!important;}.fr-comments__filter-menu[hidden],.fr-comment__menu[hidden],.fr-comment__reaction-popover[hidden],.fr-comments__replying[hidden],.fr-comments__notice[hidden],.fr-comments__image-preview[hidden]{display:none!important;}.fr-comments{font-family:var(--font-body)!important;color:#1A1A1A!important;}.fr-comments__form textarea{font-size:14px!important;line-height:20px!important;font-weight:400!important;color:#1A1A1A!important;}.fr-comments__submit{font-size:14px!important;line-height:20px!important;font-weight:500!important;}.fr-comment__body{background:#fff!important;border-radius:12px!important;padding:16px!important;box-shadow:none!important;border:0!important;}.fr-comment.is-pinned>.fr-comment__body{background:#F8F8F8!important;box-shadow:none!important;border:0!important;}.fr-comment__avatar{width:40px!important;height:40px!important;flex-basis:40px!important;border-radius:999px!important;}.fr-comment[data-depth]:not([data-depth="1"]) .fr-comment__avatar{width:32px!important;height:32px!important;flex-basis:32px!important;}.fr-comment__author{font-size:14px!important;line-height:20px!important;font-weight:500!important;color:#1A1A1A!important;}.fr-comment__author:hover{color:#1A1A1A!important;text-decoration:none!important;}.fr-comment__date{font-size:12px!important;line-height:16px!important;font-weight:400!important;color:#888!important;}.fr-comment__content{font-size:16px!important;line-height:1.55!important;font-weight:400!important;color:#1A1A1A!important;}.fr-comment__content p{margin:0 0 12px!important;}.fr-comment__badge,.fr-comment__pinned{display:inline-flex!important;align-items:center!important;gap:4px!important;border-radius:4px!important;background:#3F7CDF!important;color:#fff!important;padding:2px 7px!important;font-size:10px!important;line-height:14px!important;font-weight:700!important;text-transform:uppercase!important;}.fr-comment__pinned{position:static!important;top:auto!important;right:auto!important;}.fr-comment__pinned .fr-icon{width:12px!important;height:12px!important;}.fr-comment__menu{min-width:170px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 34px rgba(15,23,42,.12)!important;padding:0!important;overflow:hidden!important;}.fr-comment__menu button{font-size:14px!important;line-height:20px!important;font-weight:400!important;padding:10px 12px!important;}.fr-comment__menu button:hover{background:#F8F8F8!important;}.fr-comment__menu .fr-icon{display:block!important;visibility:visible!important;opacity:1!important;width:16px!important;height:16px!important;flex:0 0 16px!important;}.fr-comment__actions{font-size:14px!important;line-height:20px!important;font-weight:400!important;gap:16px!important;margin-top:12px!important;}.fr-comment__reaction,.fr-comment__views,.fr-comment__reply{border-radius:8px!important;background:#F8F8F8!important;color:#888!important;padding:4px 8px!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;}.fr-comment__reply{background:transparent!important;padding-left:0!important;padding-right:0!important;}.fr-comment__reaction:hover,.fr-comment__reaction.is-active,.fr-comment__reply:hover{color:#3F7CDF!important;background:#F8F8F8!important;}.fr-comment-reaction-img{width:16px!important;height:16px!important;object-fit:contain!important;display:block!important;}.fr-comment__reaction-popover{display:flex!important;gap:4px!important;padding:8px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 34px rgba(15,23,42,.12)!important;}.fr-comment__reaction-popover button{width:32px!important;height:32px!important;border-radius:8px!important;}.fr-comment__reaction-popover button:hover,.fr-comment__reaction-popover button.is-selected{background:#F8F8F8!important;}.fr-comment__reaction-popover button span{top:-5px!important;right:-5px!important;background:#3F7CDF!important;color:#fff!important;font-size:9px!important;font-weight:700!important;}.fr-comment__children{margin:14px 0 0 56px!important;padding-left:18px!important;border-left:2px solid #E9F2FF!important;gap:14px!important;}.fr-comment[data-depth="3"]>.fr-comment__children{margin-left:0!important;padding-left:0!important;border-left:0!important;}.fr-comment[data-depth="3"]>.fr-comment__children>.fr-comment{margin-top:14px!important;}.fr-comment[data-depth="4"]>.fr-comment__children,.fr-comment[data-depth="5"]>.fr-comment__children,.fr-comment[data-depth="6"]>.fr-comment__children,.fr-comment[data-depth="7"]>.fr-comment__children,.fr-comment[data-depth="8"]>.fr-comment__children{display:contents!important;margin:0!important;padding:0!important;border-left:0!important;}.fr-comment__children[hidden]{display:none!important;}.fr-comment,.fr-comment__body,.fr-comment__main,.fr-comment__content{max-width:100%!important;min-width:0!important;}.fr-comment__content,.fr-comment__content p{overflow-wrap:anywhere!important;word-break:break-word!important;}.fr-comment-media{max-width:min(360px,100%)!important;}.fr-comment-media{margin-top:12px!important;max-width:360px!important;border-radius:12px!important;overflow:hidden!important;background:#F8F8F8!important;}.fr-comment-media img{display:block!important;width:100%!important;height:auto!important;}.fr-comment-media--video a{position:relative!important;display:block!important;color:#fff!important;text-decoration:none!important;}.fr-comment-media--video span{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:44px!important;height:44px!important;border-radius:999px!important;background:rgba(0,0,0,.55)!important;display:flex!important;align-items:center!important;justify-content:center!important;}.fr-comment-mention,.fr-comment-mention span{text-decoration:none!important;font-weight:500!important;}.fr-comment-mention:hover span{text-decoration:underline!important;}.fr-comment-mention-menu{position:fixed!important;z-index:100002!important;width:min(320px,calc(100vw - 32px))!important;max-height:280px!important;overflow:auto!important;background:#fff!important;border:1px solid #E5E5E5!important;border-radius:12px!important;box-shadow:0 18px 34px rgba(15,23,42,.14)!important;padding:6px!important;}.fr-comment-mention-menu[hidden]{display:none!important;}.fr-comment-mention-menu button{width:100%!important;border:0!important;background:transparent!important;border-radius:9px!important;padding:9px 10px!important;text-align:left!important;cursor:pointer!important;display:grid!important;gap:2px!important;}.fr-comment-mention-menu button:hover{background:#F8F8F8!important;}.fr-comment-mention-menu strong{font-size:14px!important;line-height:20px!important;font-weight:500!important;color:#1A1A1A!important;}.fr-comment-mention-menu span{font-size:12px!important;line-height:16px!important;color:#888!important;}.fr-comments__image-preview{margin:10px 0 0!important;display:inline-flex!important;align-items:center!important;gap:10px!important;border-radius:10px!important;background:#F8F8F8!important;padding:8px 10px!important;color:#1A1A1A!important;font-size:13px!important;}.fr-comments__image-preview img{width:44px!important;height:44px!important;object-fit:cover!important;border-radius:8px!important;}.fr-comments__image-preview button{border:0!important;background:transparent!important;color:#EF4444!important;cursor:pointer!important;font:inherit!important;}.fr-action-toast--comment-report{background:#1A1A1A!important;color:#fff!important;}@media(max-width:767px){.fr-comment__body{gap:12px!important;padding:14px!important;width:100%!important;max-width:100%!important;}.fr-comment__children{display:contents!important;margin:0!important;padding:0!important;border-left:0!important;gap:0!important;}.fr-comment__children[hidden]{display:none!important;}.fr-comment[data-depth]:not([data-depth="1"]){position:relative!important;margin-top:12px!important;padding-left:14px!important;max-width:100%!important;}.fr-comment[data-depth="3"],.fr-comment[data-depth="4"],.fr-comment[data-depth="5"],.fr-comment[data-depth="6"],.fr-comment[data-depth="7"],.fr-comment[data-depth="8"],.fr-comment[data-depth="9"],.fr-comment[data-depth="10"]{margin-left:-14px!important;}.fr-comment[data-depth]:not([data-depth="1"])::before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:2px!important;border-radius:999px!important;background:#E9F2FF!important;}.fr-comment__children-toggle{display:inline-flex!important;margin:10px 0 0 14px!important;}.fr-comment__children-toggle[hidden]{display:none!important;}.fr-comment__content{font-size:15px!important;max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important;}.fr-comment__content p,.fr-comment__content a{overflow-wrap:anywhere!important;word-break:break-word!important;}.fr-comment__actions{flex-wrap:wrap!important;gap:8px 10px!important;max-width:100%!important;}.fr-comment__reaction,.fr-comment__views,.fr-comment__reply{flex:0 1 auto!important;max-width:100%!important;white-space:nowrap!important;}.fr-comment__menu{max-width:calc(100vw - 32px)!important;}.fr-comment-media{max-width:100%!important;width:100%!important;}.fr-comments__header{align-items:flex-start!important;flex-direction:column!important;}}.fr-post-author-card__bio{margin:6px 0 0!important;color:#666!important;font-size:14px!important;line-height:20px!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;}.fr-post-author-card.has-follow .fr-post-author-card__bio{padding-right:48px!important;}.fr-post-author-card__main>p.fr-post-author-card__bio{display:-webkit-box!important;}.fr-single-action--delete{color:#1A1A1A!important;background:#F8F8F8!important;}.fr-single-action--delete .fr-icon path{stroke:currentColor!important;}.fr-single-action--delete:hover{background:#FEF2F2!important;color:#EF4444!important;}.fr-single-action--delete:hover .fr-icon path{stroke:#EF4444!important;}.fr-single-value-section .fv__slider-wrap{padding-left:12px!important;padding-right:12px!important;overflow:visible!important;}.fv__chart-bar--future{background:#DADDE3!important;opacity:.9!important;}.fv__chart-bar-item.is-future small{visibility:hidden!important;}.fr-comment__reaction>span,.fr-comment__reaction.is-active>span,.fr-comment__views>span{color:#888!important;}.fr-comment__reaction-popover button span{background:#F8F8F8!important;color:#888!important;}.fr-comment-reaction-img{width:20px!important;height:20px!important;}.fr-comment__reaction-popover .fr-comment-reaction-img{width:22px!important;height:22px!important;}.fr-comment-media__lightbox{appearance:none;border:0;background:transparent;padding:0;margin:0;display:block;width:100%;cursor:zoom-in;border-radius:16px;overflow:hidden;}.fr-comment-media__lightbox img{display:block;width:100%;height:auto;}.fr-comment-media--video .fr-comment-media__lightbox{position:relative;}.fr-comment-media--video .fr-comment-media__lightbox span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;padding-left:3px;}.fr-comment-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px;}.fr-comment-lightbox__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.74);backdrop-filter:blur(4px);}.fr-comment-lightbox__dialog{position:relative;z-index:1;max-width:min(1080px,96vw);max-height:92vh;display:flex;align-items:center;justify-content:center;}.fr-comment-lightbox__dialog img,.fr-comment-lightbox__dialog iframe{max-width:96vw;max-height:88vh;border:0;border-radius:20px;background:#000;box-shadow:0 24px 80px rgba(0,0,0,.28);}.fr-comment-lightbox__dialog iframe{width:min(960px,96vw);height:min(540px,54vw);min-height:260px;}.fr-comment-lightbox__close{position:absolute;right:12px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#111;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;}.fr-comment-lightbox-open{overflow:hidden;}.fr-comment__edit-actions{gap:10px!important;}.fr-comment__edit-actions button{min-height:40px!important;min-width:108px!important;padding:0 16px!important;line-height:1!important;}@media (max-width:640px){.fr-comments__form.is-reply-mode{margin-left:0!important;}.fr-post-author-card.has-follow .fr-post-author-card__bio{padding-right:0!important;}}.frfp-actions .frfp-action-edit,.fr-single-action--edit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;}.frfp-actions .frfp-action-edit .fr-icon,.fr-single-action--edit .fr-icon,.fr-comments__submit .fr-icon{display:inline-block!important;visibility:visible!important;opacity:1!important;width:16px!important;height:16px!important;flex:0 0 16px!important;color:currentColor!important;}.frfp-actions .frfp-action-edit svg,.fr-single-action--edit svg,.fr-comments__submit svg{display:block!important;}.fr-comments__submit{gap:8px!important;}.fr-comments__submit .fr-icon path{stroke:currentColor!important;}.fr-single-value-section .fv__chart-bar--future{background:#DADDE3!important;opacity:1!important;}.fr-single-value-section .fv__chart-bar-item.is-future small{visibility:hidden!important;min-height:14px!important;display:block!important;}.fr-comments__filter-menu button,.fr-comments__filter-menu button.is-active{font-weight:400!important;}.fr-comment__reaction-popover button span:empty{display:none!important;}.fr-comment__reply:hover{background:transparent!important;color:#3F7CDF!important;}.fr-comment-lightbox{z-index:100000!important;padding:20px!important;}.fr-comment-lightbox__backdrop{background:rgba(0,0,0,.50)!important;backdrop-filter:none!important;}.fr-comment-lightbox__dialog{position:relative!important;z-index:1!important;max-width:min(1080px,96vw)!important;max-height:90vh!important;display:flex!important;align-items:center!important;justify-content:center!important;}.fr-comment-lightbox__dialog img,.fr-comment-lightbox__dialog iframe{max-width:96vw!important;max-height:88vh!important;border:0!important;border-radius:16px!important;background:#000!important;box-shadow:none!important;}.fr-comment-lightbox__close{position:fixed!important;top:20px!important;right:20px!important;z-index:2!important;width:40px!important;height:40px!important;border:0!important;border-radius:12px!important;background:#fff!important;color:#888!important;font-size:0!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:none!important;}.fr-comment-lightbox__close::before,.fr-comment-lightbox__close::after{content:""!important;position:absolute!important;width:18px!important;height:2px!important;border-radius:2px!important;background:currentColor!important;}.fr-comment-lightbox__close::before{transform:rotate(45deg)!important;}.fr-comment-lightbox__close::after{transform:rotate(-45deg)!important;}.fr-comment-lightbox__close:hover{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-comment__edit-actions{display:flex!important;gap:8px!important;justify-content:flex-end!important;align-items:center!important;flex-wrap:wrap!important;margin-top:10px!important;}.fr-comment__edit-actions button{min-height:44px!important;min-width:112px!important;padding:0 18px!important;border-radius:12px!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;border:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}.fr-comment__edit-save{background:#3F7CDF!important;color:#fff!important;}.fr-comment__edit-save:hover{background:#2E5FBF!important;}.fr-comment__edit-cancel{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-comment__edit-cancel:hover{background:#E5E5E5!important;}.fr-comments__form.is-reply-mode{margin:12px 0 16px 56px!important;}@media(max-width:640px){.fr-comment-lightbox{padding:12px!important;}.fr-comment-lightbox__close{top:12px!important;right:12px!important;}.fr-comment__edit-actions{justify-content:stretch!important;}.fr-comment__edit-actions button{flex:1 1 auto!important;}}.fr-comments__form textarea{font-weight:300!important;line-height:22px!important;}.fr-comments__filter{position:relative!important;}.fr-comments__filter-btn{display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:36px!important;padding:8px 12px!important;border:0!important;border-radius:12px!important;background:#F8F8F8!important;color:#1A1A1A!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;box-shadow:none!important;}.fr-comments__filter-btn:hover{background:#E5E5E5!important;color:#1A1A1A!important;}.fr-comments__filter-btn .fr-icon{width:16px!important;height:16px!important;color:#888!important;flex:0 0 16px!important;display:block!important;}.fr-comments__filter-menu{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;z-index:20!important;min-width:140px!important;padding:0!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 34px rgba(15,23,42,.12)!important;overflow:hidden!important;}.fr-comments__filter-menu button{width:100%!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:8px 16px!important;border:0!important;background:#fff!important;color:#1A1A1A!important;text-align:left!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;cursor:pointer!important;}.fr-comments__filter-menu button:hover{color:#1A1A1A!important;}.fr-comments__filter-menu button.is-active{background:#E9F2FF!important;color:#3F7CDF!important;font-weight:400!important;}.fr-comments__filter-menu button.is-active::after{content:""!important;width:16px!important;height:16px!important;flex:0 0 16px!important;background:currentColor!important;-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 4L6 11.333L2.667 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.333 4L6 11.333L2.667 8' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;}.fr-comment__menu-btn{width:32px!important;height:32px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#888!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;cursor:pointer!important;font-size:0!important;line-height:0!important;box-shadow:none!important;}.fr-comment__menu-btn .fr-icon,.fr-comment__menu-btn svg{display:block!important;visibility:visible!important;opacity:1!important;width:16px!important;height:16px!important;flex:0 0 16px!important;color:#888!important;}.fr-comment__menu-btn:hover{background:#F8F8F8!important;color:#888!important;}.fr-comment__menu-btn:hover .fr-icon,.fr-comment__menu-btn:hover svg{color:#888!important;}.fr-comments__submit-row{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;}.fr-comments__cancel-reply{min-height:40px!important;border:0!important;border-radius:12px!important;background:#F8F8F8!important;color:#1A1A1A!important;padding:0 18px!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;cursor:pointer!important;}.fr-comments__cancel-reply:hover{background:#E5E5E5!important;color:#1A1A1A!important;}.fr-comments__cancel-reply[hidden]{display:none!important;}.fr-comments__submit,.fr-single-action--edit,.frfp-action-edit{position:relative!important;}.fr-comments__submit .fr-icon,.fr-single-action--edit .fr-icon,.frfp-action-edit .fr-icon{display:none!important;}.fr-comments__submit::before,.fr-single-action--edit::before,.frfp-action-edit::before{content:""!important;display:inline-block!important;width:16px!important;height:16px!important;flex:0 0 16px!important;background:currentColor!important;}.fr-comments__submit::before{-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.689 14.458C9.715 14.521 9.759 14.574 9.815 14.612C9.872 14.649 9.939 14.668 10.007 14.667C10.075 14.665 10.141 14.642 10.196 14.602C10.251 14.562 10.292 14.506 10.314 14.442L14.647 1.775C14.669 1.716 14.673 1.652 14.659 1.59C14.645 1.529 14.615 1.473 14.57 1.429C14.526 1.384 14.47 1.353 14.408 1.34C14.347 1.326 14.283 1.33 14.224 1.351L1.557 5.685C1.493 5.707 1.437 5.748 1.397 5.803C1.356 5.858 1.334 5.924 1.332 5.992C1.33 6.06 1.35 6.126 1.387 6.183C1.424 6.24 1.478 6.284 1.541 6.309L6.828 8.429C6.995 8.496 7.147 8.596 7.274 8.724C7.402 8.851 7.502 9.002 7.569 9.169L9.689 14.458Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.571 1.431L7.277 8.724' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.689 14.458C9.715 14.521 9.759 14.574 9.815 14.612C9.872 14.649 9.939 14.668 10.007 14.667C10.075 14.665 10.141 14.642 10.196 14.602C10.251 14.562 10.292 14.506 10.314 14.442L14.647 1.775C14.669 1.716 14.673 1.652 14.659 1.59C14.645 1.529 14.615 1.473 14.57 1.429C14.526 1.384 14.47 1.353 14.408 1.34C14.347 1.326 14.283 1.33 14.224 1.351L1.557 5.685C1.493 5.707 1.437 5.748 1.397 5.803C1.356 5.858 1.334 5.924 1.332 5.992C1.33 6.06 1.35 6.126 1.387 6.183C1.424 6.24 1.478 6.284 1.541 6.309L6.828 8.429C6.995 8.496 7.147 8.596 7.274 8.724C7.402 8.851 7.502 9.002 7.569 9.169L9.689 14.458Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.571 1.431L7.277 8.724' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;}.fr-single-action--edit::before,.frfp-action-edit::before{-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.115 4.541C14.467 4.189 14.665 3.711 14.665 3.213C14.665 2.714 14.467 2.236 14.115 1.884C13.763 1.531 13.285 1.333 12.786 1.333C12.288 1.333 11.81 1.531 11.457 1.883L2.56 10.783C2.405 10.937 2.291 11.127 2.227 11.336L1.346 14.237C1.329 14.295 1.327 14.356 1.342 14.415C1.357 14.473 1.387 14.526 1.43 14.569C1.472 14.611 1.526 14.641 1.584 14.656C1.642 14.671 1.704 14.669 1.761 14.652L4.663 13.772C4.872 13.708 5.062 13.595 5.217 13.441L14.115 4.541Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.115 4.541C14.467 4.189 14.665 3.711 14.665 3.213C14.665 2.714 14.467 2.236 14.115 1.884C13.763 1.531 13.285 1.333 12.786 1.333C12.288 1.333 11.81 1.531 11.457 1.883L2.56 10.783C2.405 10.937 2.291 11.127 2.227 11.336L1.346 14.237C1.329 14.295 1.327 14.356 1.342 14.415C1.357 14.473 1.387 14.526 1.43 14.569C1.472 14.611 1.526 14.641 1.584 14.656C1.642 14.671 1.704 14.669 1.761 14.652L4.663 13.772C4.872 13.708 5.062 13.595 5.217 13.441L14.115 4.541Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;}.fr-auth-card{width:100%!important;border-radius:16px!important;padding:24px!important;box-sizing:border-box!important;}.fr-auth-card--login,.fr-auth-card--forgot{max-width:448px!important;}@media(max-width:640px){.fr-comments__form-bottom{align-items:stretch!important;}.fr-comments__submit-row{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;}.fr-comments__cancel-reply[hidden]+.fr-comments__submit{grid-column:1 / -1!important;}.fr-comments__submit{width:100%!important;}.fr-auth-page{padding:24px 12px 96px!important;}.fr-auth-card{max-width:448px!important;padding:24px!important;border-radius:16px!important;}}.fr-comments__filter-btn .fr-icon:last-child,.fr-comments__filter-btn svg:last-child{width:16px!important;height:16px!important;color:#888!important;display:block!important;flex:0 0 16px!important;}.fr-comments__filter-menu button,.fr-comments__filter-menu button:hover,.fr-comments__filter-menu button.is-active{border-radius:0!important;}.fr-comments__filter-menu button:hover{background:#F8F8F8!important;}.fr-post-author-card__name,.fr-post-author-card__name-row .fr-post-author-card__name{display:block!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;padding-right:0!important;}.fr-single-action--edit::before,.frfp-action-edit::before{content:none!important;display:none!important;}.fr-single-action--edit .fr-icon,.frfp-action-edit .fr-icon,.fr-single-action--edit svg,.frfp-action-edit svg{display:inline-block!important;visibility:visible!important;opacity:1!important;width:16px!important;height:16px!important;flex:0 0 16px!important;color:currentColor!important;}.fr-single-action--edit .fr-icon path,.frfp-action-edit .fr-icon path{stroke-width:1!important;}.fr-comment__menu button[data-fr-comment-edit]{display:flex!important;align-items:center!important;gap:9px!important;}.fr-comment__menu button[data-fr-comment-edit] .fr-icon,.fr-comment__menu button[data-fr-comment-edit] svg{display:none!important;}.fr-comment__menu button[data-fr-comment-edit]::before{content:""!important;display:inline-block!important;width:16px!important;height:16px!important;flex:0 0 16px!important;background:currentColor!important;-webkit-mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.115 4.541C14.467 4.189 14.665 3.711 14.665 3.213C14.665 2.714 14.467 2.236 14.115 1.884C13.763 1.531 13.285 1.333 12.786 1.333C12.288 1.333 11.81 1.531 11.457 1.883L2.56 10.783C2.405 10.937 2.291 11.127 2.227 11.336L1.346 14.237C1.329 14.295 1.327 14.356 1.342 14.415C1.357 14.473 1.387 14.526 1.43 14.569C1.472 14.611 1.526 14.641 1.584 14.656C1.642 14.671 1.704 14.669 1.761 14.652L4.663 13.772C4.872 13.708 5.062 13.595 5.217 13.441L14.115 4.541Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;mask:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.115 4.541C14.467 4.189 14.665 3.711 14.665 3.213C14.665 2.714 14.467 2.236 14.115 1.884C13.763 1.531 13.285 1.333 12.786 1.333C12.288 1.333 11.81 1.531 11.457 1.883L2.56 10.783C2.405 10.937 2.291 11.127 2.227 11.336L1.346 14.237C1.329 14.295 1.327 14.356 1.342 14.415C1.357 14.473 1.387 14.526 1.43 14.569C1.472 14.611 1.526 14.641 1.584 14.656C1.642 14.671 1.704 14.669 1.761 14.652L4.663 13.772C4.872 13.708 5.062 13.595 5.217 13.441L14.115 4.541Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;}.fr-comment__content,.fr-comment__content p{color:#3A3A3A!important;}.fr-comment-mention,.fr-comment-mention span{color:#3F7CDF!important;}.fr-single-action-share-wrap>.fr-single-action .fr-icon *,.fr-single-actions__right .fr-single-action--icon .fr-icon *,.fr-single-action--delete .fr-icon *,.fr-report-modal__close .fr-icon *,.fr-comment__menu button[data-fr-comment-delete] .fr-icon *,.fr-comment__menu button[data-fr-comment-report] .fr-icon *,.fr-comment__menu button[data-fr-comment-pin] .fr-icon *{stroke-width:1.5!important;}.fr-single-action--edit .fr-icon *,.frfp-action-edit .fr-icon *{stroke-width:1!important;}.fr-auth-page{width:min(100%,480px)!important;max-width:480px!important;min-height:auto!important;display:block!important;margin:0 auto!important;}.fr-auth-card,.fr-auth-card--login,.fr-auth-card--register,.fr-auth-card--forgot{max-width:none!important;padding:24px!important;}@media(max-width:640px){.fr-auth-page{width:100%!important;max-width:480px!important;padding:24px 12px 96px!important;}.fr-auth-card,.fr-auth-card--login,.fr-auth-card--register,.fr-auth-card--forgot{width:100%!important;max-width:none!important;padding:24px!important;}}.fr-post-author-card__name-row{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;width:100%!important;overflow:hidden!important;}.fr-post-author-card__name-row .fr-post-author-card__name{flex:1 1 auto!important;min-width:0!important;max-width:100%!important;width:auto!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important;padding-right:0!important;}.fr-post-author-card.has-follow .fr-post-author-card__name-row .fr-post-author-card__name{max-width:calc(100% - 40px)!important;}.fr-post-author-card__follow{flex:0 0 32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;}.fr-post-author-card__name::after{content:none!important;display:none!important;}.fr-single-action-share-wrap>.fr-single-action .fr-icon *,.fr-single-actions__right .fr-single-action--icon .fr-icon *,.fr-single-action--delete .fr-icon *,.fr-single-action--report .fr-icon *,.fr-single-action--favorite .fr-icon *,.fr-single-action--repost .fr-icon *,.fr-comment__menu button[data-fr-comment-delete] .fr-icon *,.fr-comment__menu button[data-fr-comment-report] .fr-icon *,.fr-comment__menu button[data-fr-comment-pin] .fr-icon *,.fr-comment__menu button[data-fr-comment-share] .fr-icon *,.fr-comment__menu button[data-fr-comment-repost] .fr-icon *,.fr-comment__menu button[data-fr-comment-favorite] .fr-icon *{stroke-width:1!important;}.fr-single-action--edit .fr-icon *,.frfp-action-edit .fr-icon *,.fr-comment__menu button[data-fr-comment-edit] .fr-icon *{stroke-width:1!important;}@media (min-width:768px){.fr-single-value-section .fv__criteria{margin:0 0 32px!important;}}.fr-auth-page{width:100%!important;max-width:none!important;display:flex!important;background:#F8F8F8!important;padding:32px 16px 96px!important;margin:0!important;box-sizing:border-box!important;border:0!important;outline:0!important;box-shadow:none!important;}.fr-auth-card,.fr-auth-card--login,.fr-auth-card--register,.fr-auth-card--forgot{width:100%!important;max-width:448px!important;height:auto!important;min-height:0!important;background:#fff!important;border:0!important;outline:0!important;box-shadow:none!important;border-radius:16px!important;padding:32px!important;box-sizing:border-box!important;}.fr-auth-form{gap:16px!important;}.fr-auth-org-fields:not([hidden]),.fr-auth-person-fields:not([hidden]){display:flex!important;flex-direction:column!important;gap:16px!important;}.fr-auth-org-fields .fr-auth-field,.fr-auth-person-fields .fr-auth-field{margin:0!important;}.fr-auth-field label,.fr-auth-links>label,.fr-auth-avatar>label{margin-bottom:8px!important;}@media (max-width:640px){.fr-auth-page{min-height:calc(100vh - 64px)!important;padding:24px 12px 96px!important;}.fr-auth-card,.fr-auth-card--login,.fr-auth-card--register,.fr-auth-card--forgot{max-width:448px!important;padding:24px!important;border-radius:16px!important;}}.fr-user-content-page{max-width:1024px;}.fr-user-content-hero{margin-bottom:32px;}.fr-user-content-page--favorites .fr-user-content-hero__icon{background:#FFE9E9;color:#EF4444;}.fr-user-content-grid{align-items:stretch;}.fr-user-content-empty{background:#fff;border-radius:24px;padding:48px 24px;}.fr-notifications-loader{margin:16px 0 0;padding:14px 16px;text-align:center;color:#888888;font-size:14px;font-weight:300;}.fr-notifications-sentinel{width:100%;height:1px;}.fr-single-action--favorite.is-active{color:var(--accent);background:var(--accent-light);}.fr-single-action--favorite.is-loading{opacity:.65;pointer-events:none;}@media (max-width:767px){.fr-user-content-empty{padding:36px 18px;}}.fr-user-content-page{max-width:1184px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;}.fr-user-content-hero__icon .fr-icon{width:32px!important;height:32px!important;}.fr-user-content-page--favorites .fr-user-content-hero__icon,.fr-user-content-page--drafts .fr-user-content-hero__icon,.fr-user-content-page--scheduled .fr-user-content-hero__icon{background:#E9F2FF!important;color:#3F7CDF!important;}.fr-user-content-page--favorites .fr-user-content-hero__icon{background:#FFE9E9!important;color:#EF4444!important;}.fr-user-content-grid.fr-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}.fr-settings-page{max-width:1184px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;}.fr-settings-hero{margin-bottom:24px!important;}.fr-settings-hero__icon{background:#E9F2FF!important;color:#3F7CDF!important;}.fr-settings-hero__icon .fr-icon{width:32px!important;height:32px!important;}.fr-settings-notice{margin:0 0 16px!important;padding:13px 16px!important;border-radius:16px!important;background:#fff!important;color:#1A1A1A!important;font-size:14px!important;line-height:1.45!important;font-weight:300!important;}.fr-settings-notice--success{border-left:4px solid #10B981!important;}.fr-settings-notice--error{border-left:4px solid #EF4444!important;}.fr-settings-card{background:#fff!important;border:1px solid #E5E5E5!important;border-radius:16px!important;padding:24px!important;margin:0 0 16px!important;}.fr-settings-card h2{margin:0 0 16px!important;font-size:20px!important;line-height:1.25!important;color:#1A1A1A!important;}.fr-settings-card h3{margin:0 0 12px!important;font-size:14px!important;line-height:1.35!important;font-weight:500!important;color:#1A1A1A!important;}.fr-settings-card p{margin:0 0 16px!important;color:#888!important;font-size:14px!important;line-height:1.45!important;font-weight:300!important;}.fr-settings-media-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;margin-bottom:20px!important;}.fr-settings-avatar-row{display:flex!important;align-items:center!important;gap:16px!important;}.fr-settings-avatar-preview,.fr-settings-avatar-preview img,.fr-settings-avatar-preview .avatar{width:96px!important;height:96px!important;border-radius:999px!important;overflow:hidden!important;object-fit:cover!important;}.fr-settings-upload-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:40px!important;padding:9px 14px!important;border-radius:12px!important;background:#3F7CDF!important;color:#fff!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;}.fr-settings-upload-btn input{display:none!important;}.fr-settings-upload-btn .fr-icon{width:18px!important;height:18px!important;}.fr-settings-cover-upload{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:96px!important;border-radius:12px!important;overflow:hidden!important;background:linear-gradient(135deg,#E9F2FF,#F8F8F8)!important;color:#CCCCCC!important;cursor:pointer!important;}.fr-settings-cover-upload img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}.fr-settings-cover-upload input{display:none!important;}.fr-settings-cover-upload .fr-icon{width:32px!important;height:32px!important;}.fr-settings-divider{border:0!important;border-top:1px solid #E5E5E5!important;margin:24px 0!important;}.fr-settings-field{position:relative!important;margin:0 0 16px!important;}.fr-settings-field label,.fr-settings-links>label{display:block!important;margin:0 0 8px!important;font-size:14px!important;line-height:1.35!important;font-weight:500!important;color:#1A1A1A!important;}.fr-settings-field input,.fr-settings-field textarea,.fr-settings-link-row input{width:100%!important;min-height:42px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;color:#1A1A1A!important;font-size:14px!important;line-height:22px!important;font-weight:300!important;outline:0!important;box-shadow:none!important;box-sizing:border-box!important;}.fr-settings-field input{padding:10px 14px 10px 40px!important;}.fr-settings-field textarea{min-height:116px!important;padding:10px 14px!important;resize:vertical!important;}.fr-settings-field input:focus,.fr-settings-field textarea:focus,.fr-settings-link-row input:focus{border-color:#3F7CDF!important;box-shadow:0 0 0 2px rgba(63,124,223,.15)!important;}.fr-settings-field small{display:block!important;margin-top:4px!important;text-align:right!important;color:#888!important;font-size:12px!important;font-weight:300!important;}.fr-settings-input-icon{position:absolute!important;left:13px!important;top:38px!important;width:18px!important;height:18px!important;color:#888!important;pointer-events:none!important;z-index:1!important;}.fr-settings-input-icon .fr-icon{width:18px!important;height:18px!important;}.fr-settings-links{margin:0 0 20px!important;}.fr-settings-link-row{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)!important;gap:8px!important;margin-bottom:8px!important;}.fr-settings-link-row .fr-settings-input-icon{top:12px!important;}.fr-settings-link-row input:first-of-type{padding:10px 14px 10px 40px!important;}.fr-settings-link-row input:last-of-type{padding:10px 14px!important;}.fr-settings-links p{margin:4px 0 0!important;font-size:12px!important;color:#888!important;}.fr-settings-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:42px!important;padding:10px 24px!important;border:0!important;border-radius:12px!important;background:#3F7CDF!important;color:#fff!important;font-size:14px!important;line-height:1!important;font-weight:500!important;cursor:pointer!important;transition:background .2s ease,opacity .2s ease!important;}.fr-settings-submit:hover{background:#2E5FBF!important;}.fr-settings-submit .fr-icon{width:18px!important;height:18px!important;}.fr-settings-feed-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin:0 0 20px!important;}.fr-settings-chip-list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}.fr-settings-chip-list label{display:inline-flex!important;cursor:pointer!important;}.fr-settings-chip-list input{position:absolute!important;opacity:0!important;pointer-events:none!important;}.fr-settings-chip-list span{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:8px 12px!important;border:1px solid #E5E5E5!important;border-radius:999px!important;background:#fff!important;color:#1A1A1A!important;font-size:13px!important;line-height:1!important;font-weight:300!important;}.fr-settings-chip-list input:checked+span{background:#E9F2FF!important;border-color:#3F7CDF!important;color:#3F7CDF!important;}.fr-settings-2fa{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:0 0 24px!important;margin:0 0 16px!important;border-bottom:1px solid #E5E5E5!important;}.fr-settings-2fa__icon{width:40px!important;height:40px!important;flex:0 0 40px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:#E9F2FF!important;color:#3F7CDF!important;}.fr-settings-2fa__icon .fr-icon{width:20px!important;height:20px!important;}.fr-settings-2fa h3{margin:0 0 4px!important;}.fr-settings-2fa p{margin:0!important;}.fr-settings-2fa small{display:inline-flex!important;margin-top:6px!important;color:#888!important;font-size:12px!important;font-weight:300!important;}.fr-settings-2fa button{margin-left:auto!important;min-height:30px!important;padding:7px 12px!important;border:0!important;border-radius:999px!important;background:#F2F4F7!important;color:#888!important;font-size:12px!important;font-weight:500!important;cursor:not-allowed!important;}.fr-settings-empty{background:#fff!important;border-radius:24px!important;padding:48px 24px!important;}@media (max-width:1023px){.fr-user-content-grid.fr-post-grid{grid-template-columns:1fr!important;}.fr-settings-feed-grid{grid-template-columns:1fr!important;}}@media (max-width:767px){.fr-user-content-page,.fr-settings-page{padding-left:16px!important;padding-right:16px!important;}.fr-settings-card{padding:20px!important;border-radius:16px!important;}.fr-settings-media-grid{grid-template-columns:1fr!important;gap:18px!important;}.fr-settings-link-row{grid-template-columns:1fr!important;}.fr-settings-submit{width:100%!important;}}.fr-settings-card{border:0!important;box-shadow:none!important;}.fr-settings-notice{display:none!important;}.fr-settings-action-row{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin-top:18px!important;}.fr-settings-inline-notice{display:inline-flex!important;align-items:center!important;min-height:32px!important;border:0!important;padding:0!important;margin:0!important;font-size:14px!important;line-height:20px!important;}.fr-settings-inline-notice--error{color:#EF4444!important;}.fr-settings-inline-notice--success{color:#888!important;}.fr-settings-svg{display:block!important;flex-shrink:0!important;}.fr-settings-input-icon .fr-settings-svg{width:20px!important;height:20px!important;}.fr-settings-submit .fr-settings-svg{width:20px!important;height:20px!important;}.fr-settings-links__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:10px!important;}.fr-settings-add-link{border:0!important;background:transparent!important;color:#3F7CDF!important;padding:0!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;cursor:pointer!important;box-shadow:none!important;}.fr-settings-add-link:hover{color:#2E5FBF!important;background:transparent!important;}.fr-settings-link-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 36px!important;align-items:center!important;}.fr-settings-link-row .fr-settings-input-icon{left:12px!important;}.fr-settings-link-row input:first-of-type{padding-left:40px!important;}.fr-settings-link-remove{width:36px!important;height:36px!important;border:0!important;border-radius:10px!important;background:#F8F8F8!important;color:#888!important;font-size:20px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important;box-shadow:none!important;}.fr-settings-link-remove:hover{background:#EFEFEF!important;color:#1A1A1A!important;}.fr-settings-feed-summary{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:14px 0 0!important;}.fr-settings-feed-summary span{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:5px 10px!important;border-radius:8px!important;background:#E9F2FF!important;color:#3F7CDF!important;font-size:13px!important;line-height:18px!important;font-weight:400!important;}.fr-settings-feed-summary em{font-style:normal!important;color:#888!important;font-size:14px!important;font-weight:300!important;}.fr-settings-submit--feed .fr-settings-svg{width:20px!important;height:20px!important;}.fr-settings-submit--feed .fr-settings-svg path{stroke:currentColor!important;}.fr-settings-2fa__icon .fr-settings-svg{width:20px!important;height:20px!important;}.fr-settings-cover-upload .fr-settings-svg{width:32px!important;height:32px!important;}.fr-settings-cover-upload .fr-settings-svg path{stroke:#CCCCCC!important;}.fr-myfeed-modal.fr-report-modal--figma{z-index:100001!important;}.fr-myfeed-modal .fr-report-modal__backdrop{background:rgba(0,0,0,.50)!important;}.fr-myfeed-modal__dialog{width:min(100%,672px)!important;max-height:85vh!important;display:flex!important;flex-direction:column!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:16px!important;background:#fff!important;}.fr-myfeed-modal__head{padding:24px!important;margin:0!important;border-bottom:1px solid #E5E5E5!important;}.fr-myfeed-modal__body{padding:24px!important;overflow:auto!important;min-height:400px!important;max-height:400px!important;display:block!important;}.fr-myfeed-step{display:none!important;}.fr-myfeed-step.is-active{display:block!important;}.fr-myfeed-step h4{margin:0 0 8px!important;font-size:18px!important;line-height:24px!important;color:#1A1A1A!important;}.fr-myfeed-step p{margin:0 0 16px!important;font-size:14px!important;line-height:20px!important;color:#888!important;font-weight:300!important;}.fr-myfeed-choice-grid{display:grid!important;gap:12px!important;}.fr-myfeed-choice-card{display:block!important;cursor:pointer!important;}.fr-myfeed-choice-card input{position:absolute!important;opacity:0!important;pointer-events:none!important;}.fr-myfeed-choice-card span{display:block!important;padding:12px!important;border:2px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;transition:border-color .2s ease,background .2s ease!important;}.fr-myfeed-choice-card input:checked+span{border-color:#3F7CDF!important;background:#E9F2FF!important;}.fr-myfeed-choice-card strong{display:block!important;margin:0 0 4px!important;font-size:14px!important;line-height:20px!important;font-weight:600!important;color:#1A1A1A!important;}.fr-myfeed-choice-card small{display:block!important;font-size:12px!important;line-height:16px!important;color:#888!important;font-weight:300!important;}.fr-myfeed-search{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 12px!important;padding:8px 12px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;}.fr-myfeed-search .fr-settings-svg{width:16px!important;height:16px!important;}.fr-myfeed-search input{width:100%!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;outline:none!important;box-shadow:none!important;font-size:14px!important;line-height:20px!important;color:#1A1A1A!important;}.fr-myfeed-chip-list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;max-height:256px!important;overflow:auto!important;padding-right:4px!important;}.fr-myfeed-chip{display:inline-flex!important;cursor:pointer!important;}.fr-myfeed-chip input{position:absolute!important;opacity:0!important;pointer-events:none!important;}.fr-myfeed-chip span{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:6px 12px!important;border-radius:8px!important;background:#F8F8F8!important;color:#1A1A1A!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;transition:background .2s ease,color .2s ease!important;}.fr-myfeed-chip:hover span{background:#E9F2FF!important;}.fr-myfeed-chip input:checked+span{background:#3F7CDF!important;color:#fff!important;}.fr-myfeed-selected{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}.fr-myfeed-selected span{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:5px 10px!important;border-radius:8px!important;background:#E9F2FF!important;color:#3F7CDF!important;font-size:13px!important;line-height:18px!important;}.fr-myfeed-selected em{font-style:normal!important;color:#888!important;font-size:14px!important;font-weight:300!important;}.fr-myfeed-modal__bottom{padding:24px!important;border-top:1px solid #E5E5E5!important;display:grid!important;gap:12px!important;}.fr-myfeed-progress__top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:6px!important;font-size:12px!important;line-height:16px!important;}.fr-myfeed-progress__top span{color:#888!important;font-weight:300!important;}.fr-myfeed-progress__top strong{color:#3F7CDF!important;font-weight:500!important;}.fr-myfeed-progress>span{display:block!important;height:6px!important;border-radius:999px!important;background:#F8F8F8!important;overflow:hidden!important;}.fr-myfeed-progress i{display:block!important;height:100%!important;border-radius:999px!important;background:#3F7CDF!important;transition:width .25s ease!important;}.fr-myfeed-modal__nav{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}.fr-myfeed-modal__nav>div{display:flex!important;align-items:center!important;gap:8px!important;}.fr-myfeed-btn{min-height:40px!important;border:0!important;border-radius:12px!important;padding:8px 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;cursor:pointer!important;box-shadow:none!important;transition:background .2s ease,color .2s ease,opacity .2s ease!important;}.fr-myfeed-btn .fr-settings-svg{width:16px!important;height:16px!important;}.fr-myfeed-btn--primary{background:#3F7CDF!important;color:#fff!important;}.fr-myfeed-btn--primary:hover{background:#2E5FBF!important;color:#fff!important;}.fr-myfeed-btn--secondary{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-myfeed-btn--secondary:hover{background:#E5E5E5!important;color:#1A1A1A!important;}.fr-myfeed-btn--reset{background:transparent!important;color:#888!important;padding-left:0!important;padding-right:0!important;font-size:12px!important;}.fr-myfeed-btn--reset:hover{background:transparent!important;color:#1A1A1A!important;}.fr-myfeed-btn[disabled]{opacity:.45!important;cursor:not-allowed!important;}[data-fr-author-subscribe].is-active,[data-fr-term-subscribe].is-active{background:#E9F2FF!important;color:#3F7CDF!important;border-color:#E9F2FF!important;}@media(max-width:767px){.fr-myfeed-modal.fr-report-modal--figma{align-items:flex-end!important;padding:0!important;}.fr-myfeed-modal__dialog{width:100%!important;max-height:92vh!important;border-radius:16px 16px 0 0!important;}.fr-myfeed-choice-grid{grid-template-columns:1fr!important;}.fr-myfeed-modal__body{min-height:320px!important;max-height:52vh!important;padding:20px!important;}.fr-myfeed-modal__head,.fr-myfeed-modal__bottom{padding:20px!important;}.fr-myfeed-modal__nav{align-items:stretch!important;}.fr-myfeed-modal__nav>div{flex:1!important;justify-content:flex-end!important;}.fr-settings-link-row{grid-template-columns:1fr!important;}.fr-settings-link-row input:last-of-type{padding-left:14px!important;}.fr-settings-link-remove{justify-self:end!important;}}.fr-settings-hero h1{font-weight:600!important;letter-spacing:-0.02em!important;}.fr-settings-hero p{font-weight:300!important;}.fr-settings-card h2{font-weight:600!important;letter-spacing:-0.01em!important;}.fr-settings-card h3,.fr-settings-field label,.fr-settings-links__head label{font-weight:400!important;}.fr-settings-card p,.fr-settings-field input,.fr-settings-field textarea,.fr-settings-link-row input,.fr-myfeed-step p,.fr-myfeed-search input{font-weight:300!important;}.fr-settings-submit,.fr-settings-upload-btn,.fr-myfeed-btn{font-weight:400!important;}.fr-settings-inline-notice{font-weight:300!important;color:#888!important;background:transparent!important;}.fr-settings-submit.is-loading,.fr-myfeed-btn.is-loading{opacity:.7!important;cursor:progress!important;}.fr-myfeed-modal__dialog{width:min(92vw,860px)!important;max-width:860px!important;}.fr-myfeed-modal__body{min-height:460px!important;max-height:min(58vh,560px)!important;}.fr-myfeed-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.fr-myfeed-chip[hidden],.fr-myfeed-btn[hidden],.fr-settings-inline-notice[hidden],[data-fr-myfeed-status][hidden]{display:none!important;}.fr-myfeed-modal__nav [data-fr-myfeed-next][hidden]{display:none!important;}.fr-myfeed-modal__nav [data-fr-myfeed-apply][hidden]{display:none!important;}.fr-myfeed-search{height:44px!important;}.fr-myfeed-search input::placeholder{color:#888!important;font-weight:300!important;}.fr-myfeed-selected{max-height:260px!important;overflow:auto!important;}@media(max-width:767px){.fr-myfeed-modal__dialog{width:100%!important;max-width:100%!important;}.fr-myfeed-modal__body{min-height:360px!important;max-height:56vh!important;}}.fr-settings-page,.fr-settings-page *{font-family:inherit!important;}.fr-settings-hero h1{font-weight:700!important;letter-spacing:0!important;}.fr-settings-hero p{font-weight:400!important;color:#888!important;}.fr-settings-card h2{font-weight:700!important;letter-spacing:0!important;}.fr-settings-card h3,.fr-settings-field label,.fr-settings-links__head label{font-weight:500!important;}.fr-settings-card p,.fr-settings-field input,.fr-settings-field textarea,.fr-settings-link-row input,.fr-settings-field small,.fr-settings-links p,.fr-settings-inline-notice,.fr-settings-feed-summary em,.fr-settings-2fa p,.fr-settings-2fa small,.fr-myfeed-step p,.fr-myfeed-search input,.fr-myfeed-search input::placeholder,.fr-myfeed-choice-card small,.fr-myfeed-selected em,.fr-myfeed-progress__top span{font-weight:400!important;}.fr-settings-submit,.fr-settings-upload-btn,.fr-settings-add-link,.fr-myfeed-btn{font-weight:500!important;}.fr-myfeed-step h4{font-weight:700!important;}.fr-myfeed-choice-card strong,.fr-myfeed-progress__top strong{font-weight:500!important;}.fr-myfeed-modal__dialog{width:min(94vw,1040px);max-width:1040px;}.fr-settings-page .fr-archive-hero h1,.fr-settings-page .fr-settings-card h2,.fr-settings-page .fr-settings-card h3,.fr-settings-page .fr-settings-card label,.fr-settings-page .fr-settings-card .fr-label,.fr-settings-page .fr-settings-nav__item{font-family:"Nata Sans",var(--font-heading),sans-serif;}.fr-single-news .fr-single-action--favorite,.fr-single-news [data-fr-repost-post],.fr-single-interview .fr-single-action--favorite,.fr-single-interview [data-fr-repost-post]{display:none!important;}.fr-content-list__items{display:grid;gap:16px;}.fr-content-list__loader{padding:14px 16px;text-align:center;color:#7d8794;}.fr-content-list__sentinel{height:2px;}.fr-archive-hero--page{margin-bottom:20px;}.fr-home-page{width:100%;min-height:calc(100vh - 64px);padding:0 0 96px;color:#1A1A1A;}.fr-home-layout{width:100%;max-width:1168px;margin:0 auto;display:flex;gap:24px;align-items:flex-start;}.fr-home-main{flex:1 1 auto;max-width:768px;min-width:0;}.fr-home-sidebar{display:none;width:320px;flex:0 0 320px;}@media(min-width:1280px){.fr-home-sidebar{display:block;}.fr-home-sidebar .fr-right-sidebar{display:block!important;width:100%!important;}.fr-home-sidebar .fr-right-sidebar__inner{position:sticky;top:88px;display:grid;gap:16px;}}.fr-home-feed-stack{display:grid;gap:24px;animation:frFadeIn .35s ease both;}@keyframes frFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.fr-home-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.fr-home-page .fr-post-card{border-radius:16px;background:#fff;border:1px solid transparent;overflow:hidden;transition:border-color .2s ease,background .2s ease,transform .2s ease;}.fr-home-page .fr-post-card:hover{border-color:#E9F2FF;transform:translateY(-1px);}.fr-home-page .fr-post-card__media{aspect-ratio:16/9;background:#F3F6FA;}.fr-home-page .fr-post-card__body{padding:16px;}.fr-home-page .fr-post-card__title{font-size:16px;line-height:1.35;font-weight:600;margin:0 0 8px;color:#1A1A1A;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.fr-home-page .fr-post-card__excerpt{font-size:14px;line-height:1.45;color:#888;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.fr-home-page .fr-post-card__author{margin:0 0 12px;font-size:12px;gap:8px;color:#888;}.fr-home-page .fr-post-card__meta{padding-top:12px;border-top:1px solid #E5E5E5;font-size:12px;color:#888;}.fr-home-page .fr-post-card__meta span{gap:5px;}.fr-home-page .fr-post-card__meta .fr-icon,.fr-home-page .fr-post-card__author .fr-icon{width:14px;height:14px;color:#888;}.fr-home-hero-slider{position:relative;height:340px;border-radius:16px;overflow:hidden;margin:0 0 24px;background:#111;isolation:isolate;}.fr-home-hero-slider__track,.fr-home-hero-slide{position:absolute;inset:0;}.fr-home-hero-slide{display:block;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease;color:#fff;}.fr-home-hero-slide.is-active{opacity:1;visibility:visible;z-index:1;}.fr-home-hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}.fr-home-hero-slider:hover .fr-home-hero-slide.is-active img{transform:scale(1.04);}.fr-home-hero-slide__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.12) 45%,rgba(0,0,0,.82) 100%);}.fr-home-hero-slide__content{position:relative;z-index:2;display:flex;height:100%;flex-direction:column;padding:28px;}.fr-home-hero-slide__badge{display:inline-flex;width:max-content;align-items:center;min-height:28px;padding:5px 12px;border-radius:8px;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);font-size:12px;line-height:18px;color:#fff;margin-bottom:auto;}.fr-home-hero-slide__bottom strong{display:block;font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.02em;color:#fff;margin:0 0 12px;max-width:680px;}.fr-home-hero-slide__bottom em{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:640px;margin:0 0 16px;font-size:14px;line-height:1.5;font-style:normal;color:rgba(255,255,255,.8);}.fr-home-hero-slide__meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:13px;line-height:18px;color:rgba(255,255,255,.82);}.fr-home-hero-slide__meta span{display:inline-flex;align-items:center;gap:6px;}.fr-home-hero-slide__meta .fr-icon{width:16px;height:16px;color:currentColor;}.fr-home-hero-slider__arrow{position:absolute;top:50%;z-index:3;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);color:#fff;opacity:0;transform:translateY(-50%);transition:opacity .2s ease,background .2s ease;}.fr-home-hero-slider:hover .fr-home-hero-slider__arrow{opacity:1;}.fr-home-hero-slider__arrow:hover{background:rgba(255,255,255,.3);}.fr-home-hero-slider__arrow .fr-icon{width:20px;height:20px;}.fr-home-hero-slider__arrow--prev{left:16px;}.fr-home-hero-slider__arrow--next{right:16px;}.fr-home-widget{background:#fff;border-radius:16px;padding:24px;min-width:0;}.fr-home-widget--wide{grid-column:1/-1;}.fr-home-widget__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 16px;}.fr-home-widget__head>div:first-child{display:flex;align-items:center;gap:8px;min-width:0;}.fr-home-widget__head span{display:inline-flex;color:#3F7CDF;}.fr-home-widget__head .fr-icon{width:20px;height:20px;}.fr-home-widget h3{margin:0;font-size:18px;line-height:1.3;font-weight:600;color:#1A1A1A;}.fr-home-widget__arrows{display:flex;gap:8px;}.fr-home-widget__arrows button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#F8F8F8;color:#1A1A1A;transition:background .2s ease,color .2s ease;}.fr-home-widget__arrows button:hover{background:#E5E5E5;}.fr-home-widget__arrows .fr-icon{width:16px;height:16px;}.fr-home-news__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding:0 8px 4px;margin:0 -8px;scrollbar-width:none;}.fr-home-news__track::-webkit-scrollbar{display:none;}.fr-home-news-card{flex:0 0 256px;border-radius:12px;background:#fff;overflow:hidden;transition:background .2s ease;scroll-snap-align:start;}.fr-home-news-card:hover{background:#F8F8F8;}.fr-home-news-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#F3F6FA;}.fr-home-news-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease;}.fr-home-news-card:hover img{transform:scale(1.05);}.fr-home-news-card__body{display:block;padding:14px;}.fr-home-news-card strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.4;font-weight:500;color:#1A1A1A;margin:0 0 8px;}.fr-home-news-card small{font-size:12px;color:#888;}.fr-home-two-widgets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.fr-home-mini-list__items{display:grid;gap:12px;}.fr-home-mini-card{display:flex;gap:12px;min-width:0;padding:12px;border-radius:12px;transition:background .2s ease;}.fr-home-mini-card:hover{background:#F8F8F8;}.fr-home-mini-card img{width:80px;height:80px;border-radius:12px;object-fit:cover;flex:0 0 80px;background:#F3F6FA;}.fr-home-mini-card__body{display:block;max-width:100%;overflow:hidden;}.fr-home-mini-card strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.4;font-weight:500;color:#1A1A1A;margin:0 0 4px;}.fr-home-mini-card small{font-size:12px;color:#888;}.fr-home-mini-card__guest,.fr-home-mini-card__role{display:block;max-width:100%;}.fr-home-quiz p,.fr-home-poll p{font-size:14px;line-height:1.5;color:#888;margin:0 0 16px;}.fr-home-quiz__box{background:#F8F8F8;border-radius:12px;padding:16px;}.fr-home-quiz__box strong{display:block;font-size:14px;line-height:1.45;font-weight:500;margin:0 0 14px;}.fr-home-quiz__box a{display:flex;font-weight:500;}.fr-home-authors-widget__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}.fr-home-author-mini{min-width:0;}.fr-home-author-mini__avatar,.fr-home-author-mini__avatar img{display:block;width:64px;height:64px;margin:0 auto 12px;border-radius:50%;overflow:hidden;}.fr-home-author-mini__name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:500;color:#1A1A1A;margin:0 0 8px;}.fr-home-author-mini__name:hover{color:#3F7CDF;}.fr-home-author-mini__btn{display:inline-flex;min-height:30px;align-items:center;justify-content:center;padding:6px 14px;border-radius:12px;background:#3F7CDF;color:#fff;font-size:12px;font-weight:500;}.fr-home-contest-card{display:block;padding:16px;border-radius:12px;background:#F8F8F8;margin-bottom:12px;transition:background .2s ease;}.fr-home-contest-card:last-child{margin-bottom:0;}.fr-home-contest-card:hover{background:#E9F2FF;}.fr-home-contest-card strong{display:block;font-size:14px;line-height:1.4;font-weight:600;margin:0 0 8px;}.fr-home-contest-card span{display:inline-flex;padding:4px 8px;border-radius:8px;background:#fff;color:#3F7CDF;font-size:12px;font-weight:500;margin-bottom:8px;}.fr-home-contest-card small{display:block;font-size:12px;line-height:1.4;color:#888;}.fr-home-poll__option{display:block;width:100%;text-align:left;padding:12px;border:2px solid transparent;border-radius:12px;background:#F8F8F8;color:#1A1A1A;margin:0 0 12px;box-shadow:none;transition:border-color .2s ease,background .2s ease;}.fr-home-poll__option:hover{border-color:#E5E5E5;}.fr-home-poll__option span{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:0 0 8px;}.fr-home-poll__option b{font-size:14px;font-weight:500;}.fr-home-poll__option em{font-size:12px;font-style:normal;color:#888;}.fr-home-poll__option:after{content:"";display:block;height:6px;background:#fff;border-radius:999px;}.fr-home-poll__option i{display:block;height:6px;background:#3F7CDF;border-radius:999px;margin-bottom:-6px;position:relative;z-index:1;}.fr-home-poll small{font-size:12px;color:#888;}.fr-home-cta{background:#fff;border-radius:16px;padding:48px 40px;text-align:center;}.fr-home-cta__icon{width:64px;height:64px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#E9F2FF;color:#3F7CDF;}.fr-home-cta__icon .fr-icon{width:32px;height:32px;}.fr-home-cta h2{font-size:30px;line-height:1.2;font-weight:700;margin:0 0 16px;color:#1A1A1A;}.fr-home-cta p{max-width:680px;margin:0 auto 28px;font-size:18px;line-height:1.55;color:#888;}.fr-home-cta__benefits{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin:0 0 28px;}.fr-home-cta__benefits span{display:flex;align-items:center;gap:12px;text-align:left;}.fr-home-cta__benefits .fr-icon{width:48px;height:48px;padding:12px;border-radius:12px;background:#E9F2FF;color:#3F7CDF;}.fr-home-cta__benefits b{font-size:15px;font-weight:700;color:#1A1A1A;}.fr-home-cta>a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 28px;border-radius:12px;background:#3F7CDF;color:#fff;font-size:15px;font-weight:500;}.fr-home-cta>a:hover{background:#2E5FBF;}.fr-home-cta>a .fr-icon{width:20px;height:20px;}.fr-home-tab-section{animation:frFadeIn .35s ease both;}.fr-home-tab-section>h1{font-size:32px;line-height:1.15;font-weight:700;margin:0 0 24px;color:#1A1A1A;}.fr-home-rating-switch{display:inline-flex;gap:4px;padding:4px;border-radius:12px;background:#fff;margin:0 0 24px;}.fr-home-rating-switch a{display:inline-flex;align-items:center;min-height:40px;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;color:#888;}.fr-home-rating-switch a.is-active{background:#3F7CDF;color:#fff;}.fr-home-floating-tabs{position:fixed;left:50%;bottom:calc(24px + var(--fr-cookie-offset,0px));z-index:45;display:flex;align-items:center;gap:4px;padding:8px;border-radius:16px;background:#1A1A1A;transform:translateX(-50%);box-shadow:0 14px 32px rgba(0,0,0,.18);}.fr-home-floating-tabs__item{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 14px;border-radius:12px;color:#fff;font-size:14px;line-height:1;font-weight:500;white-space:nowrap;transition:background .2s ease,color .2s ease;}.fr-home-floating-tabs__item .fr-icon{width:18px;height:18px;}.fr-home-floating-tabs__item:hover{background:rgba(255,255,255,.1);}.fr-home-floating-tabs__item.is-active{background:#3F7CDF;color:#fff;}.fr-home-sidebar .fr-side-widget{background:#fff;border-radius:16px;padding:16px;border:0;box-shadow:none;}.fr-home-sidebar .fr-side-widget h3{font-size:16px;line-height:1.3;font-weight:600;margin:0 0 12px;display:flex;align-items:center;gap:8px;color:#1A1A1A;}.fr-home-sidebar .fr-side-widget h3 .fr-icon{width:20px;height:20px;color:#3F7CDF;}.fr-home-sidebar .fr-discussion-item{padding:0 0 12px;margin:0 0 12px;border-bottom:1px solid #F8F8F8;}.fr-home-sidebar .fr-discussion-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0;}.fr-home-sidebar .fr-discussion-item__head strong{font-size:14px;font-weight:500;}.fr-home-sidebar .fr-discussion-item__head span{font-size:12px;color:#CCC;}.fr-home-sidebar .fr-discussion-item p{font-size:14px;line-height:1.45;color:#888;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.fr-home-sidebar .fr-discussion-item a{font-size:12px;font-weight:500;color:#3F7CDF;}.fr-home-sidebar .fr-side-link-list a{padding:8px 12px;border-radius:10px;font-size:14px;color:#888;}.fr-home-sidebar .fr-side-link-list a:hover{background:#F8F8F8;color:#1A1A1A;}.fr-home-sidebar .fr-side-link-list small{font-size:12px;color:#CCC;}@media(max-width:1279px){.fr-home-layout{max-width:768px;}.fr-home-main{max-width:100%;}.fr-home-sidebar{display:none!important;}}@media(max-width:1023px){.fr-home-floating-tabs{left:0;right:0;bottom:0;transform:none;border-radius:16px 16px 0 0;overflow-x:auto;justify-content:flex-start;padding:8px 12px;scrollbar-width:none;}.fr-home-floating-tabs::-webkit-scrollbar{display:none;}.fr-home-floating-tabs__item{height:42px;padding:0 12px;font-size:13px;}.fr-home-page{padding-bottom:84px;}}@media(max-width:767px){.fr-home-page{padding-left:0;padding-right:0;}.fr-home-layout{display:block;}.fr-home-main{max-width:none;}.fr-home-hero-slider{height:310px;border-radius:16px;margin-bottom:20px;}.fr-home-hero-slide__content{padding:22px;}.fr-home-hero-slide__bottom strong{font-size:24px;}.fr-home-hero-slide__meta{justify-content:flex-start;}.fr-home-hero-slide__meta span:nth-child(1),.fr-home-hero-slide__meta span:nth-child(5){display:none;}.fr-home-post-grid,.fr-home-two-widgets{grid-template-columns:1fr;gap:14px;}.fr-home-feed-stack{gap:20px;}.fr-home-widget{padding:20px;}.fr-home-authors-widget__grid{grid-template-columns:repeat(2,minmax(0,1fr));}.fr-home-cta{padding:34px 20px;}.fr-home-cta h2{font-size:24px;}.fr-home-cta p{font-size:15px;}.fr-home-cta__benefits{gap:18px;justify-content:flex-start;}.fr-home-floating-tabs__item span{display:none;}.fr-home-floating-tabs__item .fr-icon{width:20px;height:20px;}.fr-home-floating-tabs__item{width:44px;justify-content:center;padding:0;}.fr-home-news-card{flex-basis:236px;}}.fr-home-sidebar{position:sticky;top:88px;align-self:flex-start;max-height:calc(100vh - 104px);overflow:auto;scrollbar-width:none;}.fr-home-sidebar::-webkit-scrollbar{display:none;}.fr-home-sidebar .fr-right-sidebar__inner{position:static!important;top:auto!important;}.fr-home-hero-slide__bottom strong{font-family:var(--font-heading)!important;}.fr-home-hero-slide__meta{justify-content:space-between;align-items:flex-end;gap:16px;}.fr-home-hero-slide__meta-left,.fr-home-hero-slide__meta-right{display:inline-flex!important;align-items:center;gap:14px;flex-wrap:wrap;}.fr-home-hero-slide__meta-left{min-width:0;}.fr-home-hero-slide__meta-right{margin-left:auto;justify-content:flex-end;}.fr-home-hero-slide__meta-left>span,.fr-home-hero-slide__meta-right>span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;}.fr-home-hero-slide--cta{background:linear-gradient(135deg,#F7FAFF 0%,#E9F2FF 48%,#DCEBFF 100%);color:#1A1A1A;}.fr-home-hero-slide--cta:before{content:"";position:absolute;inset:28px;border:1px solid rgba(63,124,223,.18);border-radius:20px;pointer-events:none;}.fr-home-hero-slide--cta .fr-home-hero-slide__shade{background:radial-gradient(circle at 80% 18%,rgba(63,124,223,.18),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,.14));}.fr-home-hero-slide--cta .fr-home-hero-slide__badge{background:rgba(63,124,223,.1);color:#3F7CDF;gap:6px;}.fr-home-hero-slide--cta .fr-home-hero-slide__badge .fr-icon{width:15px;height:15px;}.fr-home-hero-slide--cta .fr-home-hero-slide__bottom strong{color:#1A1A1A;max-width:540px;}.fr-home-hero-slide--cta .fr-home-hero-slide__bottom em{color:#667085;max-width:520px;}.fr-home-hero-slide__cta-button{display:inline-flex;width:max-content;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:12px;background:#3F7CDF;color:#fff;font-size:14px;line-height:20px;font-weight:500;}.fr-home-authors-widget{overflow:hidden;}.fr-home-authors-widget__viewport{overflow:hidden;margin:0 -8px;padding:0 8px;}.fr-home-authors-widget__track{display:flex;gap:16px;width:max-content;animation:frHomeAuthorsMarquee 38s linear infinite;}.fr-home-authors-widget:hover .fr-home-authors-widget__track{animation-play-state:paused;}.fr-home-author-mini{width:128px;flex:0 0 128px;position:relative;text-align:center;}.fr-home-author-mini__avatar{position:relative;}.fr-home-author-mini__online{position:absolute;right:3px;bottom:7px;width:12px;height:12px;border-radius:50%;background:#22C55E;border:2px solid #fff;box-shadow:0 0 0 1px rgba(34,197,94,.25);}.fr-home-author-mini__btn{border:0;box-shadow:none;background:#F3F4F6;color:#1A1A1A;cursor:pointer;}.fr-home-author-mini__btn:hover{background:#E5E7EB;color:#1A1A1A;}.fr-home-author-mini__btn.is-active{background:#E5E7EB;color:#667085;}@keyframes frHomeAuthorsMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.fr-home-poll__option{position:relative;overflow:hidden;}.fr-home-poll__option.is-result{cursor:default;border-color:transparent;}.fr-home-poll__option.is-selected{background:#E9F2FF;}.fr-home-poll__option.is-selected b{color:#3F7CDF;}.fr-home-poll__option:not(.is-result) em,.fr-home-poll__option:not(.is-result) i{display:none;}.fr-home-poll__option.is-result:after{content:"";display:block;height:6px;background:#fff;border-radius:999px;}.fr-home-poll__status{display:block;min-height:18px;margin-top:4px;font-size:12px;line-height:18px;color:#888;}.fr-home-infinite{min-height:2px;}.fr-home-infinite__loader{padding:14px 16px;text-align:center;font-size:14px;line-height:20px;color:#888;}.fr-home-infinite__sentinel{height:2px;}@media(max-width:767px){.fr-home-hero-slide__meta{align-items:flex-start;}.fr-home-hero-slide__meta-left,.fr-home-hero-slide__meta-right{gap:10px;}.fr-home-hero-slide__meta-right{margin-left:0;justify-content:flex-start;}.fr-home-hero-slide--cta:before{inset:18px;border-radius:16px;}.fr-home-author-mini{width:120px;flex-basis:120px;}}.fr-home-poll__option:not(.is-result):after{display:none!important;content:none!important;}.fr-home-poll__option.is-result:after{display:block!important;content:""!important;}.fr-home-layout{overflow:visible!important;}.fr-home-sidebar{position:sticky!important;top:96px!important;align-self:flex-start!important;max-height:calc(100vh - 112px)!important;overflow:auto!important;}.fr-home-hero-slide__meta{gap:24px!important;}.fr-home-hero-slide__meta-left{gap:22px!important;}.fr-home-hero-slide__meta-right{gap:20px!important;}.fr-home-hero-slide__meta-left>span,.fr-home-hero-slide__meta-right>span{gap:8px!important;}.fr-home-authors-widget__track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;width:auto!important;animation:none!important;}.fr-home-author-mini{width:auto!important;flex:initial!important;transition:opacity .28s ease,transform .28s ease;}.fr-home-author-mini.is-hidden{display:none!important;}@media(max-width:767px){.fr-home-authors-widget__track{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.fr-home-hero-slide__meta-left,.fr-home-hero-slide__meta-right{gap:12px!important;}}.frfp-type-help{margin:0;color:#888;font-size:14px;line-height:22px;font-weight:400;}.frfp-input-icon--mt{margin-top:10px;}.frfp-interview-guest-field .frfp-help{margin-top:8px;}.fr-home-page .fr-post-card{border:0!important;transform:none!important;transition:background .2s ease!important;display:flex!important;min-height:100%;}.fr-home-page .fr-post-card:hover{border-color:transparent!important;transform:none!important;background:#fff!important;box-shadow:none!important;}.fr-home-page .fr-post-card__link{display:flex!important;flex-direction:column!important;width:100%!important;min-height:100%!important;}.fr-home-page .fr-post-card__media{overflow:hidden!important;flex:0 0 auto!important;}.fr-home-page .fr-post-card__body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-height:0!important;}.fr-home-page .fr-post-card__excerpt{margin-bottom:12px!important;}.fr-home-page .fr-post-card__author{margin-top:auto!important;align-items:center!important;}.fr-home-page .fr-post-card__meta{margin-top:0!important;align-items:center!important;}.fr-home-page .fr-post-card__meta span,.fr-home-page .fr-post-card__author-link,.fr-home-page .fr-post-card__date{display:inline-flex!important;align-items:center!important;}.fr-home-page .fr-post-card__date .fr-icon{display:none!important;}.fr-home-page .fr-post-card__media img,.fr-home-page .fr-post-card__image{transition:transform .28s ease!important;}.fr-home-page .fr-post-card:hover .fr-post-card__media img,.fr-home-page .fr-post-card:hover .fr-post-card__image{transform:scale(1.045)!important;}.fr-home-page .fr-post-card .fr-icon--home,.fr-home-page .fr-post-card .fr-icon--ui{width:14px!important;height:14px!important;stroke-width:1.35!important;}.fr-home-page .fr-post-card__author .fr-icon--home{color:#929AA2!important;}.fr-home-page .fr-post-card__meta .fr-icon--home{color:#929AA2!important;}.fr-home-page .fr-post-card__title{font-weight:700!important;}.fr-home-widget h3{font-weight:700!important;}.fr-home-widget__head .fr-icon--home,.fr-home-sidebar .fr-side-widget h3 .fr-icon--home,.fr-right-sidebar--embedded .fr-side-widget h3 .fr-icon--home{width:20px!important;height:20px!important;color:#3F7CDF!important;stroke-width:1.35!important;}.fr-home-widget__head>div:first-child>span,.fr-side-widget h3 .fr-icon{opacity:1!important;}.fr-home-mobile-side-widgets{display:none;}@media(max-width:1279px){.fr-home-mobile-side-widgets{display:block;}.fr-home-mobile-side-widgets .fr-right-sidebar{display:block!important;width:100%!important;}.fr-home-mobile-side-widgets .fr-right-sidebar__inner{display:grid!important;gap:20px!important;}}@media(min-width:1280px){.fr-home-mobile-side-widgets{display:none!important;}}.fr-right-sidebar--embedded{width:100%;}.fr-home-sidebar .fr-side-widget,.fr-right-sidebar--embedded .fr-side-widget{background:#fff;border-radius:16px;padding:18px;border:0;box-shadow:none;}.fr-side-widget__more{display:flex;width:100%;min-height:38px;align-items:center;justify-content:center;margin-top:12px;border:0;border-radius:12px;background:#F3F6FA;color:#667085;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease;}.fr-side-widget__more:hover{background:#E9F2FF;color:#3F7CDF;}.fr-side-widget__more[disabled]{opacity:.55;cursor:default;}.fr-home-accordion{display:grid;gap:0;}.fr-home-accordion__item{padding:0 0 12px;margin:0 0 12px;border-bottom:1px solid #F3F4F6;}.fr-home-accordion__item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0;}.fr-home-accordion__toggle,.fr-home-accordion__single{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0;border:0;background:transparent;box-shadow:none;text-align:left;color:#1A1A1A;text-decoration:none;cursor:pointer;}.fr-home-accordion__label,.fr-home-accordion__single span{min-width:0;font-size:14px;line-height:1.35;font-weight:500;color:#1A1A1A;overflow-wrap:anywhere;}.fr-home-accordion__label .fr-icon{width:12px;height:12px;margin-left:7px;color:#929AA2;vertical-align:-2px;transition:transform .2s ease,color .2s ease;}.fr-home-accordion__toggle[aria-expanded="true"] .fr-home-accordion__label .fr-icon{transform:rotate(180deg);color:#3F7CDF;}.fr-home-accordion__count,.fr-home-accordion__single small,.fr-home-accordion__panel a small{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:3px 8px;border-radius:999px;background:#F3F6FA;color:#929AA2;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap;}.fr-home-accordion__toggle[aria-expanded="true"] .fr-home-accordion__count{background:#E9F2FF;color:#3F7CDF;}.fr-home-accordion__panel{display:grid;gap:10px;margin-top:12px;padding-left:14px;}.fr-home-accordion__panel[hidden]{display:none;}.fr-home-accordion__panel a{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;font-size:14px;line-height:1.35;color:#667085;text-decoration:none;}.fr-home-accordion__panel a:hover,.fr-home-accordion__single:hover span{color:#3F7CDF;}.fr-home-stats{display:block;}.fr-home-stats__note{margin:12px 0 0;font-size:11px;line-height:1.35;color:#929AA2;}.fr-home-stats__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;margin-bottom:12px;border-radius:12px;background:#F8F8F8;}.fr-home-stats__tabs button{min-height:34px;border:0;border-radius:9px;background:transparent;color:#929AA2;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease;}.fr-home-stats__tabs button:hover{color:#1A1A1A;background:#fff;}.fr-home-stats__tabs button.is-active{background:#3F7CDF;color:#fff;}.fr-home-stats__pane{display:grid;gap:8px;}.fr-home-stats__row{display:grid;grid-template-columns:minmax(54px,max-content) 1fr;gap:10px;align-items:baseline;min-height:24px;}.fr-home-stats__row strong{font-size:18px;line-height:1.1;font-weight:700;color:#1A1A1A;}.fr-home-stats__row span{font-size:13px;line-height:1.35;color:#667085;}.fr-home-stats--all-only .fr-home-stats__more{margin-top:14px;text-decoration:none;}.fr-home-sidebar{scrollbar-width:none!important;}.fr-home-sidebar::-webkit-scrollbar{display:none!important;}.fr-home-sidebar .fr-side-link-list a,.fr-right-sidebar--embedded .fr-side-link-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-radius:12px;color:#667085;background:transparent;transition:background .2s ease,color .2s ease;}.fr-home-sidebar .fr-side-link-list a:hover,.fr-right-sidebar--embedded .fr-side-link-list a:hover{background:#F8F8F8;color:#1A1A1A;}.fr-home-floating-tabs{background:#fff!important;border:1px solid #EDF0F4!important;box-shadow:0 16px 40px rgba(16,24,40,.12)!important;gap:6px!important;transition:bottom .24s ease,transform .24s ease!important;}.fr-home-floating-tabs__item{height:58px!important;min-width:82px!important;display:inline-flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:8px 12px!important;border-radius:12px!important;background:transparent!important;color:#929AA2!important;font-size:12px!important;line-height:1.15!important;text-align:center!important;}.fr-home-floating-tabs__item .fr-icon{width:20px!important;height:20px!important;stroke-width:1.35!important;}.fr-home-floating-tabs__item:hover{background:#F8F8F8!important;color:#667085!important;}.fr-home-floating-tabs__item span{display:block!important;}body:not(.fr-cookie-accepted) .fr-home-floating-tabs{bottom:calc(24px + var(--fr-cookie-offset,0px))!important;}body.fr-cookie-accepted .fr-home-floating-tabs{bottom:24px!important;}.fr-home-page{padding-bottom:calc(128px + var(--fr-cookie-offset,0px))!important;}@media(max-width:1023px){.fr-home-floating-tabs{left:0!important;right:0!important;bottom:var(--fr-cookie-offset,0px)!important;transform:none!important;border-radius:16px 16px 0 0!important;overflow-x:auto!important;justify-content:flex-start!important;padding:8px 12px calc(8px + env(safe-area-inset-bottom))!important;scrollbar-width:none!important;}.fr-home-floating-tabs::-webkit-scrollbar{display:none!important;}.fr-home-floating-tabs__item{height:50px!important;min-width:86px!important;padding:7px 10px!important;font-size:12px!important;}.fr-home-floating-tabs__item .fr-icon{width:18px!important;height:18px!important;}body:not(.fr-cookie-accepted) .fr-home-floating-tabs{bottom:var(--fr-cookie-offset,0px)!important;}body.fr-cookie-accepted .fr-home-floating-tabs{bottom:0!important;}.fr-home-page{padding-bottom:calc(96px + var(--fr-cookie-offset,0px))!important;}body.fr-cookie-accepted .fr-home-page{padding-bottom:96px!important;}.fr-scroll-to-top{right:16px!important;bottom:var(--fr-scroll-top-bottom,78px)!important;z-index:44!important;}body:not(.fr-cookie-accepted) .fr-scroll-to-top.is-visible{bottom:var(--fr-scroll-top-bottom,156px)!important;}body.fr-cookie-accepted .fr-scroll-to-top.is-visible{bottom:var(--fr-scroll-top-bottom,78px)!important;}}@media(max-width:767px){.fr-home-floating-tabs__item{min-width:92px!important;}.fr-home-floating-tabs__item span{display:block!important;}.fr-home-hero-slide__meta span:nth-child(1),.fr-home-hero-slide__meta span:nth-child(5){display:inline-flex!important;}}.fr-home-author-mini__avatar{position:relative!important;overflow:visible!important;}.fr-home-author-mini__avatar img{display:block!important;}.fr-home-author-mini__online{position:absolute!important;right:2px!important;bottom:2px!important;width:11px!important;height:11px!important;border-radius:999px!important;background:#23C552!important;border:2px solid #fff!important;box-shadow:0 0 0 1px rgba(35,197,82,.18)!important;z-index:2!important;}.fr-home-floating-tabs{background:#1A1A1A!important;border-color:#1A1A1A!important;box-shadow:0 18px 42px rgba(16,24,40,.22)!important;}.fr-home-floating-tabs__item{color:rgba(255,255,255,.72)!important;font-size:13px!important;font-weight:500!important;}.fr-home-floating-tabs__item .fr-icon{color:currentColor!important;opacity:1!important;}.fr-home-floating-tabs__item:hover{background:rgba(255,255,255,.1)!important;color:#fff!important;}.fr-home-floating-tabs__item.is-active{background:#3F7CDF!important;color:#fff!important;}.fr-home-accordion{gap:8px!important;}.fr-home-accordion__item{margin:0!important;padding:0!important;border-bottom:0!important;}.fr-home-accordion__toggle,.fr-home-accordion__single{min-height:42px!important;align-items:center!important;padding:11px 12px!important;border-radius:12px!important;background:#F8F8F8!important;transition:background .2s ease,color .2s ease!important;}.fr-home-accordion__toggle:hover,.fr-home-accordion__single:hover,.fr-home-accordion__toggle[aria-expanded="true"]{background:#E9F2FF!important;}.fr-home-accordion__label,.fr-home-accordion__single span{font-size:14px!important;line-height:20px!important;font-weight:500!important;color:#1A1A1A!important;}.fr-home-accordion__arrow{display:inline-flex!important;flex:0 0 auto!important;color:#929AA2!important;transition:transform .2s ease,color .2s ease!important;}.fr-home-accordion__arrow .fr-icon{width:14px!important;height:14px!important;}.fr-home-accordion__toggle[aria-expanded="true"] .fr-home-accordion__arrow{transform:rotate(180deg)!important;color:#3F7CDF!important;}.fr-home-accordion__count{display:none!important;}.fr-home-accordion__panel{gap:6px!important;margin-top:6px!important;padding:0 0 0 10px!important;}.fr-home-accordion__panel a{min-height:36px!important;align-items:center!important;padding:8px 10px!important;border-radius:10px!important;color:#667085!important;background:transparent!important;}.fr-home-accordion__panel a:hover{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-home-accordion__panel a small,.fr-home-accordion__single small{display:inline-flex!important;min-width:28px!important;padding:2px 8px!important;border-radius:999px!important;background:#fff!important;color:#929AA2!important;font-size:12px!important;line-height:18px!important;font-weight:500!important;}.fr-home-accordion__single small{display:none!important;}.fr-home-page .fr-post-card__meta{display:flex!important;justify-content:space-between!important;gap:12px!important;}.fr-home-page .fr-post-card__meta-group{display:inline-flex!important;align-items:center!important;gap:12px!important;min-width:0!important;}.fr-home-page .fr-post-card__meta span{white-space:nowrap!important;}.fr-home-page .fr-post-card .fr-icon--home,.fr-home-page .fr-post-card .fr-icon--home *{stroke-width:.875!important;stroke:currentColor!important;opacity:1!important;}.fr-home-page .fr-post-card__meta .fr-icon--home,.fr-home-page .fr-post-card__author .fr-icon--home{width:14px!important;height:14px!important;color:#929AA2!important;display:inline-block!important;flex:0 0 14px!important;}.fr-home-hero-slide__meta,.fr-home-hero-slide__meta-left,.fr-home-hero-slide__meta-right{gap:10px!important;}.fr-home-hero-slide__meta-left>span,.fr-home-hero-slide__meta-right>span{gap:6px!important;}@media(min-width:1280px){.fr-home-sidebar .fr-right-sidebar__inner{position:sticky!important;top:88px!important;max-height:calc(100vh - 104px)!important;overflow-y:auto!important;padding-right:2px!important;scrollbar-width:none!important;}.fr-home-sidebar .fr-right-sidebar__inner::-webkit-scrollbar{display:none!important;}.fr-side-widget--stats{scroll-margin-top:88px!important;}}@media(max-width:767px){.fr-home-page .fr-post-card__meta{display:flex!important;flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;}.fr-home-page .fr-post-card__meta-group{gap:9px!important;flex:0 1 auto!important;}.fr-home-page .fr-post-card__meta span{font-size:12px!important;}.fr-home-floating-tabs__item{font-size:13px!important;}}@media (min-width:1024px){.fr-header__inner{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,672px) minmax(0,1fr)!important;align-items:center!important;gap:16px!important;}.fr-logo{justify-self:start!important;}.fr-header-search{width:100%!important;max-width:672px!important;min-width:0!important;margin:0 auto!important;justify-self:center!important;grid-column:2!important;}.fr-header-actions{width:auto!important;min-width:0!important;flex:0 0 auto!important;justify-self:end!important;justify-content:flex-end!important;}}@media (min-width:1024px){.fr-home-floating-tabs{left:50%!important;right:auto!important;transform:translateX(-50%)!important;}}.fr-home-sidebar .fr-side-widget h3{font-weight:700!important;}.fr-post-card__placeholder{min-height:100%;}.fr-post-card__placeholder .fr-icon{width:36px!important;height:36px!important;}.fr-post-card__meta [title="Накопленные баллы"] .fr-icon{display:inline-block!important;opacity:1!important;visibility:visible!important;width:14px!important;height:14px!important;}.fr-home-hero-slide__meta [title="Накопленные баллы"] .fr-icon{display:inline-block!important;opacity:1!important;visibility:visible!important;}.fr-side-widget--categories .fr-home-accordion__toggle,.fr-side-widget--categories .fr-home-accordion__single{background:#F8FAFC!important;}.fr-side-widget--categories .fr-home-accordion__toggle:hover,.fr-side-widget--categories .fr-home-accordion__toggle[aria-expanded="true"],.fr-side-widget--categories .fr-home-accordion__single:hover{background:#EEF5FF!important;color:#3F7CDF!important;}.fr-side-widget--categories .fr-home-accordion__label,.fr-side-widget--categories .fr-home-accordion__single span{color:inherit!important;}.fr-side-widget--categories .fr-home-accordion__arrow{width:22px!important;height:22px!important;border-radius:999px!important;background:#fff!important;color:#929AA2!important;}.fr-side-widget--categories .fr-home-accordion__toggle[aria-expanded="true"] .fr-home-accordion__arrow{color:#3F7CDF!important;}.fr-side-widget--categories .fr-home-accordion__panel{margin-top:8px!important;margin-bottom:8px!important;padding:0 0 0 10px!important;gap:6px!important;}.fr-side-widget--categories .fr-home-accordion__panel a{min-height:34px!important;padding:8px 10px!important;border-radius:10px!important;}.fr-side-widget--categories .fr-home-accordion__panel a:hover{background:#F8FAFC!important;}.fr-side-widget--categories .fr-home-accordion__panel a small{border-radius:999px!important;}.fr-side-widget--categories .fr-home-accordion__single small{display:none!important;}.fr-author-floating-tabs,.fr-category-floating-tabs{position:fixed!important;left:50%!important;right:auto!important;bottom:calc(24px + var(--fr-cookie-offset,0px))!important;z-index:45!important;display:flex!important;align-items:center!important;gap:6px!important;padding:8px!important;border-radius:16px!important;background:#fff!important;border:1px solid #EDF0F4!important;box-shadow:0 16px 40px rgba(16,24,40,.12)!important;transform:translateX(-50%)!important;max-width:min(96vw,920px)!important;overflow-x:auto!important;scrollbar-width:none!important;}.fr-author-floating-tabs::-webkit-scrollbar,.fr-category-floating-tabs::-webkit-scrollbar{display:none!important;}.fr-author-floating-tabs__item{height:58px!important;min-width:82px!important;display:inline-flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:8px 12px!important;border-radius:12px!important;background:transparent!important;color:#929AA2!important;font-size:12px!important;line-height:1.15!important;font-weight:500!important;text-align:center!important;text-decoration:none!important;}.fr-author-floating-tabs__item .fr-icon{width:20px!important;height:20px!important;color:currentColor!important;stroke-width:1.35!important;}.fr-author-floating-tabs__item:hover{background:#F8F8F8!important;color:#667085!important;}.fr-author-floating-tabs__item.is-active{background:#3F7CDF!important;color:#fff!important;}.fr-author-floating-tabs__item span{display:block!important;}@media(max-width:1023px){.fr-author-floating-tabs,.fr-category-floating-tabs{left:0!important;right:0!important;bottom:var(--fr-cookie-offset,0px)!important;transform:none!important;border-radius:16px 16px 0 0!important;justify-content:flex-start!important;padding:8px 12px calc(8px + env(safe-area-inset-bottom))!important;max-width:none!important;}.fr-author-floating-tabs__item{height:50px!important;min-width:92px!important;padding:7px 10px!important;font-size:12px!important;}.fr-author-floating-tabs__item .fr-icon{width:18px!important;height:18px!important;}}body:not(.fr-cookie-accepted) .fr-author-floating-tabs,body:not(.fr-cookie-accepted) .fr-category-floating-tabs{bottom:calc(24px + var(--fr-cookie-offset,0px))!important;}@media(max-width:1023px){body:not(.fr-cookie-accepted) .fr-author-floating-tabs,body:not(.fr-cookie-accepted) .fr-category-floating-tabs{bottom:var(--fr-cookie-offset,0px)!important;}body.fr-cookie-accepted .fr-author-floating-tabs,body.fr-cookie-accepted .fr-category-floating-tabs{bottom:0!important;}}.fr-home-hero-slide__video,.fr-home-hero-slide img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important;}.fr-home-hero-slider:hover .fr-home-hero-slide.is-active img,.fr-home-hero-slider:hover .fr-home-hero-slide.is-active .fr-home-hero-slide__video{transform:scale(1.04)!important;}.fr-home-section-heading{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 16px!important;}.fr-home-section-heading h1{margin:0!important;font-family:var(--font-heading)!important;font-size:22px!important;line-height:1.25!important;font-weight:700!important;color:#1A1A1A!important;}.fr-home-page .fr-post-card,.fr-home-page .fr-post-card:hover{border-color:transparent!important;transform:none!important;}.fr-home-page .fr-post-card__media img,.fr-home-page .fr-post-card__video{transition:transform .25s ease!important;}.fr-home-page .fr-post-card:hover .fr-post-card__media img,.fr-home-page .fr-post-card:hover .fr-post-card__video{transform:scale(1.05)!important;}.fr-home-page .fr-post-card .fr-icon--home,.fr-home-page .fr-post-card .fr-icon--home *,.fr-home-hero-slide__meta .fr-icon--home,.fr-home-hero-slide__meta .fr-icon--home *{stroke:currentColor!important;stroke-width:.875!important;opacity:1!important;visibility:visible!important;fill:none!important;}.fr-home-page .fr-post-card__meta .fr-icon--home,.fr-home-page .fr-post-card__author .fr-icon--home,.fr-home-hero-slide__meta .fr-icon--home{display:inline-block!important;width:14px!important;height:14px!important;min-width:14px!important;flex:0 0 14px!important;color:currentColor!important;}.fr-home-page .fr-post-card__meta span[title="Накопленные баллы"] .fr-icon,.fr-home-hero-slide__meta span[title="Накопленные баллы"] .fr-icon{display:inline-block!important;opacity:1!important;visibility:visible!important;}@media(max-width:767px){.fr-home-page .fr-post-card .fr-icon--home,.fr-home-page .fr-post-card .fr-icon--home *,.fr-home-hero-slide__meta .fr-icon--home,.fr-home-hero-slide__meta .fr-icon--home *{stroke-width:.875!important;}}.fr-home-layout{align-items:flex-start!important;}@media(min-width:1280px){.fr-home-sidebar{align-self:stretch!important;}.fr-home-sidebar .fr-right-sidebar__inner{position:sticky!important;top:72px!important;max-height:none!important;height:auto!important;overflow:visible!important;padding-right:0!important;display:grid!important;gap:16px!important;}.fr-right-sidebar__inner{position:sticky!important;top:72px!important;max-height:none!important;height:auto!important;overflow:visible!important;}.fr-sidebar-left__inner{position:sticky!important;top:72px!important;height:auto!important;max-height:none!important;overflow:visible!important;}}.fr-side-widget--categories .fr-home-accordion{gap:10px!important;}.fr-side-widget--categories .fr-home-accordion__toggle,.fr-side-widget--categories .fr-home-accordion__single{min-height:44px!important;padding:12px 14px!important;border-radius:14px!important;background:#F8F8F8!important;}.fr-side-widget--categories .fr-home-accordion__toggle[aria-expanded="true"]{background:#F3F7FF!important;}.fr-side-widget--categories .fr-home-accordion__label,.fr-side-widget--categories .fr-home-accordion__single span{font-weight:600!important;}.fr-side-widget--categories .fr-home-accordion__panel{margin:8px 0 2px!important;}.fr-side-widget--categories .fr-home-accordion__panel a{min-height:36px!important;padding:8px 12px!important;border-radius:12px!important;color:#667085!important;}.fr-side-widget--categories .fr-home-accordion__panel a:hover{color:#3F7CDF!important;}.fr-side-widget--categories .fr-home-accordion__panel a small{background:#EEF2F6!important;color:#667085!important;}.fr-side-widget--categories .fr-home-accordion__count,.fr-side-widget--categories .fr-home-accordion__single small{display:none!important;}.fr-comments__count-wrap.is-empty{display:none!important;}.fr-single-action--like:hover,.fr-single-action--like:focus-visible,.fr-single-action--like.is-active{background:#EF4444!important;color:#fff!important;}.fr-single-action--like:hover .fr-icon,.fr-single-action--like:focus-visible .fr-icon,.fr-single-action--like.is-active .fr-icon,.fr-single-action--like:hover span,.fr-single-action--like:focus-visible span,.fr-single-action--like.is-active span{color:#fff!important;stroke:#fff!important;fill:none!important;}.fr-single-action--like:hover .fr-icon *,.fr-single-action--like:focus-visible .fr-icon *,.fr-single-action--like.is-active .fr-icon *{stroke:#fff!important;}.fr-single-action--edit .fr-icon--edit-action,.frfp-action-edit .fr-icon--edit-action,.fr-single-admin-actions .fr-icon--edit-action{display:inline-block!important;width:16px!important;height:16px!important;min-width:16px!important;color:currentColor!important;stroke:currentColor!important;fill:none!important;opacity:1!important;visibility:visible!important;}.fr-single-action--edit .fr-icon--edit-action *,.frfp-action-edit .fr-icon--edit-action *,.fr-single-admin-actions .fr-icon--edit-action *{stroke:currentColor!important;fill:none!important;}.fr-interview-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:28px;align-items:stretch;padding:32px 32px 28px;background:linear-gradient(135deg,#F7F9FC 0%,#EEF3FA 100%);border-radius:16px 16px 0 0;}.fr-interview-hero__content{display:flex;flex-direction:column;justify-content:flex-end;min-width:0;}.fr-interview-card h1{margin:0 0 18px!important;}.fr-interview-kicker{margin:0 0 10px!important;color:#3F7CDF!important;font-weight:500!important;}.fr-interview-person{flex-direction:column!important;gap:12px!important;margin:0!important;min-width:0;}.fr-interview-person__avatar{width:100%!important;height:260px!important;border-radius:18px!important;background:#E8EEF6!important;}.fr-interview-person figcaption{padding:0 2px!important;}.fr-interview-person__role{color:#667085!important;}.fr-interview-meta{padding:0!important;border:0!important;color:#667085!important;gap:14px!important;}@media(max-width:767px){.fr-interview-hero{grid-template-columns:1fr!important;padding:24px!important;gap:20px!important;}.fr-interview-person__avatar{height:220px!important;}.fr-interview-content{padding:24px!important;}.fr-interview-card .fr-single-tags,.fr-interview-card .fr-single-actions,.fr-interview-card .frfp-actions{margin-left:24px!important;margin-right:24px!important;}}:root{--fr-page-gap-top:24px;--fr-page-max-width:1184px;}.fr-content--narrow,.fr-content--wide{max-width:var(--fr-page-max-width)!important;width:100%;margin-left:auto!important;margin-right:auto!important;}.fr-home-page.fr-content--wide{max-width:1184px!important;}.fr-content,.fr-archive-page,.fr-single-content{padding-top:0!important;}.single-post .fr-single-post.fr-single-content,.single-news .fr-single-post.fr-single-content,.single-interview .fr-single-post.fr-single-content{padding-top:0!important;}.fr-right-sidebar,.fr-home-sidebar,.fr-left-sidebar{top:calc(64px + var(--fr-page-gap-top))!important;}.fr-post-hero__badge{font-weight:300!important;}.fr-interview-card{padding:0!important;overflow:hidden!important;background:#fff!important;border-radius:16px!important;}.fr-interview-hero{display:block!important;padding:32px!important;background:#fff!important;border-radius:16px 16px 0 0!important;border:0!important;}.fr-interview-kicker{margin:0 0 8px!important;font-size:14px!important;line-height:20px!important;color:#888!important;font-weight:400!important;}.fr-interview-card h1{margin:0 0 16px!important;font-size:clamp(28px,3.2vw,40px)!important;line-height:1.15!important;font-weight:700!important;color:#1A1A1A!important;}.fr-interview-person{display:flex!important;flex-direction:row!important;align-items:center!important;gap:16px!important;margin:0 0 20px!important;min-width:0!important;}.fr-interview-person__avatar{width:64px!important;height:64px!important;min-width:64px!important;border-radius:50%!important;overflow:hidden!important;background:linear-gradient(135deg,#3F7CDF,#2E5FBF)!important;}.fr-interview-person__avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}.fr-interview-person figcaption{padding:0!important;min-width:0!important;}.fr-interview-person__name{font-size:16px!important;line-height:22px!important;font-weight:700!important;color:#1A1A1A!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}.fr-interview-person__role{margin-top:2px!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;color:#888!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}.fr-interview-meta{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:16px!important;padding:20px 0 0!important;border-top:1px solid #E5E5E5!important;color:#888!important;font-size:14px!important;line-height:20px!important;}.fr-interview-meta span{display:inline-flex!important;align-items:center!important;gap:8px!important;}.fr-interview-meta .fr-icon{width:16px!important;height:16px!important;min-width:16px!important;stroke-width:1.5!important;color:currentColor!important;fill:none!important;}.fr-interview-meta .fr-icon *{stroke:currentColor!important;stroke-width:1.5!important;fill:none!important;}.fr-interview-content{padding:32px!important;}.fr-interview-card .fr-single-tags,.fr-interview-card .fr-single-actions,.fr-interview-card .frfp-actions{margin-left:32px!important;margin-right:32px!important;}.fr-interview-card .frfp-actions{margin-bottom:32px!important;}@media(max-width:767px){:root{--fr-page-gap-top:16px;}.fr-content--narrow,.fr-content--wide{padding-left:16px!important;padding-right:16px!important;}.fr-interview-hero{padding:24px!important;}.fr-interview-card h1{font-size:28px!important;}.fr-interview-person{gap:12px!important;}.fr-interview-person__avatar{width:56px!important;height:56px!important;min-width:56px!important;}.fr-interview-content{padding:24px!important;}.fr-interview-card .fr-single-tags,.fr-interview-card .fr-single-actions,.fr-interview-card .frfp-actions{margin-left:24px!important;margin-right:24px!important;}}.fr-interview-meta{border-top:0!important;border-bottom:1px solid #E5E5E5!important;padding:0 0 20px!important;margin:0!important;}.fr-interview-meta .fr-icon,.fr-interview-meta svg{width:16px!important;height:16px!important;min-width:16px!important;stroke-width:1.5!important;fill:none!important;}.fr-interview-meta .fr-icon *,.fr-interview-meta svg *{stroke-width:1.5!important;fill:none!important;}.fr-home-mini-card__body{display:flex;flex-direction:column;min-width:0;}.fr-home-mini-card__guest,.fr-home-mini-card__role{display:block!important;line-height:18px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.fr-home-mini-card__guest{margin-top:2px!important;color:#555!important;font-weight:500!important;}.fr-home-mini-card__role{margin-top:2px!important;color:#888!important;font-weight:400!important;}.fr-content-list-card__person{display:flex!important;flex-direction:column!important;gap:2px!important;margin-bottom:8px!important;}.fr-content-list-card__person b{display:block!important;line-height:20px!important;}.fr-content-list-card__person span{display:block!important;color:#888!important;font-size:14px!important;line-height:20px!important;}.fr-content-list-card__intro{display:-webkit-box!important;margin:0 0 16px!important;overflow:hidden!important;color:#666!important;font-size:14px!important;line-height:22px!important;font-style:normal!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;}.fr-content-list-card__meta .fr-icon,.fr-content-list-card__meta svg{width:16px!important;height:16px!important;min-width:16px!important;stroke-width:1.5!important;fill:none!important;}.fr-content-list-card__meta .fr-icon *,.fr-content-list-card__meta svg *{stroke-width:1.5!important;fill:none!important;}.fr-term-groups__loader{text-align:center;color:var(--muted-foreground);padding:12px 0;font-size:14px;}.fr-term-groups__sentinel{height:2px;}.fr-term-page-layout .fr-right-sidebar__inner,.fr-category-layout .fr-right-sidebar__inner{position:sticky!important;top:var(--fr-sticky-top,88px)!important;align-self:flex-start!important;display:grid!important;gap:16px!important;}.fr-term-page-content .fr-post-grid .fr-post-card,.fr-category-content .fr-post-grid .fr-post-card{height:100%!important;}.fr-category-floating-tabs,.fr-author-floating-tabs{background:#1A1A1A!important;border-color:#1A1A1A!important;box-shadow:0 18px 42px rgba(16,24,40,.22)!important;}.fr-category-floating-tabs .fr-home-floating-tabs__item,.fr-category-floating-tabs .fr-author-floating-tabs__item,.fr-author-floating-tabs .fr-author-floating-tabs__item{color:rgba(255,255,255,.72)!important;opacity:1!important;font-size:13px!important;}.fr-category-floating-tabs .fr-home-floating-tabs__item:hover,.fr-category-floating-tabs .fr-author-floating-tabs__item:hover,.fr-author-floating-tabs .fr-author-floating-tabs__item:hover{background:rgba(255,255,255,.1)!important;color:#fff!important;}.fr-category-floating-tabs .fr-home-floating-tabs__item.is-active,.fr-category-floating-tabs .fr-author-floating-tabs__item.is-active,.fr-author-floating-tabs .fr-author-floating-tabs__item.is-active{background:#3F7CDF!important;color:#fff!important;}.fr-category-floating-tabs .fr-icon,.fr-author-floating-tabs .fr-icon{opacity:1!important;color:currentColor!important;stroke-width:1.35!important;}.fr-category-hero__subscribe{border:1px solid transparent!important;border-radius:12px!important;min-height:40px!important;padding:0 16px!important;font-size:14px!important;font-weight:500!important;background:#3F7CDF!important;color:#fff!important;}.fr-category-hero__subscribe.is-active{background:#fff!important;color:#1A1A1A!important;border-color:#E5E5E5!important;}.fr-category-hero__subscribe-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;}.fr-category-hero__subscribe .fr-subscribe-icon--on{display:none!important;}.fr-category-hero__subscribe.is-active .fr-subscribe-icon--off{display:none!important;}.fr-category-hero__subscribe.is-active .fr-subscribe-icon--on{display:inline-flex!important;}.fr-term-custom-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px;color:currentColor;line-height:0;}.fr-term-custom-icon svg{width:16px!important;height:16px!important;display:block!important;}.fr-term-custom-icon svg path,.fr-term-custom-icon svg circle,.fr-term-custom-icon svg line,.fr-term-custom-icon svg polyline,.fr-term-custom-icon svg rect{stroke-width:1.5!important;}.fr-category-stats button{cursor:pointer!important;}.fr-category-stats button:hover{background:#EEF5FF!important;}.fr-category-stats .fr-category-stat--wide{grid-column:1/-1!important;min-height:0!important;}.fr-category-stats .fr-category-stat--wide p{margin:0!important;color:#1A1A1A!important;font-size:16px!important;line-height:1.45!important;font-weight:400!important;}.fr-category-stats .fr-category-stat--wide a{color:#1A1A1A!important;text-decoration:none!important;}.fr-category-stats .fr-category-stat--wide a:hover{color:#1A1A1A!important;}.fr-term-feed__loader{padding:14px 0;text-align:center;color:#888;font-size:14px;}.fr-term-feed__sentinel{height:2px;}.fr-term-modal[hidden]{display:none!important;}.fr-term-modal{position:fixed;inset:0;z-index:80;display:block;}.fr-term-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);}.fr-term-modal__dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,480px);max-height:80vh;overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:24px;box-shadow:0 24px 80px rgba(0,0,0,.22);}.fr-term-modal[data-fr-modal-pane="achievements"] .fr-term-modal__dialog,.fr-term-modal[data-fr-modal-pane="contributions"] .fr-term-modal__dialog{width:min(92vw,760px);max-height:86vh;padding:28px;}.fr-term-modal__close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:12px;background:transparent;color:#888;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}.fr-term-modal__close:hover{background:#F8F8F8;color:#1A1A1A;}.fr-term-modal__close .fr-icon{width:20px;height:20px;stroke-width:1.5;}.fr-term-modal__pane{min-height:0;display:flex;flex-direction:column;}.fr-term-modal__pane[hidden]{display:none!important;}.fr-term-modal h3{margin:0 44px 22px 0;font-size:20px;line-height:1.25;font-weight:700;color:#1A1A1A;}.fr-term-modal .fr-author-impact-modal h3{margin:0 44px 0 0;font-size:22px;line-height:28px;}.fr-term-modal__stats{display:grid;gap:14px;}.fr-term-modal__stats div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:12px;background:#F8F8F8;}.fr-term-modal__stats span{color:#888;font-size:14px;}.fr-term-modal__stats strong{color:#1A1A1A;font-size:20px;line-height:1;font-weight:700;}.fr-term-modal__list{display:grid;gap:12px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;padding-right:4px;padding-bottom:12px;}.fr-term-modal__list::-webkit-scrollbar{width:6px;}.fr-term-modal__list::-webkit-scrollbar-thumb{border-radius:999px;background:#CCCCCC;}.fr-term-modal-author{display:flex;align-items:center;gap:12px;padding:14px;background:#F8F8F8;border-radius:12px;text-decoration:none;color:#1A1A1A;transition:background .2s ease;}.fr-term-modal-author:hover{background:var(--accent-light);}.fr-term-modal-author strong{display:block;font-size:15px;font-weight:500;color:#1A1A1A;}.fr-term-modal-author small{display:block;margin-top:3px;font-size:12px;color:#888;}.fr-term-modal-avatar{width:48px;height:48px;min-width:48px;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,#3F7CDF,#2E5FBF);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;}.fr-term-modal-avatar img{width:100%;height:100%;object-fit:cover;display:block;}.fr-term-modal__subscribers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;overflow:auto;padding-right:2px;}.fr-term-modal-subscriber{text-align:center;text-decoration:none;color:#1A1A1A;min-width:0;}.fr-term-modal-avatar--large{width:64px;height:64px;min-width:64px;margin:0 auto 8px;font-size:20px;}.fr-term-modal-subscriber strong{display:block;font-size:14px;line-height:18px;font-weight:400;color:#1A1A1A;overflow:hidden;text-overflow:ellipsis;}.fr-term-modal__empty{grid-column:1/-1;justify-self:center;margin:0;color:#888;font-size:14px;line-height:1.5;text-align:center;white-space:nowrap;}.fr-category-stats .fr-term-custom-icon svg [stroke="#888888"]{stroke:#888888!important;}.fr-category-stats button:hover .fr-term-custom-icon svg [stroke="#888888"]{stroke:#3F7CDF!important;}@media(max-width:1023px){.fr-term-modal[data-fr-modal-pane="achievements"] .fr-term-modal__dialog,.fr-term-modal[data-fr-modal-pane="contributions"] .fr-term-modal__dialog{width:min(92vw,700px);padding:26px;}}@media(max-width:767px){.fr-term-modal__dialog{width:min(92vw,420px);padding:22px;}.fr-term-modal .fr-author-impact-modal h3{font-size:20px;line-height:26px;}.fr-term-modal[data-fr-modal-pane="achievements"] .fr-term-modal__dialog,.fr-term-modal[data-fr-modal-pane="contributions"] .fr-term-modal__dialog{width:100%;max-width:none;max-height:88vh;padding:20px;}.fr-term-modal__subscribers{grid-template-columns:repeat(2,minmax(0,1fr));}.fr-category-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.fr-category-floating-tabs .fr-home-floating-tabs__item{min-width:92px!important;}}.fr-category-hero__subscribe{position:relative!important;overflow:hidden!important;gap:8px!important;white-space:nowrap!important;}.fr-category-hero__subscribe [data-fr-subscribe-label]{display:inline-flex!important;align-items:center!important;line-height:1!important;}.fr-category-stats button,.fr-category-stats div{transition:none!important;}.fr-category-stats button:hover,.fr-category-stats div:hover{background:#fff!important;border-color:#E5E5E5!important;color:inherit!important;}.fr-category-stats button:hover .fr-term-custom-icon svg [stroke],.fr-category-stats button:hover .fr-term-custom-icon svg *{stroke:currentColor!important;}.fr-term-page-layout .fr-post-card,.fr-category-layout .fr-post-card{height:100%!important;}.fr-term-page-layout .fr-post-card:hover,.fr-category-layout .fr-post-card:hover{border-color:transparent!important;transform:none!important;box-shadow:none!important;}.fr-term-page-layout .fr-post-card__link,.fr-category-layout .fr-post-card__link{display:flex!important;flex-direction:column!important;min-height:100%!important;}.fr-term-page-layout .fr-post-card__body,.fr-category-layout .fr-post-card__body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-height:0!important;}.fr-term-page-layout .fr-post-card__excerpt,.fr-category-layout .fr-post-card__excerpt{margin-bottom:12px!important;}.fr-term-page-layout .fr-post-card__author,.fr-category-layout .fr-post-card__author{margin-top:auto!important;}.fr-term-page-layout .fr-post-card__meta,.fr-category-layout .fr-post-card__meta{margin-top:0!important;align-items:center!important;}.fr-term-page-layout .fr-post-card__meta .fr-icon,.fr-category-layout .fr-post-card__meta .fr-icon,.fr-term-page-layout .fr-post-card__author .fr-icon,.fr-category-layout .fr-post-card__author .fr-icon,.fr-term-modal .fr-icon,.fr-category-stats .fr-term-custom-icon svg,.fr-category-hero__subscribe .fr-term-custom-icon svg{stroke-width:1!important;}.fr-term-page-layout svg [stroke],.fr-category-layout svg [stroke],.fr-term-modal svg [stroke]{stroke-width:1!important;}.fr-empty-state{border:0!important;box-shadow:none!important;}.fr-term-page-content .fr-author-posts__head,.fr-category-content .fr-author-posts__head{scroll-margin-top:104px!important;}.fr-category-floating-tabs{left:calc(50% + 0px)!important;transform:translateX(-50%)!important;}.fr-category-filter__list{overflow-x:visible!important;scrollbar-width:none!important;}.fr-category-filter__list::-webkit-scrollbar{display:none!important;}.fr-category-filter__list a{white-space:nowrap!important;}.fr-category-filter__list a.is-active{background:#1A1A1A!important;}@media(max-width:767px){.fr-category-filter__list{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;}.fr-category-filter__list::-webkit-scrollbar{display:none!important;}}.fr-term-feed-empty[hidden]{display:none!important;}@media(min-width:1280px){.fr-category-floating-tabs{left:calc(50% - 60px)!important;}}@media(max-width:1279px){.fr-category-floating-tabs{left:50%!important;}}@media (min-width:1280px){.fr-home-page>.fr-home-floating-tabs:not(.fr-category-floating-tabs):not(.fr-author-floating-tabs){left:calc(50% - 200px)!important;right:auto!important;transform:translateX(-50%)!important;}}@media (min-width:1200px){.fr-category-floating-tabs,.fr-term-page-layout .fr-category-floating-tabs{left:calc(50% - 172px)!important;right:auto!important;transform:translateX(-50%)!important;}}@media (max-width:1023px){.fr-category-floating-tabs,.fr-term-page-layout .fr-category-floating-tabs{left:0!important;right:0!important;width:auto!important;max-width:none!important;transform:none!important;border-radius:16px 16px 0 0!important;overflow-x:auto!important;justify-content:flex-start!important;padding:8px 12px calc(8px + env(safe-area-inset-bottom))!important;scrollbar-width:none!important;}.fr-category-floating-tabs::-webkit-scrollbar,.fr-term-page-layout .fr-category-floating-tabs::-webkit-scrollbar{display:none!important;}}.fr-category-rating-switch[hidden],[data-fr-term-rating-switch][hidden]{display:none!important;}.fr-term-page-content .fr-author-posts__head,.fr-category-content .fr-author-posts__head{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:12px!important;}.fr-term-page-content .fr-author-posts__head h2,.fr-category-content .fr-author-posts__head h2{width:100%!important;}.fr-term-page-content .fr-category-rating-switch,.fr-category-content .fr-category-rating-switch{margin:0!important;}.fr-category-stats button:hover,.fr-category-stats div:hover{background:#F8F8F8!important;color:#1A1A1A!important;box-shadow:none!important;transform:none!important;border-color:transparent!important;}.fr-category-stats button:hover .fr-term-custom-icon,.fr-category-stats button:hover .fr-term-custom-icon svg,.fr-category-stats button:hover .fr-term-custom-icon svg *,.fr-category-stats div:hover .fr-term-custom-icon,.fr-category-stats div:hover .fr-term-custom-icon svg,.fr-category-stats div:hover .fr-term-custom-icon svg *{color:#888!important;stroke:#888!important;}.fr-term-page-layout .fr-post-card__meta .fr-icon,.fr-category-layout .fr-post-card__meta .fr-icon,.fr-term-page-layout .fr-post-card__meta svg,.fr-category-layout .fr-post-card__meta svg,.fr-term-page-layout .fr-post-card__author .fr-icon,.fr-category-layout .fr-post-card__author .fr-icon,.fr-term-page-layout .fr-post-card__author svg,.fr-category-layout .fr-post-card__author svg,.fr-term-page-layout .fr-home-floating-tabs svg,.fr-category-layout .fr-home-floating-tabs svg,.fr-term-page-layout .fr-category-filter svg,.fr-category-layout .fr-category-filter svg,.fr-term-modal svg,.fr-term-modal .fr-icon,.fr-category-stats svg,.fr-category-hero__subscribe svg{stroke-width:1.15!important;}.fr-term-page-layout .fr-post-card__meta svg *,.fr-category-layout .fr-post-card__meta svg *,.fr-term-page-layout .fr-post-card__author svg *,.fr-category-layout .fr-post-card__author svg *,.fr-term-page-layout .fr-home-floating-tabs svg *,.fr-category-layout .fr-home-floating-tabs svg *,.fr-term-modal svg *,.fr-category-stats svg *,.fr-category-hero__subscribe svg *{stroke-width:1.15!important;}@media (min-width:768px){.fr-category-filter__list{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;overflow:visible!important;}.fr-category-filter__list a{flex:0 1 auto!important;min-width:0!important;padding:9px 12px!important;}}.fr-category-filter__list a.is-active{background:#3F7CDF!important;border-color:#3F7CDF!important;color:#fff!important;}@media (max-width:767px){.fr-category-filter__list{flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;}.fr-category-filter__list::-webkit-scrollbar{display:none!important;}}.fr-category-stat-avatars{display:flex!important;flex-direction:row!important;align-items:center!important;gap:0!important;margin-top:6px!important;color:inherit!important;}.fr-category-stat-avatar{width:24px!important;height:24px!important;min-width:24px!important;border-radius:999px!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#E9F2FF!important;color:#3F7CDF!important;font-size:10px!important;line-height:1!important;font-weight:600!important;box-shadow:none!important;border:2px solid #F8F8F8!important;margin-left:-7px!important;}.fr-category-stat-avatar:first-child{margin-left:0!important;}.fr-category-stat-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}.fr-category-stats button:hover,.fr-category-stats button:focus,.fr-category-stats div:hover,.fr-category-stats div:focus{background:#F8F8F8!important;color:#1A1A1A!important;box-shadow:none!important;transform:none!important;border-color:transparent!important;}.fr-category-stats button:hover .fr-category-stat-avatar,.fr-category-stats button:focus .fr-category-stat-avatar{border-color:#F8F8F8!important;}.fr-term-page-layout .fr-post-card__author-link:hover,.fr-category-layout .fr-post-card__author-link:hover{color:var(--muted-foreground)!important;}.fr-term-page-layout .fr-post-card__author-link:hover svg,.fr-category-layout .fr-post-card__author-link:hover svg,.fr-term-page-layout .fr-post-card__author-link:hover svg *,.fr-category-layout .fr-post-card__author-link:hover svg *{color:#929AA2!important;stroke:#929AA2!important;}@media (min-width:1200px){.fr-category-floating-tabs,.fr-term-page-layout .fr-category-floating-tabs{left:calc(50% - 60px)!important;right:auto!important;transform:translateX(-50%)!important;}.fr-category-filter__list{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}.fr-category-filter__list a{flex:1 1 0!important;justify-content:center!important;text-align:center!important;}}@media (max-width:767px){.fr-category-stat-avatar{width:22px!important;height:22px!important;min-width:22px!important;}}.fr-empty-state__icon .fr-term-custom-icon,.fr-empty-state__icon .fr-term-custom-icon svg{width:28px!important;height:28px!important;display:block!important;stroke-width:1!important;}.fr-empty-state__icon .fr-term-custom-icon svg *,.fr-empty-state__icon svg *{stroke-width:1!important;}.fr-category-stat-value-row{display:flex!important;align-items:center!important;gap:8px!important;margin-top:auto!important;min-width:0!important;}.fr-category-stat-value-row .fr-category-stat-avatars{margin-top:0!important;flex:0 0 auto!important;}.fr-category-stat-value-row strong{margin-top:0!important;}@media (min-width:1200px){.fr-category-floating-tabs,.fr-term-page-layout .fr-category-floating-tabs{left:50%!important;right:auto!important;transform:translateX(-50%)!important;justify-content:center!important;}.fr-category-floating-tabs .fr-home-floating-tabs__item,.fr-term-page-layout .fr-category-floating-tabs .fr-home-floating-tabs__item{width:132px!important;min-width:132px!important;max-width:132px!important;flex:0 0 132px!important;justify-content:center!important;}}.fr-action-toast,.fr-action-toast.fr-action-toast--figma,.fr-action-toast.fr-action-toast--comment-report{top:calc(var(--fr-header-height,72px) + 16px)!important;bottom:auto!important;right:24px!important;left:auto!important;transform:translateY(-8px)!important;}.fr-action-toast.is-visible,.fr-action-toast.fr-action-toast--figma.is-visible,.fr-action-toast.fr-action-toast--comment-report.is-visible{transform:translateY(0)!important;}@media(max-width:640px){.fr-action-toast,.fr-action-toast.fr-action-toast--figma,.fr-action-toast.fr-action-toast--comment-report{top:calc(var(--fr-header-height,64px) + 12px)!important;bottom:auto!important;left:16px!important;right:16px!important;transform:translateY(-8px)!important;}.fr-action-toast.is-visible,.fr-action-toast.fr-action-toast--figma.is-visible,.fr-action-toast.fr-action-toast--comment-report.is-visible{transform:translateY(0)!important;}}@media (min-width:1200px){.fr-category-floating-tabs,.fr-term-page-layout .fr-category-floating-tabs{left:calc(50% - 60px)!important;right:auto!important;transform:translateX(-50%)!important;justify-content:center!important;}.fr-category-floating-tabs .fr-home-floating-tabs__item,.fr-term-page-layout .fr-category-floating-tabs .fr-home-floating-tabs__item{width:auto!important;min-width:82px!important;max-width:none!important;flex:0 0 auto!important;}}.fr-category-stat-value-row strong,.fr-category-stats button .fr-category-stat-value-row strong,.fr-category-stats div .fr-category-stat-value-row strong{color:#1A1A1A!important;}.fr-post-card__title{transition:none!important;}.fr-post-card:hover .fr-post-card__title,.fr-post-card__link:hover .fr-post-card__title{color:#1A1A1A!important;}.fr-author-layout .fr-post-card{height:100%!important;}.fr-author-layout .fr-post-card:hover{border-color:transparent!important;transform:none!important;box-shadow:none!important;}.fr-author-layout .fr-post-card__link{display:flex!important;flex-direction:column!important;min-height:100%!important;}.fr-author-layout .fr-post-card__body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-height:0!important;}.fr-author-layout .fr-post-card__excerpt{margin-bottom:12px!important;}.fr-author-layout .fr-post-card__author{margin-top:auto!important;}.fr-author-layout .fr-post-card__meta{margin-top:0!important;align-items:center!important;}.fr-author-layout .fr-author-posts__head{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:12px!important;}.fr-author-layout .fr-author-posts__head h2{width:100%!important;}.fr-author-layout .fr-rating-switch{margin:0!important;}@media (min-width:1280px){.fr-home-page>.fr-home-floating-tabs:not(.fr-category-floating-tabs):not(.fr-author-floating-tabs){left:calc(50% - 200px)!important;right:auto!important;transform:translateX(-50%)!important;}}.fr-post-grid>.fr-post-card,.fr-home-post-grid>.fr-post-card,.fr-user-content-grid>.fr-post-card,.fr-next-random__grid>.fr-post-card,.fr-post-card{display:flex!important;flex-direction:column!important;min-height:100%!important;height:100%!important;border-color:transparent!important;transform:none!important;box-shadow:none!important;transition:none!important;background:#fff!important;}.fr-post-card:hover,.fr-post-card:focus-within,.fr-post-card__link:hover,.fr-post-card__link:focus{border-color:transparent!important;transform:none!important;box-shadow:none!important;background:#fff!important;outline:none!important;}.fr-post-card__link{display:flex!important;flex-direction:column!important;width:100%!important;min-height:100%!important;height:100%!important;color:inherit!important;text-decoration:none!important;}.fr-post-card__media{flex:0 0 auto!important;overflow:hidden!important;}.fr-post-card__body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;min-height:0!important;}.fr-post-card__excerpt{margin-bottom:12px!important;}.fr-post-card__author{margin-top:auto!important;align-items:center!important;}.fr-post-card__meta{margin-top:0!important;}.fr-post-card__title,.fr-post-card:hover .fr-post-card__title,.fr-post-card:focus-within .fr-post-card__title,.fr-post-card__link:hover .fr-post-card__title,.fr-post-card__link:focus .fr-post-card__title{color:#1A1A1A!important;transition:none!important;}.fr-post-card__author-link,.fr-post-card__author-link:hover,.fr-post-card__author-link:focus,.fr-post-card:hover .fr-post-card__author-link{color:inherit!important;transition:none!important;text-decoration:none!important;}.fr-post-card__meta span,.fr-post-card__author-link,.fr-post-card__date{display:inline-flex!important;align-items:center!important;}.fr-post-card__image,.fr-post-card__media img,.fr-post-card__video{transition:transform .25s ease!important;}.fr-post-card:hover .fr-post-card__image,.fr-post-card:hover .fr-post-card__media img,.fr-post-card:hover .fr-post-card__video,.fr-post-card__link:focus .fr-post-card__image,.fr-post-card__link:focus .fr-post-card__media img,.fr-post-card__link:focus .fr-post-card__video{transform:scale(1.05)!important;}.fr-post-card .fr-icon,.fr-post-card svg{flex:0 0 auto!important;}:root{--fr-page-gap-top:32px;--fr-page-gap-top-home:24px;--fr-page-width-narrow:768px;--fr-page-width-medium:896px;--fr-page-width-wide:1024px;--fr-page-width-with-sidebar:1112px;--fr-left-sidebar-width:224px;--fr-layout-gap:24px;}.fr-shell{max-width:1400px!important;padding-top:64px!important;padding-left:16px!important;padding-right:16px!important;padding-bottom:48px!important;gap:var(--fr-layout-gap)!important;}.fr-main{padding-top:var(--fr-page-gap-top)!important;}.home .fr-main,.front-page .fr-main,body.home .fr-main{padding-top:var(--fr-page-gap-top-home)!important;}.fr-sidebar-left{width:var(--fr-left-sidebar-width)!important;flex:0 0 var(--fr-left-sidebar-width)!important;}.fr-sidebar-left__inner{top:64px!important;height:calc(100vh - 64px)!important;padding:24px!important;box-sizing:border-box!important;}.fr-sidebar-left .fr-nav-link{width:100%!important;box-sizing:border-box!important;}.fr-content{width:100%!important;min-width:0!important;}.fr-content--narrow{max-width:var(--fr-page-width-narrow)!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;}.fr-content--medium{max-width:var(--fr-page-width-medium)!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;}.fr-content--wide{max-width:var(--fr-page-width-wide)!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;}.fr-content--search,.fr-content--author,.fr-content--notifications{padding-left:0!important;padding-right:0!important;}.fr-home-page.fr-content--wide{max-width:var(--fr-page-width-with-sidebar)!important;}.fr-home-layout{max-width:var(--fr-page-width-with-sidebar)!important;gap:var(--fr-layout-gap)!important;}.fr-home-main{max-width:768px!important;}.fr-home-sidebar{width:320px!important;flex:0 0 320px!important;}.fr-home-sidebar .fr-right-sidebar__inner{top:calc(64px + var(--fr-page-gap-top-home))!important;}.fr-author-layout{gap:var(--fr-layout-gap)!important;max-width:var(--fr-page-width-with-sidebar)!important;margin-left:auto!important;margin-right:auto!important;}.fr-author-layout .fr-content--author{max-width:var(--fr-page-width-wide)!important;}.fr-right-sidebar{width:320px!important;flex:0 0 320px!important;}.fr-right-sidebar__inner{top:calc(64px + var(--fr-page-gap-top))!important;}.fr-category-layout,.fr-term-page-layout{max-width:var(--fr-page-width-with-sidebar)!important;margin-left:auto!important;margin-right:auto!important;padding:0 0 96px!important;gap:var(--fr-layout-gap)!important;}.fr-category-content,.fr-term-page-content{max-width:none!important;padding:0!important;margin:0!important;}.fr-category-layout .fr-right-sidebar__inner,.fr-term-page-layout .fr-right-sidebar__inner{top:calc(64px + var(--fr-page-gap-top))!important;}.single-post .fr-main,.single-news .fr-main,.single-interview .fr-main{padding-top:var(--fr-page-gap-top)!important;}.single-post .fr-single-post.fr-single-content,.single-news .fr-single-post.fr-single-content,.single-interview .fr-single-post.fr-single-content{max-width:var(--fr-page-width-wide)!important;}.fr-auth-page{min-height:calc(100vh - 64px)!important;padding:0 16px 96px!important;justify-content:center!important;align-items:flex-start!important;}.fr-auth-card{max-width:448px!important;padding:32px!important;}.fr-auth-card--register{max-width:448px!important;}@media(min-width:640px){.fr-shell{padding-left:24px!important;padding-right:24px!important;}.fr-auth-page{padding-left:24px!important;padding-right:24px!important;}}@media(min-width:1024px){.fr-sidebar-left{display:block!important;}.fr-main{min-width:0!important;}}@media(max-width:1279px){.fr-home-layout,.fr-author-layout,.fr-category-layout,.fr-term-page-layout{max-width:var(--fr-page-width-wide)!important;}}@media(max-width:1199px){.fr-category-layout,.fr-term-page-layout{display:block!important;}.fr-category-layout .fr-right-sidebar,.fr-term-page-layout .fr-right-sidebar{display:none!important;}}@media(max-width:1023px){.fr-shell{display:block!important;padding-left:24px!important;padding-right:24px!important;}.fr-main{padding-top:var(--fr-page-gap-top)!important;}.home .fr-main,.front-page .fr-main,body.home .fr-main{padding-top:var(--fr-page-gap-top-home)!important;}.fr-content--narrow,.fr-content--medium,.fr-content--wide,.fr-content--search,.fr-content--author,.fr-content--notifications{max-width:100%!important;padding-left:0!important;padding-right:0!important;}}@media(max-width:639px){.fr-shell{padding-left:16px!important;padding-right:16px!important;padding-bottom:48px!important;}.fr-main{padding-top:var(--fr-page-gap-top)!important;}.home .fr-main,.front-page .fr-main,body.home .fr-main{padding-top:var(--fr-page-gap-top-home)!important;}.fr-content--narrow,.fr-content--medium,.fr-content--wide,.fr-content--search,.fr-content--author,.fr-content--notifications{padding-left:0!important;padding-right:0!important;}.fr-category-layout,.fr-term-page-layout{padding:0 0 96px!important;}.fr-auth-page{padding-left:0!important;padding-right:0!important;padding-bottom:96px!important;}.fr-auth-card{padding:24px!important;border-radius:20px!important;}}.fr-header{height:64px!important;z-index:50!important;}.fr-header__inner{width:100%!important;max-width:1400px!important;height:64px!important;margin:0 auto!important;padding:0 16px!important;display:flex!important;grid-template-columns:none!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;}.fr-logo{display:inline-flex!important;align-items:center!important;gap:12px!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;overflow:visible!important;justify-self:auto!important;}.fr-logo__mark{width:40px!important;height:40px!important;flex:0 0 40px!important;border-radius:12px!important;}.fr-logo__text{display:flex!important;flex-direction:column!important;justify-content:center!important;flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:280px!important;overflow:hidden!important;}.fr-logo__name{display:block!important;font-size:20px!important;line-height:1.05!important;font-weight:700!important;letter-spacing:.01em!important;}.fr-logo__slogan{margin-top:1px!important;width:auto!important;font-size:10px!important;}.fr-header-search{flex:1 1 auto!important;width:auto!important;max-width:672px!important;min-width:120px!important;margin:0 8px!important;justify-self:auto!important;grid-column:auto!important;}.fr-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;justify-self:auto!important;}.fr-create-btn{height:40px!important;padding:0 16px!important;border-radius:12px!important;gap:8px!important;}.fr-header__mobile-toggle,.fr-header__icon-btn{width:36px!important;min-width:36px!important;height:36px!important;padding:8px!important;}.fr-user-menu__toggle{height:36px!important;padding:8px!important;}.fr-header__mobile-toggle .fr-icon,.fr-header__icon-btn .fr-icon,.fr-user-menu__toggle .fr-icon:first-child,.fr-search-form__icon .fr-icon{width:20px!important;height:20px!important;}.fr-user-menu__toggle .fr-icon:last-child{width:12px!important;height:12px!important;}.fr-header__unread-dot{top:7px!important;right:7px!important;width:8px!important;height:8px!important;}.fr-user-menu__dropdown{width:192px!important;top:calc(100% + 8px)!important;}.fr-mobile-menu-overlay{z-index:40!important;}.fr-mobile-menu{z-index:50!important;width:320px!important;max-width:320px!important;}.fr-mobile-menu__header{height:64px!important;padding:0 24px!important;}.fr-mobile-menu__close{width:36px!important;height:36px!important;padding:8px!important;border-radius:8px!important;}@media (min-width:640px){.fr-header__inner{padding-left:24px!important;padding-right:24px!important;}.fr-header-search{margin-left:16px!important;margin-right:16px!important;}}@media (min-width:1024px){.fr-header__inner{display:flex!important;grid-template-columns:none!important;}.fr-logo{flex:0 0 auto!important;width:auto!important;min-width:0!important;}.fr-logo__text{width:auto!important;flex:0 1 auto!important;}.fr-header-search{flex:1 1 auto!important;max-width:672px!important;min-width:280px!important;margin-left:16px!important;margin-right:16px!important;justify-self:auto!important;grid-column:auto!important;}.fr-header-actions{flex:0 0 auto!important;width:auto!important;min-width:0!important;justify-self:auto!important;}}@media (max-width:1023px){.fr-header__mobile-toggle{display:inline-flex!important;}}@media (max-width:639px){.fr-header__inner{padding-left:16px!important;padding-right:16px!important;gap:16px!important;}.fr-logo__text{display:none!important;}.fr-create-btn{display:none!important;}.fr-header-search{max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;}.fr-search-form__input{height:40px!important;}.fr-mobile-menu{width:320px!important;max-width:100vw!important;}}.fr-logo__name{font-size:22px!important;line-height:1.02!important;font-family:var(--font-logo)!important;}.fr-logo__slogan{display:block!important;margin-top:5px!important;width:280px!important;max-width:280px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important;line-height:1.15!important;}.fr-header__mobile-toggle,.fr-header__icon-btn{width:44px!important;min-width:44px!important;height:40px!important;padding:0 12px!important;border-radius:12px!important;}.fr-user-menu__toggle{width:auto!important;min-width:52px!important;height:40px!important;padding:0 10px!important;border-radius:12px!important;gap:4px!important;}.fr-header__unread-dot{top:9px!important;right:9px!important;}.fr-mobile-menu__close{width:44px!important;min-width:44px!important;height:40px!important;padding:0 12px!important;border-radius:10px!important;}@media (min-width:640px) and (max-width:1023px){.fr-logo{flex:0 0 292px!important;width:292px!important;min-width:292px!important;overflow:hidden!important;}.fr-logo__text{width:240px!important;flex:0 0 240px!important;max-width:240px!important;}.fr-logo__slogan{width:240px!important;max-width:240px!important;}}@media (min-width:640px) and (max-width:767px){.fr-logo{flex-basis:260px!important;width:260px!important;min-width:260px!important;}.fr-logo__text{width:208px!important;flex-basis:208px!important;max-width:208px!important;}.fr-logo__slogan{width:208px!important;max-width:208px!important;}}@media (min-width:1024px){.fr-header__inner{padding-left:48px!important;padding-right:24px!important;}.fr-logo{flex:0 0 332px!important;width:332px!important;min-width:332px!important;max-width:332px!important;overflow:hidden!important;}.fr-logo__text{width:280px!important;flex:0 0 280px!important;max-width:280px!important;overflow:hidden!important;}.fr-header-search{flex:1 1 672px!important;max-width:672px!important;min-width:280px!important;margin-left:16px!important;margin-right:16px!important;}.fr-header-actions{flex:0 0 196px!important;width:196px!important;min-width:196px!important;justify-content:flex-end!important;}}@media (max-width:639px){.fr-header__inner{padding-left:16px!important;padding-right:16px!important;}.fr-logo{flex:0 0 auto!important;width:auto!important;min-width:0!important;}.fr-logo__text{display:none!important;}}.single-post .fr-single-post.fr-single-content,.single-news .fr-single-post.fr-single-content,.single-interview .fr-single-post.fr-single-content{max-width:var(--fr-page-width-with-sidebar)!important;padding-left:0!important;padding-right:0!important;}@media (min-width:1200px){.single-post .fr-single-post-layout,.single-news .fr-single-post-layout,.single-interview .fr-single-post-layout{display:grid!important;grid-template-columns:minmax(0,768px) 320px!important;gap:24px!important;align-items:start!important;}.single-post .fr-single-post-main,.single-news .fr-single-post-main,.single-interview .fr-single-post-main{max-width:none!important;width:100%!important;}.single-post .fr-single-post-sidebar,.single-news .fr-single-post-sidebar,.single-interview .fr-single-post-sidebar{width:320px!important;flex:0 0 320px!important;}}@media (min-width:1024px) and (max-width:1279px){.fr-header-search{max-width:560px!important;}}@media (min-width:1280px){.fr-header__inner{position:relative!important;}.fr-header-search{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:560px!important;max-width:calc(100% - 800px)!important;min-width:420px!important;margin:0!important;flex:0 0 auto!important;justify-self:auto!important;grid-column:auto!important;z-index:1!important;}.fr-logo,.fr-header-actions{position:relative!important;z-index:2!important;}}.fr-legal-links{padding-bottom:48px!important;}.fr-copyright{margin-bottom:32px!important;}@media (min-width:1024px){.fr-content--narrow,.fr-content--medium,.fr-content--wide{margin-left:0!important;margin-right:auto!important;}.fr-auth-page,.fr-auth-page .fr-auth-card{margin-left:auto!important;margin-right:auto!important;}}@media (min-width:1024px) and (max-width:1279px){.fr-header__inner{position:relative!important;}.fr-header-search{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:clamp(220px,calc(100vw - 792px),420px)!important;max-width:clamp(220px,calc(100vw - 792px),420px)!important;min-width:0!important;margin:0!important;flex:0 0 auto!important;z-index:1!important;}.fr-logo,.fr-header-actions{position:relative!important;z-index:2!important;}}@media (min-width:1280px){.fr-header-search{width:520px!important;max-width:calc(100% - 800px)!important;min-width:0!important;}}@media (min-width:640px) and (max-width:1023px){.fr-content--narrow{max-width:var(--fr-page-width-narrow)!important;margin-left:0!important;margin-right:auto!important;}.fr-content--medium{max-width:var(--fr-page-width-medium)!important;margin-left:0!important;margin-right:auto!important;}.fr-content--wide{max-width:var(--fr-page-width-wide)!important;margin-left:0!important;margin-right:auto!important;}}.fr-sidebar-left__inner{padding-bottom:96px!important;}.fr-sidebar-left .fr-legal-links{padding-bottom:72px!important;}.fr-sidebar-left .fr-copyright{padding-bottom:32px!important;}@media(min-width:1280px){body.home .fr-home-sidebar,body.front-page .fr-home-sidebar{top:calc(64px + var(--fr-page-gap-top-home))!important;}body.home .fr-home-sidebar .fr-right-sidebar__inner,body.front-page .fr-home-sidebar .fr-right-sidebar__inner{top:calc(64px + var(--fr-page-gap-top-home))!important;}}.fr-mobile-menu__body{padding-bottom:96px!important;}.fr-mobile-menu .fr-legal-links{padding-bottom:72px!important;}.fr-mobile-menu .fr-copyright{padding-bottom:32px!important;}.fr-sidebar-left__inner{overflow-y:auto!important;overflow-x:hidden!important;max-height:calc(100vh - 64px)!important;padding-bottom:24px!important;}.fr-sidebar-left .fr-legal-links{padding-bottom:0!important;}.fr-sidebar-left .fr-copyright{margin-bottom:0!important;padding-bottom:0!important;}.fr-mobile-menu__body{padding-bottom:24px!important;}.fr-mobile-menu .fr-legal-links{padding-bottom:0!important;}.fr-mobile-menu .fr-copyright{margin-bottom:0!important;padding-bottom:0!important;}.frfp-editor-area{font-size:16px!important;line-height:1.65!important;color:#3A3A3A!important;}.frfp-editor-area p{margin:0 0 16px!important;color:#3A3A3A!important;line-height:1.65!important;}.frfp-editor-area h2{font-family:var(--font-heading)!important;font-size:24px!important;line-height:1.35!important;font-weight:700!important;color:#1A1A1A!important;margin:28px 0 12px!important;}.frfp-editor-area h3{font-family:var(--font-heading)!important;font-size:20px!important;line-height:1.35!important;font-weight:700!important;color:#1A1A1A!important;margin:24px 0 12px!important;}.frfp-editor-area blockquote{margin:24px 0!important;padding:16px 18px!important;border-left:2px solid #3F7CDF!important;background:#F8F8F8!important;border-radius:0 12px 12px 0!important;color:#3A3A3A!important;font-style:normal!important;}.frfp-editor-area ul,.frfp-editor-area ol{margin:16px 0 20px 20px!important;padding-left:18px!important;color:#3A3A3A!important;line-height:1.7!important;}.frfp-editor-area .frfp-media-frame,.frfp-editor-area figure.frfp-media-block,.frfp-editor-area [data-media="image"],.frfp-editor-area [data-media="video"]{cursor:default!important;overflow:visible!important;}.frfp-editor-area .frfp-media-frame img,.frfp-editor-area .frfp-media-frame video,.frfp-editor-area figure.frfp-media-block img,.frfp-editor-area figure.frfp-media-block video{transform:none!important;filter:none!important;transition:none!important;cursor:default!important;}.frfp-editor-area .frfp-media-frame:hover img,.frfp-editor-area .frfp-media-frame:hover video,.frfp-editor-area figure.frfp-media-block:hover img,.frfp-editor-area figure.frfp-media-block:hover video{transform:none!important;filter:none!important;}.frfp-editor-area .frfp-media-frame::before,.frfp-editor-area .frfp-media-frame::after,.frfp-editor-area figure.frfp-media-block::before,.frfp-editor-area figure.frfp-media-block::after,.frfp-editor-area [data-media="image"]::before,.frfp-editor-area [data-media="image"]::after,.frfp-editor-area [data-media="video"]::before,.frfp-editor-area [data-media="video"]::after{display:none!important;content:none!important;}.entry-content figure.frfp-media-block,.entry-content [data-media="image"],.entry-content [data-media="video"]{position:static!important;overflow:visible!important;cursor:default!important;border-radius:0!important;}.entry-content figure.frfp-media-block::before,.entry-content figure.frfp-media-block::after,.entry-content [data-media="image"]::before,.entry-content [data-media="image"]::after,.entry-content [data-media="video"]::before,.entry-content [data-media="video"]::after{display:none!important;content:none!important;}.entry-content .frfp-media-frame{position:relative!important;display:block!important;border-radius:12px!important;background:#F8F8F8!important;margin:0!important;}.entry-content .frfp-media-frame img,.entry-content .frfp-media-frame video{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;border-radius:0!important;transform:none!important;transition:filter .2s ease!important;}.entry-content .frfp-media-frame:hover img,.entry-content .frfp-media-frame:hover video{transform:none!important;filter:brightness(.72)!important;}.entry-content .frfp-media-frame::before{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:rgba(0,0,0,.16)!important;opacity:0!important;transition:opacity .2s ease!important;}.entry-content .frfp-media-frame::after{content:"⌕"!important;position:absolute!important;left:50%!important;top:50%!important;width:44px!important;height:44px!important;z-index:3!important;pointer-events:none!important;transform:translate(-50%,-50%)!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#1A1A1A!important;font-size:28px!important;line-height:42px!important;text-align:center!important;opacity:0!important;transition:opacity .2s ease!important;}.entry-content .frfp-media-frame:hover::before,.entry-content .frfp-media-frame:hover::after{opacity:1!important;}.entry-content figure.frfp-media-block figcaption,.entry-content figure[data-media="image"] figcaption,.entry-content figure[data-media="video"] figcaption{display:block!important;margin:8px 8px 0!important;color:#888!important;font-size:14px!important;line-height:1.45!important;font-style:italic!important;position:static!important;z-index:auto!important;}.frfp-poll-indicator{display:none;align-items:center;gap:12px;margin:12px 0 0;padding:12px;border:1px solid #E5E5E5;border-radius:12px;background:#F8F8F8;color:#3A3A3A;}.frfp-poll-indicator.is-visible{display:flex;}.frfp-poll-indicator__icon{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#E9F2FF;color:#3F7CDF;display:flex;align-items:center;justify-content:center;}.frfp-poll-indicator__icon svg{width:20px!important;height:20px!important;}.frfp-poll-indicator__body{min-width:0;flex:1;display:grid;gap:2px;}.frfp-poll-indicator__body strong{font-family:var(--font-heading);font-size:14px;line-height:1.35;color:#1A1A1A;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.frfp-poll-indicator__body span{font-size:12px;line-height:1.35;color:#888;}.frfp-poll-edit,.frfp-poll-remove{border:0;background:transparent;color:#3F7CDF;font-size:13px;font-weight:600;cursor:pointer;padding:6px 8px;border-radius:8px;}.frfp-poll-remove{font-size:20px;line-height:20px;color:#888;}.frfp-poll-edit:hover,.frfp-poll-remove:hover{background:#fff;}.frfp-poll-editor-backdrop{position:fixed;inset:0;z-index:9990;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.5);}.frfp-poll-editor-backdrop.is-open{display:flex;}.frfp-poll-editor-modal{width:min(672px,100%);max-height:86vh;overflow:auto;border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.18);}.frfp-poll-editor-head{display:flex;justify-content:space-between;gap:16px;padding:24px 24px 16px;}.frfp-poll-editor-head h3{margin:0 0 4px;font-family:var(--font-heading);font-size:20px;line-height:1.3;color:#1A1A1A;}.frfp-poll-editor-head p{margin:0;color:#888;font-size:14px;line-height:1.45;}.frfp-poll-editor-close{width:40px;height:40px;border:0;border-radius:12px;background:transparent;color:#888;font-size:26px;line-height:1;cursor:pointer;}.frfp-poll-editor-close:hover{background:#F8F8F8;}.frfp-poll-editor-body{display:grid;gap:14px;padding:0 24px 20px;}.frfp-poll-editor-field{display:grid;gap:7px;color:#1A1A1A;font-size:13px;font-weight:500;}.frfp-poll-editor-field input{width:100%;height:46px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#1A1A1A;padding:10px 14px;font-size:14px;outline:none;}.frfp-poll-editor-field input:focus{border-color:#3F7CDF;box-shadow:0 0 0 2px rgba(63,124,223,.16);}.frfp-poll-editor-option>div{display:flex;gap:8px;align-items:center;}.frfp-poll-editor-option button{width:38px;height:38px;border:0;border-radius:10px;background:#F8F8F8;color:#888;font-size:20px;cursor:pointer;}.frfp-poll-editor-add{justify-self:start;border:0;background:transparent;color:#3F7CDF;font-size:14px;font-weight:600;cursor:pointer;padding:4px 0;}.frfp-poll-editor-actions{display:flex;justify-content:flex-end;gap:12px;padding:0 24px 24px;}@media(max-width:640px){.frfp-poll-editor-actions{flex-direction:column;}.frfp-poll-indicator{align-items:flex-start;flex-wrap:wrap;}.frfp-poll-indicator__body{flex-basis:calc(100% - 48px);}}.frfp-related-wrapper,.entry-content .frfp-related-wrapper{margin:24px 0!important;content-visibility:visible!important;}.frfp-related,.entry-content .frfp-related{display:grid!important;grid-template-columns:minmax(0,1fr) 96px!important;grid-template-areas:"more more" "title thumb" "excerpt thumb" "link thumb"!important;gap:0 16px!important;align-items:start!important;border:0!important;border-left:2px solid #3F7CDF!important;border-radius:0!important;background:transparent!important;padding:0 0 0 16px!important;color:inherit!important;text-decoration:none!important;box-shadow:none!important;overflow:visible!important;}.frfp-related:hover,.entry-content .frfp-related:hover{background:transparent!important;text-decoration:none!important;color:inherit!important;}.frfp-related .frfp-related-body,.entry-content .frfp-related .frfp-related-body{display:contents!important;}.frfp-related-more,.entry-content .frfp-related-more{grid-area:more!important;margin:0 0 8px!important;color:#888888!important;font-size:14px!important;line-height:1.4!important;font-weight:400!important;text-transform:none!important;letter-spacing:0!important;}.frfp-related-title,.entry-content .frfp-related-title{grid-area:title!important;margin:0 0 8px!important;font-family:var(--font-heading)!important;font-size:16px!important;line-height:1.35!important;font-weight:700!important;color:#1A1A1A!important;}.frfp-related-excerpt,.entry-content .frfp-related-excerpt{grid-area:excerpt!important;margin:0 0 12px!important;color:#3A3A3A!important;font-size:14px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}.frfp-related-link,.entry-content .frfp-related-link{grid-area:link!important;margin:0!important;display:inline-flex!important;align-items:center!important;gap:8px!important;color:#3F7CDF!important;font-size:14px!important;line-height:1.4!important;font-weight:500!important;text-decoration:none!important;border:0!important;background:none!important;box-shadow:none!important;padding:0!important;}.frfp-related-link:hover,.entry-content .frfp-related-link:hover{text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{grid-area:thumb!important;width:96px!important;height:96px!important;aspect-ratio:auto!important;flex:0 0 96px!important;margin:0!important;border-radius:8px!important;overflow:hidden!important;background:#F8F8F8!important;float:none!important;}.frfp-related-thumb img,.entry-content .frfp-related-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:0!important;}@media(max-width:640px){.frfp-related,.entry-content .frfp-related{grid-template-columns:1fr!important;grid-template-areas:"more" "title" "excerpt" "thumb" "link"!important;gap:8px!important;}.frfp-related-thumb,.entry-content .frfp-related-thumb{width:100%!important;height:auto!important;aspect-ratio:16/9!important;}}.frfp-editor-area .frfp-poll-block,.frfp-editor-area [data-media="poll"]{user-select:none!important;cursor:default!important;border:1px solid #E5E5E5!important;border-radius:16px!important;background:#fff!important;padding:16px!important;margin:20px 0!important;}.frfp-editor-area .frfp-poll-block *,.frfp-editor-area [data-media="poll"] *{pointer-events:none!important;}.frfp-poll-indicator{display:none!important;}.entry-content .frfp-media-frame{cursor:default!important;overflow:hidden!important;}.entry-content .frfp-media-frame::before,.entry-content .frfp-media-frame::after,.entry-content figure.frfp-media-block::before,.entry-content figure.frfp-media-block::after,.entry-content [data-media="image"]::before,.entry-content [data-media="image"]::after,.entry-content [data-media="video"]::before,.entry-content [data-media="video"]::after{display:none!important;content:none!important;opacity:0!important;background:transparent!important;}.frfp-content-lightbox,.frfp-lightbox{display:none!important;}.fr-author-card__meta em{font-style:normal;color:var(--muted-foreground,#888);font-size:12px;line-height:1.2;}.fr-author-card__meta--text{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px 14px!important;color:#888!important;font-size:12px!important;line-height:1.35!important;}.fr-author-card__meta--text span{display:inline-flex!important;align-items:center!important;gap:0!important;color:#888!important;}.fr-author-card__meta--text span + span::before{content:"";display:inline-block;width:3px;height:3px;margin-right:14px;border-radius:50%;background:#CCCCCC;}.fr-author-card__meta--text .fr-icon{display:none!important;}.fr-author-profile__title-row h1{font-family:var(--font-heading)!important;font-size:24px!important;line-height:1.25!important;font-weight:700!important;color:#1A1A1A!important;margin:0!important;}@media(min-width:640px){.fr-author-profile__title-row h1{font-size:30px!important;}}.fr-author-profile__avatar{z-index:2;}.fr-author-profile__online{position:absolute;right:6px;bottom:2px;width:14px;height:14px;border-radius:999px;background:#23C552;border:2px solid #fff;box-shadow:0 0 0 1px rgba(35,197,82,.18);z-index:4;}.fr-author-profile__actions:empty{display:none!important;}.fr-author-profile__button--subscribe .fr-subscribe-icon--on{display:none!important;}.fr-author-profile__button--subscribe.is-active .fr-subscribe-icon--off{display:none!important;}.fr-author-profile__button--subscribe.is-active .fr-subscribe-icon--on{display:inline-flex!important;}.fr-author-profile__button--subscribe.is-active{background:#E9F2FF!important;color:#3F7CDF!important;border-color:#E9F2FF!important;}.fr-author-profile__button-icon{display:inline-flex;align-items:center;justify-content:center;}.frfp-insert-poll[aria-disabled="true"],.frfp-insert-related[aria-disabled="true"]{opacity:.58!important;}.entry-content .frfp-media-frame{cursor:zoom-in!important;}.entry-content .frfp-media-frame img,.entry-content .frfp-media-frame video{transition:transform .22s ease!important;filter:none!important;transform:scale(1)!important;}.entry-content .frfp-media-frame:hover img,.entry-content .frfp-media-frame:hover video{transform:scale(1.018)!important;filter:none!important;}.frfp-content-lightbox{display:flex!important;}.frfp-lightbox.is-open{display:flex!important;}.frfp-lightbox:not(.is-open){display:none!important;}.frfp-content-lightbox__close,.frfp-lightbox__close{display:flex!important;align-items:center!important;justify-content:center!important;}@media(min-width:1280px){.fr-home-page>.fr-home-floating-tabs:not(.fr-category-floating-tabs):not(.fr-author-floating-tabs){left:calc(50% - 172px)!important;right:auto!important;transform:translateX(-50%)!important;}}.fr-figma-v85{--fr-figma-blue:#3F7CDF;--fr-figma-blue-hover:#2E5FBF;--fr-figma-blue-soft:#E9F2FF;--fr-figma-bg:#F8F8F8;--fr-figma-text:#1A1A1A;--fr-figma-body:#3A3A3A;--fr-figma-muted:#888888;--fr-figma-line:#E5E5E5;padding-bottom:96px!important;}.fr-figma-v85 .fr-static-card{background:#fff!important;border:0!important;border-radius:16px!important;box-shadow:none!important;padding:32px!important;margin:0 0 24px!important;}.fr-figma-v85 .fr-figma-article h1,.fr-figma-v85 .fr-section-head--hero h1{margin:0!important;color:var(--fr-figma-text)!important;font-size:30px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.02em!important;}.fr-figma-v85 .fr-figma-article>h1{margin:0 0 32px!important;font-size:36px!important;}.fr-figma-v85 h2{margin:0 0 16px!important;color:var(--fr-figma-text)!important;font-size:24px!important;line-height:1.25!important;font-weight:700!important;letter-spacing:-.01em!important;}.fr-figma-v85 h3{margin:0 0 10px!important;color:var(--fr-figma-text)!important;font-size:18px!important;line-height:1.35!important;font-weight:700!important;}.fr-figma-v85 h4{margin:0 0 2px!important;color:var(--fr-figma-text)!important;font-size:16px!important;font-weight:500!important;}.fr-figma-v85 p,.fr-figma-v85 li{color:var(--fr-figma-body)!important;font-size:16px!important;line-height:1.7!important;}.fr-figma-v85 p{margin:0 0 12px!important;}.fr-figma-v85 p:last-child{margin-bottom:0!important;}.fr-figma-v85 a{color:var(--fr-figma-blue)!important;text-decoration:none!important;}.fr-figma-v85 a:hover{text-decoration:underline!important;}.fr-figma-v85 ul,.fr-figma-v85 ol{margin:0 0 12px!important;padding-left:24px!important;color:var(--fr-figma-body)!important;}.fr-figma-v85 li+li{margin-top:8px!important;}.fr-figma-v85 .fr-plain-list{list-style:none!important;padding-left:0!important;}.fr-figma-v85 .fr-figma-flow{display:grid!important;gap:32px!important;}.fr-figma-v85 .fr-figma-flow section{margin:0!important;}.fr-figma-v85 .fr-figma-flow section+section{margin:0!important;}.fr-figma-v85 .fr-lead{font-size:18px!important;line-height:1.7!important;color:var(--fr-figma-text)!important;}.fr-figma-v85 .fr-muted-text{color:var(--fr-figma-muted)!important;margin-top:16px!important;}.fr-figma-v85 .fr-accent{color:var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-card-number{font-size:18px!important;}.fr-figma-v85 .fr-question{font-size:20px!important;line-height:1.4!important;}.fr-figma-v85 .fr-stack{display:grid!important;gap:16px!important;}.fr-figma-v85 .fr-highlight-box{background:var(--fr-figma-bg)!important;border:0!important;border-radius:12px!important;padding:24px!important;margin:0 0 16px!important;}.fr-figma-v85 .fr-highlight-box:last-child{margin-bottom:0!important;}.fr-figma-v85 .fr-highlight-box--blue{background:var(--fr-figma-blue-soft)!important;}.fr-figma-v85 .fr-highlight-box h2,.fr-figma-v85 .fr-highlight-box h3,.fr-figma-v85 .fr-figma-article h2{display:flex!important;align-items:center!important;gap:8px!important;}.fr-figma-v85 .fr-highlight-box h2 .fr-icon,.fr-figma-v85 .fr-highlight-box h3 .fr-icon,.fr-figma-v85 .fr-figma-article h2 .fr-icon{width:24px!important;height:24px!important;flex:0 0 24px!important;color:var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-highlight-box h3 .fr-icon{width:20px!important;height:20px!important;flex-basis:20px!important;}.fr-figma-v85 .fr-special-box{background:linear-gradient(135deg,var(--fr-figma-blue-soft),var(--fr-figma-bg))!important;border:2px solid var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-section-head{display:flex!important;align-items:center!important;gap:16px!important;margin:0 0 24px!important;}.fr-figma-v85 .fr-section-head--contacts{margin-bottom:32px!important;}.fr-figma-v85 .fr-section-head--hero{margin-bottom:24px!important;}.fr-figma-v85 .fr-section-head--with-action{align-items:center!important;justify-content:space-between!important;gap:18px!important;}.fr-figma-v85 .fr-section-head__main{display:flex!important;align-items:center!important;gap:16px!important;min-width:0!important;}.fr-figma-v85 .fr-section-head__icon{width:64px!important;height:64px!important;flex:0 0 64px!important;border-radius:16px!important;background:var(--fr-figma-blue-soft)!important;color:var(--fr-figma-blue)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}.fr-figma-v85 .fr-section-head__icon .fr-icon{width:32px!important;height:32px!important;stroke-width:1.5!important;}.fr-figma-v85 .fr-section-head h2{margin:0 0 4px!important;}.fr-figma-v85 .fr-section-head p{margin:0!important;color:var(--fr-figma-muted)!important;line-height:1.45!important;}.fr-figma-v85 .fr-card-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin:0!important;}.fr-figma-v85 .fr-mini-card{background:var(--fr-figma-bg)!important;border:0!important;border-radius:12px!important;padding:16px!important;color:inherit!important;text-decoration:none!important;}.fr-figma-v85 .fr-mini-card p{color:var(--fr-figma-text)!important;line-height:1.55!important;}.fr-figma-v85 .fr-review-list{display:grid!important;gap:16px!important;}.fr-figma-v85 .fr-review-card{background:var(--fr-figma-bg)!important;border-radius:12px!important;padding:24px!important;}.fr-figma-v85 .fr-review-card__head{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 8px!important;flex-wrap:wrap!important;}.fr-figma-v85 .fr-review-card h3{margin:0!important;font-size:16px!important;}.fr-figma-v85 .fr-review-card small{display:block!important;color:var(--fr-figma-muted)!important;font-size:12px!important;line-height:1.4!important;}.fr-figma-v85 .fr-stars{display:flex!important;align-items:center!important;gap:4px!important;}.fr-figma-v85 .fr-star{display:inline-flex!important;color:var(--fr-figma-line)!important;}.fr-figma-v85 .fr-star .fr-icon{width:16px!important;height:16px!important;fill:currentColor!important;stroke:currentColor!important;}.fr-figma-v85 .fr-star.is-filled{color:#F59E0B!important;}.fr-figma-v85 .fr-person-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;}.fr-figma-v85 .fr-person-card{display:flex!important;align-items:flex-start!important;gap:16px!important;background:var(--fr-figma-bg)!important;border-radius:12px!important;padding:24px!important;min-width:0!important;}.fr-figma-v85 .fr-person-card__avatar{width:64px!important;height:64px!important;flex:0 0 64px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--fr-figma-blue),var(--fr-figma-blue-hover))!important;}.fr-figma-v85 .fr-person-card h3{margin:0 0 4px!important;font-size:16px!important;}.fr-figma-v85 .fr-person-card p{margin:0 0 8px!important;color:var(--fr-figma-muted)!important;font-size:14px!important;line-height:1.45!important;}.fr-figma-v85 .fr-person-card a{font-size:14px!important;word-break:break-word!important;}.fr-figma-v85 .fr-partners-box h3{margin-bottom:16px!important;}.fr-figma-v85 .fr-partner-list{display:grid!important;gap:16px!important;}.fr-figma-v85 .fr-partner-card{display:flex!important;align-items:center!important;gap:16px!important;background:#fff!important;border-radius:12px!important;padding:16px!important;}.fr-figma-v85 .fr-partner-card__icon{width:48px!important;height:48px!important;flex:0 0 48px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:var(--fr-figma-blue-soft)!important;color:var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-partner-card__icon .fr-icon{width:24px!important;height:24px!important;}.fr-figma-v85 .fr-link-card-list{display:grid!important;gap:16px!important;}.fr-figma-v85 .fr-link-card{display:block!important;background:var(--fr-figma-bg)!important;border-radius:12px!important;padding:24px!important;text-decoration:none!important;transition:background .2s ease!important;}.fr-figma-v85 .fr-link-card:hover{background:var(--fr-figma-blue-soft)!important;text-decoration:none!important;}.fr-figma-v85 .fr-link-card h3{font-size:16px!important;margin:0 0 8px!important;transition:color .2s ease!important;}.fr-figma-v85 .fr-link-card:hover h3{color:var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-link-card p{margin:0!important;color:var(--fr-figma-muted)!important;font-size:14px!important;}.fr-figma-v85 .fr-contact-info{display:grid!important;gap:24px!important;margin:0 0 32px!important;}.fr-figma-v85 .fr-contact-info h3{margin:0 0 12px!important;}.fr-figma-v85 .fr-contact-info p{margin:0 0 8px!important;color:var(--fr-figma-muted)!important;}.fr-figma-v85 .fr-contact-info strong{color:var(--fr-figma-text)!important;font-weight:500!important;}.fr-figma-v85 .fr-social-icons{display:flex!important;gap:12px!important;}.fr-figma-v85 .fr-social-icons a{width:48px!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:var(--fr-figma-blue-soft)!important;color:var(--fr-figma-blue)!important;transition:background .2s ease,color .2s ease!important;}.fr-figma-v85 .fr-social-icons a:hover{background:var(--fr-figma-blue)!important;color:#fff!important;text-decoration:none!important;}.fr-figma-v85 .fr-social-icons .fr-icon{width:24px!important;height:24px!important;}.fr-figma-v85 .fr-contact-form{display:grid!important;gap:16px!important;margin:0!important;}.fr-figma-v85 .fr-contact-form h3{margin:0!important;}.fr-figma-v85 .fr-field{display:grid!important;gap:8px!important;margin:0!important;}.fr-figma-v85 .fr-field span{font-size:14px!important;font-weight:500!important;color:var(--fr-figma-text)!important;}.fr-figma-v85 .fr-input{width:100%!important;min-height:48px!important;border:1px solid var(--fr-figma-line)!important;border-radius:12px!important;background:#fff!important;color:var(--fr-figma-text)!important;padding:12px 16px!important;font:inherit!important;outline:none!important;transition:border-color .2s ease,box-shadow .2s ease!important;}.fr-figma-v85 textarea.fr-input{min-height:136px!important;resize:none!important;}.fr-figma-v85 .fr-input:focus{border-color:transparent!important;box-shadow:0 0 0 2px var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-checkbox-line{display:flex!important;align-items:flex-start!important;gap:12px!important;color:var(--fr-figma-muted)!important;font-size:14px!important;line-height:1.45!important;}.fr-figma-v85 .fr-checkbox-line input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;position:relative!important;width:34px!important;height:20px!important;min-width:34px!important;max-width:34px!important;flex:0 0 34px!important;margin:1px 0 0!important;border:0!important;border-radius:999px!important;background:#DADDE3!important;accent-color:auto!important;cursor:pointer!important;transition:background .2s ease,box-shadow .2s ease!important;}.fr-figma-v85 .fr-checkbox-line input[type="checkbox"]:before{content:""!important;position:absolute!important;left:3px!important;top:3px!important;width:14px!important;height:14px!important;border-radius:999px!important;background:#fff!important;box-shadow:0 1px 2px rgba(15,23,42,.18)!important;transition:transform .2s ease!important;}.fr-figma-v85 .fr-checkbox-line input[type="checkbox"]:checked{background:var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-checkbox-line input[type="checkbox"]:checked:before{transform:translateX(14px)!important;}.fr-figma-v85 .fr-checkbox-line input[type="checkbox"]:focus-visible{outline:0!important;box-shadow:0 0 0 3px rgba(54,128,250,.22)!important;}.fr-figma-v85 .fr-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;border-radius:12px!important;border:0!important;padding:10px 16px!important;font-size:14px!important;font-weight:500!important;line-height:1.35!important;cursor:pointer!important;text-decoration:none!important;transition:background .2s ease,color .2s ease,opacity .2s ease!important;}.fr-figma-v85 .fr-btn--primary{background:var(--fr-figma-blue)!important;color:#fff!important;}.fr-figma-v85 .fr-btn--primary:hover{background:var(--fr-figma-blue-hover)!important;color:#fff!important;text-decoration:none!important;}.fr-figma-v85 .fr-btn:disabled{background:var(--fr-figma-line)!important;color:var(--fr-figma-muted)!important;cursor:not-allowed!important;}.fr-figma-v85 .fr-btn--full{width:100%!important;min-height:48px!important;padding:12px 24px!important;}.fr-figma-v85 .fr-btn .fr-icon{width:20px!important;height:20px!important;}.fr-figma-v85 .fr-rating-input{display:flex!important;align-items:center!important;gap:8px!important;}.fr-figma-v85 .fr-review-star-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;padding:0!important;color:var(--fr-figma-line)!important;cursor:pointer!important;transition:transform .2s ease,color .2s ease!important;}.fr-figma-v85 .fr-review-star-button:hover{transform:scale(1.1)!important;}.fr-figma-v85 .fr-review-star-button .fr-icon{width:32px!important;height:32px!important;fill:currentColor!important;stroke:currentColor!important;}.fr-figma-v85 .fr-review-star-button.is-active{color:#F59E0B!important;}.fr-figma-v85 .fr-news-list{display:grid!important;gap:16px!important;}.fr-figma-v85 .fr-news-card{display:block!important;overflow:hidden!important;border-radius:12px!important;background:var(--fr-figma-bg)!important;color:inherit!important;text-decoration:none!important;transition:background .2s ease!important;}.fr-figma-v85 .fr-news-card:hover{background:var(--fr-figma-blue-soft)!important;text-decoration:none!important;}.fr-figma-v85 .fr-news-card.is-hidden{display:none!important;}.fr-figma-v85 .fr-news-card{display:flex!important;gap:16px!important;}.fr-figma-v85 .fr-news-card__image{width:192px!important;height:128px!important;flex:0 0 192px!important;overflow:hidden!important;border-radius:12px 0 0 12px!important;background:var(--fr-figma-blue-soft)!important;}.fr-figma-v85 .fr-news-card__image img{width:100%!important;display:block!important;transition:transform .3s ease!important;}.fr-figma-v85 .fr-news-card:hover .fr-news-card__image img{transform:scale(1.05)!important;}.fr-figma-v85 .fr-news-card__body{display:flex!important;min-width:0!important;flex:1 1 auto!important;flex-direction:column!important;padding:16px!important;}.fr-figma-v85 .fr-news-card__body strong{display:block!important;color:var(--fr-figma-text)!important;font-size:16px!important;line-height:1.35!important;margin:0 0 8px!important;transition:color .2s ease!important;}.fr-figma-v85 .fr-news-card:hover .fr-news-card__body strong{color:var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-news-card__body em{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:var(--fr-figma-muted)!important;font-size:14px!important;line-height:1.45!important;font-style:normal!important;margin:0 0 12px!important;}.fr-figma-v85 .fr-news-card__meta{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important;color:var(--fr-figma-muted)!important;font-size:12px!important;line-height:1.3!important;}.fr-figma-v85 .fr-news-card__meta span{display:inline-flex!important;align-items:center!important;gap:4px!important;}.fr-figma-v85 .fr-news-card__meta .fr-icon{width:14px!important;height:14px!important;}.fr-figma-v85 .fr-load-more{width:100%!important;margin-top:0!important;min-height:44px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:var(--fr-figma-blue)!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;}.fr-figma-v85 .fr-load-more:hover{background:var(--fr-figma-bg)!important;}.fr-figma-v85 .fr-game-gallery-v85{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;}.fr-figma-v85 .fr-gallery-thumb{display:block!important;aspect-ratio:1/1!important;overflow:hidden!important;border:0!important;border-radius:12px!important;padding:0!important;background:var(--fr-figma-blue-soft)!important;cursor:pointer!important;transition:opacity .2s ease!important;}.fr-figma-v85 .fr-gallery-thumb:hover{opacity:.8!important;}.fr-figma-v85 .fr-gallery-thumb img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;}.fr-figma-v85 .fr-market-list{display:grid!important;gap:12px!important;}.fr-figma-v85 .fr-market-list a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;background:#fff!important;border-radius:12px!important;padding:16px!important;text-decoration:none!important;transition:background .2s ease!important;}.fr-figma-v85 .fr-market-list a:hover{background:var(--fr-figma-blue-soft)!important;text-decoration:none!important;}.fr-figma-v85 .fr-market-list strong{color:var(--fr-figma-text)!important;font-weight:500!important;transition:color .2s ease!important;}.fr-figma-v85 .fr-market-list a:hover strong{color:var(--fr-figma-blue)!important;}.fr-figma-v85 .fr-market-list span{color:var(--fr-figma-muted)!important;font-size:14px!important;}.fr-figma-v85 .fr-requisites{gap:12px!important;}.fr-figma-v85 .fr-requisites strong{color:var(--fr-figma-text)!important;font-weight:500!important;}.fr-figma-v85 .fr-requisites p{margin:3px 0 0!important;}.fr-modal{position:fixed!important;inset:0!important;z-index:10000!important;display:none!important;align-items:center!important;justify-content:center!important;padding:24px!important;}.fr-modal.is-open{display:flex!important;}.fr-modal__overlay{position:absolute!important;inset:0!important;background:rgba(0,0,0,.5)!important;}.fr-modal__dialog{position:relative!important;z-index:1!important;width:100%!important;max-width:448px!important;max-height:90vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;border-radius:16px!important;padding:32px!important;box-shadow:0 24px 80px rgba(0,0,0,.18)!important;}.fr-modal__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 24px!important;}.fr-modal__head h3{margin:0!important;color:#1A1A1A!important;font-size:24px!important;line-height:1.25!important;font-weight:700!important;}.fr-modal__close{width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#888!important;cursor:pointer!important;transition:background .2s ease,color .2s ease!important;}.fr-modal__close:hover{background:#F8F8F8!important;}.fr-modal__close .fr-icon{width:20px!important;height:20px!important;}.fr-modal__dialog>form,.fr-modal .fr-stack{min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin!important;padding-right:4px!important;padding-bottom:12px!important;}.fr-modal__dialog>form::-webkit-scrollbar,.fr-modal .fr-stack::-webkit-scrollbar{width:6px!important;}.fr-modal__dialog>form::-webkit-scrollbar-thumb,.fr-modal .fr-stack::-webkit-scrollbar-thumb{border-radius:999px!important;background:#CCCCCC!important;}.fr-lightbox{position:fixed!important;inset:0!important;z-index:10000!important;display:none!important;align-items:center!important;justify-content:center!important;background:rgba(0,0,0,.9)!important;padding:24px!important;}.fr-lightbox.is-open{display:flex!important;}.fr-lightbox img{max-width:100%!important;max-height:100%!important;border-radius:12px!important;object-fit:contain!important;}.fr-lightbox__close{position:absolute!important;top:16px!important;right:16px!important;width:40px!important;height:40px!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.2)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}.fr-lightbox__close:hover,.fr-lightbox__arrow:hover{background:rgba(255,255,255,.3)!important;}.fr-lightbox__close .fr-icon{width:24px!important;height:24px!important;}.fr-lightbox__arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:48px!important;height:48px!important;border:0!important;border-radius:999px!important;background:rgba(255,255,255,.2)!important;color:#fff!important;font-size:36px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;}.fr-lightbox__arrow--prev{left:16px!important;}.fr-lightbox__arrow--next{right:16px!important;}.fr-lightbox__arrow[hidden]{display:none!important;}@media (max-width:767px){.fr-figma-v85{padding-bottom:80px!important;}.fr-figma-v85 .fr-static-card{padding:24px!important;}.fr-figma-v85 .fr-figma-article>h1{font-size:30px!important;margin-bottom:32px!important;}.fr-figma-v85 .fr-figma-article h1,.fr-figma-v85 .fr-section-head--hero h1{font-size:24px!important;}.fr-figma-v85 h2{font-size:24px!important;}.fr-figma-v85 .fr-section-head--with-action{align-items:flex-start!important;flex-direction:column!important;}.fr-figma-v85 .fr-section-head--with-action .fr-btn{width:100%!important;}.fr-figma-v85 .fr-person-grid,.fr-figma-v85 .fr-card-grid{grid-template-columns:1fr!important;}.fr-figma-v85 .fr-news-card{display:block!important;}.fr-figma-v85 .fr-news-card__image{width:100%!important;height:190px!important;display:block!important;border-radius:12px 12px 0 0!important;}.fr-figma-v85 .fr-game-gallery-v85{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.fr-modal{padding:16px!important;}.fr-modal__dialog{padding:24px!important;}}@media (max-width:480px){.fr-figma-v85 .fr-section-head{align-items:flex-start!important;}.fr-figma-v85 .fr-section-head__icon{width:56px!important;height:56px!important;flex-basis:56px!important;}.fr-figma-v85 .fr-section-head__icon .fr-icon{width:28px!important;height:28px!important;}.fr-figma-v85 .fr-person-card{padding:20px!important;}.fr-figma-v85 .fr-game-gallery-v85{gap:12px!important;}.fr-lightbox__arrow{width:42px!important;height:42px!important;}}.fr-figma-v85 .fr-person-card__avatar{overflow:hidden!important;position:relative!important;}.fr-figma-v85 .fr-person-card__avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:inherit!important;}.fr-figma-v85 .fr-partner-card__icon{overflow:hidden!important;}.fr-figma-v85 .fr-partner-card__icon img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;background:#fff!important;border-radius:inherit!important;}.fr-figma-v85 .fr-requisites{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.fr-figma-v85 .fr-requisites>div{min-width:0!important;}.fr-lightbox__arrow .fr-icon,.fr-lightbox__close .fr-icon{width:24px!important;height:24px!important;stroke-width:1.5!important;}.fr-lightbox__arrow{font-size:0!important;}.fr-lightbox__close{font-size:0!important;}@media (max-width:720px){.fr-figma-v85 .fr-requisites{grid-template-columns:1fr!important;}}@media (min-width:1024px){.fr-home-floating-tabs{left:var(--fr-home-tabs-left,50%)!important;transform:translateX(-50%)!important;}}.fr-figma-v85 .fr-news-card{align-items:stretch!important;min-height:156px!important;}.fr-figma-v85 .fr-news-card__image{align-self:stretch!important;height:auto!important;min-height:100%!important;}.fr-figma-v85 .fr-news-card__image img{height:100%!important;min-height:100%!important;object-fit:cover!important;}.fr-figma-v85 .fr-news-card__body{justify-content:flex-start!important;}.fr-figma-v85 .fr-news-card__body em{margin-bottom:auto!important;}.fr-figma-v85 .fr-news-card__date time{display:inline!important;color:inherit!important;font:inherit!important;}.fr-figma-v85 .fr-news-card__date .fr-icon{width:14px!important;height:14px!important;stroke-width:1!important;}.fr-figma-v85 .fr-requisites p{margin:0!important;}@media (max-width:767px){.fr-figma-v85 .fr-news-card{min-height:0!important;}.fr-figma-v85 .fr-news-card__image{height:190px!important;min-height:0!important;}.fr-figma-v85 .fr-requisites__row{grid-template-columns:1fr!important;gap:4px!important;padding:14px!important;}}@media (min-width:1024px){.fr-home-page>.fr-home-floating-tabs:not(.fr-category-floating-tabs):not(.fr-author-floating-tabs){left:var(--fr-home-tabs-left,50%)!important;right:auto!important;transform:translateX(-50%)!important;}}.fr-figma-v85 .fr-requisites{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;gap:0!important;padding:0!important;overflow:hidden!important;}.fr-figma-v85 .fr-requisites>div,.fr-figma-v85 .fr-requisites__row{width:100%!important;max-width:100%!important;box-sizing:border-box!important;}.fr-figma-v85 .fr-requisites__row{display:grid!important;grid-template-columns:minmax(190px,260px) minmax(0,1fr)!important;gap:16px!important;align-items:start!important;padding:14px 16px!important;border-bottom:1px solid rgba(63,124,223,.12)!important;}.fr-figma-v85 .fr-requisites__row:last-child{border-bottom:0!important;}.fr-figma-v85 .fr-requisites dt,.fr-figma-v85 .fr-requisites dd{margin:0!important;min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important;font-size:15px!important;line-height:1.45!important;}.fr-figma-v85 .fr-requisites dt{color:var(--fr-figma-text)!important;font-weight:600!important;}.fr-figma-v85 .fr-requisites dd{color:var(--fr-figma-muted)!important;}@media (max-width:767px){.fr-figma-v85 .fr-requisites__row{grid-template-columns:1fr!important;gap:4px!important;padding:14px!important;}}.fr-side-widget--categories .fr-home-accordion{display:grid!important;gap:8px!important;}.fr-side-widget--categories .fr-home-accordion__item{margin:0!important;padding:0!important;border:0!important;}.fr-side-widget--categories .fr-home-accordion__toggle,.fr-side-widget--categories .fr-home-accordion__single{width:100%!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:8px 12px!important;border:0!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important;color:#1A1A1A!important;text-align:left!important;text-decoration:none!important;}.fr-side-widget--categories .fr-home-accordion__toggle:hover,.fr-side-widget--categories .fr-home-accordion__single:hover{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-side-widget--categories .fr-home-accordion__toggle[aria-expanded="true"]{background:transparent!important;color:#1A1A1A!important;}.fr-side-widget--categories .fr-home-accordion__toggle[aria-expanded="true"]:hover{background:#F8F8F8!important;}.fr-side-widget--categories .fr-home-accordion__label,.fr-side-widget--categories .fr-home-accordion__single span{min-width:0!important;font-size:14px!important;line-height:1.35!important;font-weight:500!important;color:#1A1A1A!important;overflow-wrap:anywhere!important;}.fr-side-widget--categories .fr-home-accordion__arrow{width:16px!important;height:16px!important;min-width:16px!important;flex:0 0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important;background:transparent!important;color:#888888!important;transition:transform .2s ease,color .2s ease!important;}.fr-side-widget--categories .fr-home-accordion__arrow .fr-icon,.fr-side-widget--categories .fr-home-accordion__arrow svg{width:16px!important;height:16px!important;stroke-width:1.5!important;}.fr-side-widget--categories .fr-home-accordion__toggle[aria-expanded="true"] .fr-home-accordion__arrow{transform:rotate(180deg)!important;color:#888888!important;}.fr-side-widget--categories .fr-home-accordion__panel{display:grid!important;gap:4px!important;margin:4px 0 0 12px!important;padding:0!important;}.fr-side-widget--categories .fr-home-accordion__panel[hidden]{display:none!important;}.fr-side-widget--categories .fr-home-accordion__panel a{min-height:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:6px 12px!important;border-radius:8px!important;background:transparent!important;color:#888888!important;font-size:14px!important;line-height:1.35!important;text-decoration:none!important;}.fr-side-widget--categories .fr-home-accordion__panel a:hover{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-side-widget--categories .fr-home-accordion__panel a span{min-width:0!important;overflow-wrap:anywhere!important;}.fr-side-widget--categories .fr-home-accordion__panel a small,.fr-side-widget--categories .fr-home-accordion__single small,.fr-side-widget--categories .fr-home-accordion__count{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#CCCCCC!important;font-size:12px!important;font-weight:400!important;white-space:nowrap!important;}@media (min-width:1024px){.fr-home-floating-tabs:not([data-fr-home-tabs]){left:50%!important;right:auto!important;transform:translateX(-50%)!important;}.fr-home-floating-tabs[data-fr-home-tabs]{left:var(--fr-home-tabs-left,50%)!important;right:auto!important;transform:translateX(-50%)!important;}}.fr-side-widget--categories .fr-home-accordion__toggle,.fr-side-widget--categories .fr-home-accordion__single,.fr-side-widget--categories .fr-home-accordion__panel a{align-items:flex-start!important;}.fr-side-widget--categories .fr-home-accordion__arrow{margin-top:1px!important;}.fr-side-widget--categories .fr-home-accordion__panel a small,.fr-side-widget--categories .fr-home-accordion__single small,.fr-side-widget--categories .fr-home-accordion__count{flex:0 0 auto!important;margin-top:1px!important;line-height:1.35!important;text-align:right!important;}.fr-side-widget--discussions .fr-side-widget__more{width:100%!important;min-height:36px!important;margin-top:12px!important;padding:8px 12px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#3F7CDF!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;box-shadow:none!important;}.fr-side-widget--discussions .fr-side-widget__more:hover{background:#F8F8F8!important;color:#3F7CDF!important;}.fr-side-widget--discussions .fr-side-widget__more[disabled]{opacity:.55!important;cursor:default!important;}.fr-side-widget--stats h3{margin-bottom:16px!important;font-size:16px!important;line-height:1.5!important;font-weight:600!important;color:#1A1A1A!important;}.fr-home-stats{display:block!important;}.fr-home-stats__tabs{display:flex!important;align-items:center!important;gap:4px!important;padding:4px!important;margin:0 0 16px!important;border-radius:8px!important;background:#F8F8F8!important;}.fr-home-stats__tabs button{flex:1 1 0!important;min-width:0!important;min-height:28px!important;padding:6px 8px!important;border:0!important;border-radius:6px!important;background:transparent!important;box-shadow:none!important;color:#888888!important;font-size:12px!important;line-height:16px!important;font-weight:500!important;text-align:center!important;cursor:pointer!important;transition:background .2s ease,color .2s ease!important;}.fr-home-stats__tabs button:hover,.fr-home-stats__tabs button:focus-visible{color:#1A1A1A!important;background:rgba(255,255,255,.65)!important;outline:none!important;}.fr-home-stats__tabs button.is-active{background:#FFFFFF!important;color:#1A1A1A!important;}.fr-home-stats__pane{display:grid!important;gap:6px!important;}.fr-home-stats__pane[hidden]{display:none!important;}.fr-home-stats__row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:0!important;padding:4px 0!important;border:0!important;}.fr-home-stats__row span{min-width:0!important;color:#888888!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;overflow-wrap:anywhere!important;}.fr-home-stats__row strong{flex:0 0 auto!important;margin-left:auto!important;color:#1A1A1A!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;white-space:nowrap!important;font-variant-numeric:tabular-nums!important;}.fr-home-stats .fr-side-widget__empty{margin:0!important;padding:4px 0!important;color:#888888!important;font-size:14px!important;line-height:20px!important;}.fr-mobile-menu{height:100vh;height:100dvh;}body.fr-mobile-menu-open{overscroll-behavior:contain;}@media (min-width:1024px){body.fr-mobile-menu-open{overflow:auto;}}.fr-mobile-menu-overlay{z-index:100000!important;}.fr-mobile-menu{z-index:100001!important;top:0!important;height:100vh!important;height:100dvh!important;isolation:isolate;}.fr-mobile-menu__header{position:sticky!important;top:0!important;z-index:2!important;flex:0 0 64px!important;}body.fr-mobile-menu-open .fr-header{z-index:50!important;}@media (min-width:1024px){.fr-category-hero__title-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin-bottom:12px!important;}.fr-category-hero__title-row h1{flex:1 1 auto!important;min-width:0!important;max-width:100%!important;overflow-wrap:anywhere!important;}.fr-category-hero__subscribe{flex:0 0 auto!important;align-self:flex-start!important;margin-top:2px!important;}}.fr-category-hero__subscribe,.fr-author-profile__button--subscribe{min-width:136px!important;height:40px!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 16px!important;border:1px solid transparent!important;border-radius:12px!important;background:#3F7CDF!important;color:#fff!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;white-space:nowrap!important;box-shadow:none!important;transform:none!important;transition:background .2s ease,color .2s ease,border-color .2s ease!important;}.fr-category-hero__subscribe:hover,.fr-author-profile__button--subscribe:hover{background:#2E5FBF!important;color:#fff!important;transform:none!important;}.fr-category-hero__subscribe.is-active,.fr-author-profile__button--subscribe.is-active{background:#fff!important;color:#1A1A1A!important;border-color:#E5E5E5!important;}.fr-category-hero__subscribe.is-active:hover,.fr-author-profile__button--subscribe.is-active:hover{background:#F8F8F8!important;color:#1A1A1A!important;border-color:#E5E5E5!important;}.fr-category-hero__subscribe [data-fr-subscribe-label],.fr-author-profile__button--subscribe [data-fr-subscribe-label]{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;line-height:20px!important;transform:none!important;}.fr-category-hero__subscribe-icon,.fr-author-profile__button-icon{width:16px!important;height:16px!important;flex:0 0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transform:none!important;}.fr-category-hero__subscribe-icon .fr-icon,.fr-author-profile__button-icon .fr-icon,.fr-category-hero__subscribe .fr-icon,.fr-author-profile__button--subscribe .fr-icon{width:16px!important;height:16px!important;stroke-width:1.75!important;}.fr-author-profile__actions{display:flex!important;justify-content:flex-end!important;align-items:flex-start!important;margin:-48px 0 16px!important;}.fr-author-profile__presence{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:-4px 0 14px!important;color:#888!important;font-size:13px!important;line-height:18px!important;}.fr-author-profile__presence>span{width:8px!important;height:8px!important;flex:0 0 8px!important;border-radius:999px!important;background:#CCCCCC!important;}.fr-author-profile__presence.is-online>span{background:#23C552!important;box-shadow:0 0 0 3px rgba(35,197,82,.12)!important;}.fr-author-profile__presence small{font:inherit!important;color:inherit!important;}.fr-author-stats .fr-author-stat-button{width:100%!important;min-width:0!important;display:block!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;text-align:left!important;box-shadow:none!important;appearance:none!important;cursor:pointer!important;transform:none!important;}.fr-author-stats .fr-author-stat-button:hover,.fr-author-stats .fr-author-stat-button:focus{background:transparent!important;color:inherit!important;transform:none!important;outline:none!important;}.fr-author-stats .fr-author-stat-button:focus-visible{outline:2px solid rgba(63,124,223,.35)!important;outline-offset:4px!important;border-radius:8px!important;}.fr-author-stat-value-row{display:flex!important;align-items:center!important;gap:8px!important;margin-top:auto!important;min-width:0!important;}.fr-author-stat-value-row .fr-author-stat-avatars{margin:0!important;flex:0 0 auto!important;}.fr-author-stat-value-row strong{margin:0!important;}.fr-author-followers-modal .fr-term-modal__subscribers{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.fr-settings-page .fr-archive-hero h1{font-family:var(--font-heading)!important;font-weight:700!important;letter-spacing:0!important;}.fr-settings-page .fr-archive-hero p,.fr-settings-page .fr-settings-card label,.fr-settings-page .fr-settings-card .fr-label,.fr-settings-page .fr-settings-nav__item{font-family:var(--font-body)!important;}.fr-settings-page .fr-settings-card h2,.fr-settings-page .fr-settings-card h3{font-family:var(--font-heading)!important;letter-spacing:0!important;}@media (max-width:767px){.fr-author-profile__actions{justify-content:stretch!important;margin:0 0 18px!important;}.fr-author-profile__button--subscribe{width:100%!important;}}.fr-author-profile__online{display:none!important;}.fr-author-profile__presence--cover{position:absolute!important;left:136px!important;bottom:-34px!important;z-index:4!important;display:inline-flex!important;align-items:center!important;gap:7px!important;max-width:calc(100% - 168px)!important;min-height:28px!important;margin:0!important;padding:5px 10px!important;border:1px solid #E5E7EB!important;border-radius:999px!important;background:#FFFFFF!important;box-shadow:0 8px 22px rgba(15,23,42,.08)!important;font-size:13px!important;line-height:18px!important;white-space:nowrap!important;}.fr-author-profile__presence--cover>span{width:8px!important;height:8px!important;flex:0 0 8px!important;border-radius:999px!important;background:#CCCCCC!important;}.fr-author-profile__presence--cover.is-online>span{background:#23C552!important;box-shadow:0 0 0 3px rgba(35,197,82,.12)!important;}.fr-author-profile__presence--cover small{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;font:inherit!important;color:inherit!important;}@media(max-width:767px){.fr-author-profile__presence--cover{left:124px!important;right:16px!important;bottom:-34px!important;max-width:none!important;padding:5px 9px!important;font-size:12px!important;line-height:17px!important;}}.fr-author-stats .fr-author-stat-button--followers .fr-author-stat-value-row{display:flex!important;align-items:flex-start!important;gap:8px!important;margin:0!important;color:var(--foreground)!important;line-height:1.25!important;min-height:25px!important;}.fr-author-stats .fr-author-stat-button--followers .fr-author-stat-value-row strong{display:block!important;color:var(--foreground)!important;font-size:20px!important;line-height:1.25!important;font-weight:700!important;margin:0!important;}.fr-author-stats .fr-author-stat-button--followers .fr-author-stat-avatars{margin:1px 0 0!important;flex:0 0 auto!important;}.fr-author-stats .fr-author-stat-button--followers>span:first-child{margin-bottom:4px!important;}.fr-author-profile__presence--cover{min-height:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#888888!important;}.fr-author-profile__presence--cover.is-online>span{box-shadow:none!important;}@media(max-width:767px){.fr-author-profile__presence--cover{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;}}.fr-mobile-menu{overflow:hidden!important;max-height:100vh!important;max-height:100dvh!important;touch-action:pan-y!important;}.fr-mobile-menu__body{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important;}.fr-mobile-menu__header{flex-shrink:0!important;}.fr-post-card__meta{width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;}.fr-post-card__meta-group{display:inline-flex!important;align-items:center!important;gap:12px!important;min-width:0!important;flex:0 1 auto!important;}.fr-post-card__meta-group:first-child{margin-right:auto!important;justify-content:flex-start!important;text-align:left!important;}.fr-post-card__meta-group:last-child{margin-left:auto!important;justify-content:flex-end!important;text-align:right!important;}.fr-post-card__meta span{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;}.fr-post-card__meta-group:last-child span{justify-content:flex-end!important;}@media (max-width:767px){.fr-home-hero-slide__bottom strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.18!important;max-height:2.36em!important;}.fr-home-hero-slide__meta{display:block!important;width:100%!important;}.fr-home-hero-slide__meta-left{display:none!important;}.fr-home-hero-slide__meta-right{display:flex!important;width:100%!important;margin-left:0!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex-wrap:nowrap!important;}.fr-home-hero-slide__meta-right>span{display:inline-flex!important;align-items:center!important;gap:5px!important;white-space:nowrap!important;min-width:0!important;}.fr-home-hero-slide__meta-right>span:nth-child(3){margin-left:auto!important;}.fr-home-hero-slide__meta-right>span:nth-child(3),.fr-home-hero-slide__meta-right>span:nth-child(4){justify-content:flex-end!important;}.fr-post-card__meta{flex-wrap:nowrap!important;gap:8px!important;}.fr-post-card__meta-group{gap:8px!important;}.fr-post-card__meta span{font-size:12px!important;line-height:16px!important;}.fr-post-card__meta .fr-icon,.fr-post-card__meta svg{width:14px!important;height:14px!important;flex:0 0 14px!important;}}@media (max-width:374px){.fr-post-card__meta{gap:6px!important;}.fr-post-card__meta-group{gap:6px!important;}.fr-home-hero-slide__meta-right{gap:8px!important;}}.fr-create-login-card__actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:20px;}.fr-mobile-menu,.fr-mobile-menu__body,.fr-mobile-menu a,.fr-mobile-menu button{pointer-events:auto!important;}.fr-reg-mark{font-size:.58em;line-height:1;vertical-align:super;margin-left:1px;font-weight:600;}.fr-reg-mark--logo{font-size:10px;margin-left:2px;position:relative;top:-.15em;}.fr-single-value-section .fv__slider{background:#E5E5E5!important;background-image:linear-gradient(to right,#3F7CDF 0%,#3F7CDF 0%,#E6E6E6 0%,#E6E6E6 100%)!important;background-repeat:no-repeat!important;background-size:100% 100%!important;}.fr-single-value-section .fv__chart-line-wrap{height:170px!important;padding:0 0 8px!important;-webkit-overflow-scrolling:touch;}.fr-single-value-section .fv__chart-line{width:auto!important;max-width:none!important;height:150px!important;}.fr-single-value-section .fv__chart-line-path{fill:none!important;stroke:#3F7CDF!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.fr-single-value-section .fv__chart-area{fill:rgba(63,124,223,.08)!important;}.fr-single-value-section .fv__chart-dot{fill:#fff!important;stroke:#3F7CDF!important;stroke-width:2!important;}.fr-single-value-section .fv__chart-bars{display:none!important;}@media(max-width:767px){.fr-reg-mark--logo{font-size:8px;}.fr-single-value-section .fv__chart-line-wrap{height:160px!important;}.fr-single-value-section .fv__chart-line{height:140px!important;}}.fr-reg-mark{font-size:.58em!important;margin-left:1px!important;}.fr-reg-mark--logo{font-size:10px!important;margin-left:2px!important;top:-.15em!important;}.fr-single-value-section .fv__chart-line-path--future{fill:none!important;stroke:#CCCCCC!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.fr-single-value-section .fv__chart-dot--future{fill:#fff!important;stroke:#CCCCCC!important;stroke-width:2!important;}.fr-interview-card .fr-single-actions{margin-bottom:20px!important;}@media(max-width:767px){.fr-reg-mark--logo{font-size:9px!important;}.fr-interview-card .fr-single-actions{margin-bottom:18px!important;}}.fr-single-value-section .fv__chart-label--start{text-anchor:start!important;}.fr-single-value-section .fv__chart-label--end{text-anchor:end!important;}.fr-post-author-card__follow{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid transparent!important;border-radius:10px!important;background:#3F7CDF!important;color:#fff!important;box-shadow:none!important;transition:background .2s ease,color .2s ease,border-color .2s ease!important;}.fr-post-author-card__follow:hover{background:#2E5FBF!important;color:#fff!important;}.fr-post-author-card__follow.is-active{background:#fff!important;color:#1A1A1A!important;border-color:#E5E5E5!important;}.fr-post-author-card__follow.is-active:hover{background:#F8F8F8!important;color:#1A1A1A!important;border-color:#E5E5E5!important;}.fr-post-author-card__follow-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;}.fr-post-author-card__follow-icon svg,.fr-post-author-card__follow .fr-icon{width:18px!important;height:18px!important;stroke-width:1.75!important;}.fr-post-author-card__follow .fr-subscribe-icon--on{display:none!important;}.fr-post-author-card__follow.is-active .fr-subscribe-icon--off{display:none!important;}.fr-post-author-card__follow.is-active .fr-subscribe-icon--on{display:inline-flex!important;}.fr-report-modal,.fr-term-modal,.fr-modal,.frfp-related-backdrop,.frfp-templates-backdrop,.frfp-poll-backdrop{z-index:100000!important;}.fr-report-modal,.fr-modal,.frfp-related-backdrop,.frfp-templates-backdrop,.frfp-poll-backdrop{padding:24px!important;}.fr-term-modal{display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;}.fr-report-modal__dialog,.fr-term-modal__dialog,.fr-modal__dialog{width:min(100%,448px)!important;max-height:min(90vh,720px)!important;max-height:min(90dvh,720px)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 24px 80px rgba(0,0,0,.18)!important;color:#1A1A1A!important;}.fr-author-followers-modal[data-fr-modal-pane="achievements"] .fr-term-modal__dialog,.fr-author-followers-modal[data-fr-modal-pane="contributions"] .fr-term-modal__dialog{width:min(760px,calc(100vw - 48px))!important;max-width:760px!important;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal,.fr-myfeed-modal__dialog{width:min(100%,672px)!important;max-height:min(90vh,720px)!important;max-height:min(90dvh,720px)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 24px 80px rgba(0,0,0,.18)!important;color:#1A1A1A!important;}.fr-term-modal__dialog{position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin:auto!important;padding:24px!important;}.fr-report-modal__head,.fr-term-modal__head,.fr-modal__head,.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 20px!important;padding:0!important;border:0!important;}.fr-report-modal__head h3,.fr-term-modal h3,.fr-modal__head h3,.frfp-related-modal-title,.frfp-templates-modal-title,.frfp-poll-modal-title{margin:0!important;padding:0!important;font-size:20px!important;line-height:1.25!important;font-weight:700!important;color:#1A1A1A!important;}.fr-term-modal h3{margin-right:44px!important;margin-bottom:20px!important;}.fr-report-modal__close,.fr-term-modal__close,.fr-modal__close,.frfp-related-close,.frfp-templates-close,.frfp-poll-close{position:relative!important;right:auto!important;top:auto!important;flex:0 0 40px!important;width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:12px!important;background:#F8F8F8!important;color:#888888!important;box-shadow:none!important;font-size:0!important;line-height:1!important;cursor:pointer!important;}.fr-term-modal__close{position:absolute!important;right:16px!important;top:16px!important;}.fr-report-modal__close:hover,.fr-term-modal__close:hover,.fr-modal__close:hover,.frfp-related-close:hover,.frfp-templates-close:hover,.frfp-poll-close:hover{background:#EFEFEF!important;color:#1A1A1A!important;}.fr-report-modal__close svg,.fr-term-modal__close svg,.fr-modal__close svg{width:20px!important;height:20px!important;stroke-width:1.5!important;}.frfp-related-close::before,.frfp-related-close::after,.frfp-templates-close::before,.frfp-templates-close::after,.frfp-poll-close::before,.frfp-poll-close::after{left:11px!important;top:19px!important;width:18px!important;height:1.5px!important;background:currentColor!important;}.fr-report-modal__body,.fr-modal__dialog form,.frfp-related-modal-body,.frfp-templates-modal-body,.frfp-poll-modal-body{padding:0!important;display:grid!important;gap:16px!important;}.fr-modal__dialog{padding:24px!important;overflow:auto!important;}.fr-report-modal__submit,.fr-modal .fr-btn--primary,.frfp-related-insert,.frfp-template-insert,.frfp-poll-modal button[type="submit"]{min-height:48px!important;border-radius:12px!important;}@media(max-width:767px){.fr-report-modal,.fr-modal,.frfp-related-backdrop,.frfp-templates-backdrop,.frfp-poll-backdrop{align-items:flex-end!important;padding:0!important;}.fr-term-modal{padding:0!important;}.fr-report-modal__dialog,.fr-term-modal__dialog,.fr-modal__dialog,.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{width:100%!important;max-width:100%!important;max-height:88vh!important;max-height:88dvh!important;border-radius:16px 16px 0 0!important;padding:20px!important;}.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{padding:0!important;}.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{padding:20px 20px 12px!important;}.frfp-related-modal-body,.frfp-templates-modal-body,.frfp-poll-modal-body{padding:0 20px 20px!important;}.fr-term-modal__dialog{position:absolute!important;left:0!important;right:0!important;bottom:0!important;margin:0!important;transform:none!important;}.fr-report-modal__head h3,.fr-term-modal h3,.fr-modal__head h3,.frfp-related-modal-title,.frfp-templates-modal-title,.frfp-poll-modal-title{font-size:18px!important;}.fr-modal__head,.fr-report-modal__head{margin-bottom:16px!important;}}.fr-single-value-section .fv__chart-line-wrap{height:190px!important;padding:0 0 10px!important;overflow-x:auto!important;overflow-y:hidden!important;}.fr-single-value-section .fv__chart-line{display:block!important;height:170px!important;min-width:100%!important;}.fr-single-value-section .fv__chart-label{font-size:11px!important;line-height:14px!important;fill:#888!important;text-anchor:middle!important;dominant-baseline:auto!important;}.frfp-templates-modal,.frfp-poll-modal{padding:24px!important;overflow:hidden!important;}.frfp-templates-modal-header,.frfp-poll-modal-header{padding:0!important;margin:0 0 20px!important;}.frfp-templates-modal-body,.frfp-poll-modal-body{padding:0!important;overflow:auto!important;}.frfp-templates-list{padding:0!important;margin:0!important;}.fr-single-value-section .fv__chart-line-wrap{width:100%!important;max-width:100%!important;}.fr-single-value-section .fv__chart-line-wrap:not(.fv__chart-line-wrap--scroll){overflow-x:hidden!important;}.fr-single-value-section .fv__chart-line-wrap:not(.fv__chart-line-wrap--scroll) .fv__chart-line{display:block!important;width:auto!important;min-width:0!important;max-width:100%!important;margin:0!important;}.fr-single-value-section .fv__chart-line-wrap--scroll{overflow-x:auto!important;}.fr-single-value-section .fv__chart-line-wrap--scroll .fv__chart-line{display:block!important;width:auto!important;min-width:100%!important;max-width:none!important;}.fr-single-value-section .fv__chart-label--start,.fr-single-value-section .fv__chart-label--end{text-anchor:middle!important;}.fr-modal__close,.fr-report-modal__close,.fr-term-modal__close,.frfp-templates-close,.frfp-poll-close,.frfp-content-lightbox__close,.fr-comment-lightbox__close,.fr-lightbox__close{box-shadow:none!important;border-color:transparent!important;}.fr-navigator-page{display:block;}.fr-navigator-hero{margin-bottom:32px;}.fr-navigator-sections{max-width:1024px;display:grid;gap:32px;}.fr-navigator-card{padding:24px;border-radius:20px;background:#fff;border:0;box-shadow:none;}.fr-navigator-card h2{margin:0 0 16px;font-size:20px;line-height:1.25;font-weight:700;color:#1A1A1A;letter-spacing:-.01em;}.fr-navigator-card__subtitle{margin:-8px 0 16px;color:#888;font-size:14px;line-height:20px;}.fr-navigator-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.fr-navigator-link{display:flex;align-items:flex-start;gap:16px;min-width:0;padding:16px;border-radius:14px;background:#fff;color:#1A1A1A;transition:background .2s ease,color .2s ease;}.fr-navigator-link:hover{background:#F8F8F8;color:#3F7CDF;}.fr-navigator-link__icon{flex:0 0 40px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#E9F2FF;color:#3F7CDF;transition:background .2s ease,color .2s ease;}.fr-navigator-link:hover .fr-navigator-link__icon{background:#3F7CDF;color:#fff;}.fr-navigator-link__icon svg,.fr-navigator-link__icon .fr-icon{width:20px;height:20px;stroke:currentColor;}.fr-navigator-link__body{min-width:0;display:block;}.fr-navigator-link__title{display:block;margin:0 0 4px;font-size:15px;line-height:20px;font-weight:600;color:inherit;}.fr-navigator-link__desc{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#888;font-size:14px;line-height:20px;}.fr-navigator-posts{display:grid;gap:8px;}.fr-navigator-post{display:block;padding:16px;border-radius:14px;background:#fff;color:#1A1A1A;transition:background .2s ease,color .2s ease;}.fr-navigator-post:hover{background:#F8F8F8;color:#3F7CDF;}.fr-navigator-post__title{display:block;margin:0 0 8px;font-size:15px;line-height:21px;font-weight:600;color:inherit;}.fr-navigator-post__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:#888;font-size:12px;line-height:16px;}.fr-navigator-post__meta span{display:inline-flex;align-items:center;gap:4px;}.fr-navigator-post__meta svg,.fr-navigator-post__meta .fr-icon{width:14px;height:14px;stroke:currentColor;}.fr-navigator-load{width:100%;min-height:44px;margin-top:14px;border:0;border-radius:12px;background:#fff;color:#3F7CDF;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;line-height:20px;font-weight:600;transition:background .2s ease;}.fr-navigator-load:hover{background:#F8F8F8;}.fr-navigator-load svg,.fr-navigator-load .fr-icon{width:16px;height:16px;stroke:currentColor;}.fr-navigator-empty{margin:0;color:#888;font-size:15px;line-height:1.55;}@media(max-width:1023px){.fr-navigator-sections{max-width:none;gap:24px;}.fr-navigator-links{grid-template-columns:repeat(2,minmax(0,1fr));}}@media(max-width:767px){.fr-single-value-section .fv__chart-line-wrap{height:184px!important;}.fr-single-value-section .fv__chart-line{height:164px!important;}.fr-navigator-hero{margin-bottom:24px;}.fr-navigator-sections{gap:16px;}.fr-navigator-card{padding:20px;border-radius:16px;}.fr-navigator-links{grid-template-columns:1fr;gap:8px;}.fr-navigator-link{padding:14px;}.fr-navigator-link__icon{width:38px;height:38px;flex-basis:38px;}.fr-navigator-link__desc{-webkit-line-clamp:2;}.fr-navigator-post{padding:14px;}}.fr-single-value-section .fv__chart-line-wrap:not(.fv__chart-line-wrap--scroll){display:block!important;text-align:left!important;}.fr-single-value-section .fv__chart-line-wrap:not(.fv__chart-line-wrap--scroll) .fv__chart-line{margin-left:0!important;margin-right:auto!important;}.fr-modal__close,.fr-report-modal__close,.fr-term-modal__close,.frfp-templates-close,.frfp-poll-close,.frfp-content-lightbox__close,.fr-comment-lightbox__close,.fr-lightbox__close{background:transparent!important;}.fr-modal__close:hover,.fr-report-modal__close:hover,.fr-term-modal__close:hover,.frfp-templates-close:hover,.frfp-poll-close:hover,.frfp-content-lightbox__close:hover,.fr-comment-lightbox__close:hover,.fr-lightbox__close:hover{background:#F8F8F8!important;}.fr-faq-page{display:block;}.fr-faq-layout{max-width:896px;}.fr-faq-hero{margin-bottom:32px;}.fr-faq-search-card,.fr-faq-categories,.fr-faq-item,.fr-faq-support,.fr-faq-empty{background:#fff;border-radius:20px;}.fr-faq-search-card{padding:16px;margin-bottom:24px;}.fr-faq-search{position:relative;display:block;}.fr-faq-search__icon{position:absolute;left:16px;top:50%;width:20px;height:20px;transform:translateY(-50%);color:#888;pointer-events:none;}.fr-faq-search__icon svg,.fr-faq-search__icon .fr-icon{width:20px;height:20px;stroke:currentColor;}.fr-faq-search input{width:100%;min-height:48px;padding:12px 16px 12px 48px;border:0;border-radius:14px;background:#F8F8F8;color:#1A1A1A;font-size:14px;line-height:20px;outline:0;}.fr-faq-search input::placeholder{color:#888;}.fr-faq-search input:focus{box-shadow:0 0 0 2px rgba(63,124,223,.22);background:#fff;}.fr-faq-categories{display:flex;flex-wrap:wrap;gap:8px;padding:16px;margin-bottom:24px;}.fr-faq-category{min-height:40px;border:0;border-radius:12px;padding:9px 16px;display:inline-flex;align-items:center;gap:8px;background:#F8F8F8;color:#888;font-size:14px;line-height:20px;font-weight:600;transition:background .2s ease,color .2s ease;}.fr-faq-category:hover{background:#E9F2FF;color:#3F7CDF;}.fr-faq-category.is-active{background:#3F7CDF;color:#fff;}.fr-faq-category svg,.fr-faq-category .fr-icon{width:16px;height:16px;stroke:currentColor;}.fr-faq-list{display:grid;gap:12px;}.fr-faq-item{overflow:hidden;}.fr-faq-question{width:100%;min-height:68px;padding:20px 24px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;color:#1A1A1A;font-size:16px;line-height:22px;font-weight:700;transition:background .2s ease;}.fr-faq-question:hover{background:#F8F8F8;}.fr-faq-question svg,.fr-faq-question .fr-icon{flex:0 0 auto;width:20px;height:20px;color:#888;stroke:currentColor;transition:transform .2s ease,color .2s ease;}.fr-faq-item.is-open .fr-faq-question svg,.fr-faq-item.is-open .fr-faq-question .fr-icon{transform:rotate(180deg);color:#3F7CDF;}.fr-faq-answer{padding:0 24px 24px;color:#3A3A3A;font-size:15px;line-height:1.65;}.fr-faq-answer p{margin:0;}.fr-faq-answer p+p{margin-top:12px;}.fr-faq-empty{padding:32px;text-align:center;color:#888;}.fr-faq-empty svg,.fr-faq-empty .fr-icon{width:48px;height:48px;margin:0 auto 12px;color:#CCC;stroke:currentColor;}.fr-faq-empty p{margin:0;font-size:15px;line-height:22px;}.fr-faq-support{margin-top:24px;padding:24px;background:#E9F2FF;}.fr-faq-support h2{margin:0 0 8px;font-size:18px;line-height:24px;font-weight:700;color:#1A1A1A;}.fr-faq-support p{margin:0 0 18px;color:#888;font-size:14px;line-height:20px;}.fr-faq-support__link{min-height:48px;padding:0 24px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#3F7CDF;color:#fff;font-size:14px;line-height:20px;font-weight:600;transition:background .2s ease;}.fr-faq-support__link:hover{background:#2E5FBF;color:#fff;}.fr-faq-support__link svg,.fr-faq-support__link .fr-icon{width:16px;height:16px;stroke:currentColor;}@media(max-width:1023px){.fr-faq-layout{max-width:none;}.fr-faq-hero{margin-bottom:24px;}}@media(max-width:767px){.fr-faq-search-card,.fr-faq-categories,.fr-faq-support{border-radius:16px;}.fr-faq-search-card{padding:14px;margin-bottom:16px;}.fr-faq-categories{position:relative;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:8px;padding:14px;margin-bottom:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 14px),transparent 100%);-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 14px),transparent 100%);}.fr-faq-categories::before{content:"";position:sticky;left:0;z-index:2;display:block;width:14px;min-width:14px;margin-left:-14px;align-self:stretch;background:#fff;pointer-events:none;}.fr-faq-categories::-webkit-scrollbar{display:none;}.fr-faq-category{flex:0 0 auto;justify-content:center;padding:8px 13px;font-size:13px;white-space:nowrap;scroll-snap-align:start;}.fr-faq-list{gap:10px;}.fr-faq-item{border-radius:16px;}.fr-faq-question{min-height:60px;padding:16px;font-size:15px;line-height:21px;}.fr-faq-answer{padding:0 16px 18px;font-size:14px;line-height:1.6;}.fr-faq-support{margin-top:16px;padding:20px;}.fr-faq-support__link{width:100%;}}.fr-home-author-mini__name:hover,.fr-author-card:hover .fr-author-card__head strong,.fr-authors-table td.is-left a:hover{color:inherit!important;}.frfp-delete-hidden-form{display:none;}.frfp-action-btn--danger{background:#fff!important;color:#ef4444!important;border:1px solid rgba(239,68,68,.25)!important;}.frfp-action-btn--danger:hover{background:rgba(239,68,68,.08)!important;color:#dc2626!important;}.frfp-editor-area blockquote{margin:16px 0;padding:12px 16px;border-left:3px solid var(--accent);border-radius:0 12px 12px 0;background:#f8f8f8;color:var(--foreground);}.fr-header svg.fr-icon :where(path,circle,rect,line,polyline,polygon,ellipse),.fr-right-sidebar svg.fr-icon :where(path,circle,rect,line,polyline,polygon,ellipse),.fr-sidebar-right svg.fr-icon :where(path,circle,rect,line,polyline,polygon,ellipse),.fr-main svg.fr-icon:not(.fr-section-head__icon svg.fr-icon):not(.frfp-toolbar svg.fr-icon):not(.frfp-heading-menu svg.fr-icon):not(.frfp-editor-toolbar svg.fr-icon):not(.fr-editor-toolbar svg.fr-icon):not(.fr-format-toolbar svg.fr-icon) :where(path,circle,rect,line,polyline,polygon,ellipse){stroke-width:1!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.fr-header svg.fr-icon,.fr-right-sidebar svg.fr-icon,.fr-sidebar-right svg.fr-icon,.fr-main svg.fr-icon:not(.fr-section-head__icon svg.fr-icon):not(.frfp-toolbar svg.fr-icon):not(.frfp-heading-menu svg.fr-icon):not(.frfp-editor-toolbar svg.fr-icon):not(.fr-editor-toolbar svg.fr-icon):not(.fr-format-toolbar svg.fr-icon){overflow:visible;}@media (max-width:767px){.frfp-toolbar{display:flex!important;align-items:center!important;gap:6px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;padding-bottom:6px!important;}.frfp-toolbar .frfp-btn,.frfp-heading-toggle{flex:0 0 auto!important;}.frfp-format-select,.frfp-format-select-native{min-width:150px!important;flex:0 0 auto!important;font-size:16px!important;}.frfp-heading-menu{max-height:56vh!important;overflow:auto!important;}.frfp-actions-buttons{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}.frfp-actions-buttons .frfp-action-btn{flex:1 1 auto!important;min-width:130px!important;}}.fr-single-action--edit svg.fr-icon :where(path,circle,rect,line,polyline,polygon,ellipse),.frfp-action-edit svg.fr-icon :where(path,circle,rect,line,polyline,polygon,ellipse){stroke-width:1!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.fr-post-card--repost .fr-post-card__author-link{gap:5px!important;}.fr-post-card__repost-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;color:inherit!important;flex:0 0 16px!important;}.fr-post-card__repost-badge svg,.fr-post-card__repost-badge .fr-icon{width:14px!important;height:14px!important;stroke:currentColor!important;stroke-width:1!important;}.fr-single-action--icon.is-active,.fr-single-action--favorite.is-active,.fr-single-action--repost.is-active{background:#3F7CDF!important;border-color:#3F7CDF!important;color:#fff!important;}.fr-single-action--icon.is-active svg,.fr-single-action--icon.is-active .fr-icon,.fr-single-action--favorite.is-active svg,.fr-single-action--favorite.is-active .fr-icon,.fr-single-action--repost.is-active svg,.fr-single-action--repost.is-active .fr-icon{color:#fff!important;stroke:currentColor!important;}.fr-single-action--icon.is-active svg *,.fr-single-action--favorite.is-active svg *,.fr-single-action--repost.is-active svg *{stroke:currentColor!important;}.fr-single-action-repost-wrap{position:relative;display:inline-flex;align-items:center;}.fr-repost-popover{position:absolute;right:0;bottom:calc(100% + 10px);z-index:80;min-width:164px;max-width:240px;padding:10px 12px;border:1px solid rgba(26,26,26,.08);border-radius:14px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.14);}.fr-single-action-repost-wrap:hover .fr-repost-popover,.fr-single-action-repost-wrap:focus-within .fr-repost-popover{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;}.fr-repost-popover::after{content:"";position:absolute;right:14px;bottom:-6px;width:12px;height:12px;background:#fff;border-right:1px solid rgba(26,26,26,.08);border-bottom:1px solid rgba(26,26,26,.08);transform:rotate(45deg);}.fr-repost-popover strong{display:block;margin:0 0 8px;color:#1A1A1A;font-size:13px;line-height:18px;font-weight:600;}.fr-repost-popover__avatars{display:flex;align-items:center;flex-wrap:wrap;gap:6px;}.fr-repost-popover__avatars a{display:block;width:28px;height:28px;border-radius:999px;overflow:hidden;background:#F8F8F8;}.fr-repost-popover__avatars img{width:100%;height:100%;object-fit:cover;}@media (max-width:767px){.fr-repost-popover{right:-8px;min-width:148px;padding:9px 10px;}.fr-repost-popover__avatars a{width:26px;height:26px;}}.fr-post-card__author-icon,.fr-post-card__repost-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;color:inherit!important;}.fr-post-card__author-icon .fr-icon,.fr-post-card__repost-badge .fr-icon{width:14px!important;height:14px!important;color:inherit!important;stroke:currentColor!important;}.fr-post-card__author-icon .fr-icon *,.fr-post-card__repost-badge .fr-icon *{stroke-width:1!important;stroke:currentColor!important;}.fr-single-action--favorite.is-active:hover,.fr-single-action--favorite.is-active:focus-visible,.fr-single-action--repost.is-active:hover,.fr-single-action--repost.is-active:focus-visible{background:#2E5FBF!important;border-color:#2E5FBF!important;color:#fff!important;}.fr-repost-popover{position:absolute!important;right:0!important;bottom:calc(100% + 8px)!important;z-index:80!important;min-width:200px!important;max-width:260px!important;padding:12px 16px!important;border:1px solid var(--border)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 16px 36px rgba(15,23,42,.12)!important;overflow:hidden!important;opacity:0;visibility:hidden;transform:translateY(4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease;}.fr-repost-popover::after{content:none!important;display:none!important;}.fr-repost-popover strong{display:block!important;margin:0 0 10px!important;color:var(--foreground)!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;}.fr-repost-popover__avatars{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;}.fr-repost-popover__avatars a{display:block!important;width:28px!important;height:28px!important;border-radius:999px!important;overflow:hidden!important;background:var(--secondary)!important;}.fr-repost-popover__avatars img{width:100%!important;height:100%!important;object-fit:cover!important;}.fr-search-hero__icon .fr-icon *,.fr-notifications-head__icon .fr-icon *,.fr-notifications-empty__icon .fr-icon *{stroke-width:1!important;}.fr-header .fr-create-btn .fr-icon *,.fr-header .fr-create-btn svg *{stroke-width:1.25!important;}.fr-post-author-card__follow .fr-icon *,.fr-post-author-card__follow svg *,.fr-post-author-card__follow .fr-term-custom-icon *{stroke-width:1!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.fr-faq-question:hover,.fr-faq-item.is-open .fr-faq-question:hover{background:transparent!important;color:#1A1A1A!important;}.fr-faq-item.is-open .fr-faq-question svg,.fr-faq-item.is-open .fr-faq-question .fr-icon{color:#888!important;stroke:currentColor!important;}.fr-faq-question svg,.fr-faq-question .fr-icon{transition:transform .2s ease!important;}.fr-post-card__author-icon .fr-icon,.fr-post-card__author-icon svg{width:14px!important;height:14px!important;color:inherit!important;stroke:currentColor!important;}.fr-post-card__author-icon .fr-icon *,.fr-post-card__author-icon svg *{stroke-width:1!important;stroke:currentColor!important;}.fr-single-action-repost-wrap{position:relative!important;display:inline-flex!important;align-items:center!important;}.fr-single-action-repost-wrap::before{content:""!important;position:absolute!important;right:0!important;bottom:100%!important;width:100%!important;height:14px!important;background:transparent!important;pointer-events:auto!important;}.fr-repost-popover{bottom:calc(100% + 6px)!important;pointer-events:none!important;}.fr-single-action-repost-wrap:hover .fr-repost-popover,.fr-single-action-repost-wrap:focus-within .fr-repost-popover,.fr-repost-popover:hover{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;}.fr-repost-popover a{position:relative!important;z-index:2!important;}.fr-comment{scroll-margin-top:96px!important;}.fr-comment.is-targeted{animation:frCommentTarget 2.2s ease-out 1!important;}@keyframes frCommentTarget{0%{background:#E9F2FF}100%{background:transparent}}.fr-quizzes-page,.fr-quiz-page{display:block;}.fr-quizzes-hero{margin-bottom:32px;}.fr-quizzes-grid{max-width:1024px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.fr-quiz-card{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:20px;background:#fff;color:#1A1A1A;transition:background .2s ease,color .2s ease;}.fr-quiz-card:hover{background:#fff;color:#3F7CDF;}.fr-quiz-card h2{margin:0 0 8px;font-size:18px;line-height:24px;font-weight:700;color:inherit;}.fr-quiz-card p{margin:0 0 18px;color:#888;font-size:14px;line-height:20px;}.fr-quiz-card__meta{display:flex;margin-top:auto;align-items:center;gap:16px;flex-wrap:wrap;color:#888;font-size:14px;line-height:20px;}.fr-quiz-card__meta span{display:inline-flex;align-items:center;gap:6px;}.fr-quiz-card__meta svg,.fr-quiz-card__meta .fr-icon{width:16px;height:16px;stroke:currentColor;}.fr-quiz-layout{max-width:768px;}.fr-quiz-card-main,.fr-quiz-result{padding:32px;border-radius:20px;background:#fff;}.fr-quiz-progress{margin:0 0 24px;}.fr-quiz-progress__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 12px;color:#888;font-size:14px;line-height:20px;}.fr-quiz-progress__top strong{color:#3F7CDF;font-weight:600;}.fr-quiz-progress__bar{height:8px;border-radius:999px;background:#E5E5E5;overflow:hidden;}.fr-quiz-progress__bar span{display:block;width:0;height:100%;border-radius:999px;background:#3F7CDF;transition:width .25s ease;}.fr-quiz-card-main h1{margin:0 0 24px;font-size:clamp(22px,3vw,28px);line-height:1.2;font-weight:700;color:#1A1A1A;}.fr-quiz-options{display:grid;gap:12px;margin:0 0 28px;}.fr-quiz-option{width:100%;min-height:58px;padding:14px 16px;border:2px solid #E5E5E5;border-radius:14px;background:#fff;color:#1A1A1A;display:flex;align-items:center;gap:12px;text-align:left;font-size:15px;line-height:21px;font-weight:500;transition:border-color .2s ease,background .2s ease,color .2s ease;}.fr-quiz-option:hover{border-color:#3F7CDF;}.fr-quiz-option.is-selected{border-color:#3F7CDF;background:#E9F2FF;}.fr-quiz-option__mark{width:28px;height:28px;border-radius:999px;background:#F8F8F8;color:#888;display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;font-size:13px;font-weight:700;}.fr-quiz-option.is-selected .fr-quiz-option__mark{background:#3F7CDF;color:#fff;}.fr-quiz-actions{display:flex;gap:12px;}.fr-quiz-btn{min-height:48px;padding:0 24px;border-radius:14px;border:0;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease,border-color .2s ease;}.fr-quiz-btn--secondary{background:#fff;border:1px solid #E5E5E5;color:#1A1A1A;}.fr-quiz-btn--secondary:hover{background:#F8F8F8;}.fr-quiz-btn--primary{flex:1;background:#3F7CDF;color:#fff;}.fr-quiz-btn--primary:hover{background:#2E5FBF;}.fr-quiz-btn--primary:disabled{background:#E5E5E5;color:#888;cursor:not-allowed;}.fr-quiz-result{text-align:center;}.fr-quiz-result__icon{width:80px;height:80px;margin:0 auto 24px;border-radius:999px;background:#10B981;color:#fff;display:flex;align-items:center;justify-content:center;}.fr-quiz-result__icon svg,.fr-quiz-result__icon .fr-icon{width:40px;height:40px;stroke:currentColor;}.fr-quiz-result h1{margin:0 0 12px;font-size:30px;line-height:1.18;font-weight:700;color:#1A1A1A;}.fr-quiz-result p{max-width:560px;margin:0 auto 24px;color:#888;font-size:15px;line-height:22px;}.fr-quiz-result__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 24px;}.fr-quiz-result__stats div{padding:16px;border-radius:14px;background:#F8F8F8;}.fr-quiz-result__stats strong{display:block;margin:0 0 4px;color:#3F7CDF;font-size:26px;line-height:1.15;font-weight:700;}.fr-quiz-result__stats span{display:block;color:#888;font-size:13px;line-height:18px;}.fr-quiz-result__review{max-height:280px;overflow:auto;margin:0 0 24px;text-align:left;display:grid;gap:6px;}.fr-quiz-review-row{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px;padding:10px 12px;border-radius:12px;background:#F8F8F8;color:#1A1A1A;font-size:13px;line-height:18px;}.fr-quiz-review-row span{color:#888;}.fr-quiz-review-row.is-ok span{color:#10B981;}.fr-quiz-review-row.is-bad span{color:#EF4444;}.fr-home-quiz__options{display:grid;gap:8px;margin:12px 0;}.fr-home-quiz__options button{width:100%;min-height:36px;padding:8px 12px;border:0;border-radius:12px;background:#fff;color:#1A1A1A;text-align:left;font-size:14px;line-height:20px;transition:background .2s ease,color .2s ease;}.fr-home-quiz__options button:hover,.fr-home-quiz__options button.is-selected{background:#E9F2FF;color:#3F7CDF;}.fr-home-quiz__box a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin-top:4px;padding:0 14px;border-radius:12px;background:#3F7CDF;color:#fff;font-size:14px;font-weight:600;}.fr-home-quiz__box a:hover{background:#2E5FBF;}@media(max-width:767px){.fr-quizzes-grid{grid-template-columns:1fr;}.fr-quiz-card{padding:20px;}.fr-quiz-card-main,.fr-quiz-result{padding:24px 18px;}.fr-quiz-result__stats{grid-template-columns:1fr;}.fr-quiz-actions{flex-direction:column;}.fr-quiz-btn{width:100%;}}.fr-single-value-section .fv__ai-detail-block p{line-height:22px!important;}@media(max-width:767px){.fr-single-value-section .fv__metricsbox{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-bottom:24px!important;}.fr-single-value-section .fv__metric-row{padding:12px 6px!important;min-height:76px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;}.fr-single-value-section .fv__metric-value{font-size:20px!important;line-height:24px!important;}.fr-single-value-section .fv__metric-title{max-width:88px!important;margin:4px auto 0!important;white-space:normal!important;text-align:center!important;font-size:11px!important;line-height:14px!important;}.fr-single-value-section .fv__criteria{grid-template-columns:1fr!important;gap:22px!important;margin-bottom:28px!important;}.fr-single-value-section .fv__criterion{padding-bottom:2px!important;}.fr-single-value-section .fv__criterion-head{margin-bottom:16px!important;}}.fr-author-profile__top-badge{top:-4px!important;right:-8px!important;gap:2px!important;padding:2px 6px!important;border-radius:6px!important;background:linear-gradient(90deg,#F59E0B,#D97706)!important;color:#fff!important;font-size:8px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.04em!important;box-shadow:0 8px 18px rgba(217,119,6,.25)!important;}.fr-author-profile__top-badge .fr-icon{width:10px!important;height:10px!important;fill:currentColor!important;}.fr-author-stats .fr-author-stat-button--rating{width:100%!important;min-width:0!important;display:block!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;text-align:left!important;box-shadow:none!important;appearance:none!important;cursor:pointer!important;transform:none!important;}.fr-author-stats .fr-author-stat-button--rating:hover,.fr-author-stats .fr-author-stat-button--rating:focus{background:transparent!important;color:inherit!important;transform:none!important;outline:none!important;}.fr-author-stats .fr-author-stat-button--rating:focus-visible{outline:2px solid rgba(63,124,223,.35)!important;outline-offset:4px!important;border-radius:8px!important;}.fr-author-rating-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:16px 0!important;}.fr-author-rating-summary div,.fr-author-rating-grid div{min-width:0!important;border:1px solid var(--border)!important;border-radius:12px!important;background:#fff!important;padding:12px!important;overflow-wrap:anywhere!important;}.fr-author-rating-summary span,.fr-author-rating-grid span{display:block!important;margin-bottom:4px!important;color:var(--muted-foreground)!important;font-size:12px!important;line-height:16px!important;}.fr-author-rating-summary strong,.fr-author-rating-grid strong{display:block!important;color:var(--foreground)!important;font-size:20px!important;line-height:24px!important;font-weight:700!important;}.fr-author-rating-formula{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 16px!important;padding:14px 16px!important;border-radius:12px!important;background:var(--accent-light)!important;color:var(--accent)!important;}.fr-author-rating-formula strong{font-size:15px!important;line-height:20px!important;}.fr-author-rating-formula span{font-size:14px!important;line-height:20px!important;color:var(--foreground)!important;}.fr-author-rating-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0 0 16px!important;min-width:0!important;}.fr-author-rating-grid small{display:block!important;margin-top:4px!important;color:var(--muted-foreground)!important;font-size:12px!important;line-height:16px!important;}.fr-author-rating-note{margin:8px 0 0!important;color:var(--muted-foreground)!important;font-size:13px!important;line-height:18px!important;}@media(max-width:767px){.fr-author-rating-formula{display:block!important;}.fr-author-rating-formula span{display:block!important;margin-top:4px!important;}}.fr-author-followers-modal .fr-term-modal__dialog{max-height:calc(100vh - 48px)!important;overflow-y:auto!important;overscroll-behavior:contain!important;}.fr-author-rating-modal__pane{min-width:0!important;padding:0 2px 14px 0!important;}.fr-author-rating-summary{margin:14px 0!important;}.fr-author-rating-summary div,.fr-author-rating-grid div{padding:10px 12px!important;}.fr-author-rating-grid{gap:10px!important;}.fr-author-rating-summary strong,.fr-author-rating-grid strong{font-size:18px!important;line-height:22px!important;}.fr-author-rating-grid small{line-height:15px!important;}@media(max-width:767px){.fr-author-followers-modal .fr-term-modal__dialog{max-height:calc(100vh - 24px)!important;}.fr-author-rating-summary div,.fr-author-rating-grid div{padding:10px!important;}}.fr-author-rating-help{margin-top:16px!important;padding:16px!important;border-radius:12px!important;background:#E9F2FF!important;color:#1A1A1A!important;}.fr-author-rating-help strong{display:block!important;margin:0 0 8px!important;color:#1A1A1A!important;font-size:15px!important;line-height:20px!important;font-weight:700!important;}.fr-author-rating-help ul{margin:0!important;padding-left:18px!important;color:#3A3A3A!important;font-size:14px!important;line-height:22px!important;}.fr-author-rating-help li{margin:0 0 4px!important;}.fr-author-rating-help li:last-child{margin-bottom:0!important;}@media(min-width:768px){.fr-author-followers-modal[data-fr-modal-pane="followers"] .fr-term-modal__dialog{width:min(92vw,480px)!important;max-width:480px!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__dialog{width:min(900px,calc(100vw - 96px))!important;max-width:900px!important;}}.fr-author-rating-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}.fr-author-rating-help strong{color:var(--accent)!important;}@media(max-width:767px){.fr-author-rating-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.fr-author-rating-grid div{padding:9px!important;}.fr-author-rating-grid span{font-size:11px!important;line-height:14px!important;}.fr-author-rating-grid strong{font-size:17px!important;line-height:21px!important;}.fr-author-rating-grid small{font-size:11px!important;line-height:14px!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-author-rating-formula{display:block!important;margin:0 0 12px!important;padding:12px!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-author-rating-formula span{display:block!important;margin-top:4px!important;font-size:12px!important;line-height:16px!important;}.fr-author-rating-help ul{font-size:13px!important;line-height:20px!important;}}@media(max-width:420px){.fr-author-rating-summary strong,.fr-author-rating-grid strong{font-size:16px!important;line-height:20px!important;}}@media(max-width:767px){.fr-authors-page{overflow-x:hidden!important;}.fr-authors-grid{grid-template-columns:1fr!important;gap:12px!important;width:100%!important;max-width:100%!important;}.fr-author-card{width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;padding:16px!important;gap:12px!important;box-sizing:border-box!important;}.fr-author-card__avatar{width:56px!important;height:56px!important;flex:0 0 56px!important;}.fr-author-card__avatar img{width:56px!important;height:56px!important;}.fr-author-card__body,.fr-author-card__head,.fr-author-card__bio,.fr-author-card__meta{min-width:0!important;max-width:100%!important;}.fr-author-card__head{align-items:flex-start!important;flex-wrap:wrap!important;gap:6px!important;}.fr-author-card__head strong{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}.fr-author-card__bio{margin-bottom:12px!important;}.fr-author-card__meta--text{gap:6px 10px!important;}.fr-category-hero__title-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;}.fr-category-hero__subscribe{width:100%!important;justify-content:center!important;min-height:44px!important;}}@media(max-width:767px){.fr-category-hero__subscribe{width:100%!important;justify-content:center!important;height:auto!important;min-height:0!important;padding:10px 24px!important;border-radius:12px!important;font-size:14px!important;line-height:20px!important;}.fr-category-hero__subscribe .fr-icon,.fr-category-hero__subscribe svg{width:18px!important;height:18px!important;flex:0 0 18px!important;}}.fr-author-followers-modal[data-fr-modal-pane="followers"] .fr-term-modal__dialog{width:min(560px,calc(100vw - 48px))!important;max-width:560px!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__dialog{width:min(900px,calc(100vw - 64px))!important;max-width:900px!important;}@media(max-width:767px){.fr-author-followers-modal[data-fr-modal-pane="followers"] .fr-term-modal__dialog,.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__dialog,.fr-author-followers-modal[data-fr-modal-pane="achievements"] .fr-term-modal__dialog,.fr-author-followers-modal[data-fr-modal-pane="contributions"] .fr-term-modal__dialog{width:100%!important;max-width:none!important;}.fr-author-rating-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin:12px 0!important;}.fr-author-rating-summary div{padding:9px 6px!important;}.fr-author-rating-summary span{font-size:11px!important;line-height:14px!important;}.fr-author-rating-summary strong{font-size:17px!important;line-height:21px!important;}.fr-comment__reaction-wrap{position:relative!important;}.fr-comment__reaction-popover{position:absolute!important;left:0!important;right:auto!important;bottom:calc(100% + 8px)!important;top:auto!important;transform:none!important;z-index:80!important;}.fr-single-value-section .fv__metricsbox{align-items:stretch!important;}.fr-single-value-section .fv__metric-row{justify-content:flex-start!important;}.fr-single-value-section .fv__metric-title{min-height:28px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;}.fr-single-value-section .fv__votes-row .fv__metric-title,.fr-single-value-section .fv__metric-row:has(.js-fv-votes) .fv__metric-title{align-items:flex-start!important;}}@media(max-width:767px){.fr-scroll-to-top{bottom:var(--fr-scroll-top-bottom,16px)!important;}body:not(.fr-cookie-accepted) .fr-scroll-to-top.is-visible{bottom:var(--fr-scroll-top-bottom,78px)!important;}}.fr-support-page{background:#F8F8F8;min-height:100vh;padding:32px 24px 112px;}.fr-support-shell{max-width:1400px;margin:0 auto;display:flex;gap:24px;}.fr-support-spacer{display:block;width:224px;flex:0 0 224px;}.fr-support-main{flex:1;max-width:896px;}.fr-support-head{display:flex;align-items:center;gap:16px;margin:0 0 32px;}.fr-support-head__icon{width:64px;height:64px;flex:0 0 64px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#E9F2FF;color:#3F7CDF;}.fr-support-head__icon .fr-icon{width:32px;height:32px;stroke-width:1.5;}.fr-support-head h1{margin:0 0 4px;color:#1A1A1A;font-family:var(--font-heading);font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-.02em;}.fr-support-head p{margin:0;color:#888;font-size:16px;line-height:1.5;font-weight:400;}.fr-support-card,.fr-support-ticket{background:#fff;border-radius:16px;box-shadow:none;}.fr-support-card{padding:32px;margin:0 0 24px;}.fr-support-form{display:grid;gap:24px;}.fr-support-field{display:block;}.fr-support-field span,.fr-support-upload>span,.fr-support-answer-form label span{display:block;margin:0 0 8px;color:#1A1A1A;font-size:14px;line-height:20px;font-weight:500;}.fr-support-field small{display:block;margin:0 0 8px;color:#888;font-size:12px;line-height:16px;font-weight:400;}.fr-support-field input,.fr-support-field select,.fr-support-field textarea,.fr-support-answer-form textarea,.fr-support-answer-form select{width:100%;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#1A1A1A;font-size:15px;line-height:22px;font-weight:400;outline:none;box-shadow:none;}.fr-support-field input,.fr-support-field select,.fr-support-answer-form select{height:48px;padding:0 16px;}.fr-support-field textarea,.fr-support-answer-form textarea{display:block;min-height:144px;padding:12px 16px;resize:vertical;}.fr-support-field input:focus,.fr-support-field select:focus,.fr-support-field textarea:focus,.fr-support-answer-form textarea:focus,.fr-support-answer-form select:focus{border-color:transparent;box-shadow:0 0 0 2px #3F7CDF;}.fr-support-upload input{position:absolute;opacity:0;pointer-events:none;}.fr-support-upload em{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:144px;border:2px dashed #E5E5E5;border-radius:12px;background:#fff;color:#888;text-align:center;font-style:normal;cursor:pointer;transition:border-color .16s ease;}.fr-support-upload em:hover{border-color:#3F7CDF;}.fr-support-upload .fr-icon{width:32px;height:32px;margin:0 0 8px;stroke-width:1.5;}.fr-support-upload strong{margin:0 0 2px;color:#1A1A1A;font-size:14px;line-height:20px;font-weight:500;}.fr-support-upload small{color:#888;font-size:12px;line-height:16px;}.fr-support-agree{display:flex;align-items:flex-start;gap:12px;color:#888;font-size:14px;line-height:20px;font-weight:400;}.fr-support-agree input{width:16px;height:16px;margin:2px 0 0;accent-color:#3F7CDF;}.fr-support-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;border:0;border-radius:12px;background:#3F7CDF;color:#fff!important;padding:12px 24px;text-decoration:none!important;font-size:15px;line-height:20px;font-weight:500;cursor:pointer;}.fr-support-submit:hover{background:#2E5FBF;}.fr-support-submit .fr-icon{width:20px;height:20px;stroke-width:1.5;}.fr-support-notice{margin:0 0 16px;padding:14px 16px;border-radius:12px;font-size:14px;line-height:20px;}.fr-support-notice.is-ok{background:#D1FAE5;color:#065F46;}.fr-support-notice.is-error{background:#FEE2E2;color:#991B1B;}.fr-support-tickets{margin:0 0 24px;}.fr-support-tickets h2{margin:0 0 16px;color:#1A1A1A;font-family:var(--font-heading);font-size:24px;line-height:1.25;font-weight:700;}.fr-support-ticket-list{display:grid;gap:16px;}.fr-support-ticket{overflow:hidden;}.fr-support-ticket__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px;}.fr-support-ticket__body{min-width:0;flex:1;}.fr-support-ticket__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 10px;color:#888;font-size:12px;line-height:16px;}.fr-support-status{display:inline-flex;align-items:center;gap:4px;border-radius:8px;padding:4px 10px;font-size:12px;line-height:16px;font-weight:600;}.fr-support-status .fr-icon{width:14px;height:14px;stroke-width:1.5;}.fr-support-status--answered{background:#D1FAE5;color:#065F46;}.fr-support-status--progress,.fr-support-status--new{background:#FEF3C7;color:#92400E;}.fr-support-status--closed{background:#E5E5E5;color:#888;}.fr-support-ticket h3{margin:0 0 4px;color:#1A1A1A;font-family:var(--font-heading);font-size:18px;line-height:1.35;font-weight:700;}.fr-support-ticket__body p{margin:0;color:#888;font-size:14px;line-height:20px;}.fr-support-ticket__toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;min-height:40px;border-radius:12px;background:#F8F8F8;color:#1A1A1A;text-decoration:none!important;padding:10px 16px;font-size:14px;line-height:20px;font-weight:500;}.fr-support-ticket__toggle:hover{background:#E5E5E5;}.fr-support-ticket__toggle .fr-icon{width:16px;height:16px;stroke-width:1.5;}.fr-support-ticket__details{padding:0 24px 24px;}.fr-support-question{padding-top:16px;border-top:1px solid #E5E5E5;}.fr-support-question>strong{display:block;margin:0 0 8px;color:#1A1A1A;font-size:14px;line-height:20px;font-weight:600;}.fr-support-question p{margin:0;color:#3A3A3A;font-size:14px;line-height:22px;}.fr-support-attachment{display:inline-flex;margin-top:10px;color:#3F7CDF;font-size:14px;line-height:20px;text-decoration:none;}.fr-support-answer{display:flex;gap:12px;margin-top:16px;padding:16px;border-radius:12px;background:#F8F8F8;}.fr-support-answer__icon{width:32px;height:32px;flex:0 0 32px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#3F7CDF;color:#fff;}.fr-support-answer__icon .fr-icon{width:16px;height:16px;stroke-width:1.5;}.fr-support-answer strong{display:block;margin:0 0 4px;color:#1A1A1A;font-size:14px;line-height:20px;font-weight:500;}.fr-support-answer p{margin:0;color:#3A3A3A;font-size:14px;line-height:22px;}.fr-support-answer-form{display:grid;gap:12px;margin-top:16px;}.fr-support-answer-form__bottom{display:flex;align-items:center;gap:12px;}.fr-support-answer-form__bottom select{flex:1;}.fr-support-answer-form__bottom .fr-support-submit{width:auto;min-width:160px;}.fr-support-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;border-radius:16px;background:#fff;color:#888;text-align:center;}.fr-support-empty .fr-icon{width:40px;height:40px;margin-bottom:10px;color:#CCCCCC;stroke-width:1.5;}.fr-support-empty p{margin:0;}.fr-support-login h2{margin:0 0 8px;color:#1A1A1A;font-family:var(--font-heading);font-size:24px;line-height:1.25;}.fr-support-login p{margin:0 0 20px;color:#888;line-height:1.5;}@media(max-width:1279px){.fr-support-shell{max-width:896px;}.fr-support-spacer{display:none;}.fr-support-main{max-width:none;}}@media(max-width:767px){.fr-support-page{padding:24px 16px 96px;}.fr-support-head{align-items:flex-start;margin-bottom:24px;}.fr-support-head__icon{width:56px;height:56px;flex-basis:56px;border-radius:14px;}.fr-support-head__icon .fr-icon{width:28px;height:28px;}.fr-support-head h1{font-size:24px;}.fr-support-head p{font-size:14px;line-height:20px;}.fr-support-card{padding:20px;}.fr-support-ticket__top{display:block;padding:20px;}.fr-support-ticket__toggle{width:100%;margin-top:14px;}.fr-support-ticket__details{padding:0 20px 20px;}.fr-support-answer-form__bottom{display:grid;}.fr-support-answer-form__bottom .fr-support-submit{width:100%;min-width:0;}}.fr-support-shell{justify-content:center!important;}.fr-support-spacer{display:none!important;}.fr-support-svg{display:block;flex:0 0 auto;}.fr-support-head__icon .fr-support-svg{width:32px;height:32px;color:#3F7CDF;}.fr-support-upload em .fr-support-svg{width:32px;height:32px;margin:0 0 8px;color:#888;}.fr-support-submit .fr-support-svg{width:20px;height:20px;color:#fff;}.fr-support-status .fr-support-svg{width:12px;height:12px;}.fr-support-status--answered .fr-support-svg,.fr-support-status--closed .fr-support-svg{color:#065F46;}.fr-support-status--progress .fr-support-svg,.fr-support-status--new .fr-support-svg{color:#92400E;}.fr-support-empty .fr-support-svg{width:40px;height:40px;margin-bottom:10px;color:#CCCCCC;}.fr-support-ticket__toggle{border:0;cursor:pointer;}.fr-support-ticket__toggle-icon{display:inline-flex;align-items:center;justify-content:center;}.fr-support-ticket__toggle-icon .fr-support-svg{width:16px;height:16px;color:#1A1A1A;}.fr-support-ticket:not(.is-open) [data-fr-support-toggle-icon-close],.fr-support-ticket.is-open [data-fr-support-toggle-icon-open]{display:none!important;}.fr-support-select{position:relative;display:block;width:100%;}.fr-support-select select{appearance:none!important;-webkit-appearance:none!important;width:100%;padding-right:44px!important;cursor:pointer;}.fr-support-select>.fr-support-svg{position:absolute;right:16px;top:50%;width:20px;height:20px;color:#888;transform:translateY(-50%);pointer-events:none;}.fr-support-select--status{min-width:180px;}.fr-support-select--status select{height:44px;}.fr-support-field select,.fr-support-answer-form select{background:#fff!important;color:#1A1A1A!important;font-size:15px!important;line-height:22px!important;font-weight:400!important;border:1px solid #E5E5E5!important;border-radius:12px!important;box-shadow:none!important;}.fr-support-field select:focus,.fr-support-answer-form select:focus{border-color:transparent!important;box-shadow:0 0 0 2px #3F7CDF!important;}.fr-support-field:has(.fr-support-select)>span:first-child{margin-bottom:8px;}@media(max-width:767px){.fr-support-main{max-width:none!important;}.fr-support-head__icon .fr-support-svg{width:28px;height:28px;}.fr-support-select--status{min-width:0;width:100%;}}.fr-support-page{max-width:896px!important;margin:0!important;padding:0!important;background:transparent!important;min-height:0!important;}.fr-support-shell{display:block!important;max-width:none!important;margin:0!important;padding:0!important;}.fr-support-main{width:100%!important;max-width:896px!important;margin:0!important;}.fr-support-status--closed{background:#E5E5E5!important;color:#888!important;}.fr-support-status--closed .fr-support-svg{color:#888!important;}.fr-support-status--answered .fr-support-svg{color:#065F46!important;}.fr-support-status--progress .fr-support-svg,.fr-support-status--new .fr-support-svg{color:#92400E!important;}.fr-support-answer__icon{width:32px!important;height:32px!important;flex:0 0 32px!important;}.fr-support-answer__icon .fr-support-svg,.fr-support-answer__icon .fr-icon,.fr-support-answer__icon svg{width:16px!important;height:16px!important;color:#fff!important;stroke-width:1.5!important;}.fr-support-head__icon .fr-support-svg,.fr-support-head__icon svg{width:32px!important;height:32px!important;stroke-width:1.5!important;}.fr-support-upload em .fr-support-svg,.fr-support-upload em svg{stroke-width:1.5!important;}.fr-support-submit .fr-support-svg,.fr-support-submit svg{stroke-width:1.5!important;}.fr-support-ticket__toggle-icon .fr-support-svg,.fr-support-ticket__toggle-icon svg{stroke-width:1.15!important;}.fr-support-select>.fr-support-svg,.fr-support-select>svg{stroke-width:1.25!important;}.fr-support-empty .fr-support-svg,.fr-support-empty svg{stroke-width:1.5!important;}@media(max-width:767px){.fr-support-page{max-width:none!important;}.fr-support-main{max-width:none!important;}.fr-support-head__icon .fr-support-svg,.fr-support-head__icon svg{width:28px!important;height:28px!important;}}@media(max-width:767px){.fr-term-modal,.fr-report-modal{z-index:100000!important;}.fr-term-modal__backdrop,.fr-report-modal__backdrop{position:fixed!important;inset:0!important;background:rgba(0,0,0,.5)!important;}.fr-term-modal__dialog{position:fixed!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;transform:none!important;width:100%!important;max-width:none!important;max-height:calc(100dvh - 24px)!important;margin:0!important;border-radius:20px 20px 0 0!important;padding:22px 20px max(22px,calc(18px + env(safe-area-inset-bottom)))!important;overflow-y:auto!important;overscroll-behavior:contain!important;box-shadow:0 -18px 64px rgba(0,0,0,.22)!important;}.fr-term-modal__pane{min-height:0!important;max-height:none!important;overflow:visible!important;}.fr-term-modal__list,.fr-term-modal__subscribers{max-height:none!important;overflow:visible!important;padding-right:0!important;}.fr-term-modal h3{margin-right:48px!important;margin-bottom:18px!important;font-size:20px!important;line-height:25px!important;}.fr-term-modal__close{right:14px!important;top:14px!important;background:transparent!important;}.fr-term-modal__close:hover{background:#F8F8F8!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__close{position:absolute!important;right:14px!important;top:14px!important;margin:0!important;z-index:6!important;background:transparent!important;box-shadow:none!important;}.fr-author-followers-modal[data-fr-modal-pane="followers"] .fr-term-modal__dialog,.fr-author-followers-modal[data-fr-modal-pane="achievements"] .fr-term-modal__dialog,.fr-author-followers-modal[data-fr-modal-pane="contributions"] .fr-term-modal__dialog{width:100%!important;max-width:none!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__dialog{width:100%!important;max-width:none!important;max-height:calc(100dvh - 12px)!important;padding-top:18px!important;}.fr-author-followers-modal .fr-term-modal__subscribers{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}.fr-author-rating-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-author-rating-grid{display:flex!important;grid-template-columns:none!important;align-items:stretch!important;flex:0 0 auto!important;gap:10px!important;min-height:0!important;width:100%!important;max-width:100%!important;margin:0 0 16px!important;padding:0 0 10px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-author-rating-grid::-webkit-scrollbar{height:0!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-author-rating-grid div{display:flex!important;flex:0 0 164px!important;min-width:164px!important;flex-direction:column!important;justify-content:flex-start!important;padding:10px!important;scroll-snap-align:start!important;background:transparent!important;}.fr-author-rating-summary div,.fr-author-rating-grid div{padding:9px 7px!important;min-width:0!important;}.fr-author-rating-summary span,.fr-author-rating-grid span{font-size:11px!important;line-height:14px!important;overflow-wrap:normal!important;}.fr-author-rating-summary strong,.fr-author-rating-grid strong{font-size:17px!important;line-height:21px!important;}.fr-author-rating-grid small{font-size:11px!important;line-height:14px!important;}.fr-report-modal{align-items:flex-end!important;justify-content:center!important;padding:0!important;}.fr-report-modal__dialog{width:100%!important;max-width:none!important;max-height:calc(100dvh - 24px)!important;border-radius:20px 20px 0 0!important;padding:22px 20px max(22px,calc(18px + env(safe-area-inset-bottom)))!important;overflow-y:auto!important;overscroll-behavior:contain!important;}.fr-report-modal__close{background:transparent!important;}.fr-report-modal__close:hover{background:#F8F8F8!important;}}.fr-single-value-section .fv__metricsbox{grid-template-columns:repeat(4,minmax(0,1fr))!important;}.fr-single-value-section .fv__metric-row--support{appearance:none!important;-webkit-appearance:none!important;width:100%!important;border:0!important;cursor:pointer!important;color:inherit!important;font:inherit!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:#F8F8F8!important;border-radius:12px!important;padding:16px!important;margin:0!important;}.fr-single-value-section .fv__metric-row--support:hover{background:#F8F8F8!important;color:inherit!important;}.fr-single-value-section .fv__metric-value--support{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:29px!important;margin:0!important;color:#1A1A1A!important;font-size:24px!important;line-height:1.2!important;font-weight:700!important;min-width:0!important;}.fr-single-value-section .fv__metric-value--support .js-fr-idea-support-score{display:inline-flex!important;align-items:center!important;line-height:1!important;}.fr-single-value-section .fv__metric-value--support .js-fr-idea-support-score .num{display:inline-block!important;line-height:1.2!important;}.fr-single-value-section .fv__metric-row--support .fv__metric-title{margin:4px 0 0!important;}.fr-idea-support-avatars{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;vertical-align:middle!important;}.fr-idea-support-avatars img{width:28px!important;height:28px!important;flex:0 0 28px!important;border:2px solid #F8F8F8!important;border-radius:999px!important;object-fit:cover!important;background:#fff!important;}.fr-idea-support-avatars img+img{margin-left:-9px!important;}.fv__metric-row--support .fr-idea-support-avatars--empty{display:none!important;}.fr-idea-support-avatars--empty{width:28px!important;height:28px!important;border-radius:999px!important;background:#E5E5E5!important;}.fr-idea-support-block-slot{margin-top:28px!important;}.fr-idea-support-block{display:grid!important;gap:16px!important;margin:0!important;padding:0!important;border-radius:0!important;background:transparent!important;}.fr-idea-support-block__head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;}.fr-idea-support-block__head h3{margin:0 0 4px!important;color:#1A1A1A!important;font-size:20px!important;line-height:26px!important;font-weight:700!important;}.fr-idea-support-block__head p{margin:0!important;color:#888!important;font-size:14px!important;line-height:20px!important;}.fr-idea-support-block__list{display:grid!important;gap:12px!important;}.fr-idea-support-card{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:14px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;}.fr-idea-support-card__avatar{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:999px!important;overflow:hidden!important;background:#E5E5E5!important;}.fr-idea-support-card__avatar img{width:100%!important;height:100%!important;object-fit:cover!important;}.fr-idea-support-card__body{min-width:0!important;flex:1!important;}.fr-idea-support-card__name{display:inline-block!important;margin:0 0 4px!important;color:#1A1A1A!important;font-size:15px!important;line-height:20px!important;font-weight:600!important;text-decoration:none!important;}.fr-idea-support-card__name:hover{color:#1A1A1A!important;}.fr-idea-support-card__text{margin:0 0 8px!important;color:#1A1A1A!important;font-size:14px!important;line-height:22px!important;overflow-wrap:anywhere!important;}.fr-idea-support-card__meta{display:flex!important;align-items:center!important;gap:8px 12px!important;flex-wrap:wrap!important;color:#888!important;font-size:12px!important;line-height:16px!important;}.fr-idea-support-card__status{display:inline-flex!important;align-items:center!important;min-height:22px!important;padding:3px 8px!important;border-radius:999px!important;background:#F8F8F8!important;color:#888!important;font-size:12px!important;line-height:16px!important;}.fr-idea-support-card__status--in_progress{background:#E9F2FF!important;color:#3F7CDF!important;}.fr-idea-support-card__status--done{background:#ECFDF3!important;color:#067647!important;}.fr-idea-support-list-modal .fr-report-modal__dialog,.fr-idea-support-modal .fr-report-modal__dialog{max-width:560px!important;}.fr-idea-support-list-modal .fr-report-modal__body{display:grid!important;gap:14px!important;max-height:min(62vh,520px)!important;overflow-y:auto!important;padding-right:4px!important;padding-bottom:12px!important;}.fr-idea-support-list-modal__summary{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}.fr-idea-support-list-modal__summary-card{padding:14px!important;border-radius:12px!important;background:#F8F8F8!important;}.fr-idea-support-list-modal__summary-card strong{display:block!important;margin:0 0 4px!important;color:#1A1A1A!important;font-size:28px!important;line-height:32px!important;font-weight:700!important;}.fr-idea-support-list-modal__summary-card span{display:block!important;color:#888!important;font-size:14px!important;line-height:20px!important;}.fr-idea-support-empty{margin:0!important;color:#888!important;font-size:14px!important;line-height:20px!important;}.fr-idea-support-modal .fr-report-modal__body{gap:16px!important;}.fr-idea-support-modal .fr-report-modal__field label{font-size:14px!important;line-height:20px!important;font-weight:500!important;color:#1A1A1A!important;}.fr-idea-support-modal select,.fr-idea-support-modal textarea,.fr-idea-support-modal input[type="date"]{font-size:14px!important;line-height:20px!important;}.fr-idea-support-form textarea{resize:vertical!important;}.fr-idea-support-select{position:relative!important;display:block!important;}.fr-idea-support-select select{width:100%!important;min-height:44px!important;padding:12px 42px 12px 14px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;color:#1A1A1A!important;appearance:none!important;-webkit-appearance:none!important;outline:none!important;}.fr-idea-support-select select:focus{border-color:#3F7CDF!important;}.fr-idea-support-select__icon{position:absolute!important;right:14px!important;top:50%!important;width:16px!important;height:16px!important;transform:translateY(-50%)!important;color:#888!important;pointer-events:none!important;}.fr-idea-support-date{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:hidden!important;}.fr-idea-support-date .fr-icon,.fr-idea-support-date svg{position:absolute!important;right:14px!important;left:auto!important;top:50%!important;width:16px!important;height:16px!important;transform:translateY(-50%)!important;color:#888!important;pointer-events:none!important;z-index:2!important;}.fr-idea-support-date input[type="date"]{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;inline-size:100%!important;max-inline-size:100%!important;height:44px!important;min-height:44px!important;box-sizing:border-box!important;margin:0!important;padding:12px 42px 12px 14px!important;border:1px solid #E5E5E5!important;border-radius:12px!important;background:#fff!important;color:#1A1A1A!important;font:inherit!important;font-size:14px!important;line-height:20px!important;outline:none!important;appearance:none!important;-webkit-appearance:none!important;overflow:hidden!important;}.fr-idea-support-date input[type="date"]:focus{border-color:#3F7CDF!important;}.fr-idea-support-date input[type="date"]::-webkit-calendar-picker-indicator{position:absolute!important;right:0!important;top:0!important;width:44px!important;height:100%!important;margin:0!important;padding:0!important;opacity:0!important;cursor:pointer!important;}.fr-idea-support-date input[type="date"]::-webkit-date-and-time-value{min-width:0!important;margin:0!important;padding:0!important;text-align:left!important;}.fr-idea-support-date input[type="date"]::-webkit-datetime-edit{min-width:0!important;margin:0!important;padding:0!important;}.fr-idea-support-date input[type="date"]::-webkit-inner-spin-button,.fr-idea-support-date input[type="date"]::-webkit-clear-button{display:none!important;-webkit-appearance:none!important;margin:0!important;}.fr-idea-support-form__ai-note{margin:-4px 0 0!important;color:#888!important;font-size:12px!important;line-height:18px!important;}.fr-idea-support-form__actions{display:grid!important;gap:10px!important;}.fr-idea-support-modal .fr-report-modal__submit{min-height:48px!important;padding:12px 16px!important;border-radius:12px!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;transition:background .2s ease,color .2s ease,border-color .2s ease!important;}.fr-idea-support-modal .fr-report-modal__submit:not(.fr-report-modal__submit--secondary):hover:not(:disabled){background:#2E5FBF!important;color:#fff!important;}.fr-report-modal__submit:disabled{background:#E5E5E5!important;color:#888!important;opacity:1!important;cursor:not-allowed!important;}.fr-report-modal__submit--secondary{background:#fff!important;color:#B91C1C!important;border:1px solid #E5E5E5!important;}.fr-idea-support-modal .fr-report-modal__submit--secondary:hover:not(:disabled){background:#F8F8F8!important;color:#B91C1C!important;border-color:#E5E5E5!important;}.fr-report-modal__submit--secondary:hover{background:#F8F8F8!important;}.fr-report-modal__status.is-success{color:#888!important;}.fr-report-modal__status.is-error{color:#B91C1C!important;}.fr-post-card__support-meta{gap:5px!important;cursor:pointer!important;}.fr-post-card__support-avatars .fr-idea-support-avatars img{width:18px!important;height:18px!important;flex-basis:18px!important;border-width:1px!important;}.fr-post-card__support-avatars .fr-idea-support-avatars img+img{margin-left:-6px!important;}.fr-post-card__support-avatars .fr-idea-support-avatars--empty{display:none!important;}@media(max-width:767px){.fr-single-value-section .fv__metricsbox{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.fr-idea-support-block__head{display:grid!important;gap:10px!important;}.fr-idea-support-card{padding:12px!important;}.fr-idea-support-list-modal .fr-report-modal__dialog,.fr-idea-support-modal .fr-report-modal__dialog{max-width:none!important;}.fr-idea-support-list-modal__summary{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}.fr-post-card__support-meta{display:none!important;}}.fr-idea-support-block-slot--single{margin-top:16px!important;margin-bottom:32px!important;}.fr-idea-support-block-slot--single:empty{display:none!important;}.fr-single-post-main>.fr-idea-support-block-slot--single .fr-idea-support-block{margin:0!important;padding:24px!important;border-radius:16px!important;background:#fff!important;}.fr-single-post-main>.fr-idea-support-block-slot--single .fr-idea-support-block__list{padding:0!important;border-radius:0!important;background:transparent!important;}.fr-post-hero__support{position:absolute!important;top:18px!important;right:18px!important;z-index:2!important;display:inline-flex!important;align-items:center!important;gap:10px!important;max-width:calc(100% - 36px)!important;min-height:32px!important;padding:0!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#fff!important;text-decoration:none!important;}.fr-post-hero__support[hidden]{display:none!important;}.fr-post-hero__support:hover{color:#fff!important;background:transparent!important;}.fr-post-hero__support-text{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px!important;line-height:20px!important;font-weight:300!important;color:#fff!important;}.fr-post-hero__support-avatars{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;}.fr-post-hero__support .fr-idea-support-avatars{display:inline-flex!important;}.fr-post-hero__support .fr-idea-support-avatars img{width:24px!important;height:24px!important;flex-basis:24px!important;border:2px solid rgba(255,255,255,.7)!important;}.fr-post-hero__support .fr-idea-support-avatars img+img{margin-left:-8px!important;}.fr-post-hero__support .fr-idea-support-avatars--empty{display:none!important;}@media(max-width:767px){.fr-post-hero__support{top:14px!important;right:14px!important;max-width:calc(100% - 28px)!important;}.fr-post-hero__support-text{max-width:160px!important;}.fr-single-post-main>.fr-idea-support-block-slot--single .fr-idea-support-block{padding:20px!important;}.fr-single-post-main>.fr-idea-support-block-slot--single .fr-idea-support-block__list{padding:0!important;}}

/* Privacy/legal pages and switch controls */
.fr-legal-doc section+section{margin-top:28px;}
.fr-legal-callout{margin:12px 0 18px;padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--muted-foreground);font-size:14px;line-height:1.55;}.fr-legal-callout strong{color:var(--foreground);font-weight:600;}
.fr-legal-table-wrap{width:100%;overflow-x:auto;}
.fr-legal-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--border);border-radius:18px;overflow:hidden;}
.fr-legal-table th,.fr-legal-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top;}
.fr-legal-table th{font-weight:700;background:var(--secondary);}
.fr-legal-table tr:last-child td{border-bottom:0;}
.fr-consent-stack{display:grid;gap:12px;margin:18px 0;}
.fr-privacy-inline-note{margin:8px 0;color:var(--muted-foreground);font-size:14px;line-height:1.45;}
.fr-comments__privacy-note{margin:0 0 10px;}
.fr-comments__consent{margin:8px 0 10px;}
.fr-publication-consent{margin:20px 0;}
.fr-publication-consent p{margin:0;}
.fr-settings-remove-media{margin-top:10px;}
.fr-settings-public-consent{margin:18px 0;}
.fr-idea-support-consent{margin:0;}
.fr-idea-support-privacy-note{margin:-2px 0 0;}
.fr-data-request-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;}
.fr-data-request-actions .fr-btn{min-height:44px;padding:0 18px;border-radius:12px;text-decoration:none;min-width:0;}
.fr-data-request-actions .fr-btn svg{width:18px;height:18px;}
.fr-btn--secondary{color:var(--foreground);background:#fff;border:1px solid var(--border);}
.fr-btn--secondary:hover{background:var(--secondary);color:var(--foreground);}
.fr-auth-consents{gap:10px;}
.fr-consent-check,.fr-auth-check,.fr-checkbox-line,.fr-support-agree,.frfp-event-item,.frfp-poll-checkbox,.fr-platform-metrics-compare-toggle{display:flex;align-items:flex-start;gap:10px;min-width:0;color:var(--foreground);font-size:14px;line-height:1.45;}
.fr-consent-check span,.fr-auth-check span,.fr-checkbox-line span,.fr-support-agree span,.frfp-event-item span,.frfp-poll-checkbox span,.fr-platform-metrics-compare-toggle span{display:block;min-width:0;}
.fr-consent-check a,.fr-auth-check a,.fr-checkbox-line a,.fr-support-agree a,.frfp-event-item a,.frfp-poll-checkbox a,.fr-privacy-inline-note a{display:inline;margin:0;padding:0;color:var(--accent);text-decoration:none;}
.fr-consent-check a:hover,.fr-auth-check a:hover,.fr-checkbox-line a:hover,.fr-support-agree a:hover,.frfp-event-item a:hover,.frfp-poll-checkbox a:hover,.fr-privacy-inline-note a:hover{text-decoration:underline;}
.fr-consent-check input[type="checkbox"],.fr-auth-check input[type="checkbox"],.fr-checkbox-line input[type="checkbox"],.fr-support-agree input[type="checkbox"],.frfp-event-item input[type="checkbox"],.frfp-poll-checkbox input[type="checkbox"],.fr-platform-metrics-compare-toggle input[type="checkbox"]{appearance:none;-webkit-appearance:none;position:relative;width:34px;height:20px;min-width:34px;max-width:34px;margin:1px 0 0;flex:0 0 34px;border:0;border-radius:999px;background:#DADDE3;cursor:pointer;transition:background .2s ease,box-shadow .2s ease;}
.fr-consent-check input[type="checkbox"]:before,.fr-auth-check input[type="checkbox"]:before,.fr-checkbox-line input[type="checkbox"]:before,.fr-support-agree input[type="checkbox"]:before,.frfp-event-item input[type="checkbox"]:before,.frfp-poll-checkbox input[type="checkbox"]:before,.fr-platform-metrics-compare-toggle input[type="checkbox"]:before{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.18);transition:transform .2s ease;}
.fr-consent-check input[type="checkbox"]:checked,.fr-auth-check input[type="checkbox"]:checked,.fr-checkbox-line input[type="checkbox"]:checked,.fr-support-agree input[type="checkbox"]:checked,.frfp-event-item input[type="checkbox"]:checked,.frfp-poll-checkbox input[type="checkbox"]:checked,.fr-platform-metrics-compare-toggle input[type="checkbox"]:checked{background:var(--accent);}
.fr-consent-check input[type="checkbox"]:checked:before,.fr-auth-check input[type="checkbox"]:checked:before,.fr-checkbox-line input[type="checkbox"]:checked:before,.fr-support-agree input[type="checkbox"]:checked:before,.frfp-event-item input[type="checkbox"]:checked:before,.frfp-poll-checkbox input[type="checkbox"]:checked:before,.fr-platform-metrics-compare-toggle input[type="checkbox"]:checked:before{transform:translateX(14px);}
.fr-consent-check input[type="checkbox"]:focus-visible,.fr-auth-check input[type="checkbox"]:focus-visible,.fr-checkbox-line input[type="checkbox"]:focus-visible,.fr-support-agree input[type="checkbox"]:focus-visible,.frfp-event-item input[type="checkbox"]:focus-visible,.frfp-poll-checkbox input[type="checkbox"]:focus-visible,.fr-platform-metrics-compare-toggle input[type="checkbox"]:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(63,124,223,.22);}
.fr-myfeed-chip input[type="checkbox"]{appearance:auto;-webkit-appearance:auto;position:absolute;opacity:0;pointer-events:none;}
@media(max-width:767px){.fr-legal-callout{padding:16px;border-radius:16px;}.fr-consent-check,.fr-auth-check,.fr-checkbox-line,.fr-support-agree,.frfp-event-item,.frfp-poll-checkbox{font-size:13px;line-height:1.45;}.fr-data-request-actions{flex-direction:column;align-items:stretch;}.fr-data-request-actions .fr-btn{width:100%;}.fr-main input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),.fr-main select,.fr-main textarea,.fr-main .fr-input,.fr-report-modal input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),.fr-report-modal select,.fr-report-modal textarea,.fr-term-modal input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),.fr-term-modal select,.fr-term-modal textarea,.fr-mobile-menu input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]),.fr-mobile-menu select,.fr-mobile-menu textarea{font-size:16px;line-height:22px;}.fr-header .fr-search-form__input{font-size:14px;line-height:normal;}}

/* Unified popup windows */
.fr-modal,.fr-report-modal,.fr-term-modal,.frfp-related-backdrop,.frfp-templates-backdrop,.frfp-poll-backdrop{z-index:100000!important;}
.fr-modal__dialog,.fr-report-modal__dialog,.fr-term-modal__dialog,.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{position:relative!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:16px!important;background:#fff!important;color:#1A1A1A!important;padding:24px!important;box-shadow:0 24px 80px rgba(0,0,0,.18)!important;}
.fr-modal__head,.fr-report-modal__head,.fr-term-modal__head,.frfp-related-modal-header,.frfp-templates-modal-header,.frfp-poll-modal-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 20px!important;padding:0!important;border:0!important;}
.fr-modal__head h3,.fr-report-modal__head h3,.fr-term-modal h3,.frfp-related-modal-title,.frfp-templates-modal-title,.frfp-poll-modal-title{margin:0!important;padding:0!important;font-size:20px!important;line-height:1.25!important;font-weight:700!important;color:#1A1A1A!important;}
.fr-modal__close,.fr-report-modal__close,.fr-term-modal__close,.frfp-related-close,.frfp-templates-close,.frfp-poll-close{flex:0 0 40px!important;width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#888!important;box-shadow:none!important;cursor:pointer!important;transition:background .18s ease,color .18s ease!important;}
.fr-modal__close:hover,.fr-report-modal__close:hover,.fr-term-modal__close:hover,.frfp-related-close:hover,.frfp-templates-close:hover,.frfp-poll-close:hover{background:#F8F8F8!important;color:#1A1A1A!important;box-shadow:none!important;}.fr-term-modal__close{position:absolute!important;top:16px!important;right:16px!important;z-index:2!important;}
.fr-modal__body,.fr-report-modal__body,.fr-term-modal__pane,.fr-myfeed-modal__body,.frfp-related-modal-body,.frfp-templates-modal-body,.frfp-poll-modal-body{min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin!important;padding-right:4px!important;padding-bottom:14px!important;}
.fr-term-modal__pane{display:grid!important;gap:16px!important;}.fr-term-modal__pane>h3:first-child{padding-right:52px!important;}
.fr-term-modal__list,.fr-term-modal__subscribers{display:grid!important;gap:10px!important;min-height:0!important;overflow:visible!important;padding:0!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__close{position:absolute!important;top:14px!important;right:14px!important;width:36px!important;height:36px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:#888!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__close:hover,.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__close:focus-visible{background:#F8F8F8!important;color:#1A1A1A!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__close .fr-icon{width:20px!important;height:20px!important;stroke-width:1.5!important;}.fr-term-modal-author,.fr-term-modal-subscriber{padding:12px!important;border-radius:12px!important;}
.fr-modal__body::-webkit-scrollbar,.fr-report-modal__body::-webkit-scrollbar,.fr-term-modal__pane::-webkit-scrollbar,.fr-myfeed-modal__body::-webkit-scrollbar,.frfp-related-modal-body::-webkit-scrollbar,.frfp-templates-modal-body::-webkit-scrollbar,.frfp-poll-modal-body::-webkit-scrollbar{width:6px!important;}
.fr-modal__body::-webkit-scrollbar-thumb,.fr-report-modal__body::-webkit-scrollbar-thumb,.fr-term-modal__pane::-webkit-scrollbar-thumb,.fr-myfeed-modal__body::-webkit-scrollbar-thumb,.frfp-related-modal-body::-webkit-scrollbar-thumb,.frfp-templates-modal-body::-webkit-scrollbar-thumb,.frfp-poll-modal-body::-webkit-scrollbar-thumb{border-radius:999px!important;background:#CCCCCC!important;}
.fr-term-modal-author,.fr-term-modal-subscriber,.fr-author-achievement,.fr-author-contribution,.fr-author-rating-summary div,.fr-author-rating-grid div,.fr-myfeed-chip,.frfp-coauthor-result{transition:background .16s ease,color .16s ease,border-color .16s ease!important;}.fr-author-contribution:hover,.fr-author-contribution:hover .fr-author-contribution__title{background:inherit!important;color:inherit!important;}
.fr-term-modal-author:hover,.fr-term-modal-subscriber:hover,.fr-author-achievement:hover,.fr-myfeed-chip:hover,.frfp-coauthor-result:hover{background:#e9f2ff!important;color:#1A1A1A!important;}
@media(max-width:767px){.fr-modal,.fr-report-modal,.fr-term-modal,.frfp-related-backdrop,.frfp-templates-backdrop,.frfp-poll-backdrop{align-items:flex-end!important;justify-content:center!important;padding:0!important;}.fr-modal__dialog,.fr-report-modal__dialog,.fr-term-modal__dialog,.frfp-related-modal,.frfp-templates-modal,.frfp-poll-modal{left:auto!important;right:auto!important;top:auto!important;bottom:0!important;transform:none!important;width:100%!important;max-width:none!important;max-height:calc(100dvh - 24px)!important;margin:0!important;border-radius:20px 20px 0 0!important;padding:20px!important;}}@media(max-width:480px){.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__dialog{left:auto!important;right:auto!important;top:auto!important;bottom:0!important;transform:none!important;width:100vw!important;max-width:100vw!important;height:auto!important;max-height:calc(100dvh - 48px)!important;margin:0!important;padding:16px!important;border-radius:20px 20px 0 0!important;overflow:hidden!important;box-sizing:border-box!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__pane{min-width:0!important;max-width:100%!important;max-height:calc(100dvh - 80px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;padding:0 0 18px!important;box-sizing:border-box!important;scrollbar-width:thin!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] h3{margin-right:44px!important;font-size:19px!important;line-height:24px!important;}.fr-author-rating-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;padding:0!important;margin:14px 0!important;align-items:stretch!important;}.fr-author-rating-summary::-webkit-scrollbar{display:none!important;}.fr-author-rating-summary div{min-width:0!important;width:auto!important;max-width:100%!important;min-height:86px!important;padding:10px 8px!important;overflow:visible!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:flex-start!important;}.fr-author-rating-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:10px!important;min-width:0!important;width:100%!important;max-width:100%!important;align-items:stretch!important;}.fr-author-rating-grid div{min-width:0!important;width:auto!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:11px 12px!important;overflow:visible!important;box-sizing:border-box!important;white-space:normal!important;align-self:stretch!important;}.fr-author-rating-summary span,.fr-author-rating-grid span{white-space:normal!important;font-size:12px!important;line-height:16px!important;overflow-wrap:anywhere!important;}.fr-author-rating-summary strong{display:block!important;margin-top:auto!important;font-size:17px!important;line-height:21px!important;white-space:normal!important;overflow-wrap:anywhere!important;}.fr-author-rating-grid strong{font-size:17px!important;line-height:21px!important;white-space:normal!important;overflow-wrap:anywhere!important;}.fr-author-rating-grid small{white-space:normal!important;font-size:12px!important;line-height:16px!important;overflow-wrap:anywhere!important;}.fr-author-rating-formula{display:block!important;padding:12px!important;margin-bottom:14px!important;}.fr-author-rating-formula span{display:block!important;margin-top:4px!important;font-size:13px!important;line-height:18px!important;}.fr-author-rating-help{position:relative!important;margin-top:14px!important;padding:14px!important;overflow:visible!important;}.fr-author-rating-help__content{position:relative!important;max-height:none!important;overflow:visible!important;}.fr-author-followers-modal[data-fr-modal-pane="rating"] .fr-term-modal__close{top:12px!important;right:12px!important;width:36px!important;height:36px!important;}}@media(max-width:360px){.fr-author-rating-grid{grid-template-columns:1fr!important;}}

/* Platform metrics page */
.fr-platform-metrics-page{
    width:100%;
    max-width:1112px;
    margin:0 auto;
}
.fr-platform-metrics-shell{
    display:grid;
    grid-template-columns:minmax(0,768px) 320px;
    gap:24px;
    align-items:start;
    width:100%;
    min-width:0;
}
.fr-platform-metrics-main{
    display:grid;
    gap:24px;
    min-width:0;
}
.fr-platform-metrics-sidebar{
    position:sticky;
    top:88px;
    display:grid;
    gap:16px;
    align-self:start;
    min-width:0;
}
.admin-bar .fr-platform-metrics-sidebar{top:120px;}
.fr-platform-metrics-hero p{max-width:760px;}
.fr-platform-metrics-panel{
    min-width:0;
    background:#fff;
    border-radius:16px;
    padding:24px;
}
.fr-platform-metrics-controls{
    display:grid;
    gap:14px;
    padding:18px;
}
.fr-platform-metrics-controls--mobile{display:none;}
.fr-platform-metrics-controls__head{display:grid;gap:4px;}
.fr-platform-metrics-controls h2,
.fr-platform-metrics-panel h2{
    margin:0 0 6px;
    font-size:20px;
    line-height:1.2;
    font-weight:700;
}
.fr-platform-metrics-controls p,
.fr-platform-metrics-panel__head p{
    margin:0;
    color:var(--muted-foreground);
    font-size:13px;
    line-height:1.45;
}
.fr-platform-metrics-form{
    display:grid;
    gap:8px;
    min-width:0;
}
.fr-platform-metrics-form__dates,
.fr-platform-metrics-form__actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    min-width:0;
}
.fr-platform-metrics-tabs{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:4px;
    padding:3px;
    border-radius:10px;
    background:var(--secondary);
}
.fr-platform-metrics-tabs a{
    min-height:32px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 8px;
    border-radius:8px;
    color:var(--muted-foreground);
    font-size:13px;
    line-height:1;
    font-weight:500;
    transition:background .16s ease,color .16s ease;
}
.fr-platform-metrics-tabs a:hover{color:var(--foreground);}
.fr-platform-metrics-tabs a.is-active{background:#fff;color:var(--foreground);}
.fr-platform-metrics-form label{
    min-height:38px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:0 10px;
    border-radius:10px;
    background:var(--secondary);
    color:var(--muted-foreground);
    font-size:13px;
}
.fr-platform-metrics-form label span{min-width:18px;}
.fr-platform-metrics-form input{
    width:100%;
    min-width:0;
    border:0;
    outline:none;
    background:transparent;
    color:var(--foreground);
    font-size:13px;
}
.fr-platform-metrics-compare-list{display:grid;gap:10px;}
.fr-platform-metrics-compare-toggle{
    color:var(--foreground);
    font-weight:500;
    cursor:pointer;
    align-items:flex-start;
}
.fr-platform-metrics-compare-toggle span{
    min-width:0;
}
.fr-platform-metrics-form button,
.fr-platform-metrics-export{
    min-height:38px;
    border:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:0 14px;
    border-radius:10px;
    background:var(--accent);
    color:#fff;
    font-size:13px;
    font-weight:600;
    transition:background .16s ease;
}
.fr-platform-metrics-form button:hover,
.fr-platform-metrics-export:hover{background:var(--accent-hover);color:#fff;}
.fr-platform-metrics-grid{display:grid;gap:12px;min-width:0;}
.fr-platform-metrics-grid--summary{grid-template-columns:repeat(3,minmax(0,1fr));}
.fr-platform-metrics-card{
    min-width:0;
    min-height:108px;
    padding:18px;
    border-radius:16px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:8px;
}
.fr-platform-metrics-card strong{
    display:block;
    color:var(--foreground);
    font-size:30px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-.02em;
}
.fr-platform-metrics-card strong .fr-number-tooltip,
.fr-platform-metrics-mini-grid strong .fr-number-tooltip{
    font-size:inherit;
    font-weight:inherit;
    line-height:inherit;
    letter-spacing:inherit;
    color:inherit;
}
.fr-platform-metrics-card span{
    color:var(--muted-foreground);
    font-size:14px;
    line-height:1.35;
    font-weight:500;
}
.fr-platform-metrics-card__compare{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 8px;
    border-radius:8px;
    background:var(--secondary);
    color:var(--muted-foreground);
    font-size:12px;
    line-height:1;
    font-weight:600;
}
.fr-platform-metrics-card__compare.is-up{color:var(--accent);background:#e9f2ff;}
.fr-platform-metrics-card__compare.is-down{color:#d4183d;background:#fff0f3;}
.fr-platform-metrics-card__compare.is-flat{color:var(--muted-foreground);}
.fr-platform-metrics-card__compare--average{background:#f4f8ff;color:var(--accent);}
.fr-platform-metrics-layout{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
    align-items:start;
    min-width:0;
}
.fr-platform-metrics-panel__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:20px;
}
.fr-platform-metrics-layout--compact{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.fr-platform-metrics-panel--chart{overflow:hidden;}
.fr-platform-metrics-chart-stack{
    display:grid;
    gap:18px;
    min-width:0;
}
.fr-platform-metrics-chart-stack>div{
    display:grid;
    gap:8px;
    min-width:0;
}
.fr-platform-metrics-chart-stack b{
    font-size:14px;
    color:var(--foreground);
    font-weight:600;
}
.fr-platform-metrics-value-chart{
    width:100%;
    max-width:100%;
    min-width:0;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
}
.fr-platform-metrics-value-chart__scroll{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 0 6px;
}
.fr-platform-metrics-chart{
    display:block;
    width:auto;
    max-width:none;
    min-width:0;
    height:auto;
}
.fr-platform-metrics-chart__grid,
.fr-platform-metrics-chart__axis{stroke:var(--secondary);stroke-width:1;vector-effect:non-scaling-stroke;}
.fr-platform-metrics-chart__area{fill:rgba(63,124,223,.10);}
.fr-platform-metrics-chart__line{fill:none;stroke:var(--accent);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;}
.fr-platform-metrics-chart__dot{fill:#fff;stroke:var(--accent);stroke-width:2;vector-effect:non-scaling-stroke;}
.fr-platform-metrics-chart__label{fill:var(--muted-foreground);font-size:11px;text-anchor:middle;font-weight:500;}
.fr-platform-metrics-chart__y-label{fill:var(--muted-foreground);font-size:11px;text-anchor:end;font-weight:500;}
.fr-platform-metrics-mini-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
}
.fr-platform-metrics-mini-grid>div,
.fr-platform-metrics-mini-grid>button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    min-height:48px;
    padding:12px 0;
    border-bottom:1px solid var(--secondary);
}
.fr-platform-metrics-mini-grid>div:last-child,
.fr-platform-metrics-mini-grid>button:last-child{border-bottom:0;}
.fr-platform-metrics-mini-grid strong{
    font-size:18px;
    line-height:1.2;
    font-weight:700;
    color:var(--foreground);
    white-space:nowrap;
    text-align:right;
}
.fr-platform-metrics-mini-grid span{
    min-width:0;
    color:var(--muted-foreground);
    font-size:14px;
    text-align:left;
}
.fr-platform-metrics-mini-grid--cards{
    gap:10px;
    grid-template-columns:repeat(3,minmax(0,1fr));
}
.fr-platform-metrics-mini-grid--cards>div,
.fr-platform-metrics-mini-grid--cards>button{
    display:grid;
    gap:4px;
    align-content:start;
    justify-items:start;
    min-height:86px;
    padding:16px;
    border-bottom:0;
    border-radius:14px;
    background:var(--secondary);
    text-align:left;
}
.fr-platform-metrics-mini-grid--cards>button{
    width:100%;
    border:0;
    color:inherit;
    font:inherit;
    text-align:left;
    cursor:pointer;
    transition:background .18s ease,color .18s ease;
}
.fr-platform-metrics-mini-grid--cards>button:hover{background:#e9f2ff;}
.fr-platform-metrics-mini-grid--cards strong{font-size:24px;line-height:1.05;text-align:left;}
.fr-platform-metrics-mini-grid--cards span{text-align:left;}
.fr-platform-metrics-participation__layout{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
    align-items:center;
    min-width:0;
}

.fr-platform-metrics-support-modal[hidden]{display:none;}
.fr-platform-metrics-support-modal{
    position:fixed;
    inset:0;
    z-index:100000;
    display:grid;
    place-items:center;
    padding:20px;
}
.fr-platform-metrics-support-modal__backdrop{
    position:absolute;
    inset:0;
    border:0;
    background:rgba(26,26,26,.34);
    cursor:pointer;
}
.fr-platform-metrics-support-modal__dialog{
    position:relative;
    z-index:1;
    width:min(640px,100%);
    max-height:min(760px,calc(100dvh - 40px));
    display:flex;
    flex-direction:column;
    overflow:hidden;
    padding:24px;
    border-radius:16px;
    background:#fff;
    box-shadow:0 24px 80px rgba(0,0,0,.18);
}
.fr-platform-metrics-support-modal__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin:0 0 18px;
}
.fr-platform-metrics-support-modal__head h3{margin:0 0 4px;font-size:20px;line-height:1.25;font-weight:700;}
.fr-platform-metrics-support-modal__head p{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.4;}
.fr-platform-metrics-support-modal__close{
    flex:0 0 40px;
    width:40px;
    height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:12px;
    background:transparent;
    color:#888;
    cursor:pointer;
    transition:background .18s ease,color .18s ease;
}
.fr-platform-metrics-support-modal__close:hover{background:#f8f8f8;color:var(--foreground);}
.fr-platform-metrics-support-modal__close .fr-icon{width:18px;height:18px;}
.fr-platform-metrics-support-modal__body{
    min-height:0;
    overflow-y:auto;
    padding-right:4px;
    padding-bottom:14px;
    scrollbar-width:thin;
}
.fr-platform-metrics-support-modal__body::-webkit-scrollbar{width:6px;}
.fr-platform-metrics-support-modal__body::-webkit-scrollbar-thumb{border-radius:999px;background:#ccc;}
.fr-platform-metrics-support-modal__summary{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
    margin-bottom:16px;
}
.fr-platform-metrics-support-modal__summary div{
    min-width:0;
    display:grid;
    gap:4px;
    align-content:start;
    min-height:72px;
    padding:14px;
    border-radius:14px;
    background:var(--secondary);
}
.fr-platform-metrics-support-modal__summary strong{font-size:22px;line-height:1.1;font-weight:700;}
.fr-platform-metrics-support-modal__summary span{color:var(--muted-foreground);font-size:13px;line-height:1.3;}
.fr-platform-metrics-support-modal__list{display:grid;gap:10px;}
.fr-platform-metrics-support-entry{
    display:grid;
    gap:10px;
    padding:14px;
    border-radius:14px;
    background:#f8f8f8;
}
.fr-platform-metrics-support-entry__top{display:flex;align-items:center;gap:10px;min-width:0;}
.fr-platform-metrics-support-entry__top img{width:40px;height:40px;flex:0 0 40px;border-radius:999px;object-fit:cover;}
.fr-platform-metrics-support-entry__top div{min-width:0;display:grid;gap:2px;}
.fr-platform-metrics-support-entry__top strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.3;font-weight:700;}
.fr-platform-metrics-support-entry__top a,.fr-platform-metrics-support-entry__top span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted-foreground);font-size:13px;line-height:1.35;}
.fr-platform-metrics-support-entry__top a:hover{color:var(--accent);}
.fr-platform-metrics-support-entry p{margin:0;color:var(--foreground);font-size:14px;line-height:1.5;}
.fr-platform-metrics-support-entry__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted-foreground);font-size:12px;line-height:1.35;}
.fr-platform-metrics-support-entry__meta span{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#fff;}
.fr-platform-metrics-donut{
    display:grid;
    grid-template-columns:176px 1fr;
    gap:22px;
    align-items:center;
    min-width:0;
}
.fr-platform-metrics-donut svg{
    width:176px;
    height:176px;
    display:block;
    transform:rotate(-90deg);
}
.fr-platform-metrics-donut__base{fill:none;stroke:var(--secondary);stroke-width:12;}
.fr-platform-metrics-donut__part{fill:none;stroke-width:12;stroke-linecap:round;transition:opacity .16s ease;}
.fr-platform-metrics-donut__part.is-primary{stroke:var(--accent);}
.fr-platform-metrics-donut__part.is-secondary{stroke:#9bbcf5;}
.fr-platform-metrics-donut__part.is-tertiary{stroke:#bfd3f7;}
.fr-platform-metrics-donut__number,
.fr-platform-metrics-donut__label{
    transform:rotate(90deg);
    transform-origin:50px 50px;
    text-anchor:middle;
}
.fr-platform-metrics-donut__number{fill:var(--foreground);font-size:15px;font-weight:700;}
.fr-platform-metrics-donut__label{fill:var(--muted-foreground);font-size:8px;font-weight:500;}
.fr-platform-metrics-donut__legend{
    display:grid;
    gap:10px;
    min-width:0;
}
.fr-platform-metrics-donut__legend div{
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:8px;
    align-items:center;
    min-width:0;
}
.fr-platform-metrics-donut__legend i{
    width:10px;
    height:10px;
    border-radius:50%;
    display:block;
    background:var(--accent);
}
.fr-platform-metrics-donut__legend i.is-secondary{background:#9bbcf5;}
.fr-platform-metrics-donut__legend i.is-tertiary{background:#bfd3f7;}
.fr-platform-metrics-donut__legend span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:var(--muted-foreground);
    font-size:14px;
}
.fr-platform-metrics-donut__legend strong{color:var(--foreground);font-size:15px;font-weight:700;}
.fr-platform-metrics-popular-pane{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
}
.fr-platform-metrics-popular-pane h3{margin:0 0 12px;font-size:18px;line-height:1.25;}
.fr-platform-metrics-post{
    display:grid;
    grid-template-columns:minmax(160px,220px) minmax(0,1fr);
    gap:16px;
    align-items:stretch;
    min-height:112px;
    padding:16px 0;
    border-bottom:1px solid var(--secondary);
}
.fr-platform-metrics-post:last-child{border-bottom:0;}
.fr-platform-metrics-post__media{
    display:block;
    width:100%;
    height:100%;
    min-height:112px;
    aspect-ratio:16 / 9;
    overflow:hidden;
    border-radius:12px;
    background:var(--secondary);
}
.fr-platform-metrics-post__media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .3s ease;
}
.fr-platform-metrics-post:hover .fr-platform-metrics-post__media img{transform:scale(1.045);}
.fr-platform-metrics-post__content{
    display:grid;
    gap:8px;
    min-width:0;
}
.fr-platform-metrics-post:hover .fr-platform-metrics-post__title{color:var(--accent);}
.fr-platform-metrics-post__top{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:8px;
    flex-wrap:wrap;
    color:var(--muted-foreground);
    font-size:12px;
    line-height:1.3;
}
.fr-platform-metrics-post__badge{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 8px;
    border-radius:8px;
    background:var(--secondary);
    color:var(--muted-foreground);
    font-size:12px;
    line-height:1;
    font-weight:600;
}
.fr-platform-metrics-post__title{
    font-size:15px;
    line-height:1.35;
    font-weight:700;
    color:var(--foreground);
    transition:color .16s ease;
}
.fr-platform-metrics-post__excerpt{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:var(--muted-foreground);
    font-size:14px;
    line-height:1.5;
}
.fr-platform-metrics-post__meta{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    color:var(--muted-foreground);
    font-size:12px;
}
.fr-platform-metrics-post__meta span{
    display:inline-flex;
    align-items:center;
    gap:4px;
    min-width:0;
}
.fr-platform-metrics-post__meta span:first-child{
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fr-platform-metrics-post__meta svg{
    width:15px;
    height:15px;
    flex:0 0 auto;
    color:#929AA2;
    stroke:#929AA2;
}
.fr-platform-metrics-bars{
    display:grid;
    gap:14px;
}
.fr-platform-metrics-bar{
    display:grid;
    grid-template-columns:minmax(176px,1fr) minmax(0,2fr) auto;
    gap:14px;
    align-items:center;
    min-width:0;
    padding:4px 0;
    color:inherit;
    text-decoration:none;
}
.fr-platform-metrics-bar__label{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
}
.fr-platform-metrics-bar__avatar{
    width:32px;
    height:32px;
    border-radius:50%;
    object-fit:cover;
    flex:0 0 auto;
    background:var(--secondary);
}
.fr-platform-metrics-bar__name{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:var(--foreground);
    font-size:14px;
    line-height:20px;
    font-weight:600;
    transition:color .16s ease;
}
.fr-platform-metrics-bar:hover .fr-platform-metrics-bar__name{color:var(--accent);}
.fr-platform-metrics-bar__track{
    display:block;
    width:100%;
    height:12px;
    overflow:hidden;
    border-radius:999px;
    background:var(--secondary);
}
.fr-platform-metrics-bar__track span{
    display:block;
    height:100%;
    border-radius:999px;
    background:var(--accent);
}
.fr-platform-metrics-bar__value{
    min-width:32px;
    color:var(--muted-foreground);
    font-size:14px;
    line-height:20px;
    font-weight:700;
    text-align:right;
}
.fr-platform-metrics-empty{margin:0;color:var(--muted-foreground);font-size:14px;line-height:1.5;}
.fr-platform-metrics-conversion{
    display:grid;
    gap:16px;
}
.fr-platform-metrics-conversion__base{
    display:grid;
    gap:4px;
    align-content:start;
    padding:14px;
    border-radius:14px;
    background:var(--secondary);
}
.fr-platform-metrics-conversion__base strong,
.fr-platform-metrics-share__rows strong,
.fr-platform-metrics-time__summary strong{
    color:var(--foreground);
    font-size:22px;
    line-height:1.1;
    font-weight:700;
}
.fr-platform-metrics-conversion__base span,
.fr-platform-metrics-share__rows span,
.fr-platform-metrics-time__summary span{
    color:var(--muted-foreground);
    font-size:13px;
    line-height:1.35;
}
.fr-platform-metrics-conversion__rows{
    display:grid;
    gap:14px;
}
.fr-platform-metrics-conversion-row{
    display:grid;
    gap:7px;
}
.fr-platform-metrics-conversion-row__top,
.fr-platform-metrics-conversion-row__meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}
.fr-platform-metrics-conversion-row__top span{
    color:var(--foreground);
    font-size:14px;
    font-weight:600;
}
.fr-platform-metrics-conversion-row__top strong{
    color:var(--accent);
    font-size:14px;
    font-weight:700;
}
.fr-platform-metrics-conversion-row__track{
    height:10px;
    overflow:hidden;
    border-radius:999px;
    background:var(--secondary);
}
.fr-platform-metrics-conversion-row__track span{
    display:block;
    height:100%;
    border-radius:999px;
    background:var(--accent);
}
.fr-platform-metrics-conversion-row__meta{
    color:var(--muted-foreground);
    font-size:12px;
    line-height:1.35;
}
.fr-platform-metrics-note{
    margin:0;
    color:var(--muted-foreground);
    font-size:12px;
    line-height:1.45;
}
.fr-platform-metrics-share{
    display:grid;
    gap:16px;
}
.fr-platform-metrics-share .fr-platform-metrics-donut{
    grid-template-columns:1fr;
    justify-items:center;
    gap:14px;
}
.fr-platform-metrics-share .fr-platform-metrics-donut__legend{
    width:100%;
}
.fr-platform-metrics-share__rows,
.fr-platform-metrics-time__summary{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}
.fr-platform-metrics-share__rows div,
.fr-platform-metrics-time__summary div{
    display:grid;
    gap:4px;
    align-content:start;
    min-height:76px;
    padding:14px;
    border-radius:14px;
    background:var(--secondary);
}
.fr-platform-metrics-post__growth-score{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 8px;
    border-radius:8px;
    background:#e9f2ff;
    color:var(--accent);
    font-weight:600;
}
.fr-platform-metrics-time{
    display:grid;
    gap:20px;
}
.fr-platform-metrics-time__charts{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    min-width:0;
}
.fr-platform-metrics-time__charts h3{
    margin:0 0 12px;
    font-size:16px;
    line-height:1.25;
    font-weight:700;
}
.fr-platform-metrics-total-base .fr-platform-metrics-panel__head{margin-bottom:12px;}

@media (max-width:1180px){
    .fr-platform-metrics-page{max-width:768px;}
    .fr-platform-metrics-shell{grid-template-columns:1fr;}
    .fr-platform-metrics-sidebar{position:static;}
    .fr-platform-metrics-controls--desktop{display:none;}
    .fr-platform-metrics-controls--mobile{display:grid;}
    .fr-platform-metrics-total-base .fr-platform-metrics-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;}
    .fr-platform-metrics-layout--compact{grid-template-columns:1fr;}
}
@media (max-width:920px){
    .fr-platform-metrics-grid--summary{grid-template-columns:repeat(2,minmax(0,1fr));}
    .fr-platform-metrics-mini-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:720px){
    .fr-platform-metrics-main{gap:16px;}
    .fr-platform-metrics-shell{gap:16px;}
    .fr-platform-metrics-panel{padding:18px;border-radius:14px;}
    .fr-platform-metrics-controls{gap:14px;padding:14px;}
    .fr-platform-metrics-card{min-height:98px;padding:16px;border-radius:14px;}
    .fr-platform-metrics-card strong{font-size:24px;}
    .fr-platform-metrics-tabs{overflow:auto;}
    .fr-platform-metrics-form label,
    .fr-platform-metrics-form input,
    .fr-platform-metrics-form button,
    .fr-platform-metrics-export{width:100%;}
    .fr-platform-metrics-form input[type="date"]{font-size:16px;line-height:22px;}
    .fr-platform-metrics-form .fr-platform-metrics-compare-toggle{
        width:100%;
        justify-content:flex-start;
        align-items:flex-start;
        min-height:auto;
        padding:10px;
    }
    .fr-platform-metrics-panel__head{display:grid;}
    .fr-platform-metrics-donut{grid-template-columns:auto 1fr;}
    .fr-platform-metrics-time__charts{grid-template-columns:1fr;gap:18px;}
    .fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}
    .fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards>div,.fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards>button{min-height:74px;padding:10px;align-content:start;justify-items:start;}
    .fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards strong{font-size:20px;line-height:1.1;}
    .fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards span{font-size:12px;line-height:1.25;}
    .fr-platform-metrics-total-base .fr-platform-metrics-mini-grid{grid-template-columns:1fr;}
    .fr-platform-metrics-bar{grid-template-columns:1fr auto;gap:8px 12px;}
    .fr-platform-metrics-bar__track{grid-column:1 / -1;grid-row:2;}
    .fr-platform-metrics-bar__value{grid-column:2;grid-row:1;}
}
@media (max-width:520px){
    .fr-platform-metrics-support-modal{align-items:end;padding:10px;}
    .fr-platform-metrics-support-modal__dialog{width:100%;max-height:calc(100dvh - 20px);padding:20px;border-radius:20px 20px 0 0;}
    .fr-platform-metrics-support-modal__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}
    .fr-platform-metrics-support-modal__summary div{min-height:66px;padding:10px;}
    .fr-platform-metrics-support-modal__summary strong{font-size:18px;}
    .fr-platform-metrics-support-modal__summary span{font-size:11px;}
}

@media (max-width:520px){
    .fr-platform-metrics-grid--summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
    .fr-platform-metrics-post{grid-template-columns:1fr;gap:10px;min-height:auto;}
    .fr-platform-metrics-post__media{width:100%;height:auto;min-height:0;aspect-ratio:16 / 9;border-radius:10px;}
    .fr-platform-metrics-donut{
        grid-template-columns:1fr;
        justify-items:center;
        text-align:left;
    }
    .fr-platform-metrics-donut__legend{width:100%;}
    .fr-platform-metrics-share__rows,
    .fr-platform-metrics-time__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
    .fr-platform-metrics-share__rows div,
    .fr-platform-metrics-time__summary div{min-height:72px;padding:12px;}
}

@media (max-width:420px){
    .fr-platform-metrics-card{min-height:88px;padding:12px;}
    .fr-platform-metrics-card strong{font-size:21px;}
    .fr-platform-metrics-card span{font-size:12px;line-height:1.3;}
    .fr-platform-metrics-share__rows strong,
    .fr-platform-metrics-time__summary strong{font-size:19px;}
    .fr-platform-metrics-share__rows span,
    .fr-platform-metrics-time__summary span{font-size:12px;}
    .fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards>div,.fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards>button{padding:9px;}
    .fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards strong{font-size:18px;}
    .fr-platform-metrics-participation .fr-platform-metrics-mini-grid--cards span{font-size:11px;}
}

/* Region badge links in publication cards */
.fr-post-card__region-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 24px;
    margin: 0 0 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--secondary);
    color: var(--muted-foreground);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
}
.fr-post-card__region-badge:hover {
    background: var(--accent-light);
    color: var(--accent);
}

/* v275: geography badge on publication card image */
.fr-post-card__media {
    position: relative;
}
.fr-post-card__region-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: calc(100% - 24px);
    min-height: 24px;
    margin: 0;
    padding: 4px 9px;
    border-radius: 9px;
    border: 0;
    background: rgba(255,255,255,.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: none;
}
.fr-post-card__region-badge:hover {
    background: rgba(255,255,255,.22);
    color: #fff;
}
@media (max-width: 767px) {
    .fr-post-card__region-badge {
        top: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
    }
}

/* v276: unified frosted geography badges on post card media */
.fr-post-card__region-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: wrap;
    max-width: calc(100% - 24px);
    pointer-events: none;
}
.fr-post-card__region-badges .fr-post-card__region-badge,
.fr-post-card__media > .fr-post-card__region-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 100%;
    min-height: 24px;
    margin: 0;
    padding: 4px 9px;
    border: 0;
    border-radius: 9px;
    background: rgba(255,255,255,.22);
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: none;
    transition: none;
    pointer-events: auto;
}
.fr-post-card__media > .fr-post-card__region-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
}
.fr-post-card__region-badge:hover,
.fr-post-card__region-badges .fr-post-card__region-badge:hover {
    background: rgba(255,255,255,.22);
    color: #fff;
}
@media (max-width: 767px) {
    .fr-post-card__region-badges {
        top: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
    }
    .fr-post-card__media > .fr-post-card__region-badge {
        top: 10px;
        left: 10px;
        max-width: calc(100% - 20px);
    }
}
.fr-post-card__region-badge[data-href] { cursor: pointer; }

/* frontend geography binding for /create */
.frfp-geo-field {
    order: 4;
    display: grid;
    gap: 10px;
}

.frfp-geo-select-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.frfp-geo-select {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    min-height: 48px;
    padding: 11px 42px 11px 14px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #1A1A1A !important;
    font-size: 14px !important;
    line-height: 20px !important;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.frfp-geo-select:focus {
    border-color: #E5E5E5 !important;
    box-shadow: none !important;
}

.frfp-geo-field .frfp-geo-scope-wrap .frfp-geo-select {
    padding-left: 48px !important;
    padding-right: 42px !important;
}

.frfp-geo-field .frfp-geo-scope-wrap .frfp-geo-select:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 2px #3F7CDF !important;
}

.frfp-geo-map-icon,
.frfp-geo-select-chevron {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.frfp-geo-map-icon {
    left: 14px;
    width: 20px;
    height: 20px;
}

.frfp-geo-select-chevron {
    right: 14px;
    left: auto;
    width: 16px;
    height: 16px;
    color: #1A1A1A;
}

.frfp-geo-map-icon .fr-icon,
.frfp-geo-map-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    stroke-width: 1.5;
}

.frfp-geo-select-chevron .fr-icon,
.frfp-geo-select-chevron svg {
    width: 12px;
    height: 12px;
    display: block;
    stroke-width: 1.5;
}

.frfp-geo-details {
    display: grid;
    gap: 12px;
    margin-top: 2px;
}

.frfp-geo-details[hidden],
.frfp-geo-grid[hidden],
.frfp-geo-multi[hidden],
.frfp-geo-grid label[hidden],
.frfp-geo-multi-grid label[hidden] { display: none; }

.frfp-geo-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
}

.frfp-geo-grid label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.frfp-geo-grid label>span,
.frfp-geo-multi>span {
    color: var(--muted-foreground);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
}

.frfp-geo-multi {
    display: grid;
    gap: 8px;
}

.frfp-geo-multi-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

.frfp-geo-preview {
    margin: 0;
    color: var(--muted-foreground);
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width:767px) {
    .frfp-geo-grid,
    .frfp-geo-multi-grid { grid-template-columns: 1fr; }
}

/* v313 i18n: interface language, content mode and guest prompt */
.fr-settings-card--language .fr-settings-card__head{margin-bottom:18px;}.fr-settings-card--language .fr-settings-card__head h2{margin:0 0 6px;font-size:22px;line-height:28px;font-weight:700;}.fr-settings-card--language .fr-settings-card__head p{margin:0;color:var(--muted-foreground);font-size:14px;line-height:20px;}.fr-settings-language-stack{display:grid;gap:18px;}.fr-settings-language-section{display:grid;gap:12px;}.fr-settings-language-section__head{display:flex;align-items:flex-start;gap:12px;}.fr-settings-language-section__icon,.fr-auth-language-head__icon{width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:var(--accent-light);color:var(--accent);}.fr-settings-language-section__icon svg,.fr-auth-language-head__icon svg{width:20px;height:20px;}.fr-settings-language-section h3{margin:0 0 3px;font-size:16px;line-height:22px;font-weight:700;}.fr-settings-language-section p{margin:0;color:var(--muted-foreground);font-size:13px;line-height:18px;}.fr-i18n-switch-list{display:grid;gap:10px;}.fr-i18n-switch{position:relative;display:flex;align-items:flex-start;gap:10px;min-width:0;padding:0;color:var(--foreground);font-size:14px;line-height:1.45;cursor:pointer;}.fr-i18n-switch input[type="radio"]{position:absolute;opacity:0;pointer-events:none;}.fr-i18n-switch__control{position:relative;width:34px;height:20px;min-width:34px;max-width:34px;margin:1px 0 0;flex:0 0 34px;border-radius:999px;background:#DADDE3;transition:background .2s ease,box-shadow .2s ease;}.fr-i18n-switch__control:before{content:"";position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:999px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.18);transition:transform .2s ease;}.fr-i18n-switch.is-active .fr-i18n-switch__control,.fr-i18n-switch input[type="radio"]:checked + .fr-i18n-switch__control{background:var(--accent);}.fr-i18n-switch.is-active .fr-i18n-switch__control:before,.fr-i18n-switch input[type="radio"]:checked + .fr-i18n-switch__control:before{transform:translateX(14px);}.fr-i18n-switch input[type="radio"]:focus-visible + .fr-i18n-switch__control{box-shadow:0 0 0 3px rgba(63,124,223,.22);}.fr-i18n-switch__body{display:block;min-width:0;}.fr-i18n-switch__body strong{display:block;font-size:14px;line-height:20px;font-weight:600;}.fr-i18n-switch__body small{display:block;margin-top:1px;color:var(--muted-foreground);font-size:13px;line-height:18px;}.fr-auth-field--language{padding:14px;border:1px solid #E5E5E5;border-radius:16px;background:#fff;}.fr-auth-language-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;}.fr-auth-language-head label{display:block;margin:0 0 3px;font-size:14px;line-height:20px;font-weight:600;}.fr-auth-language-head p{margin:0;color:var(--muted-foreground);font-size:13px;line-height:18px;}


/* v326 clean: user-menu interface language selector */
.fr-user-menu__dropdown{width:248px;}.fr-user-menu__language{margin:6px 8px 8px;padding:10px;border:1px solid var(--border);border-radius:14px;background:var(--secondary);}.fr-user-menu__language-head{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:var(--muted-foreground);font-size:12px;line-height:16px;font-weight:600;}.fr-user-menu__language-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:var(--accent);}.fr-user-menu__language-icon svg{width:16px;height:16px;}.fr-user-menu__language-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;}.fr-user-menu__language-option{display:flex;min-width:0;min-height:34px;align-items:center;justify-content:center;padding:7px 6px;border:1px solid transparent;border-radius:11px;background:#fff;color:var(--foreground);font-size:12px;line-height:16px;font-weight:600;text-align:center;transition:background .2s ease,border-color .2s ease,color .2s ease;}.fr-user-menu__language-option:hover{border-color:var(--border);background:#fff;}.fr-user-menu__language-option.is-active{border-color:var(--accent);background:var(--accent);color:#fff;}.fr-user-menu__language-code{display:block;}.fr-user-menu__language-name{display:none;}@media(max-width:767px){.fr-user-menu__dropdown{width:min(248px,calc(100vw - 24px));}}


/* v327 clean: quieter language selectors and parent-first taxonomy translation UX */
.fr-user-menu__language{margin:4px 0 8px;padding:0;border:0;border-radius:0;background:transparent;}
.fr-user-menu__language-head{margin:0;padding:10px 16px;min-height:40px;color:var(--foreground);font-size:14px;line-height:20px;font-weight:400;background:transparent;}
.fr-user-menu__language-head:hover{background:transparent;}
.fr-user-menu__language-head svg,.fr-user-menu__language-head .fr-icon{flex:0 0 auto;width:16px;height:16px;color:var(--muted-foreground);}
.fr-user-menu__language-list{display:flex;align-items:center;gap:10px;padding:0 16px 8px 44px;}
.fr-user-menu__language-option{display:inline-flex;align-items:center;justify-content:center;min-width:auto;min-height:24px;padding:0 0 3px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--muted-foreground);font-size:12px;line-height:18px;font-weight:600;text-align:center;transition:color .2s ease,border-color .2s ease;}
.fr-user-menu__language-option:hover{border-color:var(--border);background:transparent;color:var(--foreground);}
.fr-user-menu__language-option.is-active{border-color:var(--accent);background:transparent;color:var(--accent);}
.fr-auth-field--language{padding:0;border:0;border-radius:0;background:transparent;}
.fr-auth-language-head{display:block;margin:0 0 12px;}
.fr-auth-language-head label{display:block;margin:0 0 4px;font-size:14px;line-height:20px;font-weight:600;color:var(--foreground);}
.fr-auth-language-head p{margin:0;color:var(--muted-foreground);font-size:13px;line-height:18px;}

/* v328 clean: aligned interface language controls */
.fr-user-menu__language{margin:0;padding:0;border:0;border-radius:0;background:transparent;}
.fr-user-menu__language-head{display:flex;align-items:center;gap:12px;margin:0;padding:10px 16px;min-height:40px;color:var(--foreground);font-size:14px;line-height:20px;font-weight:400;background:transparent;}
.fr-user-menu__language-head svg,.fr-user-menu__language-head .fr-icon{flex:0 0 auto;width:16px;height:16px;color:var(--muted-foreground);}
.fr-user-menu__language-list.fr-language-switcher{display:flex;gap:4px;margin:0 16px 10px 44px;padding:4px;background:var(--secondary);border-radius:12px;}
.fr-user-menu__language-list.fr-language-switcher .fr-user-menu__language-option{flex:1;min-width:0;min-height:28px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:var(--muted-foreground);font-size:12px;line-height:1;font-weight:500;text-align:center;box-shadow:none;}
.fr-user-menu__language-list.fr-language-switcher .fr-user-menu__language-option:hover{background:transparent;color:var(--foreground);}
.fr-user-menu__language-list.fr-language-switcher .fr-user-menu__language-option.is-active{background:#fff;color:var(--foreground);box-shadow:0 1px 2px rgba(15,23,42,.08);}
.fr-user-menu__language-list.fr-language-switcher .fr-user-menu__language-name{display:none;}
.fr-auth-field--language{padding:0;border:0;border-radius:0;background:transparent;}
.fr-auth-field--language .fr-auth-language-head{display:block;margin:0 0 12px;}
.fr-auth-field--language .fr-auth-language-head label{display:block;margin:0 0 4px;color:var(--foreground);font-size:14px;line-height:20px;font-weight:600;}
.fr-auth-field--language .fr-auth-language-head p{margin:0;color:var(--muted-foreground);font-size:13px;line-height:18px;}
.fr-auth-field--language .fr-i18n-switch-list--language{display:grid;gap:10px;}
.fr-auth-field--language .fr-i18n-switch{display:flex;align-items:flex-start;gap:10px;margin:0;padding:0;color:var(--foreground);font-size:14px;line-height:1.45;}
.fr-auth-field--language .fr-i18n-switch__control{margin:1px 0 0;}
.fr-auth-field--language .fr-i18n-switch__body{display:block;min-width:0;}
.fr-auth-field--language .fr-i18n-switch__body strong{display:block;font-size:14px;line-height:20px;font-weight:600;}
.fr-auth-field--language .fr-i18n-switch__body small{display:block;margin-top:1px;color:var(--muted-foreground);font-size:13px;line-height:18px;}

/* v329 clean: interface and content language controls moved to the left column */
.fr-sidebar-language-groups{display:flex;flex-direction:column;gap:14px;margin:32px 0 24px;}
.fr-sidebar-language-group{display:block;}
.fr-sidebar-language-group__title{margin:0 0 8px;padding:0 4px;color:var(--muted-foreground);font-size:12px;line-height:16px;font-weight:600;}
.fr-sidebar-language-group .fr-language-switcher{margin:0;}
.fr-sidebar-language-group--interface .fr-language-switcher{grid-template-columns:repeat(3,minmax(0,1fr));}
.fr-sidebar-language-group--content .fr-language-switcher{grid-template-columns:1.15fr repeat(3,minmax(0,1fr));}
.fr-sidebar-language-group .fr-language-switcher{display:grid;gap:4px;padding:4px;background:var(--secondary);border-radius:12px;}
.fr-sidebar-language-group .fr-language-switcher__btn{min-width:0;}
.fr-mobile-menu .fr-sidebar-language-groups{margin:24px 0;}
.fr-mobile-menu .fr-sidebar-language-group__title{padding-left:4px;}
.fr-mobile-menu .fr-sidebar-language-group .fr-language-switcher{background:#fff;}
.fr-mobile-menu .fr-sidebar-language-group .fr-language-switcher__btn.is-active{background:var(--accent);color:#fff;}

/* v330 clean: match sidebar language section titles to the left navigation typography */
.fr-sidebar-language-group__title{margin:0 0 8px!important;padding:0 12px!important;color:var(--muted-foreground)!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;}
.fr-mobile-menu .fr-sidebar-language-group__title{padding:0 12px!important;}


/* v330 clean: stabilize RU interface switch and unify registration language block typography */
.fr-auth-field--language .fr-auth-language-head label{display:block;margin:0 0 8px!important;color:#1A1A1A!important;font-size:14px!important;line-height:1.4!important;font-weight:500!important;}
.fr-auth-field--language .fr-auth-language-head p{margin:0!important;color:#1A1A1A!important;font-size:14px!important;line-height:1.45!important;font-weight:400!important;}
.fr-auth-field--language .fr-i18n-switch-list--language{gap:10px!important;}
.fr-auth-field--language .fr-i18n-switch{display:flex!important;align-items:flex-start!important;gap:10px!important;min-width:0!important;color:#1A1A1A!important;font-size:14px!important;line-height:1.45!important;font-weight:400!important;}
.fr-auth-field--language .fr-i18n-switch__control{margin:1px 0 0!important;}
.fr-auth-field--language .fr-i18n-switch__body{display:block!important;min-width:0!important;color:#1A1A1A!important;}
.fr-auth-field--language .fr-i18n-switch__body strong{display:block!important;color:#1A1A1A!important;font-size:14px!important;line-height:20px!important;font-weight:500!important;}
.fr-auth-field--language .fr-i18n-switch__body small{display:block!important;margin-top:0!important;color:#1A1A1A!important;font-size:14px!important;line-height:20px!important;font-weight:400!important;}
.fr-sidebar-language-group__title{font-size:14px!important;line-height:20px!important;font-weight:500!important;color:var(--muted-foreground)!important;padding:0 12px!important;}

/* v331 clean: softer sidebar language headings and registration helper typography */
.fr-sidebar-language-group__title{
  margin:0 0 8px!important;
  padding:0!important;
  color:var(--muted-foreground)!important;
  font-size:12px!important;
  line-height:18px!important;
  font-weight:400!important;
  letter-spacing:normal!important;
  text-transform:none!important;
  transition:none!important;
}
.fr-sidebar-language-group__title:hover{
  color:var(--muted-foreground)!important;
  background:transparent!important;
}
.fr-mobile-menu .fr-sidebar-language-group__title{
  padding:0!important;
}
.fr-auth-field--language .fr-auth-language-head p{
  margin:0!important;
  color:#888!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:400!important;
}
.fr-auth-field--language .fr-i18n-switch__body small{
  display:block!important;
  margin-top:2px!important;
  color:#888!important;
  font-size:12px!important;
  line-height:1.4!important;
  font-weight:400!important;
}
