:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:300;font-size:16px;background-color:#f6f7fb;color:#1f2933}*,:after,:before{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:inherit;text-decoration:none}.ff-container{width:100%;max-width:1400px;margin:0 auto;padding-right:clamp(5px,0vw,3rem);padding-left:clamp(5px,0vw,3rem);box-sizing:border-box}.ff-header{background:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,23,42,.06);position:-webkit-sticky;position:sticky;top:0;z-index:10}.ff-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem;gap:1rem;flex-wrap:wrap}.ff-logo{font-weight:700;font-size:1.25rem;letter-spacing:-.01em;color:#00acc1;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.ff-logo__img{width:28px;height:28px;border-radius:6px}.ff-logo__label{display:inline-block}.ff-nav{display:flex;gap:1rem;flex:1 1;justify-content:flex-start;min-width:0}.ff-nav,.ff-nav__links{align-items:center;flex-wrap:wrap}.ff-nav__links{display:inline-flex;gap:.5rem;order:2}.ff-nav__icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:currentColor}.ff-nav__auth{display:inline-flex;align-items:center;gap:.75rem;margin-left:auto;order:3}.ff-nav__notify{position:relative;order:2}.ff-nav__notify-btn{position:relative;border:1px solid rgba(148,163,184,.3);background:#fff;color:#0f172a;width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.ff-nav__notify-btn:hover{border-color:#00acc1;box-shadow:0 8px 20px rgba(0,172,193,.15)}.ff-nav__notify-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.75rem;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(239,68,68,.25)}.ff-nav__dropdown{position:absolute;right:0;top:calc(100% + 8px);width:280px;max-height:320px;background:#fff;border:1px solid rgba(148,163,184,.25);border-radius:14px;box-shadow:0 16px 40px rgba(15,23,42,.18);overflow-y:auto;z-index:12;display:flex;flex-direction:column}.ff-nav__dropdown-empty{padding:.75rem 1rem;color:#475569;font-size:.95rem}.ff-nav__dropdown-item{padding:.8rem 1rem;background:transparent;text-align:left;border:none;border-bottom:1px solid rgba(148,163,184,.15);cursor:pointer}.ff-nav__dropdown-item:last-child{border-bottom:none}.ff-nav__dropdown-text{color:#0f172a;font-weight:600;margin-bottom:.35rem;word-break:break-word}.ff-nav__dropdown-meta{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.85rem}.ff-nav__dropdown-from{font-weight:600;color:#00acc1}.ff-nav__auth--hydrating{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ff-nav__user{font-size:.9rem;color:#475569;display:inline-flex;align-items:center;gap:.5rem}.ff-nav__user--placeholder{color:transparent}.ff-nav__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.45rem .9rem;border-radius:999px;border:1px solid #00acc1;background-color:transparent;color:#00acc1;font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.ff-nav__button--placeholder{border-color:#e2e8f0;background:#f8fafc;color:transparent}.ff-nav__button:hover{background-color:rgba(59,130,246,.12)}.ff-nav__button--primary{border-color:transparent;background-color:#00acc1;color:#fff}.ff-nav__button--primary:hover{background-color:#0091a7}.ff-nav__button:disabled{opacity:.6;cursor:not-allowed}.ff-nav__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;padding:.5rem .75rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.ff-nav__link:hover{background-color:rgba(59,130,246,.12);color:#00acc1}.ff-nav__link--cta{padding-inline:1rem}.ff-nav__link--cta,.ff-nav__link--cta:hover{background-color:#00acc1;color:#fff}.ff-nav__label{line-height:1;white-space:nowrap}.ff-nav__label--user{max-width:116px;overflow:hidden;text-overflow:ellipsis}.ff-nav__icon--muted{color:#94a3b8}.ff-nav__placeholder{display:inline-block;background:linear-gradient(90deg,#e2e8f0,#f8fafc 50%,#e2e8f0);background-size:200% 100%;animation:ff-shimmer 1.2s ease-in-out infinite;border-radius:999px}.ff-nav__placeholder--icon{width:1.25rem;height:1.25rem;border-radius:50%}.ff-nav__placeholder--text{width:140px;height:.9rem}.ff-nav__placeholder--cta{width:96px;height:.95rem}@keyframes ff-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ff-nav__search{position:relative;flex:1.6 1 320px;max-width:540px;min-width:220px;order:1}.ff-nav__search-form{display:flex;align-items:center;gap:.5rem;background:#f8fafc;border:1px solid #e2e8f0;padding:.4rem .45rem .4rem .75rem;border-radius:999px;box-shadow:0 10px 30px rgba(15,23,42,.08);transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease;overflow:hidden}.ff-nav__search-form:focus-within{border-color:#00acc1;box-shadow:0 14px 36px rgba(0,172,193,.2);background:#fff}.ff-nav__search-input{border:none;background:transparent;flex:1 1;font-size:.95rem;outline:none;color:#0f172a;-webkit-appearance:none;min-width:0}.ff-nav__search-input::placeholder{color:#94a3b8}.ff-nav__search-input::-webkit-search-cancel-button{-webkit-appearance:none;height:0;width:0}.ff-nav__search-clear{border:none;background:transparent;color:#94a3b8;font-size:1.1rem;line-height:1;cursor:pointer;padding:0 .35rem;transition:color .2s ease}.ff-nav__search-clear:hover{color:#0f172a}.ff-nav__search-submit{border:none;background:#00acc1;color:#fff;border-radius:999px;padding:.35rem .85rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;min-height:2.35rem;transition:background-color .2s ease,transform .1s ease,box-shadow .2s ease}.ff-nav__search-submit:hover{background-color:#0091a7;box-shadow:0 10px 20px rgba(0,145,167,.25)}.ff-nav__search-submit:active{transform:translateY(1px)}.ff-nav__search-error{margin-top:.25rem;font-size:.85rem;color:#dc2626}.ff-hashtag{border:none;background:transparent;color:#00acc1;font-weight:700;font-size:inherit;cursor:pointer;padding:0;transition:color .15s ease}.ff-hashtag:hover{color:#008ba0}.ff-content-link{color:#0d6efd;font-weight:600;text-decoration:none}.ff-content-link:hover{text-decoration:underline}@media (max-width:960px){.ff-logo{font-size:1rem}.ff-nav{gap:.75rem}.ff-nav__label{display:none}.ff-nav__user{gap:0}.ff-nav__link{padding:.5rem}.ff-nav__link--cta{padding-inline:.5rem}.ff-nav__button{padding:.5rem}}@media (max-width:1260px){.ff-header__inner{gap:.75rem}.ff-logo__label{display:none}.ff-nav{gap:.75rem}.ff-nav__search{flex:1.3 1 240px;max-width:480px;min-width:200px}.ff-nav__search-form{padding:.35rem .4rem .35rem .65rem;gap:.45rem}.ff-nav__search-input{font-size:.9rem;min-width:0}.ff-nav__search-submit{padding:.32rem .7rem;min-height:2.2rem}.ff-nav__links{gap:.35rem}.ff-nav__link{padding:.4rem .6rem}.ff-nav__label{font-size:.9rem}.ff-nav__label--user{max-width:200px}.ff-nav__auth{gap:.5rem}}@media (min-width:900px){.ff-header__inner,.ff-nav{flex-wrap:nowrap}.ff-nav{align-items:center;gap:.9rem}.ff-nav__auth,.ff-nav__links{flex-shrink:0}}.ff-main{padding:1rem 0 4rem}.ff-footer{background:radial-gradient(120% 120% at 5% 15%,rgba(0,172,193,.18),rgba(15,23,42,.92) 20.17%);color:#e2e8f0;padding:0}.ff-footer .ff-container{padding-left:clamp(1.25rem,3vw,2.75rem);padding-right:clamp(1.25rem,3vw,2.75rem)}.ff-footer p{margin:0 0 .35rem;font-size:.95rem;line-height:1.6}.ff-footer__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:2.75rem 0}.ff-footer__brand{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.ff-footer__headline{display:grid;grid-gap:.35rem;gap:.35rem}.ff-footer__logo{width:44px;height:44px;border-radius:12px;padding:8px;background:#e0f7fb;object-fit:contain;box-shadow:0 10px 24px rgba(0,172,193,.22)}.ff-footer__title{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:-.01em}.ff-footer__tagline{margin:0;color:#cdd5e6}.ff-footer__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ff-footer__cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:12px;background:#e0f7fb;color:#014f5f;font-weight:700;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.ff-footer__cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,172,193,.24);background:#c8eff5}.ff-footer__label{margin:0 0 .75rem;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.ff-footer__block{padding:.25rem 0}.ff-footer__list{display:grid;grid-gap:.35rem;gap:.35rem}.ff-footer__links{display:grid;grid-gap:.4rem;gap:.4rem}.ff-footer__link{color:inherit;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;transition:color .2s ease,opacity .2s ease}.ff-footer__link:hover{color:#00c4df}.ff-footer__muted{color:#cdd5e6;font-weight:500}.ff-footer__bottom{border-top:1px solid rgba(226,232,240,.08);background:rgba(10,19,38,.8)}.ff-footer__bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;font-size:.9rem;padding:1rem 0;color:#cbd5e1}.ff-footer__bottom .ff-footer__link{font-weight:500}.ff-section{margin-bottom:3rem}.ff-feed-page{padding:clamp(1.5rem,1rem + 1vw,2.5rem) clamp(1rem,3vw,2.5rem)}.ff-auth{display:flex;justify-content:center;padding:clamp(3rem,2rem + 3vw,5rem) 0}.ff-auth__card{background:#fff;padding:clamp(2rem,1.75rem + 1vw,2.5rem);border-radius:20px;box-shadow:0 20px 45px rgba(15,23,42,.12);display:flex;flex-direction:column;gap:1.5rem}.ff-auth__title{margin:0;font-size:clamp(1.75rem,1.5rem + .8vw,2.25rem)}.ff-auth__subtitle{margin:0;color:#475569;font-size:.95rem}.ff-auth__form{display:flex;flex-direction:column;gap:1.25rem}.ff-auth__grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.ff-auth__group{display:flex;flex-direction:column;gap:.4rem}.ff-auth__label{font-size:.9rem;font-weight:600;color:#1f2933}.ff-auth__hint{font-weight:400;font-size:.8rem;color:#64748b}.ff-auth__input,.ff-auth__select{border:1px solid rgba(148,163,184,.6);border-radius:12px;padding:.65rem .85rem;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff;color:#1f2933}.ff-auth__input:focus,.ff-auth__select:focus{outline:none;border-color:#00acc1;box-shadow:0 0 0 3px rgba(59,130,246,.18)}.ff-auth__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300ACC1' d='M6 8a1 1 0 0 1-.707-.293l-5-5A1 1 0 0 1 1.707.293L6 4.586 10.293.293A1 1 0 0 1 11.707 2l-5 5A1 1 0 0 1 6 8Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:.75rem}.ff-auth__notice{margin:0;font-size:.8rem;color:#64748b;line-height:1.4}.ff-auth__submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:14px;padding:.75rem 1rem;background:linear-gradient(135deg,#00acc1,#0091a7);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.ff-auth__submit:hover{transform:translateY(-1px);box-shadow:0 12px 30px rgba(0,172,193,.25)}.ff-auth__submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ff-auth__error{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#b91c1c;padding:.85rem 1rem;border-radius:12px;font-size:.9rem}.ff-auth__switch{margin:0;font-size:.9rem;color:#475569}.ff-auth__link{color:#00acc1;font-weight:600}.ff-auth__link:hover{text-decoration:underline}.ff-verify__actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.ff-verify__actions{flex-direction:row}}.ff-verify__btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:12px;padding:.7rem 1rem;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.ff-verify__btn--primary{background:linear-gradient(135deg,#00acc1,#0091a7);color:#fff;box-shadow:0 10px 20px rgba(0,172,193,.2)}.ff-verify__btn--primary:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(0,172,193,.25)}.ff-verify__btn--ghost{background-color:#eef5ff;color:#0a2458;border-color:rgba(15,23,42,.08)}.ff-verify__btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ff-verify__divider{height:1px;background-color:rgba(148,163,184,.35)}.ff-verify__code{display:flex;flex-direction:column;gap:.75rem}.ff-verify__label{font-size:.9rem;font-weight:600;color:#1f2933}.ff-verify__code-row{display:flex;flex-direction:column;gap:.75rem}@media (min-width:520px){.ff-verify__code-row{flex-direction:row}}.ff-verify__input{flex:1 1;border:1px solid rgba(148,163,184,.6);border-radius:12px;padding:.75rem .85rem;font-size:1.15rem;letter-spacing:.4rem;text-align:center;color:#1f2933}.ff-verify__input:focus{outline:none;border-color:#00acc1;box-shadow:0 0 0 3px rgba(0,172,193,.18)}.ff-verify__hint{margin:0;font-size:.85rem;color:#475569}.ff-verify__status{margin:0;font-size:.9rem;border-radius:12px;padding:.85rem 1rem}.ff-verify__status--success{background-color:rgba(34,197,94,.12);color:#166534;border:1px solid rgba(34,197,94,.25)}.ff-verify__status--error{background-color:rgba(239,68,68,.12);color:#b91c1c;border:1px solid rgba(239,68,68,.25)}.ff-verify__status--info{background-color:rgba(59,130,246,.12);color:#1d4ed8;border:1px solid rgba(59,130,246,.25)}.ff-feed-layout{display:grid;grid-template-columns:clamp(310px,22vw,240px) minmax(0,1fr) clamp(300px,22vw,240px);grid-gap:12px;gap:12px;width:100%;max-width:1600px;margin:0 auto}.ff-feed-sidebar--left{grid-column:1;position:-webkit-sticky;position:sticky;align-self:start;height:-moz-fit-content;height:fit-content;margin-left:1rem}.ff-feed-main{grid-column:2;min-width:0;overflow:hidden;max-width:720px}.ff-feed__filters{margin:0 20px 15px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.ff-feed__filters .ff-pill{margin-right:0}.ff-feed__filters-group{display:inline-flex;align-items:center;gap:12px}.ff-feed-sidebar--right{grid-column:3;position:-webkit-sticky;position:sticky;align-self:start;height:-moz-fit-content;height:fit-content;margin-right:1rem}@media (max-width:1280px){.ff-feed-layout{grid-template-columns:clamp(240px,24vw,280px) minmax(0,1fr)}.ff-feed-sidebar--right{display:none}}@media (max-width:960px){.ff-feed-layout{grid-template-columns:1fr!important;margin:0!important;padding:0!important}.ff-feed-main{width:100%!important;min-width:0!important;overflow:visible!important}.ff-feed-sidebar--left,.ff-feed-sidebar--right{display:none!important}}.ff-profile-card{position:relative;overflow:hidden;isolation:isolate;border-radius:24px;padding:clamp(1.5rem,1.2rem + 1vw,2.25rem);display:flex;flex-direction:column;gap:1.25rem;border:1px solid rgba(148,163,184,.18);background:#fff;box-shadow:0 1px 6px rgba(15,23,42,.08)}.ff-profile-card__bg{background-size:cover;background-position:50%;transform:scale(1.08);opacity:.78;z-index:0}.ff-profile-card__bg,.ff-profile-card__bg-overlay{position:absolute;inset:0;border-radius:inherit;pointer-events:none}.ff-profile-card__bg-overlay{background:linear-gradient(180deg,hsla(0,0%,100%,.63),hsla(0,0%,100%,.93));z-index:1}.ff-profile-card__header{display:flex;gap:1rem;align-items:center;justify-content:space-between;flex-wrap:wrap;position:relative;z-index:2}.ff-profile-card__identity{display:flex;align-items:center;gap:1rem;min-width:0}.ff-profile-card__avatar{width:72px;height:72px;border-radius:18px;object-fit:cover}.ff-profile-card__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#00acc1;color:#fff;font-weight:700;font-size:1.75rem}.ff-profile-card__title{margin:0 0 .35rem;font-size:1.25rem}.ff-profile-card__meta{margin:0;font-size:.9rem;color:#64748b}.ff-profile-card__body{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:2}.ff-profile-card__bio{margin:0;font-size:.95rem;line-height:1.6;color:#475569}.ff-profile-card__stats{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}.ff-profile-card__stat{display:flex;flex-direction:column;gap:.25rem}.ff-profile-card__stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#94a3b8;letter-spacing:.08em}.ff-profile-card__stat-value{font-size:1.35rem;font-weight:700;color:#0f172a}.ff-profile-card__actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.ff-profile-card__actions .ff-button{min-width:140px;box-shadow:none;transform:none;border:1px solid transparent}.ff-profile-card__actions .ff-button:hover,.ff-user-card__action:hover{box-shadow:none;transform:none}.ff-user-feed{display:flex;flex-direction:column;width:100%;margin:0 auto}.ff-user-feed .ff-card-grid{width:min(100%,720px);margin-inline:auto}.ff-user-feed__load-more{align-self:center;min-width:220px}.ff-friends-card{background:#fff;border-radius:24px;padding:clamp(1.25rem,1rem + .75vw,1.75rem);border:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;gap:1rem;box-shadow:0 1px 6px rgba(15,23,42,.08)}.ff-friends-card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.ff-friends-card__title{margin:0;font-size:1.1rem}.ff-friends-card__refresh{border:none;background:rgba(148,163,184,.16);color:#475569;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.95rem;transition:background-color .2s ease,transform .2s ease}.ff-friends-card__refresh:hover:not(:disabled){background:rgba(59,130,246,.16);transform:rotate(90deg)}.ff-friends-card__refresh:disabled{opacity:.5;cursor:not-allowed}.ff-friends-card__empty,.ff-friends-card__error,.ff-friends-card__loading{font-size:.9rem;color:#475569}.ff-friends-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.ff-friends-card__item{list-style:none}.ff-friends-card__link{display:grid;grid-template-columns:48px minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:center;text-decoration:none;color:inherit;padding:.35rem .5rem;border-radius:16px;transition:background-color .2s ease,transform .2s ease}.ff-friends-card__link:focus-visible,.ff-friends-card__link:hover{background:rgba(148,163,184,.18);transform:translateY(-1px);outline:none}.ff-friends-card__avatar{width:48px;height:48px;border-radius:14px;object-fit:cover}.ff-friends-card__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#00acc1;color:#fff;font-weight:700;font-size:1.1rem}.ff-friends-card__content{min-width:0;display:flex;flex-direction:column;gap:.2rem}.ff-friends-card__name{font-weight:600;font-size:.98rem;color:#0f172a}.ff-friends-card__meta,.ff-friends-card__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ff-friends-card__meta{font-size:.8rem;color:#64748b}.ff-friends-card__stats{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.ff-friends-card__badge{font-size:.75rem;padding:.2rem .55rem;border-radius:999px;background:rgba(15,23,42,.08);color:#334155;white-space:nowrap}.ff-friends-card__hint{margin:0;font-size:.78rem;color:#94a3b8}.ff-people{display:flex;flex-direction:column;gap:1.25rem;padding:1rem}.ff-people__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ff-people__headline{display:flex;flex-direction:column;gap:.35rem}.ff-people__title{margin:0;font-size:clamp(1.6rem,1.4rem + .6vw,2rem)}.ff-people__subtitle{margin:0;color:#475569;max-width:720px;line-height:1.5}.ff-people__tabs{display:flex;gap:.5rem;flex-wrap:wrap}.ff-people__alert{border-radius:14px;padding:.85rem 1rem;font-size:.95rem;border:1px solid rgba(148,163,184,.4);background:#f8fafc}.ff-people__alert--error{border-color:rgba(239,68,68,.35);background:rgba(239,68,68,.08);color:#991b1b}.ff-people__alert--warn{border-color:rgba(234,179,8,.35);background:rgba(234,179,8,.12);color:#92400e}.ff-people__alert--info{border-color:rgba(59,130,246,.35);background:rgba(59,130,246,.08);color:#1d4ed8}.ff-people__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;max-width:1200px}@media (min-width:1200px){.ff-people__grid{margin-inline:auto}}@media (max-width:768px){.ff-people__grid{grid-template-columns:1fr}}.ff-user-card{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:.75rem;gap:.75rem;align-items:center;background:#fff;border-radius:18px;padding:.85rem 1rem;border:1px solid rgba(148,163,184,.18);box-shadow:0 10px 26px rgba(15,23,42,.08)}@media (max-width:520px){.ff-user-card{grid-template-columns:64px 1fr;grid-template-rows:auto auto}.ff-user-card__actions{grid-column:1/-1;justify-content:flex-start}}.ff-user-card__avatar-link{display:inline-flex}.ff-user-card__avatar{width:64px;height:64px;border-radius:16px;object-fit:cover;background:#e2e8f0}.ff-user-card__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#00acc1;color:#fff;font-weight:700;font-size:1.15rem}.ff-user-card__body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.ff-user-card__heading{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.ff-user-card__name{font-weight:700;font-size:1rem;color:#0f172a;text-decoration:none}.ff-user-card__name:hover{text-decoration:underline}.ff-user-card__username{color:#64748b;font-size:.9rem}.ff-user-card__bio,.ff-user-card__meta{margin:0;color:#475569;font-size:.9rem}.ff-user-card__bio{line-height:1.45;max-height:3.6em;overflow:hidden}.ff-user-card__stats{display:flex;gap:.5rem;flex-wrap:wrap}.ff-user-card__badge{background:rgba(15,23,42,.06);color:#334155;padding:.2rem .55rem;border-radius:999px;font-size:.8rem}.ff-user-card__actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.ff-user-card__action{min-width:130px;box-shadow:none;transform:none;border:1px solid transparent}.ff-people__load-more{display:flex;justify-content:center;margin-top:.5rem}.ff-hero{display:grid;grid-gap:2rem;gap:2rem}.ff-hero__content{background:#fff;padding:clamp(1.75rem,1.5rem + 1vw,2.25rem);border-radius:18px;box-shadow:0 10px 40px rgba(15,23,42,.08)}.ff-hero__content h1{font-size:clamp(2rem,1.7rem + 1.2vw,2.75rem);line-height:1.1;margin-bottom:1rem}.ff-hero__content p{font-size:1.05rem;margin-bottom:1.5rem;color:#475569}.ff-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.ff-button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;border-radius:12px;background-color:#00acc1;color:#fff;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.ff-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(37,99,235,.25)}.ff-button--secondary{background-color:rgba(37,99,235,.12);color:#00acc1;box-shadow:none}.ff-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.ff-button--secondary:hover{background-color:rgba(37,99,235,.18);color:#00acc1}.ff-button-download{margin-right:10px}.ff-hero__note{background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.18);padding:clamp(1.5rem,1.4rem + .6vw,2rem);border-radius:16px}.ff-hero__note h2{margin-top:0;margin-bottom:.75rem}.ff-card-grid{grid-gap:1.5rem;gap:1.5rem}.ff-card-grid--activity{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.ff-activity-detail{max-width:820px;margin:0 auto}.ff-feed__ad-slot,.ff-post__ad-slot{width:100%;display:block;border:1px dashed rgba(100,116,139,.35);border-radius:16px;background:linear-gradient(135deg,rgba(148,163,184,.15),rgba(203,213,225,.12));position:relative}.ff-feed__ad-slot{padding:1.25rem 1rem;min-height:120px}.ff-post__ad-slot{padding:1rem 0 0}.ff-feed__ad-slot .adsbygoogle,.ff-post__ad-slot .adsbygoogle{width:100%!important;max-width:100%;margin:0 auto;display:block;text-align:center}.ff-card{background:#fff;border-radius:16px;padding:1.5rem;display:grid;grid-gap:1rem;gap:1rem}.ff-card--feed{border-radius:24px;border:1px solid rgba(148,163,184,.18);padding:1.1rem;gap:.8rem;margin-top:1rem;margin-bottom:1rem}.ff-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.ff-card__title{margin:0;font-size:1.1rem}.ff-card__meta{font-size:.85rem;color:#6b7280}.ff-feed-card__header{display:flex;align-items:center;gap:.85rem}.ff-feed-card__avatar{flex:0 0 52px;width:52px;height:52px;border-radius:50%;background:#e2e8f0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:600;color:#00acc1;font-size:1.1rem}.ff-feed-card__avatar-link{text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.ff-feed-card__avatar-link:focus-visible,.ff-feed-card__avatar-link:hover{transform:scale(1.03);box-shadow:0 0 0 3px rgba(0,172,193,.2)}.ff-feed-card__meta{flex:1 1 auto;display:flex;flex-direction:column;gap:.25rem}.ff-feed-card__author-row{display:flex;align-items:center;gap:.35rem;font-weight:600;color:#111827}.ff-feed-card__author-link{color:inherit;font-weight:600;text-decoration:none}.ff-feed-card__author-link:focus-visible,.ff-feed-card__author-link:hover{color:#00acc1}.ff-feed-card__time{font-size:.85rem;color:#6b7280}.ff-feed-card__public{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px}.ff-feed-card__follow,.ff-feed-card__public{border-radius:999px;color:#007c8d;font-size:.85rem}.ff-feed-card__follow{padding:.45rem 1rem;background:rgba(0,172,193,.12);font-weight:600;transition:background-color .2s ease}.ff-feed-card__follow:hover{background:rgba(0,172,193,.22)}.ff-post-menu{margin-left:auto;position:relative}.ff-post-menu__trigger{border:1px solid rgba(148,163,184,.5);background:rgba(15,23,42,.02);border-radius:12px;padding:.4rem .5rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a;transition:background-color .2s ease,border-color .2s ease}.ff-post-menu__trigger:focus-visible,.ff-post-menu__trigger:hover{background:rgba(0,172,193,.08);border-color:rgba(0,172,193,.4)}.ff-post-menu__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.12);padding:.4rem;z-index:10}.ff-post-menu__dropdown--left{left:0;right:auto}.ff-post-menu__item{width:100%;display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .7rem;border:none;background:none;color:#0f172a;font-weight:600;border-radius:10px;cursor:pointer;text-align:left;transition:background-color .2s ease}.ff-post-menu__item:focus-visible,.ff-post-menu__item:hover{background:rgba(0,172,193,.1)}.ff-post-menu__item:disabled{opacity:.6;cursor:not-allowed}.ff-post-menu__item--danger{color:#b91c1c}.ff-feed-card__image,.ff-feed-card__video{border-radius:22px;overflow:hidden}.ff-feed-card__video{background:#0f172a}.ff-feed-card__video video{width:100%;display:block;background:#000}.ff-feed-card__video--embed .ff-video-embed{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.ff-feed-card__video--embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ff-feed-card__notice{margin:.75rem 0;padding:.85rem 1rem;border-radius:18px;background:rgba(251,191,36,.2);color:#92400e;font-weight:600;line-height:1.4}.ff-feed-card__media-warning{margin:.75rem 0;padding:1rem;border-radius:18px;background:rgba(239,68,68,.12);color:#b91c1c;font-weight:600;text-align:center}.ff-event-block{margin:.65rem 0 .25rem;display:flex;flex-direction:column;gap:.55rem}.ff-event-badge{align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.2rem .9rem;border-radius:999px;background:rgba(0,172,193,.14);color:#007c8d;font-weight:600;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.ff-event-title{margin:0;font-size:1.05rem;font-weight:600;color:#111827}.ff-event-date{display:inline-flex;align-items:center;gap:.35rem;font-weight:500;color:#0f172a}.ff-event-date svg{color:#007c8d}.ff-feed-card__text{margin:.35rem 0 0;color:#1f2937;font-size:.98rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}.ff-feed-card__text-link{color:inherit;text-decoration:none;display:inline}.ff-feed-card__expand{display:inline;background:none;border:none;padding:0;font:inherit;font-weight:500;color:#007c8d;cursor:pointer;margin-left:.1rem}.ff-feed-card__expand:focus-visible,.ff-feed-card__expand:hover{text-decoration:underline}.ff-feed-card__expand:focus-visible{outline:2px solid rgba(0,124,141,.35);outline-offset:2px}.ff-link-preview{margin:.75rem 0 .35rem;display:flex;gap:.85rem;align-items:flex-start;padding:.9rem 1rem;border-radius:16px;border:1px solid #e5e7eb;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 8px 24px rgba(15,23,42,.06);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ff-link-preview:focus-visible,.ff-link-preview:hover{border-color:rgba(14,165,233,.55);box-shadow:0 12px 28px rgba(14,165,233,.12);transform:translateY(-1px)}.ff-link-preview:focus-visible{outline:2px solid rgba(14,165,233,.35);outline-offset:2px}.ff-link-preview__thumb{width:92px;height:92px;border-radius:12px;overflow:hidden;background:#eef2f7;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ff-link-preview__thumb-img{width:100%;height:100%;object-fit:cover}.ff-link-preview__content{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.ff-link-preview__title{margin:0;color:#0f172a;font-size:1.05rem;font-weight:700;line-height:1.35}.ff-link-preview__description{margin:0;color:#475569;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.ff-link-preview__url{margin:0;color:#0ea5e9;font-weight:700;word-break:break-word}.ff-feed-card__link-preview{margin-top:.5rem}.ff-detail__link-preview{margin:.85rem 0 .35rem}.ff-share-preview__link-preview{margin-top:.6rem}.ff-detail{background:#fff;border-radius:24px;box-shadow:0 25px 60px rgba(15,23,42,.08);padding:clamp(1.5rem,1.2rem + 1.5vw,2.5rem);max-width:760px;margin:0 auto;gap:1.5rem}.ff-detail--blocked{min-height:240px;align-items:center;justify-items:center;text-align:center}.ff-detail__blocked-message{margin:0;font-size:1rem;font-weight:600;color:#475569}.ff-detail__notice{padding:.85rem 1rem;border-radius:18px;background:rgba(251,191,36,.2);color:#92400e;font-weight:600;line-height:1.5}.ff-detail__header{display:flex;gap:1.25rem;align-items:flex-start}.ff-detail__avatar{width:clamp(56px,6vw,68px);height:clamp(56px,6vw,68px);border-radius:50%;object-fit:cover;flex-shrink:0}.ff-detail__avatar--fallback{background:rgba(0,172,193,.18);color:#007c8d;font-weight:600;font-size:1.4rem;display:flex;align-items:center;justify-content:center}.ff-detail__title{margin:0;font-size:clamp(1rem,1rem + .8vw,1.5rem);color:#0f172a}.ff-detail__meta{margin:.3rem 0 0;color:#64748b}.ff-detail__media img{width:100%;height:auto;border-radius:20px}.ff-detail__media--video{border-radius:20px;overflow:hidden;background:#0f172a}.ff-detail__media--video video{width:100%;display:block;background:#000}.ff-detail__media-warning{border-radius:20px;padding:1.1rem;background:hsla(0,93%,94%,.65);color:#b91c1c;font-weight:600;text-align:center}.ff-detail__video .ff-video-embed{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:20px;overflow:hidden;background:#000}.ff-detail__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ff-detail__content{margin-top:1rem;font-size:1.05rem;line-height:1.8;color:#1f2937;white-space:pre-wrap;word-break:break-word}.ff-detail__cta{display:flex;gap:1rem;flex-wrap:wrap;font-weight:600}.ff-detail__cta a{color:#007c8d}.ff-detail__comments{padding-top:0}.ff-detail__share{margin:1.75rem 0;padding-top:1.25rem;border-top:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:.85rem}.ff-detail__share-label{font-size:.85rem;font-weight:600;color:#0f172a}.ff-detail__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#3b6d73;font-size:.9rem;font-weight:400;font-family:inherit;border-top:1px solid rgba(100,116,139,.32);margin-bottom:.3rem;padding:1rem 0}.ff-detail__likes{gap:.6rem}.ff-detail__likes,.ff-detail__stat{display:inline-flex;align-items:center}.ff-detail__stat{gap:.4rem}.ff-detail__action-button{gap:.4rem;font-weight:600;color:#0f172a}.ff-detail__action-button--danger{color:#b91c1c}.ff-detail__action-button--danger:disabled{opacity:.6;cursor:not-allowed}.ff-detail__menu{margin-left:auto}.ff-detail__menu--header{align-self:flex-start}.ff-detail__manage{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ff-detail__action-button span{font-size:.9rem}.ff-detail__source-link{font-weight:400;text-decoration:none;font-size:.9rem}.ff-detail__source-link:focus-visible,.ff-detail__source-link:hover{text-decoration:underline}.ff-detail__comments h2{margin:0 0 1rem;font-size:1rem}.ff-feed-card__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#3b6d73;font-size:.9rem;font-weight:400;font-family:inherit;border-top:1px solid rgba(100,116,139,.32);margin-bottom:.3rem;padding:1rem 1rem 0}.ff-feed-card__share{margin-top:1rem}.ff-feed-card__action{display:inline-flex;align-items:center;gap:.4rem;color:inherit;font-weight:inherit;font-size:inherit;font-family:inherit}.ff-feed-card__likes{display:inline-flex;align-items:center;gap:5rem}@media (max-width:640px){.ff-feed-card__likes{gap:1rem}}.ff-feed-card__action-button{background:none;border:none;padding:0;font:inherit;color:inherit;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}.ff-feed-card__action-button:focus-visible{outline:2px solid rgba(15,23,42,.25);outline-offset:2px}.ff-feed-card__action-button:disabled{cursor:not-allowed;opacity:.6}.ff-feed-card__action-button--active{color:#000}.ff-feed-card__action-icon{display:inline-flex;align-items:center;color:inherit}.ff-feed-card__action-icon--active{color:#000}.ff-feed-card__likes-count{display:inline-flex;align-items:center;gap:3rem;font-size:inherit;color:inherit;text-decoration:none;font-weight:inherit}.ff-feed-card__likes-count:focus-visible,.ff-feed-card__likes-count:hover{color:inherit}.ff-feed-card__likes-count--muted{color:inherit}.ff-feed-card__likes-value{font-size:inherit;font-weight:inherit;color:inherit}.ff-feed-card__likes-label{letter-spacing:.01em}.ff-feed-card__action span{font-size:inherit;font-weight:inherit;color:inherit}.ff-likes{max-width:720px;margin:0 auto;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.ff-likes__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.ff-likes__title{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.ff-likes__count,.ff-likes__subtitle{margin:.25rem 0 0;color:#475569;font-size:.95rem}.ff-likes__post-title{font-weight:600;color:#0f172a}.ff-likes__refresh{align-self:center}.ff-error--inline{margin-top:0}.ff-likes__empty{text-align:center;color:#64748b;padding:2rem 1rem;background:rgba(148,163,184,.08);border-radius:12px}.ff-likes__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ff-likes__item+.ff-likes__item{border-top:1px solid rgba(15,23,42,.06)}.ff-likes__link{display:grid;grid-template-columns:98px 1fr;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem 0;color:inherit;text-decoration:none}.ff-likes__link:focus-visible .ff-likes__name,.ff-likes__link:hover .ff-likes__name{color:#007c8d}.ff-likes__link--static{cursor:default}.ff-likes__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:1px solid rgba(15,23,42,.08);display:flex;align-items:center;justify-content:center;background:#e2e8f0}.ff-likes__avatar img{width:100%;height:100%;object-fit:cover}.ff-likes__avatar-fallback{font-weight:700;color:#475569;font-size:1.1rem}.ff-likes__info{display:flex;flex-direction:column;gap:.15rem}.ff-likes__name{font-weight:600;color:#0f172a}.ff-likes__meta{font-size:.9rem;color:#64748b}.ff-likes__loading{text-align:center;color:#475569;font-size:.95rem}@media (max-width:640px){.ff-likes{padding:1.5rem 1.25rem}.ff-likes__header{flex-direction:column;align-items:flex-start}.ff-likes__refresh{align-self:flex-start}.ff-likes__link{gap:.75rem}.ff-likes__avatar{width:48px;height:48px}}.ff-card--feed .ff-feed__cta{color:#007c8d}.ff-feed-card__comments{padding-top:.3rem}.ff-comment-form{display:flex;gap:.75rem}.ff-comment-form__input{width:100%;padding:.65rem .75rem;border:1px solid rgba(100,116,139,.32);border-radius:12px;font-family:inherit;font-size:.95rem;resize:vertical;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.ff-comment-form__input:focus-visible{outline:none;border-color:#00acc1;box-shadow:0 0 0 3px rgba(0,172,193,.16)}.ff-comment-form__input:disabled{background-color:#f8fafc;color:#94a3b8;cursor:not-allowed}.ff-comment-form__footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.ff-comment-form__feedback{font-size:.85rem;color:#64748b}.ff-comment-form__submit{border:none;border-radius:999px;padding:.45rem .8rem;font-weight:400;font-size:.9rem;color:#fff;background:linear-gradient(135deg,#00acc1,#0091a7);cursor:pointer;transition:transform .2s ease,opacity .2s ease}.ff-comment-form__submit:hover:not(:disabled){transform:translateY(-1px)}.ff-comment-form__submit:disabled{opacity:.6;cursor:not-allowed}.ff-modal{position:fixed;inset:0;z-index:60;display:flex;justify-content:center;align-items:flex-start;padding:4rem .7rem}.ff-modal--composer{align-items:center;padding:clamp(2rem,4vw,3rem) 1rem}.ff-modal__backdrop{position:fixed;inset:0;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ff-modal__panel{position:relative;max-height:86vh;overflow-y:auto;background:#fff;border-radius:24px;box-shadow:0 25px 60px rgba(15,23,42,.18);z-index:1;padding:clamp(1rem,1vw + 1rem,1.75rem)}.ff-modal__panel--composer{width:min(640px,100%);padding:clamp(1.5rem,1.25rem + 1vw,2rem)}.ff-modal__close{position:absolute;top:clamp(.75rem,1.5vw,1.25rem);right:clamp(.75rem,1.5vw,1.25rem);z-index:2;background:#00acc1;border:none;border-radius:10px;width:60px;height:41px;font-size:2rem;line-height:1;color:#fff;cursor:pointer}.ff-modal__close:hover{background:#0091a7}.ff-modal__error,.ff-modal__loader{padding:2rem 1rem;text-align:center;font-size:1rem}.ff-modal__error{background:hsla(0,91%,71%,.15);color:#b91c1c;border-radius:16px}.ff-composer-modal{display:flex;flex-direction:column;gap:1rem}.ff-composer-modal__header{display:flex;align-items:center;gap:.75rem}.ff-composer-modal__avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;flex:0 0 auto}.ff-composer-modal__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#00acc1;color:#fff;font-weight:600;font-size:1.1rem}.ff-composer-modal__title{margin:0;font-size:1.25rem}.ff-composer-modal__meta{margin:.25rem 0 0;font-size:.85rem;color:#64748b}.ff-composer-modal__textarea{width:100%;min-height:180px;resize:vertical;border:1px solid rgba(148,163,184,.6);border-radius:14px;padding:.9rem 1rem;font-size:1rem;font-family:inherit;color:#1f2933;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.ff-composer-modal__textarea:focus{outline:none;border-color:#00acc1;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.ff-composer-modal__textarea:disabled{opacity:.6;background:rgba(248,250,252,.75);cursor:not-allowed}.ff-composer-modal__controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;font-size:.85rem;color:#475569}.ff-composer-modal__media{border:1px dashed rgba(148,163,184,.45);border-radius:16px;padding:1rem;background:rgba(248,250,252,.7);min-height:120px;display:flex;align-items:center;justify-content:center}.ff-composer-modal__media-empty{font-size:.9rem;color:#64748b;text-align:center}.ff-composer-modal__preview{width:100%;display:flex;flex-direction:column;gap:.75rem}.ff-composer-modal__preview img,.ff-composer-modal__preview video{width:100%;border-radius:14px;max-height:360px;object-fit:cover;background:#000}.ff-composer-modal__preview video{outline:none}.ff-composer-modal__remove{align-self:flex-end;border:none;background:none;color:#dc2626;font-size:.85rem;font-weight:600;cursor:pointer}.ff-composer-modal__media-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.ff-composer-modal__media-button{border:1px solid rgba(14,165,233,.4);background:rgba(14,165,233,.12);color:#007c8d;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.ff-composer-modal__media-button:hover{background:rgba(14,165,233,.2);border-color:rgba(14,165,233,.6)}.ff-composer-modal__media-button:disabled{opacity:.6;cursor:not-allowed}.ff-composer-modal__share{border:1px solid rgba(148,163,184,.45);border-radius:16px;background:#f8fafc;padding:1rem;display:flex;flex-direction:column;gap:.85rem}.ff-composer-modal__share-label{font-size:.85rem;font-weight:600;color:#0f172a}.ff-share-preview{border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fff;padding:.9rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 6px 18px rgba(15,23,42,.08)}.ff-share-preview__header{display:flex;align-items:center;gap:.65rem}.ff-share-preview__avatar{width:42px;height:42px;border-radius:999px;overflow:hidden;background:rgba(148,163,184,.25);display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#475569;flex:0 0 auto}.ff-share-preview__avatar--fallback{background:#00acc1;color:#fff}.ff-share-preview__avatar--fallback span{font-size:1rem}.ff-share-preview__author{margin:0;font-size:.95rem;font-weight:600;color:#0f172a}.ff-share-preview__meta{margin:.15rem 0 0;font-size:.8rem;color:#64748b}.ff-share-preview__content{margin:0;font-size:.9rem;line-height:1.5;color:#334155;white-space:pre-wrap;word-break:break-word}.ff-share-preview__media{border-radius:12px;overflow:hidden;background:#0f172a}.ff-share-preview__media img,.ff-share-preview__media video{display:block;width:100%;height:auto}.ff-share-preview__media-warning{border:1px solid hsla(0,91%,71%,.45);border-radius:12px;padding:.75rem;background:hsla(0,93%,94%,.6);color:#b91c1c;font-weight:600;text-align:center}.ff-share-preview__link{font-size:.85rem;font-weight:600;color:#007c8d;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem}.ff-share-preview__link:hover{text-decoration:underline}.ff-share-preview__link--external{color:#0f172a}.ff-composer-modal__privacy{display:flex;align-items:center;gap:.5rem}.ff-composer-modal__privacy input{accent-color:#00acc1}.ff-composer-modal__warning{color:#b45309;background:rgba(251,191,36,.2);padding:.45rem .75rem;border-radius:999px}.ff-composer-modal__hint{margin:.5rem 0 0;font-size:.9rem;color:#475569}.ff-composer-modal__error{background:hsla(0,91%,71%,.16);border:1px solid hsla(0,91%,71%,.4);color:#b91c1c;border-radius:14px;padding:.75rem 1rem;font-size:.9rem}.ff-composer-modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.ff-loader{display:flex;justify-content:center;align-items:center;padding:1.5rem 0;color:#64748b;font-size:.95rem}.ff-loader--end{color:#00acc1}.ff-error{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:12px;background:hsla(0,91%,71%,.12);color:#b91c1c;font-size:.9rem;margin-bottom:1rem}.ff-error__retry{border:none;background:rgba(185,28,28,.12);color:#991b1b;padding:.4rem .9rem;border-radius:999px;cursor:pointer;font-weight:600;font-family:inherit}.ff-error__retry:hover{background:rgba(185,28,28,.22)}.ff-sentinel{width:100%;height:1px}.ff-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;padding:.3rem .6rem;border-radius:999px;background-color:rgba(59,130,246,.12);color:#00acc1}.ff-card__footer{display:flex;justify-content:flex-end;gap:1rem;font-size:.85rem;color:#64748b}.ff-empty{margin-top:1rem;padding:2.5rem;text-align:center;background:rgba(15,23,42,.04);border-radius:16px;border:1px dashed rgba(15,23,42,.15)}.ff-composer-card{background:#fff;border-radius:16px;padding:1.1rem 1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.9rem;box-shadow:0 1px 6px rgba(15,23,42,.08)}.ff-composer__trigger{display:flex;align-items:center;gap:.9rem;width:100%;border:1px solid rgba(148,163,184,.4);border-radius:14px;padding:.85rem 1rem;background:rgba(248,250,252,.95);cursor:pointer;font-size:.95rem;color:#475569;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;font-family:inherit}.ff-composer__trigger:focus-visible,.ff-composer__trigger:hover{border-color:#00acc1;background:#fff;box-shadow:0 12px 26px rgba(15,23,42,.1);outline:none}.ff-composer__trigger:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.ff-composer__avatar{width:48px;height:48px;border-radius:999px;object-fit:cover;flex:0 0 auto}.ff-composer__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:#00acc1;color:#fff;font-weight:600;font-size:1.1rem}.ff-composer__placeholder{flex:1 1;text-align:left}.ff-composer__footer{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:#64748b}.ff-composer__visibility{display:inline-flex;align-items:center;gap:.35rem}.ff-composer__write{border:none;background:none;color:#00acc1;font-weight:600;cursor:pointer;padding:.35rem .6rem;border-radius:999px;transition:background-color .2s ease,color .2s ease}.ff-composer__write:hover{background-color:rgba(59,130,246,.12)}.ff-composer__write:disabled{opacity:.6;cursor:not-allowed;background:transparent}.ff-pill{border:none;padding:.45rem .9rem;border-radius:999px;background:rgba(15,23,42,.05);color:#1f2937;font-size:.85rem;cursor:pointer;transition:background-color .2s ease,color .2s ease;font-family:inherit}.ff-pill--active{background-color:#00acc1;color:#fff}.ff-pill:disabled{opacity:.6;cursor:not-allowed}.ff-feed__filters-separator{color:rgba(15,23,42,.35);font-size:.85rem}.ff-feed__filters-group .ff-feed__filters-separator{margin:0 8px}.ff-feed__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.ff-feed__subtitle{color:#64748b;margin:0}.ff-feed__cta{display:inline-flex;gap:.5rem;align-items:center;color:#00acc1;font-weight:600}.ff-feed__cta svg{width:18px;height:18px}.ff-inline{display:inline-flex;gap:.5rem;align-items:center}.ff-feed__content p{margin:0}.ff-comments{padding-top:1rem;border-top:1px solid rgba(15,23,42,.08);display:grid;grid-gap:.75rem;gap:.75rem}.ff-comment{border-radius:20px;background:rgba(15,23,42,.03);padding:.75rem 1rem;font-size:.84rem;width:-moz-fit-content;width:fit-content;max-width:min(680px,100%);align-self:flex-start}.ff-comment__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.ff-comment__author-block{display:flex;align-items:center;gap:.6rem}.ff-comment__avatar{width:36px;height:36px;border-radius:999px;overflow:hidden;background:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#0f172a;flex-shrink:0}.ff-comment__avatar img{width:100%;height:100%;object-fit:cover}.ff-comment__author-meta{display:flex;flex-direction:column;gap:.1rem;line-height:1.3}.ff-comment__author-name{font-weight:600;color:#0f172a}.ff-comment__time{font-size:.8rem;color:#64748b}.ff-comment-thread{display:grid;grid-gap:.75rem;gap:.75rem}.ff-comment__author{font-weight:500;margin-bottom:.25rem}.ff-comment__body{color:#1f2933;white-space:pre-wrap;word-break:break-word}.ff-comment__actions{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.ff-comment__action{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;color:#0091a7;font-weight:600;font-size:.85rem;cursor:pointer}.ff-comment__action:focus-visible,.ff-comment__action:hover{text-decoration:underline}.ff-comment-replies{display:grid;grid-gap:.6rem;gap:.6rem;padding-left:1.5rem}.ff-comment--reply{background:rgba(15,23,42,.06);max-width:min(560px,100%)}.ff-comment--reply .ff-comment__avatar{width:30px;height:30px;font-size:.85rem}.ff-comment__load-more{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;color:#0091a7;font-weight:600;font-size:.85rem;padding:.25rem 0;text-align:left;cursor:pointer}.ff-comment__load-more:disabled{opacity:.6;cursor:not-allowed}.ff-comment__menu{position:relative}.ff-comment__menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:999px;background:transparent;color:#94a3b8;cursor:pointer;transition:background-color .2s ease,color .2s ease}.ff-comment__menu-trigger:focus-visible,.ff-comment__menu-trigger:hover{background:rgba(148,163,184,.16);color:#475569}.ff-comment__menu-dropdown{position:absolute;top:32px;right:0;min-width:160px;background:#fff;border-radius:10px;border:1px solid rgba(148,163,184,.3);box-shadow:0 12px 30px rgba(15,23,42,.12);padding:.4rem 0;display:grid;grid-gap:.1rem;gap:.1rem;z-index:2}.ff-comment__menu-item{padding:.45rem .95rem;text-align:left;background:none;border:none;font-size:.85rem;color:#1f2933;cursor:pointer}.ff-comment__menu-item:focus-visible,.ff-comment__menu-item:hover{background:rgba(15,23,42,.05)}.ff-comment__menu-item--danger{color:#dc2626}.ff-comment__menu-item--danger:focus-visible,.ff-comment__menu-item--danger:hover{background:rgba(220,38,38,.08)}.ff-reply-form{display:grid;grid-gap:.6rem;gap:.6rem;padding-left:1.5rem}.ff-reply-form__input{width:100%;min-height:60px;padding:.55rem .65rem;border:1px solid rgba(100,116,139,.26);border-radius:10px;font-family:inherit;font-size:.9rem;resize:vertical;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.ff-reply-form__input:focus-visible{outline:none;border-color:#00acc1;box-shadow:0 0 0 2px rgba(0,172,193,.18)}.ff-reply-form__input:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.ff-reply-form__footer{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ff-reply-form__feedback{font-size:.8rem;color:#64748b}.ff-reply-form__submit{border:none;border-radius:999px;padding:.35rem 1rem;font-weight:600;font-size:.85rem;color:#fff;background:linear-gradient(135deg,#00acc1,#0091a7);cursor:pointer;transition:transform .2s ease,opacity .2s ease}.ff-reply-form__submit:hover:not(:disabled){transform:translateY(-1px)}.ff-reply-form__submit:disabled{opacity:.6;cursor:not-allowed}.ff-activity__meta{display:flex;flex-wrap:wrap;gap:.5rem;color:#475569;font-size:.9rem}.ff-activity__participants{display:flex;gap:.2rem;flex-wrap:wrap;font-size:.82rem;color:#00acc1}.ff-activity__participants strong{color:#1f2933;display:block;width:100%;margin-bottom:.1rem}.ff-activity__participantLink{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .45rem;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);color:inherit;text-decoration:none}.ff-activity__participantLink:focus-visible,.ff-activity__participantLink:hover{background:#ecfeff;outline:none}.ff-activity__participant{display:inline-flex;align-items:center;gap:.35rem}.ff-activity__avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;border:1px solid rgba(15,23,42,.08)}.ff-activity__avatar img{width:100%;height:100%;object-fit:cover}.ff-activity__avatarFallback{font-weight:700;color:#475569;font-size:.72rem}.ff-activity__participantName{color:#0f172a}.ff-activity-card{background:#f7f9fc;border:1px solid rgba(15,23,42,.04);border-radius:24px;box-shadow:0 10px 40px rgba(15,23,42,.06);padding:.7rem .85rem}.ff-activity-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.25rem}.ff-activity-card__header .ff-card__title{margin:0 0 .15rem}.ff-activity-card__header .ff-card__meta{margin:1rem 0}.ff-activity-card__badgeRight{display:flex;align-items:flex-start;gap:.3rem;flex-shrink:0}.ff-activity__metaLine{display:flex;align-items:center;gap:.35rem;margin:.1rem 0}.ff-activity__metaIcon{font-size:.95rem}.ff-activity__metaTextSmall{font-size:.88rem;font-weight:500;color:#334155;line-height:1.35}.ff-activity-card__cover{border-radius:18px;overflow:hidden;margin:.35rem 0}.ff-activity-card__image{width:100%;height:auto;display:block;border-radius:18px}.ff-activity-card__description{font-size:.95rem;line-height:1.55;color:#1f2933;margin:.2rem 0 .45rem}.ff-activity__chips{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.4rem}.ff-activity__metaText{font-size:.92rem;font-weight:600;color:#0f172a;margin-right:.25rem;line-height:1.3}.ff-activity__chip{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:14px;font-size:.86rem;background:#eef2f7;color:#0f172a;border:1px solid rgba(15,23,42,.06)}.ff-activity__chip--accent{background:#e0f2ff;color:#0284c7;border-color:rgba(2,132,199,.18);font-weight:600}.ff-activity__chip--ghost{background:#f8fafc;color:#1f2933;border-color:rgba(15,23,42,.06)}.ff-activity__chip--public{background:#e0f2ff;color:#075985;border-color:rgba(7,89,133,.2);font-weight:600}.ff-activity__chip--friends{background:#ecfdf3;color:#166534;border-color:rgba(22,101,52,.25);font-weight:600}.ff-activity__chip--cta{background:linear-gradient(90deg,#06b6d4,#22d3ee);color:#fff;border:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.ff-activity__chip--cta:disabled{opacity:.7;cursor:not-allowed}.ff-activity__chip--cta:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(6,182,212,.25)}.ff-activity__chip--danger{background:#fee2e2;color:#b91c1c;border-color:rgba(185,28,28,.24);font-weight:600}.ff-activity__chip--warn{background:#fff7ed;color:#c2410c;border-color:rgba(194,65,12,.25);font-weight:600}.ff-activity__chip--link{background:#e0f2ff;color:#0369a1;border-color:rgba(3,105,161,.2);font-weight:600}.ff-activity__chip--linkAlt{background:#eef2f7;color:#1f2933;border-color:rgba(15,23,42,.08);font-weight:600}.ff-activity-card__actions{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.25rem}.ff-safe-text{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}@media (min-width:860px){.ff-hero{grid-template-columns:1.35fr 1fr}}@media (max-width:600px){.ff-nav{justify-content:flex-end}.ff-main{padding-top:2rem}}.ff-settings{display:flex;flex-direction:column;gap:2rem;padding:2rem 0 4rem;margin:0 20px}.ff-settings__intro h1{margin:0;font-size:2rem;color:#0f172a}.ff-settings__intro p{margin:.5rem 0 0;color:#475569;font-size:1rem;max-width:640px}.ff-settings__tabs{display:flex;flex-wrap:wrap;gap:.75rem;padding:.5rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;width:-moz-fit-content;width:fit-content}.ff-settings__tab{border:1px solid #e2e8f0;padding:.6rem 1rem;border-radius:10px;background:#fff;color:#0f172a;font-weight:600;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease,background-color .2s ease}.ff-settings__tab:hover{border-color:#cbd5e1}.ff-settings__tab:focus-visible{outline:2px solid #00acc1;outline-offset:3px}.ff-settings__tab--active{border-color:#00acc1;color:#007f91;box-shadow:0 10px 20px rgba(0,172,193,.14);background:#ecfeff}.ff-settings__tab--danger{color:#b91c1c;border-color:#fecdd3}.ff-settings__tab--danger.ff-settings__tab--active{background:#fef2f2;color:#b91c1c;border-color:#fca5a5;box-shadow:0 10px 20px rgba(239,68,68,.14)}.ff-settings__grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.ff-settings__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 12px 24px rgba(15,23,42,.06)}.ff-settings__card--danger{border-color:#fecdd3;background:linear-gradient(135deg,#fff7ed,#fff1f2)}.ff-settings__card--danger .ff-settings__cardTitle{color:#9f1239}.ff-settings__card--danger .ff-settings__cardSubtitle{color:#b91c1c}.ff-settings__cardTitle{margin:0;font-size:1.35rem;color:#0f172a}.ff-settings__cardSubtitle{margin:0;color:#64748b;font-size:.95rem}.ff-settings__fieldGroup{display:flex;flex-direction:column;gap:.5rem}.ff-settings__fieldGroup--inline{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem}.ff-settings__label{font-weight:600;color:#0f172a;font-size:.95rem}.ff-settings__input,.ff-settings__textarea{border:1px solid #cbd5e1;border-radius:12px;padding:.65rem .9rem;font-size:.95rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.ff-settings__input:focus,.ff-settings__textarea:focus{outline:none;border-color:#00acc1;box-shadow:0 0 0 3px rgba(0,172,193,.18)}.ff-settings__textarea{resize:vertical}.ff-settings__hint{margin:-.25rem 0 0;font-size:.85rem;color:#94a3b8}.ff-settings__dangerList{border:1px dashed #fca5a5;border-radius:12px;padding:.9rem 1rem;background:hsla(0,93%,94%,.5);color:#7f1d1d}.ff-settings__dangerList p{margin:0 0 .4rem;font-weight:700;color:#991b1b}.ff-settings__dangerList ul{margin:0;padding-left:1.1rem;display:grid;grid-gap:.35rem;gap:.35rem}.ff-settings__sliderWrapper{display:flex;align-items:center;gap:1rem}.ff-settings__sliderWrapper input[type=range]{flex:1 1}.ff-settings__sliderValue{min-width:70px;font-weight:600;color:#0f172a;text-align:right}.ff-settings__actions{display:flex;justify-content:flex-end}.ff-settings__button{border-radius:999px;border:1px solid #00acc1;background:transparent;color:#00acc1;padding:.55rem 1.35rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.ff-settings__button:hover{background:rgba(0,172,193,.12)}.ff-settings__button:disabled{opacity:.6;cursor:not-allowed}.ff-settings__button--primary{background:#00acc1;color:#fff;border-color:transparent}.ff-settings__button--primary:hover{background:#0091a7}.ff-settings__button--danger{border-color:#ef4444;color:#ef4444}.ff-settings__button--danger:hover{background:rgba(239,68,68,.12);color:#b91c1c}.ff-settings__status{border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.ff-settings__status--success{background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.4)}.ff-settings__status--error{background:#fef2f2;color:#b91c1c;border:1px solid hsla(0,91%,71%,.4)}.ff-settings__empty{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.5rem;text-align:center;box-shadow:0 10px 24px rgba(15,23,42,.08)}.ff-settings__empty h1{margin:0 0 .75rem;font-size:1.7rem;color:#0f172a}.ff-settings__empty p{margin:0 auto;color:#475569;max-width:520px;line-height:1.6}@media (min-width:960px){.ff-settings__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (max-width:720px){.ff-settings__card{padding:1.5rem}.ff-settings__intro h1{font-size:1.65rem}}.ff-card--feed{width:100%;min-width:0;box-sizing:border-box;box-shadow:0 1px 6px rgba(15,23,42,.08)}@media (max-width:960px){.ff-card--feed{max-width:100%!important;width:100%!important;min-width:0!important}}.ff-chat{display:grid;grid-gap:1rem;gap:1rem;margin:.5rem auto 2.5rem;max-width:960px}.ff-chat__header{display:flex;align-items:center;gap:.9rem;background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:1rem 1.25rem;box-shadow:0 10px 26px rgba(15,23,42,.08)}.ff-chat__avatar{width:60px;height:60px;border-radius:16px;object-fit:cover;background:#e2e8f0;flex-shrink:0}.ff-chat__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#00acc1,#0ea5e9)}.ff-chat__headline{display:flex;flex-direction:column;gap:.15rem}.ff-chat__title{margin:0;font-size:1.35rem;color:#0f172a;line-height:1.2}.ff-chat__subtitle{margin:0;color:#475569;font-size:.95rem}.ff-chat__panel{background:linear-gradient(180deg,hsla(0,0%,100%,.85),#fff 50%,#f8fafc);border:1px solid rgba(148,163,184,.18);border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.08);min-height:420px;display:flex;flex-direction:column;overflow:hidden}.ff-chat__messages{flex:1 1;padding:1rem 1rem .5rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;max-height:clamp(320px,50vh,720px)}.ff-chat__empty{margin:auto;text-align:center;color:#475569;padding:1rem}.ff-chat__bubble{max-width:78%;border-radius:14px;padding:.35rem .7rem;border:1px solid transparent;background:#fff;color:#0f172a;box-shadow:0 8px 24px rgba(15,23,42,.08);line-height:1.45}.ff-chat__bubble--own{margin-left:auto;background:linear-gradient(135deg,#00acc1,#0ea5e9);color:#fff;border-color:transparent}.ff-chat__bubble--other{background:#f8fafc;border-color:rgba(148,163,184,.25);max-width:40%}.ff-chat__meta{display:flex;align-items:center;gap:.5rem;margin-top:.4rem;font-size:.8rem;color:hsla(0,0%,100%,.85)}.ff-chat__bubble--other .ff-chat__meta{color:#475569}.ff-chat__status{font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.01em}.ff-chat__status--error{color:#dc2626}.ff-chat__status--pending{color:#f59e0b}.ff-chat__checks{display:inline-flex;align-items:center;gap:.2rem;margin-left:.15rem;color:inherit}.ff-chat__check{width:14px;height:14px;opacity:.85}.ff-chat__checks--double .ff-chat__check:first-child{margin-right:-6px;opacity:.6}.ff-chat__input{border-top:1px solid rgba(148,163,184,.18);padding:.9rem;background:hsla(0,0%,100%,.8);display:grid;grid-template-columns:1fr auto;grid-gap:.75rem;gap:.75rem}.ff-chat__textarea{width:100%;border-radius:12px;border:1px solid #e2e8f0;padding:.8rem .9rem;resize:vertical;min-height:60px;max-height:160px;font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.ff-chat__textarea:focus{outline:none;border-color:#00acc1;box-shadow:0 0 0 3px rgba(0,172,193,.15)}.ff-chat__actions{display:inline-flex;gap:.5rem}.ff-chat__send{min-width:120px}@media (max-width:640px){.ff-chat{margin-top:1rem}.ff-chat__panel{min-height:360px}.ff-chat__messages{padding-inline:.75rem}.ff-chat__bubble{max-width:50%}}.ff-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}