:root{--hfs-bg:#15181e;--hfs-bg-deep:#101318;--hfs-surface:#1b1f27;--hfs-surface-2:#212630;--hfs-surface-3:#292f3a;--hfs-surface-hover:#303744;--hfs-border:rgba(255,255,255,0.075);--hfs-border-strong:rgba(255,255,255,0.13);--hfs-text:#f5f6f8;--hfs-text-soft:#d9dee5;--hfs-muted:#a4adba;--hfs-muted-2:#7f8996;--hfs-accent:#ff4fbd;--hfs-accent-hover:#ff65c6;--hfs-accent-soft:rgba(255,79,189,0.13);--hfs-secondary:#9a8cff;--hfs-danger:#ff8498;--hfs-danger-soft:rgba(255,90,116,0.11);--hfs-success:#78d9a9;--hfs-warning:#edc86a;--hfs-space-1:4px;--hfs-space-2:8px;--hfs-space-3:12px;--hfs-space-4:16px;--hfs-space-5:20px;--hfs-space-6:24px;--hfs-space-8:32px;--hfs-space-10:40px;--hfs-space-12:48px;--hfs-radius-sm:8px;--hfs-radius-md:10px;--hfs-radius-lg:14px;--hfs-radius-xl:18px;--hfs-shadow-pop:0 18px 48px rgba(5,7,10,0.28);--hfs-shadow-float:0 10px 30px rgba(5,7,10,0.2);--hfs-focus:0 0 0 3px rgba(255,79,189,0.22);--hfs-content:1240px;--hfs-wide:1480px}html{background:var(--hfs-bg);color-scheme:dark;scrollbar-color:#4a5360 var(--hfs-bg-deep);scrollbar-width:thin;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{min-width:320px;margin:0;background:var(--hfs-bg)!important;color:var(--hfs-text)!important;font-family:var(--font-manrope),"Manrope",ui-sans-serif,system-ui,sans-serif!important;font-size:15px;font-weight:500;line-height:1.5;letter-spacing:-.01em}*,:after,:before{box-sizing:border-box}::-moz-selection{background:rgba(255,79,189,.28);color:#fff}::selection{background:rgba(255,79,189,.28);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--hfs-bg-deep)}::-webkit-scrollbar-thumb{border:3px solid var(--hfs-bg-deep);border-radius:999px;background:#4a5360}::-webkit-scrollbar-corner{background:var(--hfs-bg-deep)}img,svg,video{max-width:100%}button,input,select,textarea{font:inherit}[role=button],a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}[aria-disabled=true],button:disabled{cursor:not-allowed!important;opacity:.52!important;transform:none!important}a{text-underline-offset:3px}b,h1,h2,h3,h4,h5,h6,strong{letter-spacing:-.025em}h1,h2,h3,h4{text-wrap:balance}p{text-wrap:pretty}.site-main{min-height:calc(100dvh - 64px);background:transparent!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:where(button,a,input,textarea,select,summary,[tabindex]):focus{outline:0}:where(button,a,input,textarea,select,summary,[tabindex]):focus-visible{outline:2px solid rgba(255,79,189,.78)!important;outline-offset:2px!important;box-shadow:var(--hfs-focus)}input[type=search]{-moz-appearance:none;appearance:none;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}select{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;padding-right:38px!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a4adba' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:14px 14px!important}summary{list-style:none}summary::-webkit-details-marker{display:none}input[type=checkbox],input[type=radio]{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:20px!important;height:20px!important;min-width:20px!important;margin:0!important;border:1px solid var(--hfs-border-strong)!important;background:var(--hfs-surface-2)!important;box-shadow:none!important;vertical-align:middle;cursor:pointer}input[type=checkbox]{border-radius:6px!important}input[type=radio]{border-radius:50%!important}input[type=checkbox]:checked{border-color:var(--hfs-accent)!important;background-color:var(--hfs-accent)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:15px!important}input[type=radio]:checked{border:5px solid var(--hfs-accent)!important;background:#fff!important}input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:2px solid rgba(255,79,189,.8)!important;outline-offset:3px!important}input:not([type=checkbox]):not([type=radio]):not([type=hidden]),select,textarea{min-height:44px;border:1px solid var(--hfs-border)!important;border-radius:var(--hfs-radius-md)!important;background-color:var(--hfs-surface-2)!important;color:var(--hfs-text)!important;box-shadow:none!important;outline:0!important;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}textarea{line-height:1.55}input:not([type=checkbox]):not([type=radio]):not([type=hidden]):hover,select:hover,textarea:hover{border-color:var(--hfs-border-strong)!important;background-color:#252b35!important}input:not([type=checkbox]):not([type=radio]):not([type=hidden]):focus-visible,select:focus-visible,textarea:focus-visible{border-color:rgba(255,79,189,.72)!important;box-shadow:var(--hfs-focus)!important}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--hfs-muted-2)!important;opacity:1!important}input::placeholder,textarea::placeholder{color:var(--hfs-muted-2)!important;opacity:1!important}.danger-btn,.primary-btn,.secondary-btn,a.primary-btn,a.secondary-btn,button.primary-btn,button.secondary-btn{min-height:44px!important;padding-inline:16px!important;border:0!important;border-radius:var(--hfs-radius-md)!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800!important;line-height:1!important;text-decoration:none;box-shadow:none!important;transition:background-color .15s ease,color .15s ease,transform .15s ease,opacity .15s ease}.primary-btn,a.primary-btn,button.primary-btn{background:var(--hfs-accent)!important;color:#fff!important}.secondary-btn,a.secondary-btn,button.secondary-btn{background:var(--hfs-surface-2)!important;color:var(--hfs-text-soft)!important}.danger-btn{background:var(--hfs-danger-soft)!important;color:#ffc3cd!important}.compact{min-height:40px!important;height:40px!important;padding-inline:14px!important}.admin-shield-link,.header-avatar,.hfs-save-popover-close,.hfs-viewer-tool,.icon-btn,.modal-close,.profile-editor-close,.viewer-back-link{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;display:inline-grid!important;place-items:center!important;border:0!important;border-radius:50%!important;background:var(--hfs-surface-2)!important;color:var(--hfs-text-soft)!important;box-shadow:none!important}.eyebrow{display:inline-flex!important;align-items:center;gap:8px;margin:0 0 8px!important;color:#ff83d2!important;font-size:10px!important;font-weight:850!important;letter-spacing:.14em!important;line-height:1.2;text-transform:uppercase}.eyebrow:before{content:"";width:16px;height:2px;border-radius:99px;background:var(--hfs-accent)}.field-help,.form-hint,.media-sub,.muted,.viewer-counter-line{color:var(--hfs-muted)!important}.topbar{position:sticky!important;top:0!important;z-index:400!important;padding-top:env(safe-area-inset-top,0)!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.055)!important;background:var(--hfs-bg)!important;box-shadow:none!important;backdrop-filter:none!important;overflow:visible;isolation:isolate}.topbar:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:100vh;background:var(--hfs-bg);pointer-events:none}.topbar-inner{width:min(100%,var(--hfs-wide));min-height:64px!important;margin-inline:auto;padding:0 20px!important;gap:24px!important}.brand{flex:0 0 auto;color:var(--hfs-text)!important;font-size:22px!important;font-weight:900!important;letter-spacing:-.055em!important;line-height:1;text-decoration:none!important}.brand span{color:var(--hfs-accent)!important}.desktop-nav,.mobile-nav{position:relative;gap:4px!important}.hfs-nav-pill{position:absolute;left:0;top:0;z-index:0;border-radius:var(--hfs-radius-md);background:rgba(255,255,255,.055);pointer-events:none;transition:transform .28s cubic-bezier(.22,.7,.2,1),width .28s cubic-bezier(.22,.7,.2,1),height .28s cubic-bezier(.22,.7,.2,1),opacity .16s ease}.desktop-nav a,.mobile-nav a{position:relative;z-index:1;min-height:40px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--hfs-radius-md);color:#bac3ce!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;transition:color .18s ease}.desktop-nav a.is-active,.desktop-nav a[aria-current=page],.mobile-nav a.is-active,.mobile-nav a[aria-current=page]{background:transparent;color:#fff!important}.desktop-nav a.is-active:after,.desktop-nav a[aria-current=page]:after{display:none}.header-actions{gap:8px!important}.header-actions,.hfs-notification-menu{overflow:visible}.header-avatar{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;overflow:hidden;background:var(--hfs-surface-3)!important}.header-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-shield-link{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;background:var(--hfs-accent-soft)!important;color:#ff9cda!important}.hfs-header-search,.search-form{width:min(340px,27vw)!important}.hfs-header-search>input,.search-form>input{width:100%!important;height:40px!important;min-height:40px!important;padding:0 42px 0 14px!important;border:0!important;border-radius:12px!important;background:var(--hfs-surface-2)!important;color:var(--hfs-text)!important}.search-form>button[type=submit]{right:4px!important}.hfs-search-close,.search-form>button[type=submit]{top:2px!important;width:36px!important;height:36px!important;border:0!important;background:transparent!important;color:var(--hfs-muted)!important}.hfs-search-close{right:38px!important;border-radius:50%!important}.hfs-header-search>div[role=listbox]{top:calc(100% + 8px)!important;max-height:min(70dvh,560px)!important;padding:8px!important;border:1px solid var(--hfs-border)!important;border-radius:var(--hfs-radius-lg)!important;background:rgba(27,31,39,.98)!important;box-shadow:var(--hfs-shadow-pop)!important;backdrop-filter:blur(18px)}.hfs-header-search>div[role=listbox] a{min-height:48px!important;border-radius:var(--hfs-radius-md)!important}.dropdown-menu,.hfs-dropdown,.hfs-save-popover,.profile-menu-pop,[role=menu]{border:1px solid var(--hfs-border)!important;border-radius:var(--hfs-radius-lg)!important;background:rgba(27,31,39,.985)!important;box-shadow:var(--hfs-shadow-pop)!important;backdrop-filter:blur(18px)}.profile-menu-pop{padding:6px!important}.profile-menu-pop a,.profile-menu-pop button,[role=menu] a,[role=menu] button{min-height:40px;border:0!important;border-radius:var(--hfs-radius-md)!important}.auth-backdrop,.discard-confirm,.hfs-edit-backdrop,.modal-backdrop,.profile-editor-backdrop,.signout-confirm{position:fixed!important;inset:0!important;z-index:5000!important;width:100%!important;min-height:100dvh!important;background:rgba(6,8,12,.88)!important;backdrop-filter:blur(18px) saturate(.5)!important;-webkit-backdrop-filter:blur(18px) saturate(.5)!important}.auth-modal,.discard-confirm>div,.hfs-edit-dialog,.profile-editor-modal,.signout-confirm>div,[role=dialog]{border:1px solid var(--hfs-border)!important;border-radius:var(--hfs-radius-xl)!important;background:#1a1e25!important;box-shadow:var(--hfs-shadow-pop)!important}.form-error,.form-success{border:0!important;border-radius:var(--hfs-radius-md)!important;padding:12px 14px!important;line-height:1.45}.form-error{background:var(--hfs-danger-soft)!important;color:#ffc0ca!important}.form-success{background:rgba(86,199,139,.11)!important;color:#baf1d3!important}.admin-system-control,.admin-user-card,.hfs-empty-state,.history-card,.moderation-card,.panel,.profile-empty,.saved-card,.settings-panel{border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-surface)!important;box-shadow:none!important}.account-shell,.admin-shell,.discovery-shell,.feed-shell,.profile-shell,.settings-shell,.upload-shell,.viewer-shell{width:min(var(--hfs-content),calc(100% - 32px));max-width:var(--hfs-content)!important;margin-inline:auto!important;padding-inline:0!important}.section-head{margin-bottom:16px!important;align-items:flex-end!important;gap:16px!important}.discovery-head h1,.section-head h1,.section-head h2{margin:0!important;color:var(--hfs-text)!important;font-weight:850!important;letter-spacing:-.045em!important}.section-head h2{font-size:clamp(20px,2vw,26px)!important}.discovery-shell{padding-top:32px!important;padding-bottom:56px!important}.discovery-head{margin-bottom:28px!important}.discovery-head h1{font-size:clamp(30px,4vw,46px)!important;line-height:1.02}.discovery-head p{max-width:620px;margin:8px 0 0!important;color:var(--hfs-muted)!important}.discovery-tabs,.discovery-tag-row{display:none!important}.media-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px 18px!important}.discovery-card-wrap,.profile-post{min-width:0}.media-card{position:relative;min-width:0;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transition:transform .17s ease}.hover-media-thumb,.media-thumb,.profile-media-card-media{overflow:hidden!important;border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-bg-deep)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.045)!important}.hover-media-thumb img,.hover-media-thumb video,.media-thumb img,.media-thumb video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.media-meta{padding:12px 2px 0!important;display:grid!important;gap:5px!important}.hfs-media-card-heading{align-items:flex-start!important;gap:8px!important}.media-title{color:var(--hfs-text)!important;font-size:14px!important;font-weight:800!important;line-height:1.35!important}.media-sub{margin:0!important;font-size:11px!important;line-height:1.3!important}.media-badge{left:10px!important;bottom:10px!important;padding:5px 8px!important;border:0!important;border-radius:8px!important;background:rgba(18,21,27,.78)!important;color:#f4f5f7!important;box-shadow:none!important;backdrop-filter:blur(10px)}.media-card-uploader{margin-top:4px!important;gap:8px!important}.media-card-uploader-avatar{width:26px!important;height:26px!important;min-width:26px!important;border:0!important;background:var(--hfs-surface-3)!important;box-shadow:none!important}.media-card-uploader-copy{color:#bdc5cf!important;font-size:11px!important;font-weight:700!important}.hfs-save-button,.like-btn,.media-card-actions button,.viewer-post-actions .secondary-btn,.viewer-post-actions button{min-width:38px;min-height:38px!important;border:0!important;border-radius:var(--hfs-radius-md)!important;background:var(--hfs-surface-2)!important;color:#d7dde5!important;box-shadow:none!important}.like-wrap{display:inline-flex;align-items:center}.like-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:0;width:38px;padding:0!important}.like-btn.liked{width:auto;padding:0 11px!important;gap:6px}.like-btn>span{display:grid;place-items:center;line-height:1;transform-origin:center}.like-btn b{font-size:12px;font-weight:800;line-height:1}.hfs-search-people{margin:0 0 28px!important}.hfs-search-people h2,.hfs-search-posts-title{margin:0 0 12px!important;color:var(--hfs-muted)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase}.hfs-search-people-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:8px!important}.hfs-search-person{min-height:64px;padding:10px 12px!important;border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-surface)!important}.profile-shell{padding-top:24px!important;padding-bottom:64px!important}.profile-hero{position:relative;overflow:hidden;margin-bottom:36px!important;padding:0!important;border:0!important;border-radius:var(--hfs-radius-xl)!important;background:var(--hfs-surface)!important}.profile-banner-stage{min-height:196px}.profile-banner,.profile-banner-empty{min-height:196px;background:#222731!important}.profile-banner-empty{background:linear-gradient(125deg,#242a34,#1d222b 70%)!important}.profile-hero-body{position:relative;padding:0 24px 28px!important}.profile-avatar{width:108px!important;height:108px!important;margin-top:-54px!important;overflow:hidden!important;background:var(--hfs-bg-deep)!important;box-shadow:0 0 0 3px var(--hfs-bg-deep)!important}.profile-avatar,.profile-avatar img{border:0!important;outline:0!important}.profile-avatar img{display:block!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:inherit!important;transform:scale(1.04)!important}.profile-copy{padding-top:12px}.profile-copy h1{margin:0!important;font-size:clamp(28px,4vw,38px)!important;font-weight:850!important;letter-spacing:-.045em!important}.profile-handle{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:4px 0 0!important;color:var(--hfs-muted)!important}.hfs-posting-badge{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 8px 0 7px;border:1px solid #7a3d63;border-radius:999px;background:#2a1522;color:#ff9fda;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.hfs-posting-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#ff4fbd;box-shadow:0 0 0 3px #ff4fbd24}.profile-bio{max-width:720px;margin:16px 0 0!important;color:#d0d6de!important;font-size:14px;line-height:1.65!important}.profile-stats{margin-top:12px!important;gap:16px!important;color:var(--hfs-muted)!important;font-size:12px!important}.profile-stats strong{color:#fff!important}.social-links{margin-top:16px!important;gap:8px!important}.social-icon,.social-links a{width:40px!important;height:40px!important;padding:0!important;border:0!important;border-radius:50%!important;background:var(--hfs-surface-2)!important;color:var(--hfs-text-soft)!important}.hfs-bio-links{display:flex;flex-direction:column;gap:10px;margin-top:14px}.hfs-bio-link-row{display:flex;flex-wrap:wrap;gap:8px}.hfs-bio-link{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid var(--hfs-border,#2b303a);border-radius:999px;background:#141820;color:#e8edf4;font-size:13px;font-weight:700;letter-spacing:-.01em;text-decoration:none;transition:border-color .15s ease,background .15s ease,transform .15s ease}.hfs-bio-link:hover{border-color:#4a5364;background:#1b212c}.hfs-bio-link-icon{display:grid;place-items:center;width:18px;height:18px;color:inherit}.hfs-bio-link-icon img{display:block;width:16px;height:16px}.hfs-bio-link.is-featured{min-height:42px;padding:0 16px;border-color:#3a3148;background:linear-gradient(180deg,#22182c,#18141f)}.hfs-bio-link-onlyfans.is-featured{border-color:#1a4e63;background:linear-gradient(180deg,#12313d,#141820)}.hfs-bio-link-throne.is-featured{border-color:#4a3a1f;background:linear-gradient(180deg,#2a2214,#141820)}.hfs-bio-link-wishlist.is-featured{border-color:#4a2436;background:linear-gradient(180deg,#2a1520,#141820)}.profile-editor-socials h4{margin:16px 0 4px}.profile-editor-socials>p{margin:0 0 10px;font-size:13px}@media (max-width:700px){.hfs-bio-links{margin-top:12px}.hfs-bio-link,.hfs-bio-link.is-featured{min-height:36px;padding:0 12px;font-size:12px}}.profile-featured-section{margin:0 0 36px}.profile-featured-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.profile-featured-head h2{margin:0;font-size:21px;font-weight:850;letter-spacing:-.035em}.profile-featured-head p{margin:4px 0 0;color:var(--hfs-muted);font-size:12px}.profile-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px;border-radius:var(--hfs-radius-xl);background:var(--hfs-surface)}.profile-featured-grid .profile-post{position:relative}.profile-featured-grid .media-card,.profile-featured-grid .profile-media-card{height:100%}.profile-media-controls{margin-bottom:18px!important}.profile-media-tabs{gap:4px!important;padding:4px!important;border:1px solid var(--hfs-border)!important;border-radius:12px!important;background:var(--hfs-surface)!important}.profile-density-control button,.profile-media-tabs button{min-height:40px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:var(--hfs-muted)!important}.profile-density-control button.active,.profile-media-tabs button.active{background:var(--hfs-surface-3)!important;color:#fff!important}.profile-media-search input,.profile-media-search input:focus,.profile-media-search input:focus-visible,.profile-media-search input:hover{width:100%!important;height:44px!important;min-height:44px!important;padding:0 42px 0 40px!important;border:1px solid #2c3542!important;border-radius:999px!important;background:#0c1016!important;color:#f4f7fb!important;font-size:14px!important;font-weight:550!important;line-height:44px!important;box-shadow:none!important;outline:0!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.profile-media-search input:hover{border-color:#3c4756!important;background:#11161e!important}.profile-media-search input:focus,.profile-media-search input:focus-visible{border-color:rgba(255,79,189,.55)!important;background:#0e131a!important;box-shadow:0 0 0 3px rgba(255,79,189,.14)!important}.profile-media-search input::-moz-placeholder{color:#7d8796!important;font-weight:500!important}.profile-media-search input::placeholder{color:#7d8796!important;font-weight:500!important}.profile-sort-trigger{min-height:44px!important;border:0!important;background:var(--hfs-surface)!important}.profile-sort-menu{border:1px solid var(--hfs-border)!important;background:var(--hfs-surface)!important}.owner-media-status-section{margin-top:40px!important}.owner-media-status-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:12px!important}.owner-media-status-card{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;align-items:center;gap:12px!important;padding:10px!important}.owner-status-preview{width:88px;aspect-ratio:1;overflow:hidden;border-radius:12px!important;background:var(--hfs-bg-deep)!important}.owner-status-badge{border:0!important}.hfs-upload-shell{width:min(900px,calc(100% - 32px))!important;margin:32px auto 64px!important}.hfs-upload-head{margin-bottom:24px!important}.hfs-upload-head h1{margin:0!important;font-size:clamp(30px,4vw,42px)!important;line-height:1.05;letter-spacing:-.045em}.hfs-upload-head p{max-width:560px;margin:8px 0 0!important;color:var(--hfs-muted)!important}.hfs-upload-card{padding:24px!important;border:0!important;border-radius:var(--hfs-radius-xl)!important;background:var(--hfs-surface)!important}.hfs-upload-form{gap:28px!important}.hfs-upload-drop{min-height:168px!important;padding:24px!important;border:1px dashed rgba(255,255,255,.16)!important;border-radius:var(--hfs-radius-lg)!important;background:#20252e!important;color:var(--hfs-text)!important}.hfs-upload-drop-icon{width:44px!important;height:44px!important;margin-bottom:12px!important;border:0!important;border-radius:12px!important;background:var(--hfs-accent-soft)!important;color:#ff9bd9!important}.hfs-upload-preview-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;gap:12px!important}.hfs-upload-preview{border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-surface-2)!important}.hfs-upload-preview-media{border-radius:var(--hfs-radius-lg) var(--hfs-radius-lg) 0 0!important}.hfs-upload-preview-actions{min-height:48px;padding:6px 8px!important}.hfs-upload-preview-actions button{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}.hfs-upload-fields{gap:16px!important}.hfs-field{gap:8px!important;color:var(--hfs-text-soft)!important;font-size:12px!important;font-weight:750!important}.hfs-field input,.hfs-field textarea{padding:11px 12px!important}.hfs-field small{color:var(--hfs-muted-2)!important;font-size:10px!important}.hfs-tags-box{gap:10px!important}.hfs-tag-entry{gap:8px!important}.hfs-tag-entry button{min-width:68px;min-height:44px;border:0!important;border-radius:var(--hfs-radius-md)!important;background:var(--hfs-surface-3)!important;color:var(--hfs-text)!important}.hfs-tag-chip,.hfs-tag-suggestion{min-height:32px;border:0!important;border-radius:8px!important;background:var(--hfs-surface-2)!important;color:#dce2e8!important;box-shadow:none!important}.hfs-tag-chip{background:var(--hfs-accent-soft)!important;color:#ffb2e1!important}.hfs-publish-options{padding:4px!important;gap:4px!important;border-radius:12px!important;background:#171b22!important}.hfs-publish-options button{min-height:44px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:var(--hfs-muted)!important}.hfs-publish-options button.is-active{background:var(--hfs-surface-3)!important;color:#fff!important}.hfs-confirmations{gap:12px!important}.check-row,.hfs-confirmations label{min-height:44px;display:flex!important;align-items:flex-start!important;gap:10px!important;color:var(--hfs-text-soft)!important;font-size:12px!important;line-height:1.55!important}.hfs-upload-submit{width:100%;min-height:48px!important}.viewer-shell{width:min(1120px,calc(100% - 32px))!important;max-width:1120px!important;margin:12px auto 64px!important;padding:0!important;gap:16px!important}.hfs-media-viewer,.viewer-media{position:relative;width:100%;min-height:min(68dvh,720px);max-height:min(78dvh,820px)!important;overflow:hidden!important;border:0!important;border-radius:var(--hfs-radius-xl)!important;background:#0d0f13!important;box-shadow:none!important}.hfs-media-viewer.is-image>img{width:100%;height:100%;max-height:min(78dvh,820px)!important;-o-object-fit:contain;object-fit:contain}.hfs-vidstack-player,.hfs-vidstack-shell,media-player.hfs-vidstack-player{height:100%!important;min-height:inherit;display:block;background:#0d0f13!important}.hfs-vidstack-player{--media-brand:var(--hfs-accent);--media-focus-ring-color:rgba(255,79,189,0.75);--media-slider-track-fill-bg:var(--hfs-accent);--media-slider-thumb-bg:#fff;--media-slider-preview-bg:#1f242d;--media-menu-bg:rgba(27,31,39,0.98);--media-menu-border:1px solid var(--hfs-border);--media-tooltip-bg:#2b313b;--media-tooltip-color:#fff;border-radius:inherit;overflow:hidden}.hfs-vidstack-player video:not(.hfs-vidstack-ambient){width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;background:transparent!important;filter:none!important}.hfs-vidstack-player [data-media-button],.hfs-vidstack-player button{min-width:40px;min-height:40px}.hfs-vidstack-player [data-part=menu],.hfs-vidstack-player [data-radix-menu-content]{border:1px solid var(--hfs-border)!important;border-radius:12px!important;background:rgba(27,31,39,.98)!important;box-shadow:var(--hfs-shadow-float)!important}.hfs-viewer-tool,.viewer-back-link{position:absolute!important;z-index:30!important;top:12px!important;background:rgba(27,31,39,.78)!important;backdrop-filter:blur(10px)}.viewer-back-link{left:12px!important}.hfs-viewer-tools{right:12px!important;top:12px!important}.hfs-album-strip{left:50%!important;bottom:12px!important;z-index:24!important;max-width:calc(100% - 32px)!important;padding:6px!important;gap:6px!important;border:1px solid var(--hfs-border)!important;border-radius:14px!important;background:rgba(19,22,28,.84)!important;box-shadow:var(--hfs-shadow-float)!important;backdrop-filter:blur(12px);transform:translateX(-50%)}.hfs-album-thumb{width:54px!important;height:54px!important;border:2px solid transparent!important;border-radius:9px!important;background:var(--hfs-surface-3)!important}.hfs-album-thumb.is-current,.hfs-album-thumb[aria-current=true]{border-color:var(--hfs-accent)!important}.viewer-info{padding:20px 4px!important;border:0!important;border-radius:0!important;background:transparent!important}.viewer-info h1{margin:0 0 14px!important;font-size:clamp(22px,3vw,30px)!important;font-weight:850!important;letter-spacing:-.04em!important}.viewer-uploader-row{align-items:center!important;gap:10px!important}.viewer-uploader-avatar{width:40px!important;height:40px!important;border:0!important;background:var(--hfs-surface-3)!important}.viewer-post-actions{margin-top:18px!important;gap:8px!important;flex-wrap:wrap!important}.viewer-post-actions .secondary-btn,.viewer-post-actions button{min-height:40px!important}.viewer-info .tag-row{gap:6px!important;margin:12px 0!important}.tag-row a,.tag-row span,.viewer-info .tag-row a{border:0!important;border-radius:8px!important;background:var(--hfs-surface-2)!important;color:#cbd2db!important;text-decoration:none!important}.report-box{margin-top:20px!important;padding-top:12px!important;border-top:1px solid var(--hfs-border)!important;background:transparent!important}.report-box>summary{min-height:40px;display:inline-flex;align-items:center;gap:8px;color:var(--hfs-muted)!important;font-size:12px!important;font-weight:700}.report-box>summary:after{content:"+";width:20px;height:20px;display:inline-grid;place-items:center;border-radius:6px;background:var(--hfs-surface-2);color:var(--hfs-text-soft)}.report-box[open]>summary:after{content:"–"}.hfs-related-section{margin-top:36px!important}.hfs-save-button{position:relative}.hfs-save-button.is-saved{background:var(--hfs-accent-soft)!important;color:#ff9fdc!important}.hfs-save-check{right:4px!important;bottom:4px!important;background:var(--hfs-accent)!important}.hfs-save-popover{width:min(286px,calc(100vw - 24px))!important;padding:8px!important}.hfs-save-popover-head{min-height:44px;padding:0 4px 6px 8px!important}.hfs-save-popover-close{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;background:transparent!important}.hfs-save-collection{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:100%;min-height:44px;padding:0 10px!important;gap:10px!important;border:0!important;border-radius:10px!important;background:#161d26!important;color:var(--hfs-text-soft)!important}.hfs-save-collection.is-selected{background:#1d2630!important;color:#fff!important}.hfs-save-remove{width:100%;min-height:40px;margin-top:6px!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#ff9aab!important}.hfs-save-toast{border:1px solid var(--hfs-border)!important;border-radius:12px!important;background:rgba(33,38,48,.96)!important;box-shadow:var(--hfs-shadow-float)!important}.hfs-history-shell{width:min(var(--hfs-content),calc(100% - 32px));margin:0 auto;padding:28px 0 64px}.hfs-history-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.hfs-history-head h1{margin:0;font-size:clamp(30px,4vw,42px);letter-spacing:-.045em}.hfs-history-head p{margin:8px 0 0;color:var(--hfs-muted)}.hfs-history-filters{display:inline-flex;gap:4px;margin-bottom:28px;padding:4px;border-radius:12px;background:var(--hfs-surface)}.hfs-history-filters a{min-height:40px;min-width:76px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;color:var(--hfs-muted);font-size:12px;font-weight:800;text-decoration:none}.hfs-history-filters a.is-active{background:var(--hfs-surface-3);color:#fff}.hfs-history-group+.hfs-history-group{margin-top:36px}.hfs-history-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:12px}.hfs-history-group-head h2{margin:0;font-size:17px;font-weight:820}.hfs-history-group-head span{color:var(--hfs-muted-2);font-size:11px}.hfs-history-empty{min-height:260px;display:grid;place-items:center;padding:32px;border-radius:var(--hfs-radius-xl);background:var(--hfs-surface);text-align:center}.hfs-datetime-required-proxy{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none}.hfs-datetime-trigger{min-height:44px;border:1px solid var(--hfs-border)!important;border-radius:var(--hfs-radius-md)!important;background:var(--hfs-surface-2)!important;color:var(--hfs-text)!important;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.hfs-datetime-trigger[aria-expanded=true]{border-color:rgba(255,79,189,.62)!important;background:#252b35!important;box-shadow:var(--hfs-focus)!important}.hfs-datetime-zone{display:block;margin-top:6px;color:var(--hfs-muted-2);font-size:11px;font-weight:650}.hfs-datetime-pop{overflow:hidden;border:1px solid var(--hfs-border-strong)!important;border-radius:var(--hfs-radius-xl)!important;background:#191e26!important;box-shadow:var(--hfs-shadow-pop)!important;animation:hfs-pop-in .14s ease-out}@keyframes hfs-pop-in{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.hfs-calendar-day{min-width:0;min-height:36px;aspect-ratio:1;padding:0;border:0;border-radius:9px;display:grid;place-items:center;background:transparent;color:var(--hfs-text-soft);font-size:12px;font-weight:750;transition:background-color .12s ease,color .12s ease,opacity .12s ease}.hfs-calendar-day.is-outside{color:var(--hfs-muted-2);opacity:.46}.hfs-calendar-day[aria-current=date]{box-shadow:inset 0 0 0 1px var(--hfs-border-strong)}.hfs-calendar-day.is-active{background:var(--hfs-accent)!important;color:#fff!important;box-shadow:none}.hfs-time-row{min-height:52px;border-top:1px solid var(--hfs-border)!important;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--hfs-muted);font-size:12px;font-weight:800}.hfs-time-row>div{display:flex;align-items:center;gap:6px;color:var(--hfs-muted-2)}.hfs-time-row select{width:72px;min-height:40px!important;padding:0 28px 0 10px!important;border:0!important;border-radius:var(--hfs-radius-md)!important;background-color:var(--hfs-surface-2)!important;background-position:right 9px center!important;color:var(--hfs-text)!important;font-size:13px}.hfs-saved-shell,.hfs-settings-shell{width:min(var(--hfs-content),calc(100% - 32px));max-width:var(--hfs-content);margin:0 auto!important;padding:32px 0 64px}.hfs-page-head{margin-bottom:24px!important;padding-bottom:20px;border-bottom:1px solid var(--hfs-border)}.hfs-page-head h1{margin:2px 0 4px!important;color:var(--hfs-text)!important;font-size:clamp(28px,4vw,38px)!important;font-weight:860!important;line-height:1.08;letter-spacing:-.05em!important}.hfs-page-head p{color:var(--hfs-muted)!important}.hfs-saved-layout,.hfs-settings-layout{gap:20px!important}.hfs-settings-nav{top:84px!important;gap:4px!important;padding:8px!important;border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-surface)!important;box-shadow:none!important}.hfs-settings-nav a{min-height:42px;padding:0 12px!important;border-radius:var(--hfs-radius-md)!important;color:var(--hfs-muted)!important;font-size:12px!important;font-weight:760!important}.hfs-settings-nav a:last-child{color:#efadb8!important}.hfs-settings-content{gap:16px!important}.hfs-setting-card{min-width:0;padding:20px!important;scroll-margin-top:88px;border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-surface)!important;box-shadow:none!important}.hfs-setting-card h2{margin:0 0 6px!important;color:var(--hfs-text)!important;font-size:18px!important;font-weight:820!important}.hfs-setting-card p{color:var(--hfs-muted)!important}.hfs-setting-action-row{border-top-color:var(--hfs-border)!important}.hfs-danger-card{background:linear-gradient(135deg,rgba(255,90,116,.07),transparent 72%),var(--hfs-surface)!important}.hfs-collection-manager,.hfs-saved-empty{border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-surface)!important;box-shadow:none!important}.hfs-saved-section-head{min-height:44px;margin-bottom:16px!important}.hfs-saved-section-head h2{font-weight:830!important;letter-spacing:-.035em!important}.saved-media-item{position:relative;min-width:0}.hfs-collection-popover{border:1px solid var(--hfs-border-strong)!important;border-radius:var(--hfs-radius-lg)!important;background:#191e26!important;box-shadow:var(--hfs-shadow-pop)!important;animation:hfs-pop-in .14s ease-out}.account-shell,.admin-shell,.settings-shell{padding-top:28px!important;padding-bottom:64px!important}.admin-grid,.settings-grid{gap:16px!important}.account-shell>.panel,.admin-shell .panel,.admin-system-control,.admin-user-card,.settings-panel{padding:20px!important;border:0!important;background:var(--hfs-surface)!important}.admin-section-subgrid,.admin-toolbar{gap:8px!important}.admin-select-all{min-height:44px;align-items:center!important;gap:9px!important}.admin-dashboard-shell .admin-dashboard-head{padding-bottom:18px;border-bottom:1px solid var(--hfs-border)}.admin-dashboard-shell .admin-dashboard-shield{border:0!important;background:var(--hfs-accent-soft)!important;color:#ff8bd5!important}.admin-dashboard-shell .admin-section-nav{position:static!important;top:auto!important;border:0!important;border-radius:var(--hfs-radius-lg)!important;background:rgba(27,31,39,.92)!important;box-shadow:var(--hfs-shadow-float)!important}.admin-dashboard-shell .admin-dashboard-section{padding:18px!important;border:0!important;border-radius:var(--hfs-radius-lg)!important;background:var(--hfs-surface)!important;box-shadow:none!important}.admin-dashboard-shell .admin-dashboard-section .panel{background:var(--hfs-surface-2)!important}.auth-standalone-panel{width:min(560px,100%);margin:20px auto}.auth-modal{width:min(440px,calc(100% - 24px))!important;padding:28px!important;max-height:min(92dvh,920px)!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.auth-modal::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.auth-modal h1{margin:0!important;font-size:28px!important;font-weight:850!important}.auth-modal .muted{margin:6px 0 22px!important}.stack-form{gap:16px!important}.stack-form label{gap:7px!important;color:var(--hfs-text-soft)!important;font-size:12px!important;font-weight:750!important}.stack-form input:not([type=checkbox]):not([type=hidden]):not([type=radio]),.stack-form select,.stack-form textarea{padding:11px 12px!important}.auth-switch{margin-top:20px!important;padding-top:16px!important;border-top:1px solid var(--hfs-border)!important;color:var(--hfs-muted)!important}.auth-switch button{border:0!important;background:transparent!important;color:#ff8bd5!important;font-weight:800!important}.auth-help-row{display:flex;justify-content:flex-end}.auth-help-row button{border:0;padding:0;background:transparent;color:#ff8bd5;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.auth-help-row button:disabled{opacity:.55;cursor:wait}.auth-method-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 14px}.auth-method-toggle button{border:1px solid #2b333e;background:#161b22;color:#c5ccd6;border-radius:12px;min-height:42px;padding:8px 10px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.auth-method-toggle button.is-active{border-color:#ff8bd5;color:#fff;background:#21151f}.last-used-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;background:#ff8bd5;color:#1a1018}.auth-action-row{display:flex;flex-wrap:wrap;gap:10px}.social-auth-btn .last-used-badge{margin-left:auto}.auth-modal .check-row,.complete-account-page .check-row{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;-moz-column-gap:10px!important;column-gap:10px!important;min-height:20px!important}.auth-modal .check-row input[type=checkbox],.complete-account-page .check-row input[type=checkbox]{width:20px!important;height:20px!important;min-width:20px!important;padding:0!important;margin:0!important}.social-auth{margin:0 0 4px}.social-auth-row{display:grid;grid-template-columns:1fr;gap:8px}.social-auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;width:100%;padding:0 14px;border:1px solid var(--hfs-border-strong,#2a303a);border-radius:12px;background:#141820;color:#f4f6f9;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.social-auth-btn svg{width:18px;height:18px;flex:0 0 auto}.social-auth-btn:disabled{opacity:.6;cursor:wait}.social-auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:2px 0 12px;color:var(--hfs-muted,#9297a3);font-size:12px;font-weight:700}.social-auth-divider:after,.social-auth-divider:before{content:"";height:1px;background:var(--hfs-border,#1f232c)}.social-auth-divider span{padding:0 2px}.hfs-passkey-list{list-style:none;margin:4px 0 0;padding:0}.hfs-passkeys .form-error{margin:12px 0 0}.hfs-cap-field{display:grid;justify-items:stretch}.hfs-cap-field input[type=hidden]{display:none!important;padding:0!important;width:0!important;height:0!important}html.hfs-auth-open,html.hfs-auth-open body{overflow:hidden!important}.auth-backdrop{overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.auth-backdrop::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.cap-popup-backdrop{position:fixed;inset:0;z-index:5100;display:grid;place-items:center;padding:16px;background:rgba(8,10,14,.78);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.cap-popup{position:relative;width:min(420px,100%);padding:22px 20px 18px}.cap-popup h2{margin:0 28px 8px 0;font-size:1.15rem}.cap-popup .muted{margin:0 0 16px}.otp-boxes{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;width:100%}.otp-box,.stack-form .otp-box{flex:none;width:100%!important;min-width:0!important;max-width:none!important;height:52px!important;min-height:52px!important;padding:0!important;border-radius:12px!important;text-align:center!important;font-size:1.2rem!important;font-weight:650!important;letter-spacing:0!important;background:var(--hfs-surface-2)!important;border:1px solid var(--hfs-border-strong)!important;color:var(--hfs-text)!important;caret-color:var(--hfs-accent);box-sizing:border-box!important}.otp-box:focus,.otp-box:focus-visible{border-color:var(--hfs-accent)!important;box-shadow:0 0 0 2px var(--hfs-accent-soft)!important}.hfs-cap-field cap-widget{display:block;width:100%;--cap-widget-width:100%;--cap-background:var(--hfs-surface);--cap-border-color:var(--hfs-border-strong);--cap-border-radius:14px;--cap-color:var(--hfs-text-soft);--cap-checkbox-background:var(--hfs-surface-2);--cap-checkbox-border:1px solid var(--hfs-border-strong);--cap-spinner-color:var(--hfs-accent);--cap-spinner-background-color:var(--hfs-accent-soft);--cap-checkmark:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff4fbd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4' d='m5 12 5 5L20 7'/%3E%3C/svg%3E");--cap-error-cross:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff6b7a' d='M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8'/%3E%3C/svg%3E");--cap-focus-ring:var(--hfs-accent);--cap-troubleshoot-color:var(--hfs-muted);--cap-font:inherit}@media (hover:hover) and (pointer:fine){.primary-btn:hover:not(:disabled){background:var(--hfs-accent-hover)!important;transform:translateY(-1px)}.header-avatar:hover:not(:disabled),.hfs-save-button:hover:not(:disabled),.icon-btn:hover:not(:disabled),.media-card-actions button:hover:not(:disabled),.secondary-btn:hover:not(:disabled),.viewer-post-actions button:hover:not(:disabled){background:var(--hfs-surface-hover)!important;color:#fff!important}.desktop-nav a:hover,.hfs-save-collection:hover:not(:disabled),.mobile-nav a:hover,.profile-menu-pop a:hover,.profile-menu-pop button:hover{background:rgba(255,255,255,.055)!important;color:#fff!important}.media-card:hover{transform:translateY(-2px)}.media-card:hover .hover-media-thumb,.media-card:hover .media-thumb{box-shadow:inset 0 0 0 1px rgba(255,255,255,.085),0 10px 28px rgba(5,7,10,.2)!important}.hfs-upload-drop:hover{border-color:rgba(255,79,189,.42)!important;background:#252a34!important}.hfs-calendar-day:hover:not(.is-active),.hfs-settings-nav a:hover{background:var(--hfs-surface-hover)!important;color:#fff!important}.hfs-save-remove:hover:not(:disabled){background:var(--hfs-danger-soft)!important}}@media (max-width:980px){.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.desktop-nav{gap:0!important}.desktop-nav a{padding-inline:9px}.hfs-header-search,.search-form{width:min(250px,28vw)!important}.profile-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){body{font-size:16px}.topbar-inner{min-height:60px!important;padding-inline:12px!important;gap:8px!important}.brand{font-size:19px!important}.desktop-nav{display:none!important}.mobile-nav{display:grid!important;grid-template-columns:repeat(4,1fr);height:48px!important;padding:4px 8px!important;border-top:1px solid rgba(255,255,255,.045)!important;background:var(--hfs-bg)!important}.mobile-nav a{min-height:40px!important;padding-inline:4px!important;font-size:11px!important}.mobile-nav:empty{display:none!important}.site-main{min-height:calc(100dvh - 108px)}.hfs-header-search,.search-form{width:40px!important}.hfs-header-search>input,.search-form>input{width:40px!important;height:40px!important;padding:0!important;color:transparent!important;cursor:pointer}.hfs-header-search>input::-moz-placeholder,.search-form>input::-moz-placeholder{color:transparent!important}.hfs-header-search>input::placeholder,.search-form>input::placeholder{color:transparent!important}.hfs-header-search.is-open{position:absolute!important;left:10px!important;right:10px!important;top:8px!important;bottom:auto!important;z-index:300!important;width:auto!important;pointer-events:none}.hfs-header-search.is-open>button,.hfs-header-search.is-open>div[role=listbox],.hfs-header-search.is-open>input{pointer-events:auto}.hfs-header-search.is-open>input{width:100%!important;height:46px!important;padding:0 80px 0 14px!important;color:var(--hfs-text)!important;background:#20252e!important;box-shadow:var(--hfs-shadow-pop)!important}.hfs-header-search.is-open>input::-moz-placeholder{color:var(--hfs-muted-2)!important}.hfs-header-search.is-open>input::placeholder{color:var(--hfs-muted-2)!important}.hfs-header-search.is-open>div[role=listbox]{top:calc(100% + 6px)!important;max-height:min(38dvh,320px)!important;overscroll-behavior:contain}.account-shell,.admin-shell,.discovery-shell,.feed-shell,.hfs-history-shell,.hfs-saved-shell,.hfs-settings-shell,.profile-shell,.settings-shell,.upload-shell,.viewer-shell{width:min(100% - 24px,var(--hfs-content))!important}.admin-shell,.discovery-shell,.hfs-history-shell,.profile-shell,.settings-shell{padding-top:20px!important}.discovery-head{margin-bottom:22px!important}.media-grid{gap:20px 12px!important}.profile-hero{margin-bottom:28px!important}.profile-banner,.profile-banner-empty,.profile-banner-stage{min-height:156px!important}.profile-hero-body{padding:0 16px 22px!important}.profile-avatar{width:88px!important;height:88px!important;margin-top:-44px!important}.profile-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px;gap:8px}.profile-media-control-row{gap:8px!important;flex-wrap:wrap!important}.profile-media-search{flex:1 1 100%!important}.hfs-upload-card{padding:18px!important}.hfs-publish-options,.hfs-upload-fields{grid-template-columns:1fr!important}.hfs-publish-options{display:grid!important;padding:4px!important}.hfs-publish-options button{justify-content:flex-start!important;padding-inline:12px!important}.viewer-shell{width:100%!important;margin-top:0!important}.hfs-media-viewer,.viewer-media{min-height:min(62dvh,620px);border-radius:0 0 var(--hfs-radius-xl) var(--hfs-radius-xl)!important}.viewer-info{padding-top:18px!important}.hfs-related-section,.viewer-info{width:calc(100% - 24px);margin-inline:auto}.auth-modal,.hfs-edit-dialog,.profile-editor-modal,[role=dialog]{max-height:calc(100dvh - 16px)!important}.auth-modal{padding:22px!important}.hfs-history-head{align-items:flex-start;flex-direction:column}.hfs-history-filters{width:100%;overflow-x:auto}.hfs-history-filters a{flex:1;min-width:82px}.hfs-page-head{align-items:flex-start!important}}@media (max-width:560px){.media-grid{grid-template-columns:1fr!important;gap:24px!important}.media-title{font-size:15px!important}.profile-featured-grid{grid-template-columns:1fr}.profile-featured-grid .profile-post:nth-child(n+4){display:none}.profile-stats{gap:10px 14px!important}.owner-media-status-grid{grid-template-columns:1fr!important}.hfs-upload-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.viewer-post-actions>*{flex:0 0 auto}.hfs-album-thumb{width:48px!important;height:48px!important}.hfs-save-toast{left:12px!important;right:12px!important;bottom:12px!important;max-width:none!important}.hfs-page-head{flex-direction:column}.hfs-page-head>:last-child{align-self:flex-start}.hfs-datetime-pop{position:fixed!important;inset:auto 12px 12px!important;width:auto!important;max-height:calc(100dvh - 24px);overflow-y:auto}}@media (max-width:380px){.brand{font-size:17px!important}.header-actions{gap:4px!important}.hfs-upload-preview-grid{grid-template-columns:1fr!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.media-card,.profile-media-card{overflow:hidden!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:16px!important;background:#0f141b!important;box-shadow:0 12px 34px rgba(0,0,0,.18)!important;touch-action:pan-y pinch-zoom;-webkit-tap-highlight-color:transparent}.media-card .media-thumb,.profile-media-card .media-thumb{border-radius:0!important}.media-card .media-meta,.profile-media-card .media-meta{padding:12px 13px 14px!important}.hfs-vidstack-player,.hfs-vidstack-shell,media-player.hfs-vidstack-player{width:100%;max-width:100%}.hfs-vidstack-player [data-media-download-button],.hfs-vidstack-player [data-media-google-cast-button]{display:none!important}.hfs-history-undo{position:absolute;inset:0;z-index:25;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #29313c;border-radius:16px;background:#0f141b;color:#b8c1ce;font-size:13px;font-weight:700}.hfs-history-undo button{min-height:36px;padding:0 14px;border:1px solid #3b4654;border-radius:10px;background:#1b232d;color:#fff;font-weight:800}.check-row,.check-row *{-moz-user-select:none;user-select:none;-webkit-user-select:none}.hfs-collection-picker>button{min-height:34px!important;height:34px;padding-inline:10px!important;border-radius:10px!important}.settings-shell .danger-btn,.settings-shell .secondary-btn{min-width:132px;min-height:44px;border-radius:12px}@media (max-width:640px){.viewer-media.is-video{width:100%;max-width:100%;overflow:hidden}.hfs-vidstack-player{max-height:min(72vh,calc(100svh - 150px))}.hfs-save-popover-slot{position:fixed!important;inset:0!important;z-index:10050!important;display:grid!important;place-items:center!important;padding:max(12px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom))!important;background:rgba(6,8,12,.5)!important}.hfs-collection-popover,.hfs-save-popover{position:relative!important;inset:auto!important;width:min(272px,calc(100vw - 36px))!important;max-height:min(46svh,360px)!important;overflow:hidden!important;border-radius:14px!important}.media-card:hover,.profile-media-card:hover{transform:none!important}}.hfs-category-shell,.hfs-notifications-shell,.hfs-recommendations-shell,.hfs-share-card-shell{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:28px 0 56px}.hfs-category-shell>section{margin-top:34px}.hfs-category-hero{min-height:270px;padding:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border:1px solid #28313d;border-radius:22px;background:linear-gradient(135deg,#17101a,#0e151d);background-size:cover;background-position:50%}.hfs-category-hero h1{margin:0;font-size:clamp(34px,6vw,68px)}.hfs-category-hero p{max-width:680px;color:#c0c8d3}.hfs-follow-category{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border:1px solid #4a3547;border-radius:12px;background:#281526;color:#fff;font-weight:800}.hfs-follow-category.is-following{background:#17231f;border-color:#315247}.hfs-follow-category span{padding-left:5px;color:#abb5c2;font-size:11px}.hfs-category-spotlight{width:min(520px,100%)}.hfs-category-strip,.hfs-creator-strip{margin-bottom:28px}.hfs-category-strip>div:last-child,.hfs-creator-recommendations,.hfs-creator-strip>div:last-child{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.hfs-category-strip a{min-width:180px;padding:14px;border:1px solid #28313d;border-radius:14px;background:#10161d;color:#fff;text-decoration:none;scroll-snap-align:start}.hfs-category-strip a span{display:block;margin-top:5px;color:#85909e;font-size:11px}.hfs-creator-recommendations a,.hfs-creator-strip a{min-width:165px;padding:14px;display:grid;justify-items:center;gap:7px;border:1px solid #28313d;border-radius:14px;background:#10161d;color:#fff;text-decoration:none}.hfs-creator-recommendations a>span,.hfs-creator-strip a>span{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#202934}.hfs-creator-recommendations img,.hfs-creator-strip img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-creator-recommendations small,.hfs-creator-strip small{color:#8792a0}.hfs-post-badges{position:absolute;right:9px;top:9px;z-index:3;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.hfs-post-badges span{padding:4px 7px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(11,15,21,.82);backdrop-filter:blur(8px);color:#fff;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.media-type-icon{position:absolute;left:9px;bottom:9px;z-index:3;display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:rgba(8,11,15,.78);backdrop-filter:blur(8px);color:#fff}.media-type-icon svg{width:13px;height:13px}.hfs-post-primary-badge{position:absolute;right:9px;top:9px;z-index:3;max-width:calc(100% - 54px);overflow:hidden;padding:5px 8px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(11,15,21,.84);backdrop-filter:blur(8px);color:#fff;font-size:9px;font-weight:900;letter-spacing:.05em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.hfs-post-primary-badge.is-editorial{border-color:rgba(255,79,189,.32);background:rgba(35,16,31,.9);color:#ffd7f2}.hfs-post-primary-badge.is-trending{border-color:rgba(255,255,255,.18);background:rgba(18,23,30,.88)}.media-sub time{color:inherit}.hfs-history-entry .hfs-post-primary-badge{left:9px;right:auto;max-width:calc(100% - 64px)}:root{--hfs-control-h:40px;--hfs-control-radius:11px;--hfs-control-pad:0 14px}.admin-shell button:not(.hfs-switch):not(.admin-collapse-btn),.danger-btn,.primary-btn,.secondary-btn{min-height:var(--hfs-control-h);border-radius:var(--hfs-control-radius);font-size:13px;font-weight:780;line-height:1.1}.danger-btn,.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:var(--hfs-control-pad)}.danger-btn.compact,.primary-btn.compact,.secondary-btn.compact{width:auto!important;min-width:0;height:auto!important;min-height:36px!important;padding:0 12px!important;font-size:12px!important;white-space:nowrap}.danger-btn.compact:before,.primary-btn.compact:before,.secondary-btn.compact:before{content:none!important;display:none!important}.hfs-setting-action-row{align-items:flex-start!important}.hfs-setting-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;min-width:auto;padding-top:2px}.hfs-passkey-list .hfs-setting-action-row{align-items:center!important}@media (max-width:640px){.hfs-passkey-list .hfs-setting-action-row{flex-direction:column;align-items:stretch!important}.hfs-setting-actions{width:100%;justify-content:flex-start}}.hfs-setting-action-row>.hfs-setting-actions{min-width:auto}.hfs-device-log{display:grid;gap:4px;min-width:0}.hfs-device-log>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hfs-device-log-full{display:block;margin:0;overflow-wrap:anywhere;word-break:break-word;white-space:normal;color:#8e99a7;font-size:11px;line-height:1.45}.hfs-device-log-more{width:-moz-max-content;width:max-content;margin:0;padding:0;border:0;background:transparent;color:#ff9edc;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.hfs-brand-logo{display:flex!important;width:min(var(--hfs-logo-width,240px),420px);align-items:center;letter-spacing:0!important;transition:width .18s ease}.hfs-brand-logo-image,.hfs-brand-logo-mark{display:block;width:100%;height:48px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;color:#f4f6f9}.header-avatar{position:relative!important;isolation:isolate;padding:0!important;line-height:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.header-avatar img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;border-radius:inherit!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important}.profile-card-about{max-width:760px;margin-top:14px;padding-top:14px;border-top:1px solid var(--hfs-border)}.profile-card-about .profile-bio{margin:0;color:#c1c9d4;font-size:14px;line-height:1.55}.profile-card-about .social-links{margin-top:10px!important}.hfs-profile-order{display:none!important}.profile-featured-empty{display:grid;min-height:118px;place-items:center;border:1px dashed #46515f;border-radius:16px;background:rgba(255,255,255,.018);color:#8f9aa8;font-size:13px;font-weight:750;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.profile-featured-section.is-drop-target .profile-featured-empty,.profile-featured-section.is-drop-target .profile-featured-loop{outline:2px solid var(--hfs-accent);outline-offset:3px;background:rgba(255,79,189,.055)}.profile-featured-loop{display:flex;gap:14px;overflow-x:auto;padding:12px;border-radius:18px;background:var(--hfs-surface);scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-x;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-featured-loop:active{cursor:grabbing}.profile-featured-loop::-webkit-scrollbar{display:none}.profile-featured-loop>.profile-post{flex:0 0 min(360px,82vw);transition:transform .15s ease,opacity .15s ease}.profile-featured-loop>.profile-post.is-shifting-left{transform:translateX(-22px)}.profile-featured-loop>.profile-post.is-shifting-right{transform:translateX(22px)}.profile-featured-loop>.profile-post.is-dragging{opacity:.48;transform:scale(.975)}.profile-featured-loop>.profile-post[aria-hidden=true]{pointer-events:none}.profile-featured-slider{display:block;width:min(460px,72%);margin:9px auto 0}.profile-featured-slider input{width:100%;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;background:#313946;cursor:ew-resize}.profile-featured-slider input::-webkit-slider-thumb{width:42px;height:8px;-webkit-appearance:none;appearance:none;border:0;border-radius:999px;background:#d5dbe4}.profile-featured-slider input::-moz-range-thumb{width:42px;height:8px;border:0;border-radius:999px;background:#d5dbe4}.is-profile-draggable{cursor:grab;transition:transform .16s ease,opacity .16s ease}.is-profile-draggable:active{cursor:grabbing}.hfs-touch-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hfs-touch-dragging .profile-post,.hfs-touch-dragging .saved-media-item{touch-action:none}.hfs-vidstack-shell.is-landscape .hfs-vidstack-player video:not(.hfs-vidstack-ambient),.hfs-vidstack-shell.is-portrait .hfs-vidstack-player video:not(.hfs-vidstack-ambient){-o-object-fit:contain!important;object-fit:contain!important}.hfs-vidstack-shell{position:relative;isolation:isolate;overflow:hidden;background:#080a0d}.hfs-vidstack-player{position:relative;z-index:1;--video-bg:transparent;--media-video-bg:transparent}.hfs-vidstack-player,.hfs-vidstack-player [data-media-provider],.hfs-vidstack-player media-provider,.hfs-vidstack-player video:not(.hfs-vidstack-ambient){background:transparent!important}.hfs-header-search [role=listbox]{scrollbar-width:none}.hfs-header-search [role=listbox]::-webkit-scrollbar{display:none}.hfs-search-more-row{display:block;clear:both;width:100%;padding:4px 12px 2px}.hfs-header-search .hfs-search-show-more{position:static!important;display:inline-flex!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:4px 0!important;align-items:center;justify-content:flex-start;border:0!important;border-radius:0!important;background:transparent!important;color:#aab4c1;font-size:11px!important;font-weight:760}.hfs-header-search .hfs-search-show-more:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.hfs-media-persistent-poster{position:absolute!important;z-index:1;inset:0;width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.media-thumb video.is-loading{opacity:0}.media-thumb video.is-ready{opacity:1;transition:opacity .16s ease}.media-thumb.has-static-poster:not(.is-hover-preview)>video.hfs-card-media-foreground{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.media-thumb.has-static-poster .hfs-media-persistent-poster{z-index:1}.media-thumb.is-hover-preview .hfs-media-persistent-poster{opacity:0}.media-thumb.is-hover-preview>video.hfs-card-media-foreground{opacity:1!important;visibility:visible!important;z-index:2}.hfs-media-thumb-pending{position:absolute;inset:0;background:#151c25}.hfs-notifications-shell .hfs-notification-list>.hfs-empty-state{min-height:220px;border:0!important;background:transparent!important;box-shadow:none!important}.admin-empty-compact,.empty-state,.hfs-empty-state,.hfs-following-empty,.hfs-history-empty,.hfs-notification-preview-empty,.hfs-saved-empty,.profile-empty,.profile-empty-stable{display:grid;place-content:center;justify-items:center;text-align:center}.empty-state,.hfs-empty-state{width:100%;min-height:min(42dvh,360px);margin-inline:auto;padding:40px 24px;background:transparent!important}.hfs-notifications-shell .hfs-notification-list>.hfs-empty-state{min-height:min(46dvh,380px)}.empty-state h1,.empty-state h2,.empty-state h3,.empty-state p,.hfs-empty-state h1,.hfs-empty-state h2,.hfs-empty-state h3,.hfs-empty-state p,.hfs-following-empty h2,.hfs-following-empty p,.hfs-history-empty h2,.hfs-history-empty p,.hfs-saved-empty h2,.hfs-saved-empty p,.profile-empty p,.profile-empty-stable p{text-align:center;max-width:22em;margin-left:auto;margin-right:auto}@media (max-width:760px){.empty-state,.hfs-empty-state{min-height:min(48dvh,380px);padding:32px 16px}.hfs-notifications-shell .hfs-notification-list>.hfs-empty-state{min-height:min(52dvh,420px)}}.hfs-collection-manager{padding:12px!important}.hfs-drop-mode{margin-bottom:5px;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.025);color:#8994a3;font-size:11px}.hfs-drop-mode button{min-height:28px!important;padding:0 9px!important;border:0;border-radius:8px;background:#252c36;color:#fff}.hfs-collection-visibility{min-width:54px!important;min-height:32px!important;padding:0 8px!important;border:0!important;background:transparent!important;color:#818c9a!important;font-size:10px!important}.hfs-collection-drop-row{padding:2px;border-radius:14px;transition:background-color .14s ease,outline-color .14s ease}.hfs-collection-drop-row.is-drop-target{outline:2px solid var(--hfs-accent);background:rgba(255,79,189,.07)}.hfs-collection-picker{margin-top:8px!important}.hfs-collection-picker>button{width:100%;justify-content:center!important;border:0!important;background:var(--hfs-surface-2)!important}.hfs-toast-stack{position:fixed;right:18px;bottom:18px;z-index:10050;display:flex;flex-direction:column-reverse;gap:7px;width:min(320px,calc(100vw - 28px));pointer-events:none}.hfs-stacked-toast{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #3a4350;border-radius:11px;background:rgba(24,29,37,.97);color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.32);font-size:12px;font-weight:760}.admin-grouped-nav{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px!important;padding:9px!important}.admin-grouped-nav>span{display:flex;min-width:0;align-items:center;gap:4px;padding:3px;border-radius:10px;background:rgba(255,255,255,.018)}.admin-grouped-nav>span>b{padding:0 6px;color:#6f7a88;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.admin-grouped-nav a{min-height:34px!important;padding:0 8px!important;white-space:nowrap}.admin-category-list{display:grid;gap:8px;margin-top:14px}.admin-category-row{border:1px solid #2a333e;border-radius:12px;background:#0d1218}.admin-category-row>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px;cursor:pointer}.admin-category-row>summary span{display:grid;gap:2px}.admin-category-row>summary i,.admin-category-row>summary small{color:#818c9a;font-size:10px;font-style:normal}.admin-category-row>.stack-form{padding:11px;border-top:1px solid #262f39}.admin-category-actions{display:flex;flex-wrap:wrap;gap:6px;padding:0 11px 11px}.admin-category-actions form{display:flex;gap:6px}.admin-branding-control{align-items:flex-end!important}.admin-branding-upload{display:flex;align-items:center;gap:12px;margin-top:9px}.admin-branding-upload>img{width:132px;height:42px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;border-radius:8px;background:#090d12}.admin-branding-default{display:grid;width:132px;height:42px;place-items:center;border:1px dashed #3a4450;border-radius:8px;color:#8792a0;font-size:11px}.admin-branding-upload label{position:relative;display:inline-flex;min-height:38px;align-items:center;padding:0 12px;border:1px solid #3a4450;border-radius:10px;background:#151b23;color:#e6ebf1;font-size:12px;font-weight:760;cursor:pointer}.admin-branding-upload input{position:absolute;width:1px;height:1px;opacity:0}.admin-branding-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.admin-favicon-default,.admin-favicon-upload>img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:12px}.admin-favicon-default{font-size:9px;text-align:center;padding:6px}.admin-logo-size{display:grid;gap:7px;margin-top:12px}.admin-logo-size>span{display:flex;justify-content:space-between;color:#aeb8c5;font-size:11px}.admin-logo-size output{color:#fff;font-weight:800}.admin-logo-size input{width:min(360px,100%);accent-color:#ff4fbd}@media(max-width:800px){.hfs-brand-logo{width:min(var(--hfs-logo-width,132px),132px);height:46px}.hfs-brand-logo-image,.hfs-brand-logo-mark{width:100%;height:42px;-o-object-position:left;object-position:left}.admin-grouped-nav{display:flex!important;overflow-x:auto}.admin-grouped-nav>span{flex:0 0 auto}.profile-featured-loop>.profile-post{flex-basis:84vw}.hfs-toast-stack{left:12px;right:12px;top:calc(env(safe-area-inset-top,0px) + 64px);bottom:auto;width:auto;flex-direction:column;align-items:center}}@media(prefers-reduced-motion:reduce){.profile-featured-loop{scroll-behavior:auto}}.hfs-viewer-title-row{display:flex;justify-content:space-between;gap:16px}.hfs-viewer-title-row h1{min-width:0}.hfs-post-menu{position:relative;flex:0 0 auto}.hfs-post-menu>button{width:40px;height:40px;display:grid;place-items:center;border:1px solid #303a46;border-radius:11px;background:#151b23;color:#fff}.hfs-post-menu-pop{position:absolute;right:0;top:47px;z-index:90;width:240px;padding:6px;border:1px solid #303a46;border-radius:13px;background:#10161d;box-shadow:0 20px 55px #0009}.hfs-post-menu-pop>a,.hfs-post-menu-pop>button{width:100%;min-height:40px;padding:0 10px;display:flex;align-items:center;gap:9px;border:0;border-radius:9px;background:transparent;color:#e8edf4;text-align:left;text-decoration:none;font-size:12px;font-weight:750}.hfs-post-menu-pop>a:hover,.hfs-post-menu-pop>button:hover{background:#1b232d}.hfs-post-menu-pop p{margin:5px;padding:9px;border-radius:8px;background:#0b1016;color:#9ca7b5;font-size:11px;line-height:1.45}.hfs-reaction-summary{position:relative;margin:14px 0}.hfs-reaction-total{padding:0;border:0;background:transparent;font-size:12px;font-weight:750}.hfs-reaction-popover{position:absolute;left:0;bottom:calc(100% + 8px);z-index:80;min-width:245px;padding:12px;border:1px solid #303a46;border-radius:14px;background:#10161d;box-shadow:0 18px 50px #0009}.hfs-reaction-popover>b{display:block;margin-bottom:9px}.hfs-reaction-popover>div{display:flex;gap:7px}.hfs-reaction-popover button{min-width:44px;padding:7px;border:1px solid #2c3541;border-radius:10px;background:#171e27;color:#fff}.hfs-reaction-popover button.is-active{border-color:#ff4fbd;background:#301428}.hfs-reaction-popover button small,.hfs-reaction-popover button span{display:block}.hfs-notification-link{position:relative;width:40px;height:40px;display:grid;place-items:center;border:1px solid #2b333e;border-radius:12px;background:#141a22;color:#fff}.hfs-notification-link span{position:absolute;right:-5px;top:-6px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border:2px solid #15181e;border-radius:999px;background:#ff4fbd;color:#fff;font-size:9px;font-weight:900}.hfs-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:24px}.hfs-page-head h1{margin:0}.hfs-page-head p{color:#9da7b5}.hfs-notifications-back{display:inline-flex;align-items:center;gap:7px;margin:0 0 18px;padding:6px 0;border:0;background:transparent;color:#aeb8c5;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.hfs-notifications-back:hover{color:#fff}.hfs-notification-list{display:grid;gap:8px}.hfs-notification-list>article{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid #303a46;border-radius:13px;background:#141a22;overflow:hidden;transition:opacity .16s ease,border-color .16s ease,background-color .16s ease}.hfs-notification-list>article.is-read{opacity:.62}.hfs-notification-list>article:hover{border-color:#414c5a;background:#171e27}.hfs-notification-list>article>a{min-width:0;padding:13px 8px 13px 14px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:11px;color:#fff;text-decoration:none}.hfs-notification-avatar{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#232b36;font-size:11px;font-weight:900}.hfs-notification-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-notification-copy{display:grid;gap:3px;min-width:0}.hfs-notification-copy>b,.hfs-notification-copy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hfs-notification-copy>span{color:#aeb7c3;font-size:12px}.hfs-notification-list small{color:#7f8998;font-size:10px}.hfs-notification-dismiss{width:40px;align-self:stretch;display:grid;place-items:center;border:0;background:transparent;color:#7f8998;cursor:pointer}.hfs-notification-dismiss:hover{background:rgba(255,255,255,.045);color:#fff}.hfs-notification-undo-stack{position:fixed;z-index:10060;right:18px;bottom:18px;width:min(320px,calc(100vw - 28px));display:flex;flex-direction:column-reverse;gap:7px}.hfs-notification-undo-stack>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 13px;border:1px solid #3a4350;border-radius:11px;background:rgba(24,29,37,.98);box-shadow:0 14px 38px rgba(0,0,0,.34);font-size:12px;font-weight:760;animation:hfs-toast-in .16s ease-out both}.hfs-notification-undo-stack button{border:0;background:transparent;color:#ff8bd4;font:inherit;font-weight:900;cursor:pointer}.hfs-page-head .secondary-btn:disabled{opacity:.42;cursor:not-allowed;transform:none}.hfs-interest-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.hfs-interest-actions p{max-width:720px;color:#9da7b5}.hfs-interest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hfs-interest-grid article{padding:16px;border:1px solid #2a3340;border-radius:15px;background:#10161d}.hfs-interest-grid article>span{font-size:10px;font-weight:900;color:#ff89d9}.hfs-interest-grid h3{margin:7px 0}.hfs-interest-grid small{color:#84909e}.hfs-interest-grid article>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.hfs-interest-grid button{min-height:34px;padding:0 10px;border:1px solid #303a46;border-radius:9px;background:#171e27;color:#dce3ec;font-size:11px;font-weight:750}.hfs-profile-sections{display:flex;flex-direction:column;gap:22px}.hfs-profile-customization{margin:18px 0;padding:18px}.hfs-profile-customization summary{cursor:pointer;font-weight:850}.hfs-profile-customization label{display:grid;gap:6px;margin-top:12px;color:#b8c2ce;font-size:12px;font-weight:750}.hfs-profile-customization input,.hfs-profile-customization select,.hfs-profile-customization textarea{padding:11px;border:1px solid #303a46;border-radius:10px;background:#10161d;color:#fff}.hfs-profile-customization>.primary-btn{margin-top:14px}.hfs-profile-order{display:grid;gap:6px;margin:14px 0}.hfs-profile-order button{padding:11px;border:1px solid #303a46;border-radius:10px;background:#151b23;color:#fff;text-align:left;cursor:grab}.hfs-profile-showcase{padding:22px}.hfs-profile-showcase h2{margin:4px 0 8px}.hfs-profile-showcase p{margin:0;color:#afb9c6}.hfs-creator-badges{display:flex;flex-wrap:wrap;gap:6px;margin:7px 0}.hfs-creator-badges span{padding:4px 8px;border:1px solid #714a69;border-radius:999px;background:#21131e;color:#f7d9ef;font-size:10px;font-weight:850}.hfs-featured-collection{padding:4px 0}.hfs-collection-mosaic{height:280px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px;overflow:hidden;border:1px solid #28313d;border-radius:18px;background:#0c1117}.hfs-collection-mosaic img,.hfs-collection-mosaic video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-featured-grid.is-carousel{display:flex!important;overflow-x:auto;gap:14px;scroll-snap-type:x mandatory;padding-bottom:9px}.profile-featured-grid.is-carousel>.profile-post{flex:0 0 min(360px,84vw);scroll-snap-align:start;cursor:grab}.hfs-drop-mode{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;color:#8e99a7;font-size:10px}.hfs-collection-visibility,.hfs-drop-mode button{min-height:30px;padding:0 8px;border:1px solid #303a46;border-radius:8px;background:#171e27;color:#dce3ec;font-size:9px;font-weight:800}.saved-media-item[draggable=true]{cursor:grab}.hfs-custom-cover{padding:16px;display:grid;gap:12px;border:1px solid #2b3541;border-radius:15px;background:#10161d}.hfs-custom-cover h3{margin:0}.hfs-custom-cover p{margin:5px 0 0;color:#8f9aa8;font-size:12px}.hfs-cover-crop-preview{display:grid;gap:9px}.hfs-cover-crop-preview img{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;aspect-ratio:16/9;border-radius:12px}.hfs-cover-crop-preview label{display:grid;gap:4px;color:#aeb8c5;font-size:11px}.hfs-cover-crop-preview button{justify-self:start;border:0;background:transparent;color:#ff9edc;font-weight:750}.hfs-post-timeline{margin:16px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:3px}.hfs-post-timeline span{position:relative;padding-top:18px;color:#727d8b;font-size:9px;font-weight:800;text-align:center}.hfs-post-timeline span:before{content:"";position:absolute;left:0;right:0;top:5px;height:2px;background:#2c3541}.hfs-post-timeline i{position:absolute;z-index:2;left:50%;top:1px;width:10px;height:10px;border:2px solid #414c59;border-radius:50%;background:#10161d;transform:translateX(-50%)}.hfs-post-timeline span.is-done{color:#c9d3df}.hfs-post-timeline span.is-done i,.hfs-post-timeline span.is-done:before{border-color:#ff4fbd;background:#ff4fbd}.hfs-share-card-shell{text-align:center}.hfs-share-card{width:min(720px,100%);margin:30px auto 12px;overflow:hidden;border:1px solid #3a2c39;border-radius:24px;background:linear-gradient(145deg,#18101a,#0d151d);text-align:left;box-shadow:0 30px 80px #0008}.hfs-share-card-media{aspect-ratio:16/10;background:#06080b}.hfs-share-card-media img,.hfs-share-card-media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-share-card>div:last-child{padding:24px}.hfs-share-card>div:last-child>span{color:#ff4fbd;font-size:12px;font-weight:950;letter-spacing:.12em}.hfs-share-card h1{margin:8px 0}.hfs-admin-discovery>.admin-section-subgrid{margin-bottom:14px}@media(max-width:700px){.hfs-category-shell,.hfs-notifications-shell,.hfs-recommendations-shell,.hfs-share-card-shell{width:min(100% - 24px,1240px);padding-top:16px}.hfs-category-hero{min-height:230px;padding:20px;align-items:flex-start;flex-direction:column;justify-content:flex-end}.hfs-interest-grid{grid-template-columns:1fr}.hfs-interest-actions,.hfs-page-head{align-items:flex-start;flex-direction:column}.hfs-notification-list>a{grid-template-columns:1fr}.hfs-collection-mosaic{height:220px}.hfs-post-menu-pop{width:auto}.hfs-post-menu-pop,.hfs-reaction-popover{position:fixed;inset:auto 10px max(10px,env(safe-area-inset-bottom)) 10px}.hfs-collection-visibility{display:none}.hfs-notifications-shell .hfs-page-head{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.hfs-notifications-shell .hfs-page-head p{display:none}.hfs-notifications-shell .hfs-page-head .secondary-btn{min-height:36px;padding:0 11px;font-size:11px}.hfs-notification-list>article>a{grid-template-columns:34px minmax(0,1fr);padding:11px 6px 11px 11px}.hfs-notification-list>article>a>small{grid-column:2}.hfs-notification-dismiss{width:42px}.hfs-notification-undo-stack{right:14px;bottom:76px}}.hfs-inline-confirm{position:fixed;inset:0;z-index:250;padding:16px;display:grid;place-items:center;background:rgba(2,5,9,.74);backdrop-filter:blur(8px)}.hfs-inline-confirm>div{width:min(430px,100%);padding:22px;border:1px solid #394451;border-radius:18px;background:#121820;box-shadow:0 26px 80px #000b}.hfs-inline-confirm h2{margin:0 0 8px}.hfs-inline-confirm p{margin:0;color:#aeb8c5;line-height:1.55}.hfs-inline-confirm>div>div{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.hfs-inline-confirm button{min-width:104px;min-height:42px}.hfs-card-reactions{position:relative;margin-top:7px;max-width:100%;font-size:10px;color:#98a3b1}.hfs-card-reactions summary{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;list-style:none}.hfs-card-reactions summary::-webkit-details-marker{display:none}.hfs-card-reactions>div{position:absolute;left:0;bottom:calc(100% + 7px);z-index:45;min-width:180px;padding:10px;display:flex;flex-wrap:wrap;gap:8px;border:1px solid #303a46;border-radius:11px;background:#10161d;box-shadow:0 16px 38px #000a}.hfs-card-reactions>div span{display:flex;gap:4px;color:#d6dde6}.hfs-card-reactions>div small{color:#7f8996}.hfs-profile-about{padding:22px}.hfs-profile-about .profile-bio{margin:10px 0 14px;max-width:760px}.hfs-profile-about .social-links{margin-top:10px}.hfs-profile-sections>.profile-featured-section{margin:0}.profile-featured-grid>.profile-post[draggable=true]{cursor:grab}.profile-featured-grid>.profile-post[draggable=true]:active{cursor:grabbing}.hfs-trail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.hfs-trail-head>div{max-width:820px}.hfs-trail-head .secondary-btn{flex:0 0 auto}.hfs-cover-actions{display:flex;flex-wrap:wrap;gap:8px}.hfs-cover-actions .secondary-btn{min-height:40px}.hfs-cover-source{width:-moz-max-content;width:max-content;padding:5px 8px;border:1px solid #4c3b4c;border-radius:999px;background:#21151f;color:#f1cbe7;font-size:10px;font-weight:850}.hfs-cover-summary{grid-template-columns:minmax(0,1fr) auto;align-items:center}.hfs-cover-summary>img{grid-row:1/3;grid-column:2;width:150px;height:84px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.hfs-cover-editor-backdrop{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(3,6,10,.82);backdrop-filter:blur(10px)}.hfs-cover-editor{width:min(920px,100%);max-height:calc(100svh - 36px);overflow:auto;padding:18px;border:1px solid #37414e;border-radius:20px;background:#10161d;box-shadow:0 30px 100px #000c}.hfs-cover-editor footer,.hfs-cover-editor header{display:flex;align-items:center;justify-content:space-between;gap:14px}.hfs-cover-editor header h2{margin:4px 0}.hfs-cover-editor header p{margin:0;color:#909baa}.hfs-cover-editor header>button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:11px;background:#1b232d;color:#fff}.hfs-cover-editor-stage{margin:16px 0;overflow:hidden;aspect-ratio:16/9;border-radius:15px;background:#05070a}.hfs-cover-editor-stage video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-cover-position,.hfs-cover-timeline{display:grid;gap:10px;padding:14px;border:1px solid #28323e;border-radius:14px;background:#0c1117}.hfs-cover-position label>span,.hfs-cover-timeline>div:first-child{display:flex;justify-content:space-between;color:#9ca7b5;font-size:11px}.hfs-cover-position input,.hfs-cover-timeline input{width:100%;accent-color:#ff4fbd}.hfs-cover-editor footer>div,.hfs-cover-frame-step{display:flex;gap:8px}.hfs-cover-frame-step{justify-content:center}.hfs-cover-frame-step button{display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#cbd3de}.hfs-cover-position{grid-template-columns:1fr 1fr;margin:10px 0 16px}.hfs-cover-editor footer{flex-wrap:wrap}.admin-nav-alert{min-width:18px;height:18px;display:inline-grid;place-items:center;margin-left:5px;padding:0 5px;border-radius:999px;background:#ff4fbd;color:#fff;font-size:9px;font-style:normal}.admin-action-alert{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:12px 0;padding:12px 14px;border:1px solid #594053;border-radius:13px;background:#21151f}.admin-action-alert>svg{color:#ff6bc7}.admin-action-alert div{display:grid}.admin-action-alert span{color:#bcaebe;font-size:11px}.admin-action-alert a{color:#fff;font-size:11px;font-weight:800}@media(max-width:700px){.hfs-cover-editor-backdrop{padding:0}.hfs-cover-editor{width:100%;height:100svh;max-height:none;border:0;border-radius:0;padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom));display:flex;flex-direction:column}.hfs-cover-editor-stage{margin:12px 0}.hfs-cover-position{grid-template-columns:1fr}.hfs-cover-editor footer{margin-top:auto}.hfs-cover-editor footer,.hfs-cover-editor footer>div{width:100%}.hfs-cover-editor footer>div:last-child{margin-left:auto;justify-content:flex-end}.hfs-cover-summary{grid-template-columns:1fr}.hfs-cover-summary>img{grid-column:1;grid-row:auto;width:100%;height:auto;aspect-ratio:16/9}.admin-action-alert{grid-template-columns:auto 1fr}.admin-action-alert>a{grid-column:2}}.hfs-profile-showcase{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--hfs-accent) 25%,var(--hfs-border));background:linear-gradient(135deg,color-mix(in srgb,var(--hfs-accent) 9%,var(--hfs-surface)) 0,var(--hfs-surface) 62%)}.hfs-profile-showcase:after{content:"";position:absolute;right:-70px;top:-90px;width:220px;height:220px;border-radius:50%;background:var(--hfs-accent);filter:blur(90px);opacity:.1;pointer-events:none}.hfs-profile-showcase h2{max-width:760px;font-size:clamp(22px,3vw,34px);line-height:1.08}.hfs-profile-showcase p{max-width:760px;font-size:14px;line-height:1.65}.profile-featured-section{padding:18px;border:1px solid var(--hfs-border);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008))}.profile-featured-loop{touch-action:pan-x pan-y;scroll-snap-type:none!important;-webkit-overflow-scrolling:touch}.profile-featured-loop *{-webkit-user-drag:none}.profile-featured-loop img,.profile-featured-loop video{-moz-user-select:none;user-select:none;-webkit-user-select:none}.profile-reorder-toggle{display:inline-flex!important;align-items:center;gap:7px;min-height:36px!important}.profile-reorder-toggle.active{border-color:color-mix(in srgb,var(--hfs-accent) 50%,var(--hfs-border))!important;color:#fff!important;background:color-mix(in srgb,var(--hfs-accent) 10%,var(--hfs-surface-2))!important}.profile-post.is-reorderable{cursor:grab;touch-action:none}.profile-post.is-reorderable:after{content:"Drag to reorder";position:absolute;left:10px;bottom:10px;z-index:7;padding:5px 8px;border-radius:8px;background:rgba(5,8,12,.82);color:#e9edf3;font-size:10px;font-weight:800;pointer-events:none;backdrop-filter:blur(8px)}.profile-post.is-dragging{opacity:.58;transform:scale(.975)}.profile-media-thumb>img:not(.hfs-card-media-ambient),.profile-media-thumb>video{width:100%!important;height:100%!important;padding:0!important;border:0!important;border-radius:0!important;-o-object-fit:cover!important;object-fit:cover!important;background:#090b0f!important}.profile-media-thumb.is-portrait-media>.hfs-card-media-foreground,.profile-media-thumb.is-portrait-media>.hfs-media-persistent-poster,.profile-media-thumb.is-portrait-media>img:not(.hfs-card-media-ambient),.profile-media-thumb.is-portrait-media>video{width:100%!important;height:100%!important;max-width:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;background:transparent!important}@media(max-width:700px){.profile-featured-section{padding:14px;border-radius:17px}.profile-featured-head{align-items:flex-start}.profile-featured-loop{margin-inline:-6px;padding:8px 6px}.profile-reorder-toggle{min-height:40px!important}.profile-post.is-reorderable:after{content:"Hold and move"}}.hfs-cover-editor-stage img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.hfs-cover-progress{display:flex;align-items:center;gap:9px;margin:10px 0;padding:10px 12px;border:1px solid #343e4a;border-radius:11px;background:#0c1117;color:#dce3ec;font-size:12px}.hfs-cover-progress span{width:16px;height:16px;border:2px solid #4b5665;border-top:2px solid var(--hfs-accent);border-radius:50%;animation:hfs-spin .7s linear infinite}.hfs-edit-cover>div:last-child{display:flex;align-items:center;gap:10px}.hfs-edit-cover img{width:92px;height:54px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--hfs-border);border-radius:9px;background:#080b10}.hfs-collection-manager-head{padding:0;border:0;background:transparent;color:inherit;text-align:left}.hfs-collection-picker-row{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:100%;border:0!important;background:#161d26!important;color:#e8edf4!important;box-shadow:none!important;cursor:pointer}.hfs-collection-picker-row.is-member,.hfs-collection-picker-row:hover{background:#1d2630!important;color:#fff!important}.hfs-collection-picker-row:disabled{opacity:1!important;background:#161d26!important;color:#e8edf4!important}.hfs-collection-picker-row.is-member{position:relative}.hfs-collection-picker-row.is-member:before{content:"";width:3px;height:22px;border-radius:999px;background:var(--hfs-accent)}.hfs-themed-scrollbar{scrollbar-width:thin;scrollbar-color:#394453 transparent}.hfs-themed-scrollbar::-webkit-scrollbar{width:6px}.hfs-themed-scrollbar::-webkit-scrollbar-thumb{border-radius:999px;background:#394453}.hfs-themed-scrollbar::-webkit-scrollbar-track{background:transparent}.media-thumb,.media-thumb *{-webkit-user-drag:none}.saved-media-item{touch-action:manipulation;transition:opacity .18s ease}@media (hover:hover) and (pointer:fine){.saved-media-item{transition:transform .18s ease,opacity .18s ease}.saved-media-item:active{transform:scale(.985)}}.saved-media-item.is-drag-origin{opacity:.34;transform:none}body.hfs-saved-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover) and (pointer:fine){body.hfs-saved-dragging .saved-media-item{touch-action:none}}.hfs-saved-drag-fly{position:fixed;left:0;top:0;z-index:12000;pointer-events:none;margin:0;will-change:transform;filter:drop-shadow(0 24px 48px rgba(0,0,0,.58));transform:translate3d(-9999px,-9999px,0) rotate(1.4deg) scale(1.03)}.hfs-saved-drag-fly .media-card{width:100%}.hfs-saved-mosaic img:only-child,.hfs-saved-mosaic.has-1 img{grid-column:1/-1;grid-row:1/-1}.hfs-saved-mosaic.has-2 img:first-child{grid-column:1;grid-row:1/-1}.hfs-saved-mosaic.has-2 img:last-child{grid-column:2;grid-row:1/-1}.hfs-saved-mosaic.has-3 img:first-child{grid-column:1;grid-row:1/-1}[data-collection-drop-id].is-drop-target{outline:2px solid var(--hfs-accent)}.hfs-collection-drop-tile.is-drop-target{border-color:#7a3d62;background:#17131a}.profile-grid-icon{display:grid;width:15px;grid-template-columns:repeat(2,1fr);gap:2px}.profile-grid-icon.is-compact{grid-template-columns:repeat(3,1fr)}.profile-grid-icon i{display:block;aspect-ratio:1;border-radius:1.5px;background:currentColor}.admin-dashboard-shell>.admin-action-alert{grid-column:1/-1;width:100%;box-sizing:border-box}.admin-action-alert{min-height:58px}.admin-action-alert div{min-width:0}.admin-action-alert b,.admin-action-alert span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-action-alert a{white-space:nowrap}.admin-editorial-compact .hfs-admin-discovery{display:block}.admin-editorial-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:5px;border:1px solid var(--hfs-border);border-radius:13px;background:#0b1016}.admin-editorial-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 10px;border:0;border-radius:9px;background:transparent;color:#929eac;font-size:12px;font-weight:800}.admin-editorial-tabs button.active{background:var(--hfs-surface-3);color:#fff}.admin-editorial-tabs button i{min-width:18px;padding:2px 5px;border-radius:999px;background:#29313c;color:#cbd3de;font-size:9px;font-style:normal}.admin-editorial-surface{margin-top:10px;padding:14px;border:1px solid var(--hfs-border);border-radius:15px;background:#0d1218}.admin-editorial-split{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:14px;align-items:start}.admin-editorial-form,.admin-editorial-list{min-width:0;padding:14px;border:1px solid #28313c;border-radius:13px;background:var(--hfs-surface-2)}.admin-editorial-form-narrow{max-width:620px}.admin-tool-heading h4{margin:0;color:#fff;font-size:14px}.admin-tool-heading p{margin:4px 0 12px!important;color:#8d98a6!important;font-size:11px!important}.admin-editorial-surface .stack-form{gap:8px}.admin-editorial-surface input,.admin-editorial-surface select,.admin-editorial-surface textarea{min-height:40px;border:1px solid #343d49;border-radius:10px;background:#10161d;color:#fff;padding:9px 11px}.admin-editorial-surface textarea{resize:vertical}.admin-editorial-surface .danger-btn,.admin-editorial-surface .primary-btn,.admin-editorial-surface .secondary-btn{min-height:36px!important}.admin-editorial-list>.admin-category-list,.admin-editorial-list>.admin-compact-list{max-height:430px;overflow:auto;padding-right:4px}.admin-category-row>summary i.is-live{color:#9ee6c1}.admin-category-row>summary i.is-archived{color:#f1bd7c}.admin-subform{margin-top:12px;padding-top:12px;border-top:1px solid #29323d}.admin-badge-style,.admin-inline-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.admin-badge-style input[type=color]{width:52px;padding:5px}.admin-badge-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 10px;border:1px solid #2a333e;border-radius:11px;background:#0c1117}.admin-badge-row>span{display:grid;width:32px;height:32px;place-items:center;border:1px solid #714a69;border-radius:9px;background:#20141e}.admin-badge-row>div{display:grid;gap:2px}.admin-badge-row small{color:#818c9a;font-size:10px}.admin-badge-row>button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:9px;background:transparent;color:#9aa5b3}.admin-badge-row>button:hover{background:#2a171c;color:#ff9da8}.admin-bulk-actions{position:relative;flex-wrap:nowrap!important;min-height:56px;overflow:visible}.admin-bulk-buttons{flex-wrap:nowrap}.admin-bulk-buttons .danger-btn{min-height:34px!important;padding:0 10px!important;font-size:12px}.admin-bulk-actions>.form-error,.admin-bulk-status{position:fixed!important;right:18px;bottom:18px;z-index:1200;max-width:min(360px,calc(100vw - 28px));padding:10px 12px!important;border:1px solid #3b4654!important;border-radius:11px!important;background:#121820!important;box-shadow:0 16px 48px #0009}.admin-trash-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;border:1px solid #2d3642;border-radius:12px;background:#0d1218}.admin-trash-toolbar label{display:flex;align-items:center;gap:8px}.admin-trash-toolbar>b{color:#8f9aa8;font-size:11px}.admin-trash-toolbar>div{display:flex;gap:7px;margin-left:auto}.admin-trash-toolbar button{display:inline-flex!important;align-items:center;gap:6px;min-height:36px!important}.admin-trash-row{grid-template-columns:auto 112px minmax(0,1fr) auto}.admin-trash-row.is-account{grid-template-columns:auto minmax(0,1fr) auto}.admin-trash-row.is-selected{border-color:color-mix(in srgb,var(--hfs-accent) 45%,#2a333e);background:color-mix(in srgb,var(--hfs-accent) 5%,#0c1117)}.admin-trash-list{max-height:620px;overflow:auto;padding-right:3px}.admin-trash-check{align-self:start;padding-top:4px}.admin-dashboard-shell>#audit .admin-audit-list,.admin-dashboard-shell>#security .admin-compact-list{max-height:none;overflow:visible;padding-right:0}.admin-dashboard-shell>#system .admin-section-subgrid>.panel{align-self:start}.admin-dashboard-shell>#system .stack-form{gap:9px}.admin-dashboard-shell>#system textarea{min-height:76px}.admin-pagination-actions{align-items:center}.admin-pagination-pages,.admin-pagination-pages>span{display:flex;align-items:center;gap:4px}.admin-pagination-pages a,.admin-pagination-pages strong{display:grid;width:34px;height:34px;place-items:center;border:1px solid #303945;border-radius:9px;background:#141a22;color:#b8c2ce;font-size:11px;font-weight:850;text-decoration:none}.admin-pagination-pages a:hover{border-color:#624258;background:#21151f;color:#fff}.admin-pagination-pages strong{border-color:#88406e;background:#311827;color:#ff9bd8}.admin-pagination-pages i{padding:0 2px;color:#687381;font-size:11px;font-style:normal}.admin-pagination-direction{min-height:34px!important;padding:0 11px!important;font-size:11px!important}.admin-legacy-maintenance{display:none!important}.admin-maintenance-workspace{margin-top:14px}.admin-maintenance-workspace .admin-editorial-list>.admin-compact-list{max-height:430px;overflow:auto;padding-right:4px}.admin-tool-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-scan-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0}.admin-scan-summary span{padding:10px;border:1px solid #2b3440;border-radius:10px;background:#0c1117;color:#8f9aa8;font-size:11px}.admin-scan-summary b{display:block;color:#fff;font-size:17px}@media(max-width:900px){.admin-editorial-split{grid-template-columns:1fr}.admin-bulk-actions{flex-wrap:wrap!important}.admin-bulk-help{display:none}.admin-scan-summary{grid-template-columns:1fr 1fr}}@media(max-width:700px){.admin-grouped-nav{display:grid!important;grid-template-columns:1fr 1fr!important;overflow:visible!important;position:static!important}.admin-grouped-nav>span{display:flex!important;flex-wrap:wrap}.admin-editorial-tabs{grid-template-columns:1fr 1fr}.admin-editorial-tabs button{justify-content:flex-start}.admin-trash-toolbar{align-items:flex-start;flex-wrap:wrap}.admin-trash-toolbar>div{width:100%;margin-left:0}.admin-trash-toolbar>div button{flex:1}.admin-trash-row,.admin-trash-row.is-account{grid-template-columns:auto minmax(0,1fr)}.admin-trash-thumb{grid-column:2;width:100%}.admin-trash-actions,.admin-trash-copy{grid-column:2}.admin-bulk-buttons{display:grid!important;grid-template-columns:repeat(3,1fr);width:100%}.admin-bulk-buttons button{min-width:0!important;padding-inline:6px!important}.admin-action-alert{grid-template-columns:auto minmax(0,1fr)}.admin-action-alert a{grid-column:2}.admin-action-alert b,.admin-action-alert span{white-space:normal}.admin-inline-actions{grid-template-columns:1fr}.admin-pagination-actions{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;width:100%;gap:6px!important}.admin-pagination-pages{min-width:0;justify-content:center;overflow:hidden}.admin-pagination-pages a,.admin-pagination-pages strong{width:31px;height:31px}.admin-pagination-direction{flex:none!important}.admin-dashboard-shell>#security .admin-section-subgrid{grid-template-columns:1fr}.hfs-card-reactions>div{position:fixed;inset:auto 10px max(10px,env(safe-area-inset-bottom)) 10px;z-index:210;min-width:0}.hfs-trail-head{align-items:flex-start;flex-direction:column}.hfs-cover-actions{display:grid;grid-template-columns:1fr 1fr}.hfs-cover-actions .secondary-btn{width:100%}}.admin-trash-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:12px}.admin-trash-grid>.panel{padding:14px}.admin-trash-heading{display:flex;justify-content:space-between;gap:12px}.admin-trash-heading h3{margin:0}.admin-trash-heading p{margin:4px 0 12px;color:#8f9aa8;font-size:11px}.admin-trash-heading>span{height:25px;min-width:25px;display:grid;place-items:center;border-radius:999px;background:#222a34;font-size:10px}.admin-trash-list{display:grid;gap:8px}.admin-trash-row{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px;border:1px solid #2a333e;border-radius:12px;background:#0c1117}.admin-trash-row.is-account{grid-template-columns:minmax(0,1fr) auto}.admin-trash-thumb{width:112px;aspect-ratio:16/10;overflow:hidden;border-radius:8px;background:#05070a}.admin-trash-thumb img,.admin-trash-thumb video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-trash-copy{display:grid;gap:3px;min-width:0}.admin-trash-copy b,.admin-trash-copy small,.admin-trash-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-trash-copy small,.admin-trash-copy span{color:#8792a0;font-size:10px}.admin-trash-actions{display:flex;gap:6px}.hfs-scheduled-manager{width:min(1040px,100%);margin:18px auto 0;padding:16px;border:1px solid #2c3541;border-radius:16px;background:#10161d}.hfs-scheduled-manager h2{margin:4px 0 12px}.hfs-scheduled-list{display:grid;gap:8px}.hfs-scheduled-list>article{display:grid;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;border:1px solid #29323d;border-radius:12px;background:#0c1117}.hfs-scheduled-thumb{width:110px;aspect-ratio:16/10;overflow:hidden;border-radius:8px}.hfs-scheduled-thumb img,.hfs-scheduled-thumb video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-scheduled-list article>div:nth-child(2){display:grid;gap:5px}.hfs-scheduled-list article>div:nth-child(2)>span{color:#98a3b1;font-size:10px}.hfs-scheduled-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.admin-editorial-compact .hfs-admin-discovery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:10px}.admin-editorial-compact .hfs-admin-discovery>.admin-section-subgrid{display:contents}.admin-editorial-compact .hfs-admin-discovery>.form-success{grid-column:1/-1}.admin-editorial-compact .hfs-admin-discovery .panel{align-self:start;max-height:580px;overflow:auto}.admin-editorial-compact .hfs-admin-discovery .panel:first-child,.admin-editorial-compact .hfs-admin-discovery .panel:nth-child(2){grid-column:span 2}.admin-grouped-nav{position:sticky;top:8px;z-index:70;backdrop-filter:blur(18px)}@media(max-width:900px){.admin-editorial-compact .hfs-admin-discovery{grid-template-columns:1fr 1fr}.admin-editorial-compact .hfs-admin-discovery .panel:first-child,.admin-editorial-compact .hfs-admin-discovery .panel:nth-child(2){grid-column:span 1}.admin-trash-grid{grid-template-columns:1fr}}@media(max-width:700px){.admin-trash-row,.hfs-scheduled-list>article{grid-template-columns:1fr}.admin-trash-thumb,.hfs-scheduled-thumb{width:100%}.admin-trash-actions,.hfs-scheduled-actions{justify-content:flex-start}.admin-editorial-compact .hfs-admin-discovery{grid-template-columns:1fr}}.admin-media-note{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;margin-top:9px}.admin-media-note input{min-width:0;height:40px;padding:0 11px;border:1px solid #303a46;border-radius:10px;background:#0c1117;color:#fff}.admin-media-note .secondary-btn{min-height:40px!important}.hfs-calendar-day:disabled{opacity:.22;cursor:not-allowed}.mod-preview video{pointer-events:auto}@media(max-width:700px){.admin-media-note{grid-template-columns:1fr}}.admin-editorial-compact .hfs-admin-discovery{display:block!important}.admin-trash-row{grid-template-columns:auto 112px minmax(0,1fr) auto!important}.admin-trash-row.is-account{grid-template-columns:auto minmax(0,1fr) auto!important}@media(max-width:900px){.admin-grouped-nav{display:grid!important;grid-template-columns:1fr 1fr!important;overflow:visible!important;position:static!important}.admin-grouped-nav>span{display:flex!important;flex-wrap:wrap}.admin-trash-grid{grid-template-columns:1fr}}@media(max-width:700px){.admin-trash-row,.admin-trash-row.is-account{grid-template-columns:auto minmax(0,1fr)!important}.admin-trash-actions,.admin-trash-copy,.admin-trash-thumb{grid-column:2}.admin-trash-thumb{width:100%}.admin-trash-actions{justify-content:flex-start}}.hfs-reaction-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.hfs-reaction-total{display:inline-flex;min-height:34px;align-items:center;gap:7px;border-radius:9px;color:#aeb8c5;cursor:pointer}.hfs-reaction-total:hover{color:#fff}.hfs-reaction-total>svg{transition:transform .16s ease}.hfs-reaction-total[aria-expanded=true]>svg{transform:rotate(180deg)}.hfs-reaction-icons{display:flex;align-items:center}.hfs-reaction-icons i{display:grid;width:22px;height:22px;margin-left:-5px;place-items:center;border:2px solid #10161d;border-radius:50%;background:#252d38;font-size:12px;font-style:normal}.hfs-reaction-icons i:first-child{margin-left:0}.hfs-my-reaction{color:#ff98d9;font-size:10px;font-weight:800}.hfs-reaction-popover{width:min(330px,calc(100vw - 28px));padding:8px}.hfs-reaction-popover>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.hfs-reaction-popover button{display:grid;min-width:0;justify-items:center;gap:2px;padding:8px 5px}.hfs-reaction-popover button span{font-size:19px}.hfs-reaction-popover button b{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:9px}.hfs-reaction-popover>small{display:block;padding:7px 4px 2px;color:#7f8998;font-size:9px}.hfs-card-reactions summary{display:flex;align-items:center;gap:5px}.hfs-card-reactions summary>span{letter-spacing:-3px;padding-right:3px}.admin-reaction-options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.admin-reaction-options button{display:grid;min-height:70px;place-items:center;align-content:center;gap:4px;border:1px solid #313a46;border-radius:11px;background:#11171f;color:#9ba6b4}.admin-reaction-options button span{font-size:20px}.admin-reaction-options button b{font-size:10px}.admin-reaction-options button.is-selected{border-color:#a7377f;background:#2c1425;color:#fff;box-shadow:inset 0 0 0 1px #ff4fbd55}.admin-reaction-options button:disabled{opacity:.35}.admin-reaction-limit{color:#7f8998;font-size:10px}@media(max-width:700px){.hfs-reaction-summary-row{align-items:flex-start;flex-direction:column;gap:2px}.hfs-reaction-popover{inset:auto 10px max(10px,env(safe-area-inset-bottom)) 10px;width:auto;padding:10px}.hfs-reaction-popover>div{grid-template-columns:repeat(2,minmax(0,1fr))}.hfs-reaction-popover button{min-height:66px}.admin-reaction-options{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-reaction-options button{min-height:62px}}.hfs-history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.hfs-history-toolbar>.danger-btn{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.hfs-history-filters{display:grid;grid-template-columns:repeat(3,minmax(90px,1fr));width:min(410px,100%);margin:0}.hfs-history-filters button{display:flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:0;border-radius:9px;background:transparent;color:#909aa8;font-size:12px;font-weight:800;cursor:pointer}.hfs-history-filters button b{display:grid;min-width:19px;height:19px;place-items:center;padding:0 5px;border-radius:999px;background:#272f3a;color:#aeb8c5;font-size:9px}.hfs-history-filters button.is-active{background:#2c1728;color:#fff}.hfs-history-filters button.is-active b{background:#ff4fbd;color:#fff}.hfs-history-entry{position:relative;min-width:0;animation:hfs-history-in .2s ease-out both}.hfs-history-remove{position:absolute;z-index:24;right:9px;top:9px;display:grid;width:36px;height:36px;place-items:center;border:1px solid #ffffff1f;border-radius:11px;background:#07090cbf;color:#d6dde6;box-shadow:0 8px 24px #0008;backdrop-filter:blur(9px);cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.hfs-history-remove:hover{border-color:#fb718566;background:#4a1822;color:#ffd5da;transform:translateY(-1px)}.hfs-history-remove:disabled{opacity:.45}.hfs-history-empty{display:flex;align-items:center;justify-content:center;gap:14px}.hfs-history-empty>svg{width:30px;height:30px;color:#616c7a}.hfs-history-empty h2{margin:0;color:#fff;font-size:16px}.hfs-history-empty p{margin:5px 0 0;color:#9fa8b5;font-size:13px}.hfs-history-error{display:flex;align-items:center;justify-content:space-between;gap:12px}.hfs-history-error button{display:grid;width:28px;height:28px;place-items:center;border:0;background:transparent;color:inherit}.hfs-history-toast-stack{position:fixed;z-index:10060;right:18px;bottom:18px;display:flex;width:min(330px,calc(100vw - 28px));flex-direction:column-reverse;gap:7px;pointer-events:none}.hfs-history-toast-stack>div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px;border:1px solid #3a4350;border-radius:11px;background:#181d25fa;box-shadow:0 14px 38px #0008;animation:hfs-history-toast 5s linear both;pointer-events:auto}.hfs-history-toast-stack span{display:grid;min-width:0;gap:2px}.hfs-history-toast-stack b{font-size:12px}.hfs-history-toast-stack small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8f9aa8;font-size:10px}.hfs-history-toast-stack button{border:0;background:transparent;color:#ff8bd4;font-size:12px;font-weight:900;cursor:pointer}@keyframes hfs-history-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes hfs-history-toast{0%{opacity:0;transform:translateY(7px)}4%,90%{opacity:1;transform:none}to{opacity:0;transform:translateY(4px)}}@media(max-width:700px){.hfs-history-head{align-items:flex-start}.hfs-history-toolbar{align-items:stretch;flex-direction:column}.hfs-history-filters{width:100%;grid-template-columns:repeat(3,1fr);overflow:visible}.hfs-history-filters button{min-width:0;padding:0 5px}.hfs-history-toolbar>.danger-btn{justify-content:center;width:100%}.hfs-history-toast-stack{right:14px;bottom:76px}.hfs-history-remove{right:8px;top:8px}}@media(prefers-reduced-motion:reduce){.hfs-history-entry,.hfs-history-toast-stack>div{animation:none}}.hfs-album-position{z-index:31;left:50%;top:12px;min-height:30px;padding:0 10px;display:flex;align-items:center;border:1px solid #ffffff20;border-radius:999px;background:#11161dcc;color:#fff;box-shadow:0 8px 24px #0007;transform:translateX(-50%);font-size:11px;font-weight:850}.hfs-album-nav,.hfs-album-position{position:absolute;backdrop-filter:blur(10px)}.hfs-album-nav{z-index:28;top:50%;display:grid;width:44px;height:54px;place-items:center;border:1px solid #ffffff20;border-radius:13px;background:#0a0e13b8;color:#fff;box-shadow:0 10px 28px #0008;transform:translateY(-50%);cursor:pointer;transition:background-color .16s ease,transform .16s ease}.hfs-album-nav:hover{background:#202733e8;transform:translateY(-50%) scale(1.04)}.hfs-album-nav.is-previous{left:12px}.hfs-album-nav.is-next{right:12px}.hfs-media-viewer>img,.hfs-media-viewer>media-player{transition:opacity .13s ease,transform .13s ease}.hfs-media-viewer.is-leaving-next>img,.hfs-media-viewer.is-leaving-next>media-player{opacity:.35;transform:translateX(-18px)}.hfs-media-viewer.is-leaving-previous>img,.hfs-media-viewer.is-leaving-previous>media-player{opacity:.35;transform:translateX(18px)}.hfs-album-strip{overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x}.hfs-album-strip::-webkit-scrollbar{display:none}.hfs-album-kicker{display:block;margin-bottom:5px;color:#ff8bd4;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.hfs-album-item-title{display:block;margin-top:-8px;color:#8f9aa8;font-size:11px}.hfs-album-description{color:#bdc6d1}.hfs-album-manager{margin-top:14px;border:1px solid #2b3440;border-radius:14px;background:#0e141b;overflow:hidden}.hfs-album-manager>summary{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;cursor:pointer;list-style:none}.hfs-album-manager>summary::-webkit-details-marker{display:none}.hfs-album-manager>summary>span{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px}.hfs-album-manager>summary>span>svg{grid-row:1/3;color:#ff78cc}.hfs-album-manager>summary b{font-size:12px}.hfs-album-manager>summary small{color:#7f8998;font-size:10px}.hfs-album-manager>summary>svg{transition:transform .16s ease}.hfs-album-manager[open]>summary>svg{transform:rotate(180deg)}.hfs-album-manager-body{padding:14px;border-top:1px solid #29323d}.hfs-album-fields{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:10px}.hfs-album-fields label{display:grid;gap:5px;color:#aeb8c5;font-size:11px;font-weight:750}.hfs-album-fields input,.hfs-album-fields textarea{width:100%;padding:10px 11px;border:1px solid #303a46;border-radius:10px;background:#11171f;color:#fff}.hfs-album-order{display:grid;gap:7px;margin-top:12px}.hfs-album-order>article{display:grid;grid-template-columns:auto 74px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;border:1px solid #2b3440;border-radius:11px;background:#0a0f15;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .16s ease,opacity .16s ease,border-color .16s ease,background-color .16s ease}.hfs-album-order>article.is-dragging{opacity:.42;transform:scale(.985)}.hfs-album-order>article.is-over{border-color:#ff4fbd80;background:#24121f;transform:translateY(3px)}.hfs-album-order-number{display:grid;width:25px;height:25px;place-items:center;border-radius:8px;background:#222a34;color:#fff;font-size:10px;font-weight:900}.hfs-album-order-thumb{width:74px;aspect-ratio:16/10;overflow:hidden;border-radius:8px;background:#05070a}.hfs-album-order-thumb img,.hfs-album-order-thumb video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.hfs-album-order>article>div:nth-child(3){display:grid;gap:5px;min-width:0}.hfs-album-order>article>div:nth-child(3)>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.hfs-album-order>article label{display:flex;align-items:center;gap:6px;color:#939eac;font-size:10px;cursor:pointer}.hfs-album-move{display:flex;gap:5px}.hfs-album-move button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #303a46;border-radius:9px;background:#171e27;color:#fff}.hfs-album-move button:disabled{opacity:.25}.hfs-album-cover-note{margin:10px 0!important;color:#7f8998!important;font-size:10px!important}.hfs-album-manager-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.hfs-album-manager-actions>span{margin-right:auto;color:#aeb8c5;font-size:11px}.hfs-album-manager-actions .primary-btn{display:inline-flex;align-items:center;gap:7px}@media(max-width:700px){.hfs-album-position{top:10px}.hfs-album-nav{top:auto;bottom:78px;width:42px;height:46px;transform:none}.hfs-album-nav:hover{transform:scale(1.03)}.hfs-album-nav.is-previous{left:10px}.hfs-album-nav.is-next{right:10px}.hfs-album-fields{grid-template-columns:1fr}.hfs-album-order>article{grid-template-columns:auto 62px minmax(0,1fr)}.hfs-album-order-thumb{width:62px}.hfs-album-move{grid-column:2/4;justify-content:flex-end}.hfs-album-move button{width:42px;height:38px}.hfs-album-manager-actions{align-items:stretch;flex-direction:column}.hfs-album-manager-actions .primary-btn{justify-content:center;width:100%}}@media(prefers-reduced-motion:reduce){.hfs-album-order>article,.hfs-media-viewer>img,.hfs-media-viewer>media-player{transition:none}.hfs-media-viewer.is-leaving-next>img,.hfs-media-viewer.is-leaving-next>media-player,.hfs-media-viewer.is-leaving-previous>img,.hfs-media-viewer.is-leaving-previous>media-player{transform:none}}.hfs-post-status{margin:0 0 18px;padding:17px;background:linear-gradient(145deg,#11171e,#0d1218)}.hfs-post-status-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.hfs-post-status-head h2{margin:0;color:#fff;font-size:18px}.hfs-post-status-head p{margin:4px 0 0;color:#8e99a7;font-size:12px}.hfs-live-label{display:flex;align-items:center;gap:6px;color:#9aa5b2;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.hfs-live-label i{width:7px;height:7px;border-radius:50%;background:#55d394;box-shadow:0 0 0 4px #55d39416}.hfs-post-status-list{display:grid;max-height:520px;gap:7px;overflow:auto;padding-right:3px}.hfs-status-item{border:1px solid #29323d;border-radius:12px;background:#0b1016;overflow:hidden}.hfs-status-item>summary{display:grid;grid-template-columns:56px minmax(0,1fr) auto auto;align-items:center;gap:11px;min-height:70px;padding:7px 11px;cursor:pointer;list-style:none}.hfs-status-item>summary::-webkit-details-marker{display:none}.hfs-status-item>summary>img{width:56px;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:9px;background:#05070a;-webkit-user-drag:none}.hfs-status-copy{display:grid;min-width:0;gap:3px}.hfs-status-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:12px}.hfs-status-copy small{color:#7f8997;font-size:9px}.hfs-status-current{padding:5px 8px;border:1px solid #394452;border-radius:999px;color:#b8c2cf;font-size:9px;font-weight:900;white-space:nowrap}.hfs-status-item.is-success .hfs-status-current{border-color:#2a624a;background:#10261d;color:#9ce1bc}.hfs-status-item.is-warning .hfs-status-current{border-color:#624d28;background:#281f10;color:#f2cb84}.hfs-status-item.is-danger .hfs-status-current{border-color:#6b2d3b;background:#2b141a;color:#ffabb7}.hfs-status-item.is-progress .hfs-status-current{border-color:#664267;background:#2c192a;color:#ff9cdd}.hfs-status-chevron{color:#7f8997;transition:transform .16s ease}.hfs-status-item[open] .hfs-status-chevron{transform:rotate(180deg)}.hfs-status-body{padding:4px 14px 14px 81px;border-top:1px solid #222a34}.hfs-status-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin:15px 0 13px;padding:0;list-style:none}.hfs-status-track li{position:relative;display:grid;grid-template-columns:13px minmax(0,1fr);gap:6px;color:#65707e}.hfs-status-track li:before{content:"";position:absolute;left:6px;right:-6px;top:6px;height:2px;background:#252e39}.hfs-status-track li:last-child:before{display:none}.hfs-status-track li>i{position:relative;z-index:1;width:13px;height:13px;border:2px solid #36404d;border-radius:50%;background:#0b1016}.hfs-status-track li>div{display:grid;gap:3px;padding-right:8px}.hfs-status-track b{font-size:9px}.hfs-status-track time{color:#778290;font-size:8px;line-height:1.35}.hfs-status-track li.is-complete{color:#a9b5c3}.hfs-status-track li.is-complete:before{background:#754066}.hfs-status-track li.is-complete>i{border-color:#d150a5;background:#d150a5}.hfs-status-track li.is-current{color:#fff}.hfs-status-track li.is-current>i{border-color:#ff54bf;background:#ff54bf;box-shadow:0 0 0 4px #ff54bf1c}.hfs-status-reason{margin:10px 0;padding:10px 12px;border:1px solid #59303a;border-radius:10px;background:#241318}.hfs-status-reason b{color:#ffb0bc;font-size:10px}.hfs-status-reason p{margin:4px 0 0;color:#d8bdc2;font-size:11px;line-height:1.5}.hfs-status-schedule{display:flex;align-items:center;gap:6px;color:#aeb8c5;font-size:11px}.hfs-status-body>.secondary-btn{margin-top:3px;font-size:11px}.hfs-status-body>.secondary-btn.compact:before{display:none}@media(max-width:700px){.hfs-post-status{padding:13px}.hfs-status-item>summary{grid-template-columns:48px minmax(0,1fr) auto;padding:8px}.hfs-status-item>summary>img{width:48px}.hfs-status-current{grid-column:2;justify-self:start}.hfs-status-chevron{grid-column:3;grid-row:1/3}.hfs-status-body{padding:4px 10px 13px}.hfs-status-track{grid-template-columns:1fr;margin-left:6px}.hfs-status-track li{grid-template-columns:16px 1fr;min-height:45px}.hfs-status-track li:before{left:6px;right:auto;top:7px;bottom:-7px;width:2px;height:auto}.hfs-status-track li>div{padding:0 0 9px}.hfs-status-track b{font-size:11px}.hfs-status-track time{font-size:9px}.hfs-status-body>.secondary-btn{width:100%}}@media(prefers-reduced-motion:reduce){.hfs-status-chevron{transition:none}}.hfs-search-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 24px;padding:7px;border:1px solid #29323d;border-radius:14px;background:#0d1218}.hfs-search-controls nav{display:flex;align-items:center;gap:4px}.hfs-search-controls nav a{display:flex;min-height:39px;align-items:center;gap:7px;padding:0 12px;border-radius:9px;color:#8e99a7;text-decoration:none;font-size:12px;font-weight:800}.hfs-search-controls nav a:hover{background:#171e27;color:#fff}.hfs-search-controls nav a.is-active{background:#2b1727;color:#fff;box-shadow:inset 0 0 0 1px #ff4fbd35}.hfs-search-controls nav span{display:grid;min-width:19px;height:19px;place-items:center;padding:0 5px;border-radius:999px;background:#252d38;color:#aeb8c5;font-size:9px}.hfs-search-sort{display:flex;align-items:center;gap:8px}.hfs-search-sort>span{color:#7f8997;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.hfs-search-controls .profile-sort-dropdown{min-width:168px}.hfs-search-categories{margin:0 0 27px}.hfs-search-categories h2{margin:0 0 12px;font-size:17px}.hfs-search-categories>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.hfs-search-categories a{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:3px 10px;min-width:0;padding:9px;border:1px solid #29323d;border-radius:12px;background:#0e141b;color:#fff;text-decoration:none;transition:border-color .16s ease,transform .16s ease}.hfs-search-categories a:hover{border-color:#594056;transform:translateY(-1px)}.hfs-search-categories a>span{grid-row:1/3;width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:9px;background:#242d38}.hfs-search-categories img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-search-categories i{color:#ff78cc;font-size:18px;font-style:normal;font-weight:900}.hfs-search-categories b,.hfs-search-categories small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hfs-search-categories b{font-size:12px}.hfs-search-categories small{color:#7f8997;font-size:9px}.hfs-search-person-copy b{max-width:100%}.hfs-search-person-copy b,.hfs-search-person-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.hfs-search-controls{align-items:stretch;flex-direction:column}.hfs-search-controls nav{display:grid;grid-template-columns:repeat(4,1fr)}.hfs-search-controls nav a{justify-content:center;padding:0 6px}.hfs-search-sort{justify-content:flex-end}.hfs-search-categories>div{grid-template-columns:1fr 1fr}}@media(max-width:600px){.hfs-search-controls nav{grid-template-columns:1fr 1fr}.hfs-search-controls nav a{justify-content:space-between}.hfs-search-sort{display:grid;grid-template-columns:auto minmax(0,1fr)}.hfs-search-sort .profile-sort-dropdown{min-width:0;width:100%}.hfs-search-categories>div{grid-template-columns:1fr}}.hfs-saved-library{margin-bottom:30px}.hfs-saved-library>.hfs-saved-section-head{display:flex;align-items:flex-end;justify-content:space-between}.hfs-saved-library>.hfs-saved-section-head>span{display:grid;min-width:24px;height:24px;place-items:center;border-radius:999px;background:#222a34;color:#aeb8c5;font-size:10px;font-weight:850}.hfs-saved-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.hfs-saved-collection-grid>a{display:grid;min-width:0;gap:4px;padding:8px 8px 11px;border:1px solid #29323d;border-radius:15px;background:#0d131a;color:#fff;text-decoration:none;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}.hfs-saved-collection-grid>a:hover{border-color:#574052;background:#111820;transform:translateY(-2px)}.hfs-saved-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;aspect-ratio:16/9;gap:2px;overflow:hidden;border-radius:10px;background:linear-gradient(145deg,#271420,#171e27)}.hfs-saved-mosaic img{width:100%;height:100%;min-height:0;-o-object-fit:cover;object-fit:cover}.hfs-saved-mosaic i,.hfs-saved-mosaic img:only-child{grid-column:1/-1;grid-row:1/-1}.hfs-saved-mosaic i{display:grid;place-items:center;color:#ff70c8;font-size:28px;font-style:normal}.hfs-saved-collection-grid b,.hfs-saved-collection-grid small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 3px}.hfs-saved-collection-grid b{margin-top:4px;font-size:12px}.hfs-saved-collection-grid small{color:#7f8997;font-size:9px}.hfs-manager-mosaic,.hfs-picker-mosaic{display:grid;flex:0 0 auto;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;overflow:hidden;background:#232b35}.hfs-manager-mosaic{width:31px;height:31px;border-radius:8px}.hfs-picker-mosaic{width:34px;height:34px;border-radius:9px}.hfs-manager-mosaic i,.hfs-picker-mosaic i{min-width:0;min-height:0;background-position:50%;background-size:cover}.hfs-manager-mosaic>svg,.hfs-picker-mosaic>svg{grid-column:1/-1;grid-row:1/-1;align-self:center;justify-self:center;color:#9aa5b3}.hfs-collection-manage-button{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:0;border-radius:9px;background:transparent;color:#707b89;cursor:pointer}.hfs-collection-manage-button:hover{background:#202833;color:#fff}.hfs-collection-edit-backdrop{position:fixed;z-index:10050;inset:0;display:grid;place-items:center;padding:18px;background:#020407c7;backdrop-filter:blur(8px);animation:hfs-pop-in .14s ease-out}.hfs-collection-edit-dialog{width:min(480px,100%);padding:18px;border:1px solid #343e4b;border-radius:18px;background:#131920;box-shadow:0 28px 80px #000b}.hfs-collection-edit-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:17px}.hfs-collection-edit-dialog h2{margin:0;font-size:19px}.hfs-collection-edit-dialog>header>button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:#202731;color:#aeb8c5}.hfs-collection-edit-dialog>label:not(.hfs-collection-public-toggle){display:grid;gap:6px;color:#aeb8c5;font-size:11px;font-weight:800}.hfs-collection-edit-dialog input{min-height:43px;padding:0 12px;border:1px solid #343e4b;border-radius:11px;background:#0c1117;color:#fff;outline:none}.hfs-collection-edit-dialog input:focus{border-color:#9b437f;box-shadow:0 0 0 3px #ff4fbd12}.hfs-collection-public-toggle{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:13px;border:1px solid #29323d;border-radius:12px;background:#0d1218}.hfs-collection-public-toggle>span{display:grid;gap:3px}.hfs-collection-public-toggle b{color:#fff;font-size:11px}.hfs-collection-public-toggle small{color:#7f8997;font-size:9px;line-height:1.45}.hfs-collection-edit-dialog>footer{display:grid;grid-template-columns:auto 1fr auto auto;gap:8px;margin-top:18px}.hfs-collection-edit-dialog>footer button{display:inline-flex;align-items:center;gap:6px;min-height:39px}.saved-media-item>.hfs-saved-card-tools{position:absolute;z-index:34;top:8px;right:8px;display:flex;align-items:center;gap:6px}.saved-media-item>.hfs-saved-card-tools .hfs-collection-picker{position:relative;top:auto;right:auto;margin:0!important}.hfs-collection-remove{display:grid;width:36px;height:36px;place-items:center;border:1px solid #ffffff24;border-radius:10px;background:#07090cc9;color:#fff;box-shadow:0 8px 24px #0007;backdrop-filter:blur(8px);cursor:pointer}.hfs-collection-remove:hover{border-color:#ff8aa0;background:#2a1218;color:#ffc0ca}.hfs-collection-remove:disabled{opacity:.45}.saved-media-item .hfs-card-collection-button{display:grid!important;width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;place-items:center;border:1px solid #ffffff24!important;border-radius:10px!important;background:#07090cc9!important;color:#fff!important;box-shadow:0 8px 24px #0007;backdrop-filter:blur(8px)}.saved-media-item .hfs-card-collection-button:hover{border-color:#ff72c866!important;background:#25131f!important}.saved-media-item>.hfs-collection-picker>.hfs-card-collection-button{display:grid!important;width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;place-items:center;border:1px solid #ffffff24!important;border-radius:10px!important;background:#07090cc9!important;color:#fff!important;box-shadow:0 8px 24px #0007;backdrop-filter:blur(8px)}.saved-media-item>.hfs-collection-picker>.hfs-card-collection-button:hover{border-color:#ff72c866!important;background:#25131f!important}.hfs-save-manage{display:grid;width:34px;height:42px;place-items:center;margin-left:4px;border:1px solid #303945;border-radius:10px;background:#141a22;color:#aeb8c5;cursor:pointer}.hfs-save-manage:hover,.hfs-save-manage[aria-expanded=true]{border-color:#754368;background:#271523;color:#ff9edb}.hfs-save-popover-hint{margin:-3px 8px 6px;color:#778290;font-size:9px}.hfs-save-collection-list{display:grid;max-height:245px;overflow:auto}.hfs-save-collection>span:nth-child(2){display:grid;text-align:left}.hfs-save-collection small{display:block;margin-top:2px;color:#707b89;font-size:9px}.hfs-save-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;margin-top:7px;padding-top:7px;border-top:1px solid #29323d}.hfs-save-create input{min-width:0;height:38px;padding:0 9px;border:1px solid #343e4b;border-radius:9px;background:#0b1016;color:#fff;font-size:11px}.hfs-save-create button{padding:0 10px;border:0;border-radius:9px;background:#fff;color:#080a0d;font-size:10px;font-weight:850}.hfs-save-create button:disabled{opacity:.35}@media(max-width:900px){.hfs-saved-collection-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.hfs-saved-collection-grid{grid-template-columns:1fr 1fr;gap:8px}.hfs-saved-collection-grid>a{padding:6px 6px 9px}.hfs-saved-layout>aside{position:static}.hfs-collection-edit-backdrop{align-items:end;padding:0}.hfs-collection-edit-dialog{width:100%;padding:17px 14px max(17px,env(safe-area-inset-bottom));border-radius:20px 20px 0 0}.hfs-collection-edit-dialog>footer{grid-template-columns:1fr 1fr}.hfs-collection-edit-dialog>footer>span{display:none}.hfs-collection-edit-dialog>footer .danger-btn{grid-column:1/-1;order:3}.saved-media-item>.hfs-saved-card-tools{top:7px;right:7px}}@media(prefers-reduced-motion:reduce){.hfs-collection-edit-backdrop,.hfs-saved-collection-grid>a{animation:none;transition:none}}@media(min-width:901px){.hfs-saved-layout{transition:grid-template-columns .2s cubic-bezier(.2,.8,.2,1)}.hfs-saved-layout:has(.hfs-collection-manager.is-collapsed){grid-template-columns:68px minmax(0,1fr)}.hfs-collection-manager.is-collapsed{padding:10px!important}.hfs-collection-manager.is-collapsed .hfs-collection-manager-head{justify-content:center;margin:0!important}.hfs-collection-manager.is-collapsed .hfs-collection-manager-head>div:not(:first-child),.hfs-collection-manager.is-collapsed .hfs-collection-manager-head>svg{display:none}}@media(prefers-reduced-motion:reduce){.hfs-saved-layout{transition:none}}.hfs-upload-steps{display:grid;grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none}.hfs-upload-steps li{position:relative;display:flex;align-items:center;gap:8px;color:#66717e;font-size:10px;font-weight:850}.hfs-upload-steps li:not(:last-child):after{content:"";position:absolute;z-index:0;left:29px;right:8px;top:14px;height:1px;background:#303945}.hfs-upload-steps i{position:relative;z-index:1;display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid #353f4b;border-radius:999px;background:#151b22;color:#7f8a97;font-size:10px;font-style:normal}.hfs-upload-steps .is-current i{color:#ff9bd9;box-shadow:0 0 0 4px #ff4fbd0d}.hfs-upload-steps .is-complete{color:#aeb8c5}.hfs-upload-steps .is-complete i{color:#fff}.hfs-upload-steps .is-complete:after{background:linear-gradient(90deg,#8d3d74,#303945)}.hfs-upload-section{display:grid;gap:15px;padding:19px;border:1px solid #29323d;border-radius:16px;background:#11171e}.hfs-upload-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.hfs-upload-section-head>div{display:grid;gap:3px}.hfs-upload-section-head span{color:#ca579e;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hfs-upload-section-head h2{margin:0;color:#f5f7fa;font-size:15px;letter-spacing:-.02em}.hfs-upload-section-head>b{padding:5px 8px;border-radius:999px;background:#1d252e;color:#8994a1;font-size:9px}.hfs-upload-section-head>svg{color:#7d8793}.hfs-upload-section .hfs-upload-drop{min-height:142px!important;background:#171e26!important}.hfs-upload-section .hfs-upload-drop.is-dragging,.hfs-upload-section .hfs-upload-drop:hover{border-color:#b84791!important;background:#211621!important;box-shadow:inset 0 0 0 1px #ff56bf1f}.hfs-upload-drop.is-dragging{transform:scale(.995)}.hfs-upload-drop.has-media{min-height:104px!important}.hfs-upload-drop{transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease!important}.hfs-upload-preview-grid{grid-template-columns:1fr!important}.hfs-upload-preview{display:grid;grid-template-columns:minmax(180px,42%) minmax(0,1fr);overflow:hidden}.hfs-upload-preview-media{min-height:170px;border-radius:14px 0 0 14px!important}.hfs-upload-preview-actions{min-width:0;align-content:center;align-items:center}.hfs-upload-file-copy{display:grid;min-width:0;margin-right:auto;padding:0 8px}.hfs-upload-file-copy b{overflow:hidden;color:#e8edf3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.hfs-upload-file-copy small{margin-top:3px;color:#75808d;font-size:9px}.hfs-upload-preview>small{grid-column:2;padding:0 15px 12px!important}.hfs-upload-preview-actions button:not(.is-danger){width:auto!important;padding:0 9px!important;font-size:9px;font-weight:850}.hfs-upload-section .hfs-cover-summary{margin:0;padding:12px;border:1px solid #29323d;border-radius:12px;background:#0d1319}.hfs-upload-section .hfs-tags-box{padding-top:2px}.hfs-upload-section .hfs-tag-suggestions{max-height:70px;overflow:hidden}.hfs-upload-section .hfs-tag-chip,.hfs-upload-section .hfs-tag-suggestion{min-height:28px!important;padding:5px 8px!important;font-size:10px!important}.hfs-upload-progress{position:sticky;z-index:20;bottom:12px;display:grid;gap:10px;padding:14px 15px;border:1px solid #57324a;border-radius:14px;background:#17121aeb;box-shadow:0 18px 45px #0008;backdrop-filter:blur(14px);animation:hfs-pop-in .16s ease-out}.hfs-upload-progress>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.hfs-upload-progress span{display:grid;gap:3px}.hfs-upload-progress b{font-size:11px}.hfs-upload-progress small{color:#968896;font-size:9px}.hfs-upload-progress strong{color:#ff8bd2;font-size:12px}.hfs-upload-progress progress{width:100%;height:6px;overflow:hidden;border:0;border-radius:999px;background:#312633;accent-color:#f14bb3}.hfs-upload-progress progress::-webkit-progress-bar{background:#312633}.hfs-upload-progress progress::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#bd398b,#ff5bc3)}.hfs-upload-progress progress::-moz-progress-bar{border-radius:999px;background:linear-gradient(90deg,#bd398b,#ff5bc3)}@media(max-width:600px){.hfs-upload-steps li{justify-content:center}.hfs-upload-steps li span{display:none}.hfs-upload-steps li:not(:last-child):after{left:calc(50% + 18px);right:calc(-50% + 18px)}.hfs-upload-section{padding:14px;border-radius:14px}.hfs-upload-section .hfs-upload-drop{min-height:132px!important;padding:18px 12px!important}.hfs-upload-preview{grid-template-columns:1fr}.hfs-upload-preview-media{min-height:0;aspect-ratio:16/10;border-radius:13px 13px 0 0!important}.hfs-upload-preview>small{grid-column:1}.hfs-upload-file-copy{padding-left:3px}.hfs-upload-progress{bottom:max(8px,env(safe-area-inset-bottom));padding:12px}.hfs-upload-progress small{max-width:230px}.hfs-upload-section .hfs-tag-suggestions{max-height:none}}@media(prefers-reduced-motion:reduce){.hfs-upload-drop,.hfs-upload-progress{animation:none!important;transition:none!important}}.hfs-upload-collection{display:grid;gap:8px;padding:12px;border:1px solid #29323d;border-radius:12px;background:#0d1319}.hfs-upload-collection .hfs-field{margin:0}.hfs-upload-collection .hfs-themed-select{min-height:44px}.hfs-upload-collection small a{color:#ff9fda;font-weight:800;text-decoration:none}.hfs-guidelines-card{display:grid;gap:12px;padding:16px;border:1px solid #29323d;border-radius:14px;background:#0d1319}.hfs-guidelines-card .eyebrow{color:#ca579e;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hfs-guidelines-card h2{margin:3px 0 0;color:#f5f7fa;font-size:15px;letter-spacing:-.02em}.hfs-guidelines-card p{margin:0;color:#8b96a3;font-size:12px;line-height:1.55}.hfs-guidelines-card ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.hfs-guidelines-card li{position:relative;padding-left:14px;color:#c5ccd4;font-size:12px;line-height:1.5}.hfs-guidelines-card li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#ff4fbd}.hfs-guidelines-card.is-compact{gap:10px;padding:13px}.hfs-guidelines-card.is-compact h2{font-size:13px}.hfs-guidelines-card.is-compact li{font-size:11px}.hfs-guidelines-page{display:grid;gap:18px;width:min(720px,calc(100% - 32px));margin:28px auto 64px}.hfs-guidelines-page .hfs-guidelines-card{padding:22px;border-radius:18px}.profile-hero{box-shadow:0 24px 70px #0003!important}.profile-hero-body{grid-template-columns:112px minmax(0,1fr)!important;gap:18px!important}.profile-card-about{max-width:none!important;margin-top:16px!important;padding:14px 0 0!important}.profile-card-about .profile-bio{max-width:820px!important}.hfs-creator-badges span{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:0 8px!important}.hfs-profile-customization{overflow:hidden;margin:0 0 22px!important;padding:0!important;border:1px solid #29323d!important;border-radius:17px!important;background:#10161d!important}.hfs-profile-customization>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;list-style:none;cursor:pointer}.hfs-profile-customization>summary::-webkit-details-marker{display:none}.hfs-profile-customization>summary>span:first-child{display:flex;align-items:center;gap:11px}.hfs-profile-customization>summary>span:first-child>i{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#2b1625;color:#ff89d1;font-style:normal}.hfs-profile-customization>summary>span:first-child>span{display:grid;gap:2px}.hfs-profile-customization>summary b{font-size:12px}.hfs-profile-customization>summary small{color:#7f8a97;font-size:9px;font-weight:650}.hfs-profile-customization>summary>span:last-child{color:#8994a1;font-size:22px;transition:transform .16s ease}.hfs-profile-customization[open]>summary>span:last-child{transform:rotate(45deg)}.hfs-profile-customization-body{padding:0 17px 17px;border-top:1px solid #252e39}.hfs-highlight-editor-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;padding-top:14px}.hfs-highlight-editor-grid>section{display:grid;align-content:start;gap:12px;padding:14px;border:1px solid #29323d;border-radius:13px;background:#0c1218}.hfs-highlight-editor-grid header{display:flex;align-items:flex-start;gap:9px}.hfs-highlight-editor-grid header>i{display:grid;width:29px;height:29px;flex:0 0 auto;place-items:center;border-radius:8px;background:#1e252e;color:#b6c0cc;font-style:normal}.hfs-highlight-editor-grid h3{margin:0;font-size:12px}.hfs-highlight-editor-grid header p{margin:3px 0 0;color:#7f8a97;font-size:9px;line-height:1.45}.hfs-highlight-editor-grid label{position:relative;display:grid;gap:6px;color:#aeb8c5;font-size:10px;font-weight:800}.hfs-highlight-editor-grid label>span{position:absolute;right:1px;color:#687381;font-size:8px}.hfs-highlight-editor-grid input,.hfs-highlight-editor-grid select,.hfs-highlight-editor-grid textarea{width:100%;padding:10px 11px;border:1px solid #303a46;border-radius:9px;background:#111820;color:#fff;outline:none;font:inherit}.hfs-highlight-editor-grid textarea{resize:vertical}.hfs-highlight-editor-grid input:focus,.hfs-highlight-editor-grid select:focus,.hfs-highlight-editor-grid textarea:focus{border-color:#8a416f;box-shadow:0 0 0 3px #ff4fbd0d}.hfs-highlight-empty,.hfs-highlight-note{margin:0;color:#74808d;font-size:9px;line-height:1.5}.hfs-highlight-empty{padding:10px;border:1px dashed #35404c;border-radius:9px}.hfs-profile-customization-body>footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:13px}.hfs-profile-customization-body>footer>span{margin-right:auto;color:#778391;font-size:9px}.hfs-profile-customization-body>footer>span.is-error{color:#f1a6b4}.hfs-profile-customization-body>footer .primary-btn{min-height:38px!important;padding:0 14px;font-size:10px}.hfs-profile-showcase{padding:clamp(20px,3vw,32px)!important;border-radius:20px!important}.hfs-showcase-label{display:flex;align-items:center;gap:7px;color:#df79b9;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.hfs-showcase-label i{display:grid;width:24px;height:24px;place-items:center;border-radius:8px;background:#ff4fbd17;font-style:normal}.hfs-profile-showcase h2{margin:14px 0 8px!important}.profile-featured-head{align-items:center!important}.profile-featured-count{padding:6px 9px;border-radius:999px;background:#202832;color:#8f9aa7;font-size:9px;font-weight:850;white-space:nowrap}.profile-featured-section{overflow:hidden}.profile-featured-loop{margin:0!important;border:1px solid #28313c;background:#0d1319!important}.profile-featured-loop>.profile-post{flex-basis:min(340px,78vw)!important}.hfs-featured-collection{padding:18px!important;border:1px solid #29323d;border-radius:20px;background:#10161d}.hfs-featured-collection .section-head{align-items:center!important;margin-bottom:13px!important}.hfs-featured-collection .section-head p{margin:4px 0 0;color:#7c8794;font-size:9px}.hfs-featured-collection .section-head>a{display:inline-flex;align-items:center;gap:6px;color:#cbd3dc;font-size:10px;font-weight:800;text-decoration:none}.hfs-collection-mosaic{grid-template-rows:repeat(2,minmax(0,1fr));height:clamp(220px,28vw,340px)!important}.hfs-collection-mosaic>:only-child{grid-column:1/-1;grid-row:1/-1}.hfs-collection-mosaic>span{display:grid;place-items:center;color:#788390;font-size:11px}.hfs-collection-mosaic img,.hfs-collection-mosaic video{transition:transform .22s ease}.hfs-collection-mosaic:hover img,.hfs-collection-mosaic:hover video{transform:scale(1.012)}.media-grid.profile-media-grid.profile-density-comfortable{grid-template-columns:repeat(3,minmax(0,1fr))!important}.media-grid.profile-media-grid.profile-density-compact{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px 13px!important}.profile-media-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible!important}.profile-media-tabs button{min-width:0!important}.profile-media-control-row{grid-template-columns:minmax(220px,1fr) 160px auto!important}.profile-density-control{display:flex!important}.profile-media-grid .profile-post{animation:hfs-profile-card-in .18s ease-out both}@keyframes hfs-profile-card-in{0%{opacity:.72;transform:translateY(4px)}to{opacity:1;transform:none}}@media(max-width:900px){.media-grid.profile-media-grid.profile-density-comfortable{grid-template-columns:1fr!important}.media-grid.profile-media-grid.profile-density-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.profile-hero-body{display:block!important}.hfs-highlight-editor-grid{grid-template-columns:1fr}.hfs-profile-customization>summary{padding:13px 14px}.hfs-profile-customization-body{padding:0 12px 13px}.hfs-profile-customization>summary small{display:none}.profile-media-control-row{grid-template-columns:minmax(0,1fr) auto!important}.profile-media-search{grid-column:1/-1}.profile-sort-dropdown{min-width:0!important}.profile-density-control{display:flex!important}.media-grid.profile-media-grid.profile-density-comfortable{grid-template-columns:1fr!important}.media-grid.profile-media-grid.profile-density-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 8px!important}.profile-density-compact .profile-media-card .hfs-reaction-summary,.profile-density-compact .profile-media-card .media-sub{display:none!important}.profile-density-compact .profile-media-meta{min-height:38px!important;padding-top:7px!important}.profile-featured-loop>.profile-post{flex-basis:84vw!important}.hfs-featured-collection{padding:13px!important}.hfs-collection-mosaic{height:220px!important}}@media(prefers-reduced-motion:reduce){.hfs-collection-mosaic img,.hfs-collection-mosaic video,.hfs-profile-customization>summary>span:last-child,.profile-media-grid .profile-post{animation:none!important;transition:none!important}}.hfs-editorial-spotlight{display:grid;grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);align-items:stretch;gap:18px;margin:0 0 34px;padding:18px;border-radius:22px;background:linear-gradient(135deg,#1e111b,#111820 58%,#0d1319);box-shadow:inset 0 0 0 1px #ffffff0c}.hfs-editorial-spotlight>div:first-child{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:14px}.hfs-editorial-spotlight h2{margin:7px 0 8px;font-size:clamp(24px,3vw,37px);letter-spacing:-.05em}.hfs-editorial-spotlight p{margin:0;color:#9aa5b2;font-size:12px;line-height:1.55}.hfs-editorial-spotlight>div:first-child>a{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:#f0d6e7;font-size:10px;font-weight:850;text-decoration:none}.hfs-editorial-spotlight>.media-card{display:grid!important;grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr);align-items:stretch;padding:8px!important;border-radius:17px!important;background:#0a0f14!important}.hfs-editorial-spotlight>.media-card>.media-thumb{height:100%;min-height:290px;aspect-ratio:auto}.hfs-editorial-spotlight>.media-card>.media-meta{align-content:center!important;padding:18px!important}.hfs-editorial-spotlight>.media-card .media-title{font-size:18px!important;white-space:normal}.hfs-editorial-media-run{margin-bottom:34px}.hfs-editorial-heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:13px}.hfs-editorial-heading>span{font-size:17px;font-weight:850;letter-spacing:-.025em}.hfs-editorial-heading small{color:#7f8a97;font-size:9px}.hfs-discovery-breaks{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin:8px 0 38px;padding:28px 0;border-top:1px solid #232b35;border-bottom:1px solid #232b35}.hfs-discovery-breaks .hfs-category-strip,.hfs-discovery-breaks .hfs-creator-strip{min-width:0;margin:0}.hfs-discovery-breaks .section-head{margin-bottom:12px!important}.hfs-discovery-breaks .section-head h2{font-size:18px!important}.hfs-discovery-breaks .hfs-category-strip>div:last-child,.hfs-discovery-breaks .hfs-creator-strip>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:7px;overflow:visible;padding:0;scroll-snap-type:none}.hfs-discovery-breaks .hfs-category-strip a{position:relative;display:grid;min-width:0;min-height:72px;align-content:center;padding:11px 34px 11px 12px;border:0;border-radius:11px;background:#11171e}.hfs-discovery-breaks .hfs-category-strip a b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.hfs-discovery-breaks .hfs-category-strip a span{margin-top:3px;font-size:9px}.hfs-discovery-breaks .hfs-category-strip a i{position:absolute;right:12px;top:50%;color:#697481;font-size:12px;font-style:normal;transform:translateY(-50%)}.hfs-discovery-breaks .hfs-creator-strip a{display:grid;grid-template-columns:36px minmax(0,1fr);grid-template-rows:auto auto;justify-items:start;gap:1px 8px;min-width:0;min-height:72px;align-content:center;padding:10px;border:0;border-radius:11px;background:#11171e}.hfs-discovery-breaks .hfs-creator-strip a>span{grid-row:1/3;width:36px;height:36px}.hfs-discovery-breaks .hfs-creator-strip b,.hfs-discovery-breaks .hfs-creator-strip small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.hfs-discovery-breaks .hfs-creator-strip small{font-size:8px}.hfs-editorial-more{margin-top:0}.hfs-empty-state,.hfs-following-empty{background:transparent!important;border:0!important;box-shadow:none!important}@media(max-width:980px){.hfs-editorial-spotlight{grid-template-columns:1fr}.hfs-editorial-spotlight>div:first-child{padding:7px 8px}.hfs-editorial-spotlight>div:first-child>a{margin-top:11px}.hfs-discovery-breaks{grid-template-columns:1fr;gap:24px}}@media(max-width:650px){.hfs-editorial-spotlight{gap:10px;margin-inline:-2px;padding:11px;border-radius:17px}.hfs-editorial-spotlight h2{font-size:25px}.hfs-editorial-spotlight>.media-card{display:block!important;padding:0!important;background:transparent!important}.hfs-editorial-spotlight>.media-card>.media-thumb{min-height:0;aspect-ratio:4/3}.hfs-editorial-spotlight>.media-card>.media-meta{padding:11px 2px 2px!important}.hfs-editorial-spotlight>.media-card .media-title{font-size:15px!important}.hfs-editorial-heading{display:grid;gap:3px}.hfs-discovery-breaks{gap:22px;margin:4px 0 30px;padding:22px 0}.hfs-discovery-breaks .hfs-category-strip>div:last-child,.hfs-discovery-breaks .hfs-creator-strip>div:last-child{grid-template-columns:1fr}.hfs-discovery-breaks .hfs-category-strip a,.hfs-discovery-breaks .hfs-creator-strip a{min-height:64px}.hfs-editorial-media-run{margin-bottom:28px}}.hfs-categories-shell{width:min(1240px,calc(100% - 32px));margin:0 auto;padding:34px 0 64px}.hfs-categories-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}.hfs-categories-head h1{margin:0;font-size:clamp(34px,5vw,58px);letter-spacing:-.055em}.hfs-categories-head p{margin:8px 0 0;color:#929eac}.hfs-categories-head>span{padding:7px 10px;border:1px solid #28313d;border-radius:999px;color:#9aa5b2;font-size:10px;font-weight:800}.hfs-category-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hfs-category-index-card{min-width:0;overflow:hidden;border:1px solid #252e39;border-radius:18px;background:#10161d;color:#fff;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.hfs-category-index-art{height:150px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#251423,#151d26)}.hfs-category-index-art img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transition:transform .26s ease}.hfs-category-index-art i{color:#fff;font-size:50px;font-style:normal;font-weight:900;opacity:.72}.hfs-category-index-copy{min-width:0;padding:16px;display:grid;gap:7px}.hfs-category-index-copy>span{display:flex;align-items:center;justify-content:space-between;gap:12px}.hfs-category-index-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.hfs-category-index-copy>span i{color:#7f8996;font-style:normal}.hfs-category-index-copy small{min-height:34px;overflow:hidden;color:#a2acb8;font-size:11px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hfs-category-index-copy em{color:#747f8c;font-size:9px;font-style:normal;font-weight:700}@media(hover:hover){.hfs-category-index-card:hover{transform:translateY(-2px);border-color:#5a3652;background:#121920}.hfs-category-index-card:hover .hfs-category-index-art img{transform:scale(1.025)}}@media(max-width:900px){.hfs-category-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.hfs-categories-shell{width:calc(100% - 24px);padding:20px 0 44px}.hfs-categories-head{align-items:flex-start;flex-direction:column;gap:12px}.hfs-categories-head h1{font-size:38px}.hfs-category-index-grid{grid-template-columns:1fr;gap:10px}.hfs-category-index-card{display:grid;grid-template-columns:112px minmax(0,1fr);border-radius:15px}.hfs-category-index-art{height:100%;min-height:126px}.hfs-category-index-copy{padding:14px}.hfs-category-index-copy small{min-height:0}}@media(hover:hover) and (pointer:fine){.hfs-discovery-breaks a{transition:background-color .15s ease,transform .15s ease}.hfs-discovery-breaks a:hover{background:#171e27!important;transform:translateY(-1px)}}@media(prefers-reduced-motion:reduce){.hfs-discovery-breaks a{transition:none!important;transform:none!important}}.viewer-shell{gap:0!important}.hfs-media-viewer.is-video{min-height:0!important;aspect-ratio:16/9;max-height:min(82dvh,900px)!important;background:#080a0d!important}.hfs-vidstack-shell{min-height:0!important;aspect-ratio:inherit}.hfs-vidstack-ambient{opacity:.92}.viewer-info{margin-top:14px!important;padding:22px 20px!important;border:1px solid #222b35!important;border-radius:18px!important;background:#0d1319!important}.hfs-viewer-title-row{align-items:flex-start}.hfs-viewer-title-row>div:first-child{min-width:0}.hfs-viewer-title-row h1{margin:8px 0 7px!important;font-size:clamp(24px,3vw,34px)!important;line-height:1.08}.hfs-viewer-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.hfs-viewer-badges span{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border-radius:8px;background:#321627;color:#ff9fda;font-size:9px;font-weight:900;letter-spacing:.045em;text-transform:uppercase}.viewer-uploader-row{margin:10px 0 17px!important;padding-bottom:16px;border-bottom:1px solid #232c36}.viewer-uploader-copy{gap:4px}.viewer-counter-line{display:flex;align-items:center;flex-wrap:wrap;gap:4px;color:#8d98a5!important;font-size:10px}.viewer-counter-line *{color:inherit!important}.viewer-info>p{max-width:820px;color:#b6c0cc;font-size:13px;line-height:1.65}.viewer-info .tag-row{margin:14px 0!important}.hfs-reaction-summary{margin:16px 0 7px;padding-top:13px;border-top:1px solid #232c36}.viewer-post-actions{margin:0!important;padding-top:9px}.viewer-post-actions .secondary-btn,.viewer-post-actions button{min-height:42px!important}.hfs-post-menu>button{border:0!important;background:#171e27!important}.hfs-post-menu-pop{width:252px!important;padding:6px!important}.hfs-post-menu-muted,.hfs-post-menu-pop>a,.hfs-post-menu-pop>button{min-height:42px!important}.hfs-post-menu-pop>button:disabled{opacity:.48;cursor:wait}.hfs-post-menu-pop>a:first-of-type{margin-top:4px;border-top:1px solid #28313c;border-radius:0;padding-top:4px}.hfs-post-menu-pop p{background:#0a0f15!important}.report-box{opacity:.82}.report-box[open]{opacity:1}.hfs-related-section{margin-top:46px!important;padding-top:24px;border-top:1px solid #222a34}.hfs-related-section .section-head{align-items:flex-end!important}.hfs-related-section .section-head h2{font-size:21px!important}.hfs-related-section .section-head p{font-size:10px!important}.media-grid.hfs-related-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px 10px!important}.hfs-related-grid .media-thumb{border-radius:12px!important;aspect-ratio:16/10}.hfs-related-grid .media-meta{gap:3px!important;padding:8px 0 0!important}.hfs-related-grid .media-title{display:block!important;font-size:12px!important}.hfs-related-grid .media-sub{font-size:9px!important}.hfs-related-grid .media-card-uploader{gap:6px!important}.hfs-related-grid .media-card-uploader-avatar{width:20px!important;height:20px!important;min-width:20px!important}.hfs-related-grid .media-card-uploader-copy{font-size:11px!important}.hfs-related-grid .hfs-post-primary-badge,.hfs-related-grid .media-type-icon{transform:scale(.86);transform-origin:top right}.hfs-related-grid .media-type-icon{transform-origin:bottom left}@media(max-width:1100px){.media-grid.hfs-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:900px){.media-grid.hfs-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:700px){.viewer-shell{width:100%!important}.hfs-media-viewer.is-video{aspect-ratio:auto;min-height:min(62dvh,620px)!important;max-height:72dvh!important}.viewer-info{width:calc(100% - 20px)!important;margin:10px auto 0!important;padding:17px 14px!important;border-radius:15px!important}.hfs-viewer-title-row h1{font-size:23px!important}.hfs-viewer-badges{padding-right:42px}.hfs-post-menu>button{width:42px;height:42px}.viewer-post-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}.viewer-post-actions .secondary-btn,.viewer-post-actions button,.viewer-post-actions>*{width:100%}.hfs-related-section{width:calc(100% - 20px)!important;margin:36px auto 0!important;padding-top:20px}.media-grid.hfs-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 8px!important}.hfs-post-menu-pop{inset:auto 10px max(10px,env(safe-area-inset-bottom)) 10px!important;width:auto!important}}@media(max-width:380px){.media-grid.hfs-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(prefers-reduced-motion:reduce){.hfs-vidstack-ambient{filter:blur(28px) brightness(.42)!important}}.admin-editorial-workspace{display:grid;gap:12px}.admin-spotlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.admin-spotlight-card{position:relative;display:grid;min-height:92px;align-content:center;gap:7px;padding:12px;border:1px solid #29333e;border-radius:12px;background:#0c1218}.admin-spotlight-card>span{display:grid;gap:3px;min-width:0}.admin-spotlight-card b{overflow:hidden;color:#e8edf3;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.admin-spotlight-card small{color:#727e8b;font-size:9px}.admin-spotlight-card>a{display:flex;min-width:0;align-items:center;gap:5px;color:#ff91d4;font-size:10px;font-weight:800;text-decoration:none}.admin-spotlight-card>a svg{flex:0 0 auto}.admin-spotlight-card>a:not(svg){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-spotlight-card>button{position:absolute;right:8px;top:8px;border:0;background:transparent;color:#8894a2;font-size:9px;font-weight:850;cursor:pointer}.admin-spotlight-card.has-media{border-color:#633654;background:linear-gradient(145deg,#24131f,#0d1319)}.admin-editorial-workspace .admin-editorial-list{min-width:0}.admin-editorial-workspace>.admin-editorial-list .admin-tool-heading{margin-bottom:10px}.admin-editorial-workspace .admin-compact-list{max-height:330px}.admin-editorial-workspace .admin-compact-row-actions>a,.admin-editorial-workspace .admin-compact-row-actions>button{display:grid;min-width:34px;height:34px;place-items:center;padding:0 9px;border:1px solid #303a46;border-radius:9px;background:#161d25;color:#b8c2ce;font-size:9px;font-weight:850;text-decoration:none;cursor:pointer}.admin-editorial-workspace .admin-compact-row-actions>button:hover{border-color:#64364f;color:#ff9bd8}.admin-category-actions>button:not(.secondary-btn):not(.danger-btn){display:grid;width:34px;height:34px;place-items:center;border:1px solid #303a46;border-radius:9px;background:#151c24;color:#aeb8c5;cursor:pointer}.admin-category-actions>button:disabled{opacity:.28;cursor:not-allowed}.admin-profile-badge-row>summary{grid-template-columns:auto minmax(0,1fr) auto}.admin-badge-summary-icon{display:grid!important;width:31px;height:31px;place-items:center;border:1px solid #744463;border-radius:9px;background:#19121a;color:#fff;font-size:14px}.admin-profile-badge-row>summary>span:nth-child(2){min-width:0}.admin-profile-badge-row>summary>span:nth-child(2) small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-profile-badge-row .admin-category-actions{flex-wrap:wrap}@media(max-width:900px){.admin-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.admin-editorial-tabs{grid-template-columns:1fr 1fr!important;overflow:visible!important}.admin-editorial-tabs button{min-width:0!important}.admin-spotlight-grid{grid-template-columns:1fr}.admin-editorial-workspace .admin-editorial-split{grid-template-columns:1fr!important}.admin-profile-badge-row>summary{grid-template-columns:auto minmax(0,1fr) auto}.admin-category-actions .danger-btn,.admin-category-actions .secondary-btn{min-height:38px!important}.admin-editorial-workspace .admin-compact-row{align-items:flex-start}.admin-editorial-workspace .admin-compact-row-actions{flex:0 0 auto}}.admin-shield-link:focus-visible,.profile-density-control button:focus-visible:not(:disabled),.profile-media-tabs button:focus-visible:not(:disabled),.profile-sort-menu button:focus-visible:not(:disabled),.profile-sort-trigger:focus-visible{outline:2px solid #ff71c9!important;outline-offset:2px!important;box-shadow:0 0 0 4px #ff4fbd1f!important}@media(max-width:360px){.account-shell,.admin-shell,.feed-shell,.profile-shell,.settings-shell,.upload-shell,.viewer-shell{padding-inline:10px!important}.admin-editorial-tabs button{padding-inline:7px!important}.admin-editorial-tabs button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-profile-badge-row>summary{grid-template-columns:auto minmax(0,1fr)!important}.admin-profile-badge-row>summary>i{grid-column:2;justify-self:start}}.hfs-back-button{width:-moz-max-content;width:max-content;min-height:38px;display:inline-flex;align-items:center;gap:9px;padding:0 12px 0 7px;border:1px solid transparent;border-radius:11px;background:transparent;color:#aeb8c5;font:inherit;font-size:11px;font-weight:820;text-decoration:none;cursor:pointer;transition:color .15s ease,background-color .15s ease,border-color .15s ease,transform .15s ease}.hfs-back-button-icon{width:27px;height:27px;display:grid;place-items:center;border:1px solid #2e3742;border-radius:8px;background:#141a22;color:#dce2e9;transition:border-color .15s ease,background-color .15s ease}.hfs-back-button:hover{border-color:#29323d;background:#11171e;color:#fff;transform:translateX(-2px)}.hfs-back-button:hover .hfs-back-button-icon{border-color:#633c57;background:#251520;color:#ff9bd9}.hfs-back-button:focus-visible{outline:2px solid #ff71c9;outline-offset:2px}.hfs-media-viewer-wrap{display:grid;position:relative;min-width:0;gap:0}.hfs-media-viewer-nav{display:flex;align-items:center;min-height:0;margin:0 0 10px}.viewer-info .hfs-media-viewer-nav{position:static;top:auto;left:auto;z-index:auto;pointer-events:auto}.hfs-media-viewer{isolation:isolate}.hfs-media-viewer.is-image{position:relative;background:#080a0d}.hfs-image-ambient{position:absolute!important;z-index:0;inset:-7%;width:114%!important;height:114%!important;max-width:none!important;max-height:none!important;-o-object-fit:cover!important;object-fit:cover!important;filter:blur(36px) brightness(.38) saturate(1.08);transform:scale(1.06);pointer-events:none}.hfs-image-foreground{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hfs-media-viewer:-webkit-full-screen .hfs-image-foreground,.hfs-media-viewer:fullscreen .hfs-image-foreground{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;background:transparent!important}.hfs-vidstack-player>[data-media-provider],.hfs-vidstack-player>media-provider{position:relative;z-index:1;width:100%;height:100%;display:grid;place-items:center;background:transparent!important}.hfs-vidstack-player>[data-media-provider] video:not(.hfs-vidstack-ambient),.hfs-vidstack-player>media-provider video:not(.hfs-vidstack-ambient){position:absolute!important;inset:0!important;margin:auto!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;background:transparent!important}.hfs-vidstack-player .vds-poster,.hfs-vidstack-player [data-part=poster],media-player.hfs-vidstack-player img[data-part=poster]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;background:transparent!important}.hfs-vidstack-shell.is-portrait media-player.hfs-vidstack-player:-webkit-full-screen video:not(.hfs-vidstack-ambient),.hfs-vidstack-shell.is-portrait media-player.hfs-vidstack-player:fullscreen video:not(.hfs-vidstack-ambient),.hfs-vidstack-shell.is-portrait media-player.hfs-vidstack-player[data-fullscreen] video:not(.hfs-vidstack-ambient){height:100%!important;width:auto!important}.hfs-notification-menu{position:relative;flex:0 0 auto}button.hfs-notification-link{font:inherit;cursor:pointer}.hfs-notification-link[aria-expanded=true]{border-color:#70425f;background:#281624;color:#ff9cda}.hfs-notification-preview{position:absolute;z-index:120;right:0;top:calc(100% + 10px);width:min(390px,calc(100vw - 24px));overflow:hidden;border:1px solid #313b47;border-radius:16px;background:rgba(13,18,24,.98);box-shadow:0 24px 70px rgba(0,0,0,.48);backdrop-filter:blur(18px);animation:hfs-pop-in .14s ease-out}.hfs-notification-preview>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-bottom:1px solid #252e38}.hfs-notification-preview>header>div{display:grid;gap:2px}.hfs-notification-preview>header b{font-size:13px}.hfs-notification-preview>header small{color:#7f8997;font-size:9px}.hfs-notification-preview>header>a{display:inline-flex;align-items:center;gap:3px;color:#ff8fd3;font-size:10px;font-weight:850;text-decoration:none}.hfs-notification-preview-close{display:none;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer}.hfs-notification-preview-list{display:grid;max-height:min(420px,65dvh);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#4b5665 transparent}.hfs-notification-preview-list>a{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:9px 13px;color:#eef2f6;text-decoration:none;transition:background-color .14s ease,opacity .14s ease}.hfs-notification-preview-list>a:not(:last-child){border-bottom:1px solid #202833}.hfs-notification-preview-list>a:hover{background:#171e27}.hfs-notification-preview-list>a.is-read{opacity:.6}.hfs-notification-preview-list>a:not(.is-read):before{content:"";position:absolute;left:4px;width:3px;height:18px;border-radius:999px;background:#ff4fbd}.hfs-notification-preview-avatar{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#252e38;color:#fff;font-size:10px;font-weight:900}.hfs-notification-preview-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-notification-preview-list>a>span:nth-child(2){display:grid;gap:3px;min-width:0}.hfs-notification-preview-list>a>span:nth-child(2)>b,.hfs-notification-preview-list>a>span:nth-child(2)>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hfs-notification-preview-list>a>span:nth-child(2)>b{font-size:10px}.hfs-notification-preview-list>a>span:nth-child(2)>small{color:#9ca6b3;font-size:10px}.hfs-notification-preview-list time{color:#707b89;font-size:9px}.hfs-notification-preview-empty,.hfs-notification-preview-loading{min-height:118px;display:grid;place-items:center;align-content:center;gap:7px;color:#8994a2;font-size:10px}.hfs-notification-preview-loading i{width:22px;height:22px;border:2px solid #343d48;border-top-color:#ff61c4;border-radius:50%;animation:hfs-spin .7s linear infinite}.hfs-notification-preview-empty b{color:#dce2e9;font-size:12px}@keyframes hfs-spin{to{transform:rotate(1turn)}}@media(max-width:760px){.hfs-media-viewer-wrap{gap:0}.hfs-media-viewer-nav{margin:0 0 8px}.hfs-notification-preview{position:fixed!important;top:calc(env(safe-area-inset-top,0px) + 64px)!important;left:10px!important;right:10px!important;width:auto!important;max-width:none!important;max-height:min(62dvh,calc(100dvh - env(safe-area-inset-top,0px) - 80px))!important;z-index:500!important;border-radius:15px}.hfs-notification-preview-list{max-height:min(48dvh,calc(100dvh - env(safe-area-inset-top,0px) - 148px))!important;overscroll-behavior:contain}.hfs-notification-preview-close{display:grid}.hfs-notification-preview>header{gap:8px}.hfs-notification-preview>header>a{margin-left:auto}}@media(prefers-reduced-motion:reduce){.hfs-back-button,.hfs-back-button-icon,.hfs-notification-preview-list>a{transition:none}.hfs-back-button:hover{transform:none}.hfs-notification-preview{animation:none}}.cropper-modal-card.hfs-cover-editor{width:min(760px,calc(100vw - 32px));max-height:92dvh;padding:20px;border-radius:18px;background:#0f1319}.hfs-cover-editor .cropper-modal-head{margin-bottom:16px}.hfs-cover-editor .cropper-modal-head h3{margin:0 0 4px;font-size:18px}.hfs-cover-editor .cropper-modal-head p{margin:0;font-size:13px}.hfs-cover-editor .cropper-modal-head>button{width:40px;height:40px;border-radius:50%;background:#202630;color:#d5dbe4;font-size:20px}.cropper-stage.hfs-cover-editor-stage{position:relative;width:100%;height:auto;min-height:0;margin:0;aspect-ratio:16/9;border-radius:16px;background:#07090d;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cropper-stage.hfs-cover-editor-stage.is-dragging{cursor:grabbing}.cropper-stage.hfs-cover-editor-stage:after,.cropper-stage.hfs-cover-editor-stage:before{content:"";position:absolute;z-index:2;pointer-events:none;opacity:.28}.cropper-stage.hfs-cover-editor-stage:before{inset:0 33.333%;border-inline:1px dashed #fff}.cropper-stage.hfs-cover-editor-stage:after{inset:33.333% 0;border-block:1px dashed #fff}.hfs-cover-editor-stage img,.hfs-cover-editor-stage video{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;will-change:transform}.hfs-cover-drag-hint{position:absolute;z-index:3;left:50%;bottom:10px;padding:5px 9px;border:1px solid #ffffff1c;border-radius:999px;background:#080b10c7;color:#e1e6ed;font-size:9px;font-weight:800;pointer-events:none;transform:translateX(-50%);backdrop-filter:blur(8px)}.hfs-cover-editor .hfs-cover-timeline{margin-top:16px;padding:0;border:0;background:transparent}.hfs-cover-editor .hfs-cover-timeline>div:first-child{align-items:center;color:#bfc7d1}.hfs-cover-editor .hfs-cover-timeline>div:first-child b{font-size:11px}.hfs-cover-editor .hfs-cover-timeline>div:first-child span{font-size:10px}.hfs-cover-editor input[type=range]{height:6px;border-radius:999px;background:#202630;accent-color:#ff3bcb;cursor:pointer}.hfs-cover-editor .hfs-cover-frame-step{gap:18px}.hfs-cover-editor .hfs-cover-frame-step button{min-height:34px;color:#aeb8c5;font-size:11px;font-weight:750}.hfs-cover-editor .hfs-cover-position{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:14px 0 0;padding:13px;border:1px solid #2b3440;border-radius:13px;background:#0b1016}.hfs-cover-editor .hfs-cover-position label{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px}.hfs-cover-editor .hfs-cover-position label>span{display:flex;justify-content:space-between;gap:8px;color:#cfd5df;font-size:11px}.hfs-cover-editor .hfs-cover-position output{color:#8e99a8;font-variant-numeric:tabular-nums}.hfs-cover-editor .hfs-cover-position .crop-reset-btn{min-height:40px}.hfs-cover-source-actions{display:flex;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid #262e38}.hfs-cover-source-actions button,.hfs-cover-source-actions label{min-height:40px!important;font-size:10px}.hfs-cover-editor footer.cropper-modal-actions{justify-content:flex-end;margin-top:14px}.hfs-cover-editor footer.cropper-modal-actions button{min-height:40px!important}.hfs-cover-editor .hfs-cover-progress{margin-bottom:0}@media(max-width:700px){.cropper-modal-card.hfs-cover-editor{width:100%;height:100dvh;max-height:none;padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom));border:0;border-radius:0;overflow:auto}.hfs-cover-editor .cropper-modal-head{position:sticky;z-index:8;top:calc(-1 * max(14px,env(safe-area-inset-top)));margin-inline:-14px;padding:12px 14px;background:#0f1319e8;backdrop-filter:blur(12px)}.cropper-stage.hfs-cover-editor-stage{max-height:42dvh}.hfs-cover-editor .hfs-cover-position{grid-template-columns:1fr auto}.hfs-cover-editor .hfs-cover-position label{grid-template-columns:62px minmax(0,1fr)}.hfs-cover-source-actions{display:grid;grid-template-columns:1fr 1fr}.hfs-cover-source-actions>*{width:100%;min-width:0;padding-inline:8px!important}.hfs-cover-editor footer.cropper-modal-actions{position:sticky;z-index:7;bottom:calc(-1 * max(14px,env(safe-area-inset-bottom)));margin:14px -14px 0;padding:12px 14px max(12px,env(safe-area-inset-bottom));background:#0f1319e8;backdrop-filter:blur(12px)}.hfs-cover-editor footer.cropper-modal-actions button{flex:1}}@media(max-width:380px){.hfs-cover-editor .hfs-cover-position{grid-template-columns:1fr}.hfs-cover-editor .hfs-cover-position .crop-reset-btn{grid-column:1;grid-row:auto;width:100%}.hfs-cover-source-actions{grid-template-columns:1fr}.hfs-cover-drag-hint{display:none}}@media(prefers-reduced-motion:reduce){.hfs-cover-editor,.hfs-cover-editor-backdrop{animation:none!important}}.hfs-upload-steps{gap:7px;padding:6px;border:1px solid #29323d;border-radius:14px;background:#0d1218}.hfs-upload-steps li{min-width:0;min-height:42px;justify-content:center;padding:0 10px;border:1px solid transparent;border-radius:10px;background:#11171e;color:#75808d;transition:border-color .16s ease,background-color .16s ease,color .16s ease}.hfs-upload-steps li:not(:last-child):after{display:none}.hfs-upload-steps i{width:24px;height:24px;flex-basis:24px;background:#1a212a}.hfs-upload-steps .is-current{border-color:#6b3b5b;background:#241622;color:#fff}.hfs-upload-steps .is-current i{border-color:#b84791;background:#321526;box-shadow:none}.hfs-upload-steps .is-complete{border-color:#313b47;background:#151c24;color:#b8c1cc}.hfs-upload-steps .is-complete i{border-color:#8d3d74;background:#8d3d74}.hfs-upload-section .hfs-cover-summary{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:13px}.hfs-cover-summary>.hfs-cover-actions{grid-column:2;grid-row:1;align-self:center}.hfs-cover-summary-preview{grid-column:1/-1;grid-row:2;width:100%;aspect-ratio:16/9;max-height:380px;overflow:hidden;border:1px solid #303a46;border-radius:13px;background:#06080b}.hfs-cover-summary-preview img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;will-change:transform}.hfs-cover-summary-processing{place-items:center;align-content:center;gap:7px;color:#9aa5b2;text-align:center}.hfs-cover-summary-processing>span{width:24px;height:24px;border:2px solid #394350;border-top-color:#ff5fc3;border-radius:50%;animation:hfs-spin .7s linear infinite}.hfs-cover-summary-processing b{color:#e8edf3;font-size:12px}.hfs-cover-summary-processing small{font-size:10px}.hfs-cover-actions .is-disabled{opacity:.45;pointer-events:none}.hfs-upload-submit:disabled{cursor:not-allowed;opacity:.58}@media(max-width:600px){.hfs-upload-steps{gap:5px;padding:5px}.hfs-upload-steps li{min-height:40px;gap:5px;padding:0 5px;font-size:9px}.hfs-upload-steps li span{display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hfs-upload-steps i{width:22px;height:22px;flex-basis:22px}.hfs-upload-section .hfs-cover-summary{grid-template-columns:1fr}.hfs-cover-summary>.hfs-cover-actions{grid-column:1;grid-row:3}.hfs-cover-summary-preview{grid-column:1;grid-row:2;max-height:none}.hfs-cover-summary>.hfs-cover-actions .secondary-btn{min-width:0;padding-inline:9px!important}}@media(prefers-reduced-motion:reduce){.hfs-upload-steps li{transition:none}}.hfs-highlight-editor-grid{grid-template-columns:1fr}.hfs-featured-collection .hfs-collection-mosaic{height:auto!important;min-height:180px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;aspect-ratio:16/5.5}.hfs-collection-mosaic.has-1{grid-template-columns:1fr;aspect-ratio:16/6}.hfs-collection-mosaic.has-2{grid-template-rows:1fr}.hfs-collection-mosaic.has-3,.hfs-collection-mosaic.has-4{grid-template-rows:repeat(2,minmax(0,1fr));aspect-ratio:16/8}.hfs-collection-mosaic.has-3>:first-child{grid-row:1/3}.hfs-collection-mosaic img,.hfs-collection-mosaic video{display:block;min-width:0;min-height:0}.profile-density-control{flex:0 0 auto!important;height:44px!important;padding:4px!important;gap:3px}.profile-density-control button{display:grid!important;width:38px!important;height:36px!important;min-width:38px!important;min-height:36px!important;padding:0!important;place-items:center}.profile-density-control .profile-grid-icon{width:16px!important;height:auto!important;line-height:1}.profile-density-control .profile-grid-icon.is-compact{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:700px){.hfs-featured-collection .hfs-collection-mosaic{min-height:150px;aspect-ratio:16/8}.hfs-collection-mosaic.has-1{aspect-ratio:16/9}.hfs-collection-mosaic.has-3,.hfs-collection-mosaic.has-4{aspect-ratio:4/3}.profile-density-control{height:42px!important}.profile-density-control button{width:36px!important;height:34px!important;min-width:36px!important;min-height:34px!important}}.header-actions>.profile-menu{border:0!important;background:transparent!important;box-shadow:none!important}.hfs-brand-logo{overflow:hidden}.hfs-brand-logo-image{transform:scale(3.35);transform-origin:center;will-change:transform}.hfs-header-upload{position:relative;gap:7px}.hfs-header-upload svg{width:15px;height:15px;flex:0 0 auto}.hfs-header-upload:before{content:none!important;display:none!important}@media(max-width:760px){.header-actions>.hfs-header-upload.primary-btn.compact{width:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;gap:0!important;border-radius:12px!important;font-size:0!important}.header-actions>.hfs-header-upload span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.header-actions>.hfs-header-upload svg{width:18px;height:18px}}@media(max-width:800px){.hfs-brand-logo-image{transform:scale(3)}}.hfs-brand-logo{width:240px!important;height:52px;justify-content:flex-start;overflow:hidden!important}.hfs-brand-logo-image{width:min(var(--hfs-logo-width,240px),100%)!important;height:44px!important;max-width:100%;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:left center!important;object-position:left center!important;transform:none!important;transform-origin:left center!important}.hfs-brand-logo-mark{width:176px!important;max-width:100%;height:42px!important}.hfs-category-back{width:-moz-max-content;width:max-content;min-height:38px;margin:0 0 12px;display:inline-flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #29323d;border-radius:11px;background:#10161d;color:#c5ced9;font-size:11px;font-weight:800;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.hfs-category-back:hover{border-color:#503649;background:#171b23;transform:translateX(-2px)}.cropper-modal-card.category{width:min(980px,calc(100vw - 32px))}.cropper-stage.category{width:100%;height:min(400px,42vw);min-height:250px}.admin-category-header-picker{display:grid;gap:9px}.admin-category-header-preview{position:relative;min-height:118px;display:grid;place-items:center;overflow:hidden;border:1px dashed #384351;border-radius:13px;background:#0b1016;color:#687484}.admin-category-header-preview.has-image{border-style:solid}.admin-category-header-preview img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.admin-category-header-preview span{position:relative;z-index:1;padding:5px 8px;border-radius:999px;background:#070a0ebd;color:#dce3eb;font-size:9px;font-weight:800;backdrop-filter:blur(7px)}.admin-category-header-actions{display:flex;align-items:center;gap:8px}.admin-category-header-actions .secondary-btn{gap:7px}.admin-category-header-clear{width:40px;height:40px;display:grid;place-items:center;border:1px solid #493039;border-radius:11px;background:#251219;color:#ffb7c4}.hfs-cover-editor-stage{display:grid!important;place-items:center;cursor:default!important}.hfs-cover-media-boundary{position:relative;max-width:100%;max-height:100%;overflow:hidden;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hfs-cover-editor-stage.is-dragging .hfs-cover-media-boundary{cursor:grabbing}.hfs-cover-media-boundary img,.hfs-cover-media-boundary video{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;pointer-events:none;will-change:transform}@media(max-width:1180px) and (min-width:801px){.hfs-brand-logo{width:190px!important}.hfs-brand-logo-image{width:min(var(--hfs-logo-width,190px),100%)!important}}@media(max-width:800px){.hfs-brand-logo{width:132px!important;height:46px}.hfs-brand-logo-image{width:100%!important;height:40px!important}.hfs-brand-logo-mark{width:132px!important;height:40px!important}}@media(max-width:640px){.cropper-modal-card.category{width:calc(100vw - 16px);padding:14px;border-radius:14px}.cropper-stage.category{height:210px;min-height:180px}.hfs-category-back{margin-bottom:10px}.admin-category-header-preview{min-height:105px}}@media(prefers-reduced-motion:reduce){.hfs-category-back{transition:none}.hfs-category-back:hover{transform:none}}.hover-media-thumb,.media-thumb,.profile-media-thumb{position:relative;display:grid;place-items:center;isolation:isolate;overflow:hidden!important;background:#12171e!important}.hfs-card-media-ambient{display:none!important}.hover-media-thumb.is-portrait-media>.hfs-card-media-ambient,.is-portrait-media>.hfs-card-media-ambient,.media-thumb.is-portrait-media>.hfs-card-media-ambient,.profile-media-thumb.is-portrait-media>.hfs-card-media-ambient,.profile-media-thumb.is-portrait-media>img.hfs-card-media-ambient{display:block!important;position:absolute!important;z-index:0!important;inset:-18%!important;width:136%!important;height:136%!important;max-width:none!important;max-height:none!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;filter:blur(28px) brightness(.55) saturate(1.18)!important;transform:none!important;pointer-events:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;background:transparent!important}.hfs-card-media-foreground{position:relative;z-index:1}.is-portrait-media>.hfs-card-media-foreground,.is-portrait-media>.hfs-media-persistent-poster{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;background:transparent!important}.hfs-media-persistent-poster{-o-object-position:center;object-position:center}.hfs-media-duration{z-index:7;right:9px;bottom:9px;min-width:36px;height:23px;display:inline-flex;justify-content:center;padding:0 7px;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:rgba(6,9,13,.82);color:#fff;font-size:10px;font-weight:850;font-variant-numeric:tabular-nums;line-height:1;box-shadow:0 3px 12px rgba(0,0,0,.25);backdrop-filter:blur(8px)}.hfs-media-duration,.hfs-thumb-meta{position:absolute;align-items:center;pointer-events:none}.hfs-thumb-meta{z-index:8;left:8px;right:8px;bottom:8px;display:flex;justify-content:space-between;gap:6px}.hfs-thumb-meta .hfs-media-duration,.hfs-thumb-meta .media-badge{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;flex:0 0 auto;max-width:none}.hfs-media-viewer-wrap+.viewer-info{width:100%!important;margin-top:0!important;border-top:1px solid #252e38!important;border-radius:0 0 18px 18px!important}.hfs-media-viewer-wrap .hfs-media-viewer{border:1px solid #222b35!important;border-bottom:0!important;border-radius:18px 18px 0 0!important;box-shadow:none!important}.hfs-media-viewer-wrap media-player.hfs-vidstack-player{border:0!important;border-radius:inherit!important;outline:0!important;box-shadow:none!important}.hfs-media-viewer-wrap media-player.hfs-vidstack-player:focus,.hfs-media-viewer-wrap media-player.hfs-vidstack-player:focus-visible{outline:0!important;box-shadow:none!important}.viewer-info .viewer-post-actions{position:relative;z-index:2;margin-bottom:16px!important}.viewer-info>[data-hfs-media-actions]{position:relative;z-index:1;clear:both;width:100%;margin-top:16px!important}@media(max-width:700px){.hfs-media-viewer-wrap+.viewer-info{width:100%!important;margin:0!important;border-radius:0 0 15px 15px!important}.hfs-media-viewer-wrap .hfs-media-viewer{border-radius:15px 15px 0 0!important}.viewer-info .viewer-post-actions{margin-bottom:14px!important}.viewer-info>[data-hfs-media-actions]{margin-top:14px!important}}@media(prefers-reduced-motion:reduce){.hfs-card-media-ambient{filter:blur(22px) brightness(.48)!important}}.hfs-route-stage{width:100%;min-height:inherit;animation:none}.hfs-route-loading{position:relative;width:100%;min-height:calc(100dvh - 128px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px}.hfs-page-loader-glow{position:absolute;width:min(280px,72vw);height:110px;border-radius:50%;background:radial-gradient(circle,rgba(255,79,189,.34),transparent 70%);filter:blur(14px);pointer-events:none}.hfs-page-loader-track{width:min(210px,70vw);height:3px;margin-top:22px;overflow:hidden;border-radius:999px;background:#252d37}.hfs-page-loader-bar{display:block;width:38%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#a9367d,#ff58c1);will-change:transform}.hfs-route-loading-card{width:min(260px,100%);display:grid;justify-items:center;gap:12px;padding:22px;border:1px solid #252e39;border-radius:18px;background:#0d1319;box-shadow:0 22px 70px #0005}.hfs-route-loading-card .hfs-brand-logo-mark{width:150px!important;height:36px!important;color:#f3f5f8}.hfs-route-loading-card small{color:#7f8997;font-size:10px;font-weight:750}.hfs-route-loading-track{width:100%;height:3px;overflow:hidden;border-radius:999px;background:#252d37}.hfs-route-loading-track i{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#a9367d,#ff58c1);animation:hfs-route-progress .85s ease-in-out infinite}@keyframes hfs-route-enter{0%{opacity:.72;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes hfs-route-progress{0%{transform:translateX(-110%)}to{transform:translateX(340%)}}@media(max-width:640px){.hfs-route-loading{min-height:calc(100dvh - 150px)}.hfs-route-loading-card{width:min(230px,84vw);padding:18px}}@media(prefers-reduced-motion:reduce){.hfs-route-loading-track i,.hfs-route-stage{animation:none!important}.hfs-route-loading-track i{width:100%;opacity:.65}}.hfs-native-video-shell{position:relative;width:100%;height:100%;min-height:inherit;overflow:hidden;background:#07090c}.hfs-native-video-shell>.hfs-vidstack-ambient{position:absolute!important;z-index:0!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;-o-object-fit:cover!important;object-fit:cover!important;filter:blur(32px) brightness(.48) saturate(1.1)!important;transform:none!important;pointer-events:none!important}.hfs-native-video-fallback{position:relative;z-index:1;width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;background:transparent}.hfs-native-video-label{position:absolute;z-index:3;right:10px;top:10px;padding:5px 8px;border:1px solid #ffffff17;border-radius:8px;background:#080b10b8;color:#aeb8c5;font-size:9px;font-weight:800;backdrop-filter:blur(8px);pointer-events:none}.hfs-native-video-shell:fullscreen,:fullscreen .hfs-native-video-shell{width:100vw;height:100dvh}@media(max-width:640px){.hfs-native-video-label{right:8px;top:8px}}@media(prefers-reduced-motion:reduce){.hfs-native-video-shell>.hfs-vidstack-ambient{filter:blur(28px) brightness(.42)!important}}.hfs-route-loading>.hfs-brand-logo-image,.hfs-route-loading>.hfs-brand-logo-mark{width:min(230px,62vw)!important;height:auto!important;max-height:72px;color:#f5f6f8;position:relative;z-index:1}.hfs-notification-preview-row{position:relative;border-bottom:1px solid #202833;transition:background-color .14s ease,opacity .14s ease}.hfs-notification-preview-row:hover{background:#171e27}.hfs-notification-preview-row.is-read{opacity:.62}.hfs-notification-preview-row:not(.is-read):before{content:"";position:absolute;z-index:2;left:4px;top:22px;width:3px;height:18px;border-radius:999px;background:#ff4fbd}.hfs-notification-preview-row>a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:9px 43px 9px 13px;color:#eef2f6;text-decoration:none}.hfs-notification-preview-row>a>span:nth-child(2){display:grid;gap:3px;min-width:0}.hfs-notification-preview-row>a>span:nth-child(2)>b,.hfs-notification-preview-row>a>span:nth-child(2)>small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hfs-notification-preview-row>a>span:nth-child(2)>b{font-size:10px}.hfs-notification-preview-row>a>span:nth-child(2)>small{color:#9ca6b3;font-size:10px}.hfs-notification-preview-dismiss{position:absolute;z-index:3;right:8px;top:50%;width:28px;height:28px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:8px;background:transparent;color:#75808e}.hfs-notification-preview-dismiss:hover{background:#2b2029;color:#ff9fd6}.hfs-native-video-shell,.hfs-vidstack-player,.hfs-vidstack-shell{background:transparent!important}.admin-grouped-nav>span{align-items:flex-start!important;flex-wrap:wrap;padding:7px!important}.admin-grouped-nav>span>b{flex:0 0 100%;padding:0 7px 3px!important}.admin-grouped-nav a{flex:1;justify-content:center}.admin-dashboard-shell>#security .admin-section-subgrid{align-items:start}.admin-dashboard-shell>#security .admin-compact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.admin-dashboard-shell>#security .admin-compact-row{min-height:0;padding:8px 9px}.admin-dashboard-shell>#security .admin-compact-row b{font-size:10px}.admin-dashboard-shell>#security .admin-compact-row small,.admin-dashboard-shell>#security .admin-compact-row span{font-size:9px}.admin-dashboard-shell>#security>.admin-system-panel .admin-compact-list{max-height:250px;overflow:auto;padding-right:4px}.admin-note-card>div{align-items:flex-start}.admin-note-card>div>div{display:grid;gap:2px}.admin-note-delete{min-height:30px!important;padding:0 9px!important;border:1px solid #5b2934!important;border-radius:8px!important;background:#251218!important;color:#ffabb8!important;font-size:10px!important}.admin-editorial-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media(max-width:700px){.admin-dashboard-shell>#security .admin-compact-list{grid-template-columns:1fr}.admin-grouped-nav a{flex:0 0 auto}.hfs-route-loading>.hfs-brand-logo-image,.hfs-route-loading>.hfs-brand-logo-mark{width:min(190px,58vw)!important}}@media(prefers-reduced-motion:reduce){.hfs-route-loading>.hfs-brand-logo-image,.hfs-route-loading>.hfs-brand-logo-mark{opacity:1}.hfs-page-loader-bar{width:100%;transform:none}.hfs-page-loader-glow{opacity:.22}.hfs-notification-preview-row{transition:none}}.admin-dashboard-shell>#security-content>.admin-system-panel .admin-compact-list{max-height:250px;overflow:auto;padding-right:4px}.media-thumb.is-media-loading:before{content:"";position:absolute;z-index:5;inset:0;background:linear-gradient(110deg,#141a22 18%,#1c2430 38%,#141a22 58%);background-size:220% 100%;animation:hfs-media-card-shimmer 1.15s ease-in-out infinite}.media-thumb.is-media-loading:after{display:none}.media-thumb.has-static-poster.is-media-loading>.hfs-media-persistent-poster{opacity:0}.media-thumb.has-static-poster:not(.is-media-loading)>.hfs-media-persistent-poster{opacity:1!important}.media-thumb>.hfs-card-media-foreground{transition:opacity .18s ease}.hover-media-thumb img:not(.hfs-card-media-ambient),.hover-media-thumb video,.media-thumb img:not(.hfs-card-media-ambient),.media-thumb video,.profile-media-thumb img:not(.hfs-card-media-ambient),.profile-media-thumb video,.profile-media-thumb>img:not(.hfs-card-media-ambient),.profile-media-thumb>video{background:transparent!important}.hover-media-thumb,.media-thumb,.profile-media-thumb{background:#151c25!important}.media-thumb img.is-loading,.media-thumb video.is-loading{opacity:0!important}.media-thumb.is-preview-warming:not(.is-hover-preview)>.hfs-media-persistent-poster{opacity:1!important;z-index:3}.media-thumb.is-preview-warming:not(.is-hover-preview)>video.hfs-card-media-foreground{opacity:0!important}@keyframes hfs-media-card-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@media(prefers-reduced-motion:reduce){.media-thumb.is-media-loading:before{animation:none;background:#151c25}}.hfs-image-ambient,video.hfs-vidstack-ambient{display:block!important;position:absolute!important;z-index:0!important;inset:0!important;left:0!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;transform:none!important;filter:blur(32px) brightness(.48) saturate(1.1)!important;pointer-events:none!important;background:transparent!important}.hfs-media-viewer:-webkit-full-screen .hfs-image-ambient,.hfs-media-viewer:fullscreen .hfs-image-ambient,.hfs-native-video-shell:fullscreen>.hfs-vidstack-ambient,:-webkit-full-screen video.hfs-vidstack-ambient,:fullscreen .hfs-native-video-shell>.hfs-vidstack-ambient,:fullscreen video.hfs-vidstack-ambient,media-player.hfs-vidstack-player:-webkit-full-screen video.hfs-vidstack-ambient,media-player.hfs-vidstack-player:fullscreen video.hfs-vidstack-ambient,media-player.hfs-vidstack-player[data-fullscreen] video.hfs-vidstack-ambient{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;transform:none!important;filter:blur(36px) brightness(.46) saturate(1.12)!important}.hfs-vidstack-shell.is-portrait .hfs-vidstack-player video:not(.hfs-vidstack-ambient){height:100%!important;width:auto!important;left:0!important;right:0!important;top:0!important;bottom:0!important;margin:auto!important}.hfs-vidstack-shell.is-landscape .hfs-vidstack-player video:not(.hfs-vidstack-ambient){width:100%!important;height:auto!important;left:0!important;right:0!important;top:0!important;bottom:0!important;margin:auto!important}.hfs-native-video-shell{display:grid;place-items:center}.hfs-native-video-shell>.hfs-native-video-fallback{position:relative;z-index:1;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;background:transparent!important}.hfs-native-video-shell:-webkit-full-screen,.hfs-native-video-shell:fullscreen,.hfs-vidstack-shell:-webkit-full-screen,.hfs-vidstack-shell:fullscreen,:fullscreen .hfs-native-video-shell{width:100vw!important;height:100dvh!important;max-height:none!important;overflow:hidden!important;background:#080a0d!important;aspect-ratio:auto!important}.hfs-vidstack-ambient-layer{z-index:0!important;overflow:hidden!important}.hfs-vidstack-ambient-layer,.hfs-vidstack-foreground-still{position:absolute!important;inset:0!important;pointer-events:none!important}.hfs-vidstack-foreground-still{z-index:1!important;width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;filter:none!important;background:transparent!important}.hfs-vidstack-shell.has-ambient>.hfs-vidstack-ambient-layer{z-index:0!important}.hfs-vidstack-shell.has-ambient>.hfs-vidstack-foreground-still{z-index:1!important}.hfs-vidstack-shell.has-ambient>.hfs-native-video-shell,.hfs-vidstack-shell.has-ambient>.hfs-vidstack-player{position:relative!important;z-index:2!important;background:transparent!important}.hfs-vidstack-shell.has-ambient .hfs-native-video-fallback,.hfs-vidstack-shell.has-ambient .hfs-vidstack-player video:not(.hfs-vidstack-ambient){z-index:3!important;filter:none!important;opacity:1!important}@media(prefers-reduced-motion:reduce){.hfs-image-ambient,video.hfs-vidstack-ambient{display:block!important;filter:blur(44px) brightness(.48)!important}}.hfs-age-gate{position:fixed!important;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(6,8,12,.88)!important}.hfs-age-gate-card{display:grid;justify-items:stretch;gap:0;text-align:left}.hfs-age-gate-card .hfs-age-gate-logo{justify-self:center;margin:0 auto 18px}.hfs-age-gate-card .hfs-brand-logo-image,.hfs-age-gate-card .hfs-brand-logo-mark{-o-object-position:center center!important;object-position:center center!important;transform-origin:center center!important}.hfs-age-gate-actions{display:grid;gap:10px;margin-top:6px}.hfs-age-gate-actions .primary-btn,.hfs-age-gate-actions .secondary-btn{width:100%;min-height:46px;justify-content:center}.hfs-feed-stage{width:100%}@media(prefers-reduced-motion:reduce){.hfs-nav-pill{transition:none}}@media(max-width:760px){.admin-shell.admin-dashboard-shell{width:min(100% - 16px,100%)!important;padding-top:12px!important;padding-bottom:36px!important}.admin-dashboard-shell>.admin-back-row{margin-bottom:6px!important}.admin-dashboard-shell .admin-dashboard-head{gap:10px!important;margin-bottom:10px!important;padding-bottom:10px!important}.admin-dashboard-shell .admin-dashboard-head h1{font-size:22px!important;letter-spacing:-.03em}.admin-dashboard-shell .admin-dashboard-head p,.admin-dashboard-shell .admin-dashboard-shield{display:none!important}.admin-dashboard-shell .admin-dashboard-section{margin-top:10px!important;padding:12px!important;border-radius:14px!important;scroll-margin-top:calc(env(safe-area-inset-top,0px) + 80px)}.admin-dashboard-shell .admin-dashboard-section .panel,.admin-dashboard-shell .admin-report-card,.admin-dashboard-shell .admin-system-control,.admin-dashboard-shell .admin-system-panel,.admin-dashboard-shell .admin-user-card{padding:12px!important}.admin-dashboard-shell .section-head{margin-bottom:8px!important;gap:8px!important}.admin-dashboard-shell .section-head h2{margin:2px 0 0;font-size:16px}.admin-dashboard-shell .admin-collapsible-head{min-height:0}.admin-dashboard-shell .admin-collapse-btn{width:32px;height:32px;border-radius:8px}.admin-dashboard-shell .admin-grouped-nav{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;margin:0 0 10px!important;padding:6px!important;overflow-x:auto!important;overflow-y:hidden!important;position:static!important;top:auto!important;z-index:auto!important;scrollbar-width:none}.admin-dashboard-shell .admin-grouped-nav::-webkit-scrollbar{display:none}.admin-dashboard-shell .admin-grouped-nav>span{display:contents!important;padding:0!important;background:transparent!important}.admin-dashboard-shell .admin-grouped-nav>span>b{display:none!important}.admin-dashboard-shell .admin-grouped-nav a{flex:0 0 auto!important;min-height:32px!important;padding:0 10px!important;font-size:11px!important}.admin-dashboard-shell .admin-controls-toggle-card{gap:10px;margin-bottom:10px;padding:10px 12px}.admin-dashboard-shell .admin-controls-toggle-copy p{display:none}.admin-dashboard-shell .admin-action-alert{min-height:0;gap:8px;margin:0 0 10px;padding:10px 12px}.admin-dashboard-shell .admin-metric-grid{grid-template-columns:1fr 1fr!important;gap:6px!important}.admin-dashboard-shell .admin-metric-card{gap:8px;padding:8px 9px!important;border-radius:11px}.admin-dashboard-shell .admin-metric-icon{width:26px;height:26px;border-radius:8px}.admin-dashboard-shell .admin-metric-card b{font-size:16px}.admin-dashboard-shell .admin-metric-card small{display:none}.admin-dashboard-shell .admin-growth{gap:6px}.admin-dashboard-shell .admin-growth-chip{padding:5px 8px;font-size:11px}.admin-dashboard-shell .admin-chart{padding:10px!important}.admin-dashboard-shell .admin-chart h3{margin:0 0 8px;font-size:13px}.admin-dashboard-shell .admin-chart-bars{height:88px;gap:4px}.admin-dashboard-shell .admin-toolbar{gap:6px!important;margin:8px 0!important}.admin-dashboard-shell .admin-toolbar input,.admin-dashboard-shell .hfs-themed-select,.admin-dashboard-shell input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=hidden]),.admin-dashboard-shell select,.admin-dashboard-shell textarea{min-height:36px!important;height:auto;padding:8px 10px!important;font-size:13px!important;border-radius:10px!important}.admin-dashboard-shell textarea{min-height:68px!important}.admin-dashboard-shell .danger-btn,.admin-dashboard-shell .primary-btn,.admin-dashboard-shell .secondary-btn,.admin-dashboard-shell button:not(.hfs-switch):not(.admin-collapse-btn){min-height:34px!important;padding:0 11px!important;font-size:12px!important;border-radius:10px!important}.admin-dashboard-shell .stack-form{gap:9px!important}.admin-dashboard-shell .admin-compact-list{gap:6px}.admin-dashboard-shell .admin-compact-row{gap:8px;padding:8px 9px;border-radius:10px}.admin-dashboard-shell .admin-compact-row b{font-size:12px}.admin-dashboard-shell .admin-compact-row small,.admin-dashboard-shell .admin-compact-row span{font-size:10px}.admin-dashboard-shell .admin-media-grid,.admin-dashboard-shell .admin-report-list,.admin-dashboard-shell .admin-user-list{gap:8px}.admin-dashboard-shell .moderation-card{gap:8px;padding:12px!important}.admin-dashboard-shell .moderation-card h3{font-size:14px}.admin-dashboard-shell .mod-preview{overflow:hidden;max-height:180px;border-radius:10px;background:#080a0d}.admin-dashboard-shell .mod-preview img,.admin-dashboard-shell .mod-preview video{width:100%;max-height:180px;-o-object-fit:cover;object-fit:cover}.admin-dashboard-shell .admin-media-note{gap:6px;margin-top:6px}.admin-dashboard-shell .admin-media-note .secondary-btn,.admin-dashboard-shell .admin-media-note input{min-height:34px!important;height:34px}.admin-dashboard-shell .admin-editorial-compact{margin-top:10px;padding-top:10px}.admin-dashboard-shell .admin-editorial-heading{margin-bottom:8px}.admin-dashboard-shell .admin-editorial-heading h3{font-size:14px}.admin-dashboard-shell .admin-editorial-heading>span{display:none}.admin-dashboard-shell .admin-editorial-tabs{gap:4px;padding:4px}.admin-dashboard-shell .admin-editorial-tabs button{min-height:34px;padding:0 8px;font-size:11px}.admin-dashboard-shell .admin-editorial-form,.admin-dashboard-shell .admin-editorial-list,.admin-dashboard-shell .admin-editorial-surface{padding:10px;border-radius:12px}.admin-dashboard-shell .admin-tool-heading{gap:8px}.admin-dashboard-shell .admin-tool-heading h4{font-size:13px}.admin-dashboard-shell .admin-tool-heading p{margin:2px 0 8px!important;font-size:10px!important}.admin-dashboard-shell .admin-health-grid,.admin-dashboard-shell .admin-usage-grid{gap:6px;margin-bottom:8px}.admin-dashboard-shell .admin-health-card{padding:10px;gap:8px}.admin-dashboard-shell .admin-usage-grid>article{padding:10px}.admin-dashboard-shell .admin-usage-grid b{font-size:18px}.admin-dashboard-shell .admin-system-control{min-height:0;gap:10px;padding:9px 10px!important}.admin-dashboard-shell .admin-audit-row,.admin-dashboard-shell .admin-note-card{padding:10px}.admin-dashboard-shell .admin-pagination{margin-top:10px;font-size:12px}.admin-dashboard-shell .admin-empty-compact{padding:10px}.admin-dashboard-shell .admin-scan-summary{gap:6px;margin:8px 0}.admin-dashboard-shell .admin-scan-summary span{padding:8px}.admin-dashboard-shell .admin-scan-summary b{font-size:15px}}@media(max-width:700px){.hfs-media-viewer.is-video{display:grid!important;min-height:0!important;height:auto!important;max-height:min(72dvh,720px)!important;aspect-ratio:auto!important;background:#080a0d!important}.hfs-native-video-shell,.hfs-vidstack-player,.hfs-vidstack-shell,media-player.hfs-vidstack-player{width:100%!important;height:auto!important;min-height:0!important;max-height:inherit!important}.hfs-media-viewer.is-video:has(.is-landscape),.hfs-vidstack-shell.is-landscape{aspect-ratio:16/9}.hfs-media-viewer.is-video:has(.is-portrait),.hfs-vidstack-shell.is-portrait{aspect-ratio:16/9;max-height:min(72dvh,720px)!important}.hfs-vidstack-shell.is-compact.is-fullscreen .hfs-vidstack-ambient,.hfs-vidstack-shell.is-compact:-webkit-full-screen .hfs-vidstack-ambient,.hfs-vidstack-shell.is-compact:fullscreen .hfs-vidstack-ambient,.hfs-vidstack-shell.is-landscape .hfs-image-ambient,.hfs-vidstack-shell.is-landscape .hfs-vidstack-ambient,.hfs-vidstack-shell.is-landscape video.hfs-vidstack-ambient{display:none!important}.viewer-post-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.viewer-post-actions .collection-save-wrap,.viewer-post-actions .like-wrap,.viewer-post-actions>*{width:auto!important;flex:0 0 auto}.viewer-post-actions .hfs-save-button,.viewer-post-actions .like-btn,.viewer-post-actions .secondary-btn,.viewer-post-actions .viewer-edit-trigger,.viewer-post-actions button{width:auto!important;min-width:36px!important;min-height:36px!important;height:36px!important;padding:0 11px!important;font-size:12px!important}.is-landscape-media .hfs-card-media-ambient,.media-thumb:not(.is-portrait-media) .hfs-card-media-ambient{display:none!important}.is-portrait-media>.hfs-card-media-foreground,.is-portrait-media>.hfs-media-persistent-poster{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important}.media-grid.hfs-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 8px!important}.hfs-related-grid .media-card{display:flex;min-width:0;flex-direction:column}.hfs-related-grid .media-thumb{flex:0 0 auto;width:100%;aspect-ratio:16/10;overflow:hidden!important}.hfs-related-grid .media-meta{flex:1 1 auto;min-width:0}}@media(min-width:701px){.hfs-media-viewer.is-video{display:grid!important;aspect-ratio:16/9!important;min-height:0!important;max-height:min(82dvh,900px)!important;height:auto!important;background:#080a0d!important}.hfs-vidstack-shell.is-desktop{aspect-ratio:auto!important;width:100%!important;height:100%!important;min-height:0!important}.hfs-vidstack-shell.is-desktop .hfs-native-video-shell,.hfs-vidstack-shell.is-desktop .hfs-vidstack-player,.hfs-vidstack-shell.is-desktop media-player.hfs-vidstack-player{width:100%!important;height:100%!important;background:transparent!important}.hfs-vidstack-shell.is-desktop.has-ambient .hfs-vidstack-ambient-layer{background:#05070a!important}.hfs-vidstack-shell.is-desktop.has-ambient .hfs-vidstack-ambient-layer:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(5,7,10,.46),rgba(5,7,10,.12) 14%,rgba(5,7,10,.04) 42%,rgba(5,7,10,.04) 58%,rgba(5,7,10,.12) 86%,rgba(5,7,10,.46)),radial-gradient(ellipse at center,rgba(5,7,10,0) 32%,rgba(5,7,10,.32) 100%)}.hfs-vidstack-shell.is-desktop.has-ambient .hfs-vidstack-ambient-layer:has(video) .hfs-vidstack-ambient-still{display:none!important}.hfs-vidstack-shell.is-desktop.is-fullscreen .hfs-vidstack-player,.hfs-vidstack-shell.is-desktop:-webkit-full-screen .hfs-vidstack-player,.hfs-vidstack-shell.is-desktop:-webkit-full-screen media-player.hfs-vidstack-player,.hfs-vidstack-shell.is-desktop:fullscreen .hfs-vidstack-player,.hfs-vidstack-shell.is-desktop:fullscreen media-player.hfs-vidstack-player{width:100%!important;height:100%!important;background:transparent!important}}.hfs-vidstack-player,.hfs-vidstack-shell,media-player.hfs-vidstack-player{display:grid;width:100%!important;max-width:100%!important;min-width:0;justify-items:center;align-items:center}.viewer-shell{margin-inline:auto!important}@media(max-width:760px){.viewer-shell{width:min(calc(100% - 24px),var(--hfs-content))!important;margin-inline:auto!important;padding-inline:0!important}}@media (hover:none),(pointer:coarse){.collection-save-btn:active:not(:disabled),.danger-btn:active,.danger-btn:hover,.edit-profile-btn:active,.edit-profile-btn:hover,.header-avatar:active,.header-avatar:hover,.hfs-album-nav:hover,.hfs-back-button:hover,.hfs-category-back:hover,.hfs-category-index-card:hover,.hfs-saved-collection-grid>a:hover,.icon-btn:active,.icon-btn:hover,.media-card-clickable:hover,.media-card:active,.media-card:hover,.media-card:hover .hover-media-thumb,.media-card:hover .media-thumb,.media-card:hover .media-thumb img,.media-card:hover .media-thumb video,.primary-btn:active,.primary-btn:hover,.profile-density-control button:not(:disabled):active,.profile-post-edit-trigger:active,.save-btn:active,.secondary-btn:active,.secondary-btn:hover{transform:none!important}}@media(max-width:800px){.hfs-media-viewer,.hfs-vidstack-player,.hfs-vidstack-shell,.media-card,.profile-media-card,.saved-media-item,media-player.hfs-vidstack-player{touch-action:pan-y pinch-zoom}.admin-grouped-nav,.admin-section-nav,.hfs-category-strip>div:last-child,.hfs-creator-recommendations,.hfs-creator-strip>div:last-child,.profile-featured-loop{touch-action:pan-x pan-y;overscroll-behavior-y:auto;scroll-snap-type:none}.hfs-toast-stack{left:12px;right:12px;top:calc(env(safe-area-inset-top,0px) + 70px);bottom:auto;width:auto;flex-direction:column;align-items:center}.hfs-stacked-toast{width:min(100%,340px);justify-content:center;pointer-events:none}}:root{--hfs-media-thumb-ratio:4/3}.hover-media-thumb,.media-thumb,.profile-media-thumb{aspect-ratio:var(--hfs-media-thumb-ratio)!important;width:100%!important;height:auto!important;min-height:0!important}.hfs-category-spotlight .media-thumb,.hfs-editorial-spotlight .media-thumb,.hfs-editorial-spotlight>.media-card>.media-thumb,.hfs-related-grid .media-thumb{aspect-ratio:var(--hfs-media-thumb-ratio)!important;height:auto!important;min-height:0!important;align-self:start}html.hfs-scroll-lock,html.hfs-scroll-lock body{overflow:hidden!important;overscroll-behavior:none!important}html.hfs-scroll-lock .cropper-modal-backdrop,html.hfs-scroll-lock .discard-confirm,html.hfs-scroll-lock .profile-editor-backdrop{position:fixed!important;inset:0!important;z-index:1200!important}html.hfs-scroll-lock .cropper-modal-backdrop{z-index:1300!important}html.hfs-scroll-lock .discard-confirm{z-index:1250!important}html.hfs-scroll-lock .profile-editor-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.hfs-social-mark{display:grid;place-items:center;width:18px;height:18px}.hfs-bio-link-icon svg,.hfs-social-mark img,.hfs-socials-grid button i svg,.hfs-socials-row a i svg{display:block}.hfs-socials-trigger{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--hfs-border,#2b303a);border-radius:12px;background:#141820;color:#e8edf4;font:inherit;font-size:13px;font-weight:750;cursor:pointer}.hfs-socials-trigger b{min-width:18px;height:18px;display:grid;place-items:center;border-radius:999px;background:#2b1625;color:#ff9ed8;font-size:10px}.hfs-socials-backdrop{position:fixed;inset:0;z-index:1400;display:grid;place-items:center;padding:18px;background:rgba(8,10,14,.72);backdrop-filter:blur(7px)}.hfs-socials-panel{width:min(520px,calc(100vw - 24px));max-height:min(86dvh,720px);display:flex;flex-direction:column;overflow:hidden;padding:0 0 16px;background:#10141b;border:1px solid #2b323d;border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.5)}.hfs-socials-head{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:start;gap:8px;padding:16px 16px 10px}.hfs-socials-head h3{margin:0;font-size:17px}.hfs-socials-head p{margin:4px 0 0;color:#8f9aa8;font-size:12px}.hfs-socials-icon-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid #343c48;border-radius:11px;background:#171b23;color:#fff;cursor:pointer}.hfs-socials-search{position:relative;display:block;margin:2px 16px 14px}.hfs-socials-search>svg{position:absolute;left:14px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:#8b95a4;pointer-events:none;z-index:1}.hfs-socials-search input,.hfs-socials-search input:focus,.hfs-socials-search input:focus-visible,.hfs-socials-search input:hover{width:100%!important;height:44px!important;min-height:44px!important;padding:0 42px 0 40px!important;border:1px solid #2c3542!important;border-radius:999px!important;background:#0c1016!important;color:#f4f7fb!important;font-size:14px!important;font-weight:550!important;line-height:44px!important;box-shadow:none!important;outline:0!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important}.hfs-socials-search input:hover{border-color:#3c4756!important;background:#11161e!important}.hfs-socials-search input:focus,.hfs-socials-search input:focus-visible{border-color:rgba(255,79,189,.55)!important;background:#0e131a!important;box-shadow:0 0 0 3px rgba(255,79,189,.14)!important}.hfs-socials-search input::-moz-placeholder{color:#7d8796!important;font-weight:500!important}.hfs-socials-search input::placeholder{color:#7d8796!important;font-weight:500!important}.hfs-socials-search-clear{position:absolute;right:6px;top:50%;z-index:1;width:32px;height:32px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:999px;background:transparent;color:#8b95a4;cursor:pointer}.hfs-socials-search-clear:hover{background:#1b222c;color:#fff}.hfs-socials-empty,.hfs-socials-error{margin:0 16px 10px;color:#ffb0bc;font-size:12px}.hfs-socials-empty{color:#8f9aa8}.hfs-socials-grid,.hfs-socials-list{display:grid;gap:6px;overflow:auto;padding:0 16px}.hfs-socials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hfs-socials-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.hfs-socials-add,.hfs-socials-grid button,.hfs-socials-row a{display:flex;align-items:center;gap:10px;min-height:48px;padding:8px 10px;border:1px solid #2b333e;border-radius:12px;background:#141a22;color:#eef2f6;text-decoration:none;text-align:left;font:inherit;cursor:pointer}.hfs-socials-grid button i,.hfs-socials-row a i{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;flex:0 0 auto}.hfs-socials-row a span{display:grid;min-width:0;gap:2px}.hfs-socials-row a b{font-size:13px}.hfs-socials-row a small{overflow:hidden;color:#8f9aa8;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.hfs-socials-row>button{border:0;background:transparent;color:#ff9aaa;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.hfs-socials-add{justify-content:center;color:#ff9ed8}.hfs-socials-edit{display:grid;gap:12px;padding:0 16px}.hfs-socials-edit label{display:grid;gap:6px;color:#c5ced8;font-size:12px;font-weight:750}.hfs-socials-edit input{height:42px;padding:0 12px;border:1px solid #303744;border-radius:11px;background:#171b23;color:#fff;font:inherit}.hfs-socials-edit small{color:#8f9aa8;font-weight:600;word-break:break-all}@media(max-width:700px){.hfs-socials-backdrop{padding:0;align-items:end}.hfs-socials-panel{width:100%;max-height:88dvh;border-radius:18px 18px 0 0}.hfs-socials-grid{grid-template-columns:1fr}}.profile-about-rules{margin:6px 0 0;color:#8b95a3;font-size:12px;line-height:1.5}.profile-about-rules a{color:#ff9edc;text-decoration:none;font-weight:750}.danger-btn,.hfs-setting-action-btn,.primary-btn,.secondary-btn{justify-content:center;text-align:center;overflow:visible}.danger-btn svg,.primary-btn svg,.secondary-btn svg{flex-shrink:0;overflow:visible}.hfs-image-zoom-stage{position:absolute;inset:0;overflow:hidden;display:grid;place-items:center;cursor:zoom-in}.hfs-image-zoom-stage.is-zoomed{cursor:zoom-out}.hfs-image-zoom-stage .hfs-image-foreground{transform-origin:center center;transition:transform .12s ease;max-width:100%;max-height:100%}.hfs-viewer-tools{position:absolute;z-index:32;right:12px;top:12px;display:flex;gap:8px}.hfs-viewer-tool{position:static!important;width:42px;height:42px;display:grid;place-items:center;border:1px solid #ffffff22;border-radius:12px;color:#fff}.hfs-collection-cover-picker{display:grid;gap:8px;margin:12px 0}.hfs-collection-cover-picker>p{margin:0;color:#8b95a3;font-size:12px}.hfs-collection-cover-picker>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px}.hfs-collection-cover-picker button{overflow:hidden;aspect-ratio:4/3;border:1px solid #303a46;border-radius:10px;background:#121820;color:#c5ccd6;font-size:11px;font-weight:800}.hfs-collection-cover-picker button img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hfs-collection-cover-picker button.is-selected{border-color:#ff71c9;box-shadow:0 0 0 2px #ff4fbd33}.profile-media-card .profile-media-meta{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;gap:5px!important;min-height:0!important;overflow:visible!important}.profile-media-card .profile-media-meta .media-title{flex:none!important;width:100%;overflow:hidden;text-overflow:ellipsis}.profile-media-card .profile-media-meta .media-card-uploader,.profile-media-card .profile-media-meta .media-sub{width:100%}.profile-media-card .media-card-uploader{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;min-width:0!important;margin-top:1px!important}.profile-media-card .media-card-uploader-avatar{display:grid!important;flex:0 0 22px!important;width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;margin-left:1px!important;place-items:center!important;overflow:hidden!important;border-radius:50%!important;align-self:center!important}.profile-media-card .media-card-uploader-avatar img{display:block!important;width:22px!important;height:22px!important;max-width:none!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important}.profile-media-card .media-card-uploader-copy{display:inline-flex!important;align-items:center!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:700px){.media-grid.profile-media-grid.profile-density-comfortable{grid-template-columns:1fr!important;gap:16px!important}.media-grid.profile-media-grid.profile-density-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 10px!important}.profile-density-comfortable [data-hfs-media-actions]>button>span:nth-child(2){min-width:0}.profile-density-comfortable [data-hfs-media-actions]>button>span:nth-child(2)>span:last-child{display:none}.profile-density-comfortable [data-hfs-media-actions]>button>span:nth-child(3){flex-shrink:0}.profile-density-compact .profile-media-card{overflow:hidden!important;background:#0f141b!important;border:1px solid rgba(255,255,255,.075)!important;box-shadow:none!important}.profile-density-compact .profile-media-card .hover-media-thumb,.profile-density-compact .profile-media-card .media-thumb,.profile-density-compact .profile-media-thumb{border-radius:0!important;box-shadow:none!important}.profile-density-compact .profile-media-meta{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:4px!important;min-height:0!important;margin-top:0!important;padding:8px 10px 10px!important;align-items:start!important;background:#0f141b!important}.profile-density-compact .profile-media-meta .media-title{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;white-space:normal!important;font-size:13px!important;line-height:1.3!important}.profile-density-compact .profile-media-card .media-sub{display:block!important;color:#8b95a3!important;font-size:11px!important;line-height:1.3!important}.profile-density-compact .profile-media-card .media-card-uploader{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;min-width:0!important;margin-top:1px!important}.profile-density-compact .profile-media-card .media-card-uploader-avatar{display:grid!important;flex:0 0 20px!important;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;margin-left:1px!important;place-items:center!important;overflow:hidden!important;border-radius:50%!important;align-self:center!important;margin-top:0!important}.profile-density-compact .profile-media-card .media-card-uploader-avatar img{display:block!important;width:20px!important;height:20px!important;max-width:none!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important}.profile-density-compact .hfs-reaction-summary{display:none!important}.profile-density-compact .hfs-thumb-meta{left:6px!important;right:6px!important;bottom:6px!important}.profile-density-compact .hfs-thumb-meta .hfs-media-duration,.profile-density-compact .hfs-thumb-meta .media-badge{position:static!important;padding:3px 6px!important;font-size:9px!important;height:20px!important;min-width:0!important}.profile-density-compact .profile-post-edit-trigger{top:6px!important;right:6px!important;width:26px!important;height:26px!important;min-height:26px!important;padding:0!important}.profile-density-compact [data-hfs-media-actions]{position:absolute!important;left:6px!important;top:6px!important;z-index:8!important;width:auto!important;margin:0!important;overflow:hidden!important;border:0!important;border-radius:8px!important;background:rgba(10,14,20,.78)!important;box-shadow:none!important}.profile-density-compact [data-hfs-media-actions]>button{min-height:28px!important;width:28px!important;padding:0!important;gap:0!important;justify-content:center!important}.profile-density-compact [data-hfs-media-actions]>button>span:not(:first-child),.profile-density-compact [data-hfs-media-actions]>button>svg{display:none!important}.profile-density-compact [data-hfs-media-actions]>button>span:first-child{width:28px!important;height:28px!important;border:0!important;background:transparent!important}}@media(max-width:900px){.profile-density-compact .profile-media-card .media-card-uploader{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;min-width:0!important}.profile-density-compact .profile-media-card .media-card-uploader-avatar{display:grid!important;flex:0 0 20px!important;width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;margin-left:1px!important;place-items:center!important;overflow:hidden!important;border-radius:50%!important;align-self:center!important;margin-top:0!important}.profile-density-compact .profile-media-card .media-card-uploader-avatar img{display:block!important;width:20px!important;height:20px!important;max-width:none!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important}.profile-density-compact .profile-media-card .media-card-uploader-copy{display:inline-flex!important;align-items:center!important;min-width:0!important;overflow:hidden!important;font-size:11px!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}.profile-density-compact .profile-media-card .media-card-uploader-copy svg{flex:0 0 auto!important}.profile-density-compact .profile-media-card{overflow:hidden!important;background:#0f141b!important}.profile-density-compact .profile-media-meta{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:4px!important;margin-top:0!important;padding:8px 10px 10px!important;background:#0f141b!important}.profile-density-compact .profile-media-meta .media-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;white-space:normal!important}.profile-density-compact .profile-media-card .media-sub{display:block!important}}@media(min-width:901px){.media-grid.profile-media-grid.profile-density-comfortable{grid-template-columns:repeat(3,minmax(0,1fr))!important}.media-grid.profile-media-grid.profile-density-compact{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px 13px!important}}.profile-media-controls,.profile-media-tabs,.profile-media-tabs-wrap{position:static!important;top:auto!important;inset:auto!important;z-index:auto!important}.profile-media-card{overflow:hidden!important;background:#0f141b!important}.profile-media-card .hover-media-thumb,.profile-media-card .media-thumb,.profile-media-card .profile-media-thumb{border-radius:0!important;box-shadow:none!important}.profile-media-card .media-meta,.profile-media-card .profile-media-meta{margin-top:0!important;background:#0f141b!important}.hfs-save-popover-slot{position:absolute;right:0;top:calc(100% + 8px);z-index:120}.hfs-save-popover{position:relative!important;top:auto!important;right:auto!important}@media(max-width:900px){.hfs-save-popover-slot{position:fixed!important;inset:0!important;z-index:10050!important;display:grid!important;place-items:center!important;padding:max(12px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom))!important;background:rgba(6,8,12,.5)!important}.hfs-save-popover{width:min(268px,calc(100vw - 36px))!important;max-height:min(44svh,340px)!important;padding:8px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;border-radius:14px!important}.hfs-save-popover-hint{display:none!important}.hfs-save-popover-head{min-height:36px!important;padding:0 2px 4px 8px!important}.hfs-save-collection-list{max-height:min(22svh,160px)!important;overflow-y:auto!important}.hfs-save-collection{min-height:38px!important}.hfs-save-remove{min-height:34px!important;margin-top:4px!important}}.profile-avatar,.profile-hero-body .profile-avatar{border:0!important;outline:0!important;background:var(--hfs-bg-deep)!important;box-shadow:0 0 0 3px var(--hfs-bg-deep)!important}.profile-avatar img,.profile-hero-body .profile-avatar img{display:block!important;border:0!important;outline:0!important;box-shadow:none!important;border-radius:inherit!important;transform:scale(1.04)!important}.hfs-related-grid .media-card{overflow:hidden!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:16px!important;background:#0f141b!important}.hfs-related-grid .hover-media-thumb,.hfs-related-grid .media-thumb,.hfs-related-grid .profile-media-thumb{border-radius:0!important;box-shadow:none!important;aspect-ratio:var(--hfs-media-thumb-ratio)!important}.hfs-related-grid .media-meta{display:grid!important;gap:4px!important;padding:10px 12px 12px!important;background:#0f141b!important}.hfs-related-grid .media-title{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;font-size:14px!important;font-weight:800!important;line-height:1.3!important}.hfs-related-grid .media-sub{display:block!important;color:#8b95a3!important;font-size:11px!important;line-height:1.35!important}.hfs-related-grid .media-card-uploader{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;margin-top:2px!important}.hfs-related-grid .media-card-uploader-avatar{display:grid!important;flex:0 0 22px!important;width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;overflow:hidden!important;border:0!important;border-radius:50%!important;align-self:center!important;place-items:center!important}.hfs-related-grid .media-card-uploader-avatar img{display:block!important;width:22px!important;height:22px!important;max-width:none!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;transform:scale(1.04)!important}.hfs-related-grid .media-card-uploader-copy{display:inline-flex!important;align-items:center!important;min-width:0!important;overflow:hidden!important;font-size:12px!important;white-space:nowrap!important;text-overflow:ellipsis!important}.hfs-related-grid .media-type-icon{display:none!important}.media-grid.hfs-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px 12px!important}@media(max-width:1100px){.media-grid.hfs-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:900px){.media-grid.hfs-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.media-grid.hfs-related-grid{grid-template-columns:1fr!important;gap:14px!important}}