.account-shell{display:flex;flex-direction:column;min-height:100vh;background:var(--color-surface)}.account-body{display:flex;flex:1;padding-top:64px}.account-auth-loading{flex:1;display:flex;align-items:center;justify-content:center;padding-top:64px;min-height:100vh}.account-header{position:fixed;top:0;left:0;right:0;height:64px;background:var(--color-background);border-bottom:1px solid var(--color-border);display:flex;align-items:center;padding:0 var(--space-lg);z-index:100}.account-header__brand{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;font-family:var(--font-headline);font-size:20px;font-weight:700}.account-header__brand svg{color:var(--brand-1);flex-shrink:0}.account-header__wordmark{background:linear-gradient(135deg,var(--brand-1),var(--brand-2),var(--brand-3),var(--brand-4));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;padding-bottom:2px}.account-header__product{font-family:var(--font-headline);font-size:20px;font-weight:700;color:var(--color-text-muted)}.account-sidebar{position:fixed;top:64px;left:0;bottom:0;width:280px;background:var(--color-background);border-right:1px solid var(--color-border);display:flex;flex-direction:column;transition:width .2s ease,transform .2s ease;z-index:50}.account-sidebar.is-collapsed{width:72px}@media(max-width:768px){.account-sidebar{transform:translate(-100%);width:280px}.account-sidebar.is-open{transform:translate(0);box-shadow:var(--shadow-xl)}}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border);min-height:56px;overflow:hidden}.sidebar-title{font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;opacity:1;transition:opacity .15s ease}.is-collapsed .sidebar-title{opacity:0;width:0}.sidebar-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.sidebar-toggle:hover{background:var(--color-hover);color:var(--color-text)}.sidebar-toggle svg,.sidebar-toggle i{transition:transform .2s ease}.is-collapsed .sidebar-toggle svg,.is-collapsed .sidebar-toggle i{transform:rotate(180deg)}.is-collapsed .sidebar-header{justify-content:center;padding:var(--space-md)}.sidebar-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:var(--space-sm) 0}.is-collapsed .sidebar-nav{overflow:visible}.sidebar-link{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-lg);margin:0 var(--space-sm);color:var(--color-text-subtle);text-decoration:none;border-radius:var(--radius-lg);transition:var(--transition-fast);position:relative;min-height:48px}.is-collapsed .sidebar-link{justify-content:center;padding:var(--space-sm);margin:0 var(--space-xs);gap:0}.sidebar-link:hover{background:var(--color-hover);color:var(--color-text);text-decoration:none}.sidebar-link.active{background:var(--brand-1);color:var(--neutral-0)}.sidebar-link.active:hover{background:var(--brand-1-dark)}.sidebar-link__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.sidebar-link__text{font-family:var(--font-body);font-size:var(--typescale_body-medium_size);font-weight:500;white-space:nowrap;overflow:hidden;opacity:1;transition:opacity .15s ease}.is-collapsed .sidebar-link__text{opacity:0;width:0}.sidebar-link__badge{margin-left:auto;font-size:var(--typescale_label-small_size);font-weight:600;background:var(--color-hover);color:var(--color-text-subtle);padding:2px 8px;border-radius:var(--radius-full);transition:opacity .15s ease}.sidebar-link.active .sidebar-link__badge{background:#fff3;color:var(--neutral-0)}.is-collapsed .sidebar-link__badge{opacity:0;width:0;padding:0}.sidebar-link[data-tooltip]{position:relative}.is-collapsed .sidebar-link:after{content:attr(data-tooltip);position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:var(--space-sm);padding:var(--space-xs) var(--space-sm);background:var(--neutral-800);color:var(--neutral-0);font-size:var(--typescale_label-small_size);font-weight:500;border-radius:var(--radius-md);white-space:nowrap;opacity:0;visibility:hidden;transition:var(--transition-fast);z-index:100}.is-collapsed .sidebar-link:hover:after{opacity:1;visibility:visible}.sidebar-footer{padding:var(--space-md) var(--space-lg);border-top:1px solid var(--color-border);overflow:hidden}.is-collapsed .sidebar-footer{overflow:visible;padding:var(--space-md)}.account-main{flex:1;margin-left:280px;padding:var(--space-xl);background:var(--color-surface);min-height:calc(100vh - 64px);transition:margin-left .2s ease}.is-collapsed~.account-main,.account-sidebar.is-collapsed+.account-main{margin-left:72px}@media(max-width:768px){.account-main{margin-left:0;padding:var(--space-md)}}.account-container{max-width:900px;margin:0 auto}.account-container--wide{max-width:1100px}.page-header{margin-bottom:var(--space-xl)}.page-header__back{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--brand-1);text-decoration:none;font-size:var(--typescale_label-medium_size);font-weight:500;margin-bottom:var(--space-md);transition:var(--transition-fast)}.page-header__back:hover{color:var(--brand-1-light);text-decoration:none}.page-header__title{font-family:var(--font-headline);font-size:var(--typescale_headline-medium_size);font-weight:600;margin:0 0 var(--space-sm);color:var(--color-text)}.page-header__desc{font-size:var(--typescale_body-medium_size);color:var(--color-text-subtle);margin:0;max-width:600px}.profile-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-2xl) var(--space-lg);background:var(--color-background);border-radius:var(--radius-xl);margin-bottom:var(--space-xl)}.profile-hero__avatar{width:96px;height:96px;border-radius:var(--radius-full);overflow:hidden;margin-bottom:var(--space-md);background:var(--color-surface);display:flex;align-items:center;justify-content:center}.profile-hero__avatar img{width:100%;height:100%;object-fit:cover}.profile-hero__avatar--placeholder{background:linear-gradient(135deg,var(--brand-1) 0%,var(--brand-1-light) 100%);color:var(--neutral-0);font-size:2.5rem}.profile-hero__name{font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);font-weight:600;margin:0 0 var(--space-xs)}.profile-hero__handle{font-size:var(--typescale_body-medium_size);color:var(--color-text-muted);margin:0}.profile-hero__name--skeleton,.profile-hero__handle--skeleton{border-radius:var(--radius-sm);background:var(--color-skeleton, oklch(.88 0 0));animation:skeletonPulse 1.4s ease-in-out infinite}.profile-hero__name--skeleton{width:180px;height:28px;margin:0 auto var(--space-xs)}.profile-hero__handle--skeleton{width:100px;height:16px;margin:0 auto}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.4}}.profile-hero__signin-link{font-size:var(--typescale_body-medium_size);color:var(--brand-1);text-decoration:none;font-weight:500}.profile-hero__signin-link:hover{text-decoration:underline}.account-search{max-width:480px;margin:0 auto var(--space-xl)}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-lg)}.info-card{background:var(--color-background);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--color-border);transition:var(--transition-fast)}.info-card:hover{border-color:var(--brand-1);box-shadow:var(--shadow-sm)}.info-card--highlight{background:linear-gradient(135deg,#306ac014,#306ac005);border-color:var(--brand-1)}.info-card__title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;margin:0 0 var(--space-sm)}.info-card__text{font-size:var(--typescale_body-medium_size);color:var(--color-text-subtle);margin:0 0 var(--space-md);line-height:1.6}.info-card__link{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--brand-1);text-decoration:none;font-weight:500;font-size:var(--typescale_label-medium_size)}.info-card__link:hover{color:var(--brand-1-light);text-decoration:underline}.section-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;margin-bottom:var(--space-xl)}.section-card__header{padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--color-border);font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600}.settings-row{display:grid;grid-template-columns:40px 1fr auto 24px;gap:var(--space-md);padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit;transition:var(--transition-fast);align-items:center}.settings-row:last-child{border-bottom:none}.settings-row:hover{background:var(--color-hover)}.settings-row__icon{display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--color-text-subtle)}.settings-row__content{min-width:0}.settings-row__title{font-weight:500;font-size:var(--typescale_body-medium_size);margin-bottom:2px}.settings-row__desc{font-size:var(--typescale_body-small_size);color:var(--color-text-muted);line-height:1.4}.settings-row__status{font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text-muted);text-align:right}.settings-row__status--on{color:var(--brand-2)}.settings-row__status--action{color:var(--brand-1)}.settings-row__chevron{color:var(--color-text-muted);display:flex;align-items:center}.settings-row--simple{grid-template-columns:1fr auto 24px}.settings-row--button{border:none;background:transparent;width:100%;text-align:left;cursor:pointer;font:inherit}.friends-list{border-top:1px solid var(--color-border)}.friend-item{display:grid;grid-template-columns:40px 1fr 24px;gap:var(--space-md);padding:var(--space-md) var(--space-xl);border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit;transition:var(--transition-fast);align-items:center}.friend-item:last-child{border-bottom:none}.friend-item:hover{background:var(--color-hover);text-decoration:none}.friend-item__avatar{width:40px;height:40px;border-radius:var(--radius-full);object-fit:cover}.friend-item__info{display:flex;flex-direction:column;min-width:0}.friend-item__name{font-weight:500;font-size:var(--typescale_body-medium_size);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friend-item__username{font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.empty-state-inline{padding:var(--space-lg) var(--space-xl);font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.section-card--danger{border-color:var(--brand-4)}.section-card--danger .settings-row:hover{background:#b914120d}.alert-banner{display:flex;justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-lg) var(--space-xl);background:linear-gradient(135deg,#306ac01a,#306ac00d);border:1px solid var(--brand-1);border-radius:var(--radius-xl);margin-bottom:var(--space-xl)}.alert-banner__content h3{font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:600;color:var(--brand-1-dark);margin:0 0 var(--space-xs)}.alert-banner__content p{font-size:var(--typescale_body-small_size);color:var(--brand-1-dark);margin:0}@media(max-width:600px){.alert-banner{flex-direction:column;align-items:flex-start}}.section-title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;margin:var(--space-xl) 0 var(--space-md);color:var(--color-text)}.section-title:first-child{margin-top:0}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-lg)}.content-card{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-xl);text-decoration:none;color:inherit;transition:var(--transition-fast);display:flex;flex-direction:column}.content-card:hover{border-color:var(--brand-1);transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}.content-card__icon{font-size:1.5rem;margin-bottom:var(--space-md)}.content-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-xs)}.content-card__title{font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:600}.content-card__count{font-size:var(--typescale_label-small_size);background:var(--color-surface);color:var(--color-text-subtle);padding:2px 8px;border-radius:var(--radius-full);font-weight:500}.content-card__desc{font-size:var(--typescale_body-small_size);color:var(--color-text-muted);line-height:1.5;margin-bottom:var(--space-md);flex:1}.content-card__link{font-size:var(--typescale_label-medium_size);color:var(--brand-1);font-weight:500;margin-top:auto;padding-top:var(--space-sm);border-top:1px solid var(--color-border)}.family-grid{display:flex;flex-wrap:wrap;gap:var(--space-md);padding:var(--space-xl);border-bottom:1px solid var(--color-border)}.family-member{display:flex;flex-direction:column;align-items:center;width:72px;text-align:center}.family-member__avatar{width:48px;height:48px;border-radius:var(--radius-full);background:var(--color-surface);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-text-subtle);margin-bottom:var(--space-xs);border:2px solid var(--color-background);box-shadow:0 0 0 1px var(--color-border)}.family-member__name{font-size:var(--typescale_label-small_size);color:var(--color-text-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.invitation-link{display:block;padding:var(--space-md) var(--space-xl);color:var(--brand-1);text-decoration:none;font-size:var(--typescale_label-medium_size);font-weight:500;text-align:center;border-bottom:1px solid var(--color-border);transition:var(--transition-fast)}.invitation-link:hover{background:var(--color-hover);text-decoration:none}.storage-section{padding:var(--space-xl);border-bottom:1px solid var(--color-border)}.storage-meta{display:flex;justify-content:space-between;margin-bottom:var(--space-sm);font-size:var(--typescale_body-small_size)}.storage-meta strong{color:var(--color-text)}.storage-bar{height:8px;background:var(--color-surface);border-radius:var(--radius-full);overflow:hidden}.storage-bar__fill{height:100%;background:var(--brand-1);border-radius:var(--radius-full);transition:width .3s ease;width:0%}.storage-bar__fill--0{width:0%}.storage-bar__fill--10{width:10%}.storage-bar__fill--20{width:20%}.storage-bar__fill--30{width:30%}.storage-bar__fill--40{width:40%}.storage-bar__fill--50{width:50%}.storage-bar__fill--60{width:60%}.storage-bar__fill--70{width:70%}.storage-bar__fill--80{width:80%}.storage-bar__fill--90{width:90%}.storage-bar__fill--100{width:100%}.storage-note{font-size:var(--typescale_body-small_size);color:var(--color-text-muted);margin-top:var(--space-md);line-height:1.5}.sidebar-backdrop{display:none}@media(max-width:768px){.sidebar-backdrop{display:block;position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:var(--transition-base);z-index:40}.sidebar-backdrop.is-visible{opacity:1;visibility:visible}}.mobile-menu-btn{display:none}@media(max-width:768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--color-text);border-radius:var(--radius-md);cursor:pointer;margin-right:var(--space-sm)}.mobile-menu-btn:hover{background:var(--color-hover)}}@media(prefers-color-scheme:dark){.account-shell,.account-main{background:var(--color-background)}.info-card--highlight{background:linear-gradient(135deg,#306ac026,#306ac00d)}}body.dark .account-shell,body.dark .account-main{background:var(--color-background)}body.dark .info-card--highlight{background:linear-gradient(135deg,#306ac026,#306ac00d)}.news-app{--news-header-height: 64px;--news-tabs-height: 48px;--news-header-total: calc(var(--news-header-height) + var(--news-tabs-height));--news-sidebar-width: 340px;--news-content-max: 720px;--news-gutter: var(--space-lg)}.news-app{min-height:100vh;background:var(--color-background)}.news-header{position:sticky;top:0;z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.news-header__top{display:flex;align-items:center;gap:var(--space-md);height:var(--news-header-height);padding:0 var(--space-lg)}.news-header__brand-group{display:flex;align-items:center;gap:var(--space-sm);flex-shrink:0;text-decoration:none}.news-logo{display:flex;align-items:center;flex-shrink:0;color:var(--brand-1)}.news-brand{font-family:var(--font-headline);font-size:20px;font-weight:700;letter-spacing:-.5px;white-space:nowrap}.news-brand__find{color:var(--brand-1)}.news-brand__borg{color:var(--brand-2)}.news-brand__product{font-family:var(--font-headline);font-size:20px;font-weight:700;color:var(--color-text)}.news-search{flex:1;max-width:540px;margin:0 var(--space-lg)}.news-search__box{display:flex;align-items:center;gap:var(--space-sm);padding:0 var(--space-md);height:40px;background:var(--color-background-alt, #f0f2f5);border:1px solid transparent;border-radius:var(--radius-full, 9999px);transition:border-color .15s ease,background .15s ease}.news-search__box:focus-within{border-color:var(--brand-1);background:var(--color-surface)}.news-search__box i{color:var(--color-text-muted);font-size:16px;flex-shrink:0}.news-search__input{flex:1;border:none;background:none;outline:none;font-family:var(--font-body);font-size:var(--typescale_body-medium_size, .875rem);color:var(--color-text)}.news-search__input::placeholder{color:var(--color-text-muted)}@media(max-width:768px){.news-search{display:none}}.news-header__actions{display:flex;align-items:center;gap:var(--space-xs);flex-shrink:0}.news-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:var(--color-text-subtle);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast)}.news-icon-btn:hover{background:var(--color-hover);color:var(--color-text)}.news-tabs{height:var(--news-tabs-height);border-top:1px solid var(--color-border);background:var(--color-surface)}.news-tabs__scroll{display:flex;align-items:center;gap:var(--space-xs);height:100%;padding:0 var(--space-lg);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.news-tabs__scroll::-webkit-scrollbar{display:none}.news-tab{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);color:var(--color-text-subtle);text-decoration:none;font-size:var(--typescale_label-medium_size);font-weight:500;white-space:nowrap;border-radius:var(--radius-full);transition:var(--transition-fast)}.news-tab:hover{background:var(--color-hover);color:var(--color-text);text-decoration:none}.news-tab.active,.news-tab[aria-current=page]{background:var(--brand-1-0);color:var(--color-primary)}.news-main{max-width:1400px;margin:0 auto;padding:var(--space-lg);padding-bottom:calc(var(--space-4xl) + 80px)}.news-layout{display:flex;align-items:flex-start;gap:var(--news-gutter)}.news-feed{flex:1;min-width:0}.news-sidebar{position:sticky;top:calc(var(--news-header-total) + var(--space-lg));width:var(--news-sidebar-width);max-height:calc(100vh - var(--news-header-total) - var(--space-xl));overflow-y:auto;flex-shrink:0;scrollbar-width:none;-ms-overflow-style:none}.news-sidebar::-webkit-scrollbar{width:8px;background:transparent}.news-sidebar::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--radius-full)}.news-sidebar:hover{scrollbar-width:thin}.news-sidebar:hover::-webkit-scrollbar-thumb{background:var(--color-border)}.news-sidebar:hover::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@media(max-width:1024px){.news-sidebar{display:none}.news-feed{max-width:100%}}.news-bento{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:var(--space-md);margin-bottom:var(--space-xl)}.news-bento__featured{grid-row:span 2}@media(max-width:900px){.news-bento{grid-template-columns:1fr 1fr}.news-bento__featured{grid-column:span 2;grid-row:span 1}}@media(max-width:600px){.news-bento{grid-template-columns:1fr}.news-bento__featured{grid-column:span 1}}.news-card{position:relative;display:flex;flex-direction:column;background:var(--color-surface-raised);border-radius:var(--radius-xl);overflow:hidden;text-decoration:none;color:var(--color-text);transition:var(--transition-base);height:100%}.news-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);text-decoration:none}.news-card__image{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--color-surface)}.news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card__image img{transform:scale(1.05)}.news-card__content{flex:1;display:flex;flex-direction:column;padding:var(--space-md)}.news-card__source{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-small_size);color:var(--color-text-subtle);margin-bottom:var(--space-xs)}.news-card__source-icon{width:16px;height:16px;border-radius:var(--radius-sm)}.news-card__title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;line-height:1.3;margin:0 0 var(--space-sm);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card__title a{color:inherit;text-decoration:none}.news-card__title a:hover{color:var(--brand-1)}.news-card__excerpt{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__meta{display:flex;align-items:center;gap:var(--space-sm);margin-top:auto;padding-top:var(--space-sm);font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.news-card--featured .news-card__image{aspect-ratio:4 / 3}.news-card--featured .news-card__title{font-size:var(--typescale_title-large_size);-webkit-line-clamp:4}.news-card--compact{flex-direction:row;align-items:center}.news-card--compact .news-card__image{width:120px;aspect-ratio:1;flex-shrink:0}.news-card--compact .news-card__title{font-size:var(--typescale_body-medium_size);-webkit-line-clamp:2}.news-card--compact .news-card__excerpt{display:none}.news-scroller{margin-bottom:var(--space-xl)}.news-scroller__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md)}.news-scroller__title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);margin:0;display:flex;align-items:center;gap:var(--space-sm)}.news-scroller__link{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-medium_size);color:var(--color-primary);text-decoration:none;font-weight:500}.news-scroller__link:hover{text-decoration:underline}.news-scroller__track{display:flex;gap:var(--space-md);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:var(--space-sm);scrollbar-width:none;-ms-overflow-style:none}.news-scroller__track::-webkit-scrollbar{height:8px;background:transparent}.news-scroller__track::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--radius-full)}.news-scroller__track:hover{scrollbar-width:thin}.news-scroller__track:hover::-webkit-scrollbar-thumb{background:var(--color-border)}.news-scroller__track:hover::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.news-scroller__item{flex:0 0 280px;scroll-snap-align:start}@media(max-width:600px){.news-scroller__item{flex:0 0 260px}}.news-divider{display:flex;align-items:center;gap:var(--space-md);margin:var(--space-xl) 0}.news-divider:before,.news-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.news-divider__text{font-size:var(--typescale_label-medium_size);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.news-widget{background:var(--color-surface-raised);border-radius:var(--radius-xl);padding:var(--space-lg);margin-bottom:var(--space-md)}.news-widget__title{font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:600;color:var(--color-text);margin:0 0 var(--space-md);display:flex;align-items:center;gap:var(--space-sm)}.news-widget__title i{color:var(--color-primary)}.news-trending-item{display:flex;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border);text-decoration:none;color:inherit;transition:var(--transition-fast)}.news-trending-item:hover{background:var(--color-hover);margin:0 calc(var(--space-sm) * -1);padding-left:var(--space-sm);padding-right:var(--space-sm);border-radius:var(--radius-md)}.news-trending-item:last-child{border-bottom:none}.news-trending-rank{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:700;color:var(--color-primary);width:24px;flex-shrink:0}.news-trending-content{flex:1;min-width:0}.news-trending-title{font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-text);margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-trending-meta{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.news-trending-item--skeleton{pointer-events:none}.skeleton-line{background:linear-gradient(90deg,var(--color-surface-variant) 25%,var(--color-border) 50%,var(--color-surface-variant) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:var(--radius-sm)}.skeleton-line--title{height:14px;width:80%;margin-bottom:4px}.skeleton-line--meta{height:11px;width:50%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.news-talktag-promo{text-align:center;padding:var(--space-xl);border:1px solid var(--brand-2-0, rgba(76, 175, 80, .15));background:linear-gradient(160deg,var(--color-surface-raised) 70%,var(--brand-1-0, rgba(33, 150, 243, .05)) 100%)}.news-talktag-promo__icon{font-size:40px;color:var(--brand-2);margin-bottom:var(--space-md)}.news-talktag-promo__title{font-size:var(--typescale_title-small_size);font-weight:600;margin:0 0 var(--space-xs);color:var(--color-text)}.news-talktag-promo__text{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);margin:0 0 var(--space-md);line-height:1.6}.news-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--color-surface);border-top:1px solid var(--color-border);z-index:100}@media(max-width:768px){.news-bottom-nav{display:flex;justify-content:space-around;align-items:center}}.news-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--space-xs) var(--space-md);color:var(--color-text-subtle);text-decoration:none;font-size:var(--typescale_label-small_size);transition:var(--transition-fast)}.news-bottom-nav__item.active{color:var(--color-primary)}@media(prefers-color-scheme:dark){.news-search__box{background:var(--color-surface-variant, #2a2a2a)}}body.dark .news-search__box{background:var(--color-surface-variant, #2a2a2a)}.news-section{margin-bottom:var(--space-2xl)}.news-section__title{font-family:var(--font-headline);font-size:var(--typescale_title-large_size);font-weight:600;color:var(--color-text);margin:0 0 var(--space-lg)}.news-hero-bar{margin-bottom:var(--space-lg)}.news-hero-bar__content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-md)}.news-hero-bar__title{font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);font-weight:600;color:var(--color-text);margin:0}.news-hero-bar__location{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-medium_size);color:var(--color-text-subtle);padding:var(--space-xs) var(--space-sm);background:var(--color-surface-raised);border-radius:var(--radius-full)}.news-topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}@media(max-width:768px){.news-topic-grid{grid-template-columns:1fr}}.news-cta__text{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);margin:0;line-height:1.6}.news-cta__link{color:var(--color-primary);text-decoration:none;font-weight:500}.news-cta__link:hover{text-decoration:underline}.news-sponsor-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-lg);background:linear-gradient(135deg,var(--brand-1) 0%,var(--brand-2) 100%);color:var(--neutral-0);border:none;border-radius:var(--radius-full);font-size:var(--typescale_label-medium_size);font-weight:500;cursor:pointer;transition:var(--transition-fast)}.news-sponsor-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.news-fact-disclaimer{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);margin:0 0 var(--space-md);font-style:italic}@media(prefers-reduced-motion:reduce){.news-card,.news-card__image img,.news-icon-btn,.news-tab,.news-trending-item,.news-sponsor-btn{transition-duration:.01ms!important}.news-card:hover,.news-card:hover .news-card__image img,.news-sponsor-btn:hover{transform:none}}.members-page{max-width:var(--container-md);margin:0 auto}.members-header{margin-bottom:var(--space-lg)}.members-title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);font-weight:500;color:var(--color-text)}.members-subtitle{margin:var(--space-xs) 0 0 0;font-size:var(--typescale_body-medium_size);color:var(--color-text-muted)}.members-list{display:flex;flex-direction:column}.member-result{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border-subtle);text-decoration:none;transition:var(--transition-fast)}.member-result:last-child{border-bottom:none}.member-result:hover{background:var(--color-hover);margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));padding-left:var(--space-md);padding-right:var(--space-md);border-radius:var(--radius-md)}.member-result__avatar{width:48px;height:48px;border-radius:var(--radius-full);flex-shrink:0}.member-result__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.member-result__source{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_body-small_size);flex-wrap:wrap}.member-result__name{font-weight:500;color:var(--color-primary)}.member-result:hover .member-result__name{text-decoration:underline}.member-result__handle,.member-result__dot,.member-result__location{color:var(--color-text-muted)}.member-result__role{margin:0;font-size:var(--typescale_body-medium_size);color:var(--color-text);line-height:1.4}.member-result__mutual{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.hive-composer{position:sticky;bottom:0;left:0;right:0;background:var(--color-background);border-top:1px solid var(--color-border);padding:var(--space-md);margin-top:auto;z-index:50}.hive-composer__inner{display:flex;flex-direction:column;gap:var(--space-sm);max-width:100%}.hive-composer__context{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-small_size)}.composer-context__label{color:var(--color-text-muted)}.composer-context__group{color:var(--brand-2);font-weight:500;text-decoration:none}.composer-context__group:hover{text-decoration:underline}.hive-composer__input-row{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-2xl);transition:var(--transition-fast)}.hive-composer__input-row--focused{border-color:var(--color-primary);box-shadow:0 0 0 3px #306ac01a}.hive-composer__avatar{width:32px;height:32px;border-radius:var(--radius-full);flex-shrink:0;margin-top:2px}.hive-composer__input-wrapper{flex:1;min-width:0}.hive-composer__input{width:100%;min-height:36px;padding:var(--space-xs) 0;background:transparent;border:none;outline:none;font-family:var(--font-body);font-size:var(--typescale_body-medium_size);color:var(--color-text);resize:none;line-height:1.5}.hive-composer__input::placeholder{color:var(--color-text-muted)}.hive-composer--expanded .hive-composer__input{min-height:72px}.hive-composer__submit{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:var(--color-surface);border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:not-allowed;transition:var(--transition-fast);flex-shrink:0}.hive-composer__submit--active{background:var(--brand-1);color:var(--neutral-0);cursor:pointer}.hive-composer__submit--active:hover{background:var(--brand-1-dark);transform:scale(1.05)}.hive-composer__submit--active:active{transform:scale(.95)}.hive-composer__toolbar{display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-xs);animation:toolbarSlideIn .2s ease-out}@keyframes toolbarSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.composer-toolbar__actions{display:flex;align-items:center;gap:var(--space-xs)}.composer-toolbar__btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:var(--radius-md);color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast)}.composer-toolbar__btn:hover{background:var(--color-hover);color:var(--color-primary)}.composer-toolbar__hint{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}@media(max-width:768px){.hive-composer{padding:var(--space-sm) var(--space-md)}.hive-composer__input-row{padding:var(--space-xs) var(--space-sm)}.hive-composer__avatar{width:28px;height:28px}.composer-toolbar__hint{display:none}}@media(prefers-color-scheme:dark){.hive-composer{background:var(--color-background);border-color:var(--color-border)}.hive-composer__input-row{background:var(--color-surface);border-color:var(--neutral-700)}.hive-composer__submit{background:var(--neutral-700)}}body.dark .hive-composer{background:var(--color-background);border-color:var(--color-border)}body.dark .hive-composer__input-row{background:var(--color-surface);border-color:var(--neutral-700)}body.dark .hive-composer__submit{background:var(--neutral-700)}.hive-result{padding:var(--space-md) 0;border-bottom:1px solid var(--color-border-subtle)}.hive-result:last-child{border-bottom:none}.hive-result__main{display:flex;gap:var(--space-md)}.hive-result__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.hive-result__source{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_body-small_size);line-height:1.4;flex-wrap:wrap}.hive-result__source-avatar{width:18px;height:18px;border-radius:var(--radius-full);flex-shrink:0}.hive-result__source-name{color:var(--color-text);font-weight:500}.hive-result__source-handle,.hive-result__source-sep,.hive-result__source-dot{color:var(--color-text-muted)}.hive-result__source-group{color:var(--brand-2);text-decoration:none;font-weight:500}.hive-result__source-group:hover{text-decoration:underline}.hive-result__source-time{color:var(--color-text-muted)}.hive-result__title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-primary);line-height:1.3;cursor:pointer}.hive-result__title:hover{text-decoration:underline}.hive-result__content{margin:0;font-size:var(--typescale_body-medium_size);line-height:1.5;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hive-result__link-preview{display:inline-flex;flex-direction:column;text-decoration:none;margin-top:var(--space-xs)}.hive-result__link-preview:hover .hive-result__link-title{text-decoration:underline}.hive-result__link-domain{font-size:var(--typescale_label-small_size);color:var(--brand-2)}.hive-result__link-title{font-size:var(--typescale_body-small_size);color:var(--color-primary);font-weight:500}.hive-result__thumb{flex-shrink:0;width:92px;height:92px;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);border:none;padding:0;cursor:pointer;position:relative;transition:var(--transition-fast)}.hive-result__thumb:hover{opacity:.9;transform:scale(1.02)}.hive-result__thumb--link{display:block;text-decoration:none}.hive-result__thumb-img{width:100%;height:100%;object-fit:cover}.hive-result__thumb-count{position:absolute;bottom:var(--space-xs);right:var(--space-xs);padding:2px 6px;background:#000000b3;color:var(--neutral-0);font-size:var(--typescale_label-small_size);font-weight:600;border-radius:var(--radius-sm)}.hive-result__actions{display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-xs)}.hive-result__action{display:inline-flex;align-items:center;gap:4px;padding:2px 4px;margin:-2px -4px;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:var(--typescale_label-small_size);font-weight:500;cursor:pointer;transition:var(--transition-fast)}.hive-result__action:hover{color:var(--color-primary);background:var(--color-hover)}.hive-result__action--active{color:var(--brand-4)}.hive-result__action--active:hover{color:var(--brand-4-dark)}.hive-result__action svg{flex-shrink:0}@media(max-width:480px){.hive-result__main{flex-direction:column-reverse;gap:var(--space-sm)}.hive-result__thumb{width:100%;height:auto;aspect-ratio:16 / 9;max-height:200px}}@media(prefers-color-scheme:dark){.hive-result__thumb{background:var(--color-surface)}}body.dark .hive-result__thumb{background:var(--color-surface)}.hive-layout{position:relative;min-height:calc(100vh - 64px)}.hive-page{display:grid;grid-template-columns:1fr;gap:var(--space-xl);max-width:var(--container-lg);margin:0 auto;padding:0 var(--space-md);transition:max-width var(--transition-base),margin var(--transition-base)}@media(min-width:1024px){.hive-page{grid-template-columns:1fr 280px}.hive-page--workspace-open{max-width:calc(100% - 550px - var(--space-lg));margin-left:var(--space-lg);margin-right:auto;grid-template-columns:1fr}}.hive-feed-column{display:flex;flex-direction:column;min-width:0;min-height:calc(100vh - 64px);position:relative}.hive-feed{min-width:0;flex:1;padding-bottom:var(--space-md)}.hive-feed-column .hive-composer{position:sticky;bottom:0;z-index:50;background:var(--color-background);padding-top:var(--space-sm);padding-bottom:var(--space-md)}.hive-feed-column .hive-composer .hive-composer__inner{width:100%;max-width:none}.hive-sidebar{display:flex;flex-direction:column;gap:var(--space-lg);transition:opacity var(--transition-fast)}.hive-sidebar.hidden{display:none}.hive-sidebar__section{padding:var(--space-md);background:var(--color-surface);border-radius:var(--radius-lg)}.hive-sidebar__title{margin:0 0 var(--space-sm) 0;font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:600;color:var(--color-text)}.hive-trending{display:flex;flex-direction:column;gap:var(--space-xs)}.hive-trending__item{display:flex;flex-direction:column;padding:var(--space-xs) 0;cursor:pointer;transition:var(--transition-fast)}.hive-trending__item:hover .hive-trending__topic{color:var(--color-primary)}.hive-trending__topic{font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-text)}.hive-trending__count{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.hive-groups-list{display:flex;flex-direction:column;gap:var(--space-xs)}.hive-groups-list__item{display:flex;flex-direction:column;padding:var(--space-xs) 0;cursor:pointer;transition:var(--transition-fast)}.hive-groups-list__item:hover .hive-groups-list__name{color:var(--color-primary)}.hive-groups-list__name{font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-text)}.hive-groups-list__members{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.hive-workspace{position:fixed;top:64px;right:0;bottom:0;width:100%;max-width:550px;background:var(--color-background);border-left:1px solid var(--color-border);transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);z-index:100;display:flex;flex-direction:column;overflow:hidden}.hive-workspace--open{transform:translate(0)}.hive-workspace__header{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);border-bottom:1px solid var(--color-border);flex-shrink:0}.hive-workspace__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast)}.hive-workspace__close:hover{background:var(--color-hover);color:var(--color-text)}.hive-workspace__label{font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:500;color:var(--color-text-subtle)}.hive-workspace__content{flex:1;overflow-y:auto;padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-lg)}.hive-workspace__media{display:flex;flex-direction:column;gap:var(--space-md)}.hive-workspace__image{width:100%;border-radius:var(--radius-lg);background:var(--color-surface)}.hive-workspace__gallery{display:flex;flex-direction:column;gap:var(--space-sm)}.hive-workspace__gallery-img{width:100%;border-radius:var(--radius-lg);background:var(--color-surface)}.hive-workspace__context{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.hive-workspace__author{display:flex;align-items:center;gap:var(--space-sm)}.hive-workspace__author-avatar{width:40px;height:40px;border-radius:var(--radius-full)}.hive-workspace__author-name{display:block;font-weight:500;color:var(--color-text)}.hive-workspace__author-handle{display:block;font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.hive-workspace__text{margin:0;font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text)}@media(max-width:768px){.hive-workspace{top:0;max-width:100%;border-left:none}}@media(prefers-color-scheme:dark){.hive-sidebar__section{background:var(--color-surface)}.hive-workspace{background:var(--color-background)}}body.dark .hive-sidebar__section{background:var(--color-surface)}body.dark .hive-workspace{background:var(--color-background)}@keyframes news-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.news-card--skeleton{pointer-events:none}.news-card--skeleton .news-skeleton-block{background:linear-gradient(90deg,var(--color-background-alt, #f0f2f5) 25%,var(--color-surface, #e8eaed) 50%,var(--color-background-alt, #f0f2f5) 75%);background-size:200% 100%;animation:news-shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.news-card--skeleton .news-skeleton-image{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-md) var(--radius-md) 0 0}.news-card--skeleton.news-card--featured .news-skeleton-image{aspect-ratio:4 / 3}.news-card--skeleton .news-skeleton-source{width:80px;height:12px;margin-bottom:var(--space-xs)}.news-card--skeleton .news-skeleton-title{height:16px;margin-bottom:var(--space-xs)}.news-card--skeleton .news-skeleton-title:first-of-type{width:90%}.news-card--skeleton .news-skeleton-title:last-of-type{width:60%}.news-card--skeleton .news-skeleton-meta{width:100px;height:12px;margin-top:auto}.news-card__image--empty{display:flex;align-items:center;justify-content:center;background:var(--color-background-alt, #f0f2f5);color:var(--color-text-muted);font-size:32px}.news-card__play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000040;border:none;cursor:pointer;z-index:2;transition:background var(--transition-fast)}.news-card__play-btn:hover{background:#00000073}.news-card__play-btn i{font-size:48px;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.4))}.news-card__video{position:absolute;inset:0;width:100%;height:100%;border:none;z-index:3}.news-card__video-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:var(--brand-1);background:var(--brand-1-container, rgba(0, 120, 255, .1));padding:1px 6px;border-radius:var(--radius-xs, 4px);margin-left:var(--space-xs)}.news-list-item__thumb--video{position:relative}.news-list-item__play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000040;border:none;border-radius:var(--radius-md);cursor:pointer;z-index:2;transition:background var(--transition-fast)}.news-list-item__play-btn:hover{background:#00000073}.news-list-item__play-btn i{font-size:32px;color:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.news-list-item--playing{flex-direction:column;gap:var(--space-sm);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border, #e0e0e0)}.news-list-item--playing:last-child{border-bottom:none}.news-list-item__video{width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-md);overflow:hidden;background:#000}.news-list-item__video iframe{width:100%;height:100%;border:none}.news-list-item__video-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:var(--brand-1);margin-left:var(--space-xs)}.news-feed-section{display:flex;flex-direction:column;gap:0}.news-list-item{display:flex;align-items:flex-start;gap:var(--space-lg);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border, #e0e0e0);text-decoration:none;color:inherit;transition:background var(--transition-fast)}.news-list-item:first-child{padding-top:0}.news-list-item:last-child{border-bottom:none}.news-list-item:hover{background:var(--color-background-alt, #f8f9fa)}.news-list-item__body{flex:1;min-width:0}.news-list-item__title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size, 16px);font-weight:600;line-height:1.4;color:var(--color-text);margin:0 0 var(--space-xs);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-list-item:hover .news-list-item__title{color:var(--brand-1)}.news-list-item__title a{color:inherit;text-decoration:none}.news-list-item__title a:hover{color:var(--brand-1)}.news-list-item__desc{font-size:var(--typescale_body-small_size, 13px);color:var(--color-text-subtle, #5f6368);line-height:1.5;margin:0 0 var(--space-xs);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-list-item__meta{display:flex;align-items:center;gap:var(--space-xs);font-size:12px;color:var(--color-text-muted)}.news-list-item__favicon{width:14px;height:14px;border-radius:2px}.news-list-item__source{font-weight:500}.news-list-item__dot{opacity:.5}.news-list-item__thumb{flex-shrink:0;width:280px;height:168px;border-radius:var(--radius-md);overflow:hidden}.news-list-item__thumb img{width:100%;height:100%;object-fit:cover}.news-list-skeleton{height:80px;border-bottom:1px solid var(--color-border, #e0e0e0);background:linear-gradient(90deg,var(--color-background-alt, #f0f2f5) 25%,var(--color-surface, #e8eaed) 50%,var(--color-background-alt, #f0f2f5) 75%);background-size:200% 100%;animation:news-shimmer 1.5s ease-in-out infinite}.news-list-skeleton:last-child{border-bottom:none}@media(max-width:600px){.news-list-item{flex-direction:column-reverse;gap:var(--space-sm);padding:var(--space-md) 0}.news-list-item__thumb{width:100%;height:auto;aspect-ratio:16 / 9;border-radius:var(--radius-md)}}@media(prefers-color-scheme:dark){.news-card--skeleton .news-skeleton-block{background:linear-gradient(90deg,var(--color-surface-variant, #2a2a2a) 25%,var(--color-surface, #333) 50%,var(--color-surface-variant, #2a2a2a) 75%);background-size:200% 100%;animation:news-shimmer 1.5s ease-in-out infinite}.news-card__image--empty{background:var(--color-surface-variant, #2a2a2a)}.news-list-item{border-color:var(--color-border, #3a3a3a)}.news-list-item:hover{background:var(--color-surface-variant, #2a2a2a)}.news-list-skeleton{border-color:var(--color-border, #3a3a3a);background:linear-gradient(90deg,var(--color-surface-variant, #2a2a2a) 25%,var(--color-surface, #333) 50%,var(--color-surface-variant, #2a2a2a) 75%);background-size:200% 100%;animation:news-shimmer 1.5s ease-in-out infinite}}body.dark .news-card--skeleton .news-skeleton-block{background:linear-gradient(90deg,var(--color-surface-variant, #2a2a2a) 25%,var(--color-surface, #333) 50%,var(--color-surface-variant, #2a2a2a) 75%);background-size:200% 100%;animation:news-shimmer 1.5s ease-in-out infinite}body.dark .news-card__image--empty{background:var(--color-surface-variant, #2a2a2a)}body.dark .news-list-item{border-color:var(--color-border, #3a3a3a)}body.dark .news-list-item:hover{background:var(--color-surface-variant, #2a2a2a)}body.dark .news-list-skeleton{border-color:var(--color-border, #3a3a3a);background:linear-gradient(90deg,var(--color-surface-variant, #2a2a2a) 25%,var(--color-surface, #333) 50%,var(--color-surface-variant, #2a2a2a) 75%);background-size:200% 100%;animation:news-shimmer 1.5s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.news-card--skeleton .news-skeleton-block{animation:none}}.category-page{max-width:860px;margin:0 auto}.category-header{display:flex;align-items:center;gap:var(--space-md);padding-bottom:var(--space-lg);margin-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.category-header__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,var(--brand-1) 0%,var(--brand-2) 100%);border-radius:var(--radius-xl);color:var(--neutral-0);flex-shrink:0}.category-header__info{flex:1;min-width:0}.category-header__title{font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);font-weight:700;color:var(--color-text);margin:0 0 var(--space-xs)}.category-header__subtitle{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);margin:0}.category-header__actions{display:flex;gap:var(--space-xs)}.category-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-subtle);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast)}.category-action-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-hover)}.market-ticker{display:flex;gap:var(--space-lg);padding:var(--space-md);background:var(--color-surface-raised);border-radius:var(--radius-xl);margin-bottom:var(--space-lg);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.market-ticker::-webkit-scrollbar{display:none}.market-ticker__item{display:flex;align-items:center;gap:var(--space-sm);white-space:nowrap}.market-ticker__symbol{font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text)}.market-ticker__value{font-family:var(--font-headline);font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-text)}.market-ticker__change{display:flex;align-items:center;gap:2px;font-size:var(--typescale_label-small_size);font-weight:600}.market-ticker__change.up{color:#22c55e}.market-ticker__change.down{color:#ef4444}.category-topics{display:flex;gap:var(--space-xs);margin-bottom:var(--space-xl);overflow-x:auto;padding-bottom:var(--space-xs);background:transparent;border:none;padding-top:0;scrollbar-width:none;-ms-overflow-style:none}.category-topics::-webkit-scrollbar{height:6px;background:transparent}.category-topics::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--radius-full)}.category-topics:hover{scrollbar-width:thin}.category-topics:hover::-webkit-scrollbar-thumb{background:var(--color-border)}.category-topic{display:inline-flex;align-items:center;padding:var(--space-xs) var(--space-md);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-subtle);font-size:var(--typescale_label-medium_size);font-weight:500;text-decoration:none;white-space:nowrap;transition:var(--transition-fast)}.category-topic:hover{border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}.category-topic.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--neutral-0)}.category-feed{margin-bottom:var(--space-2xl)}.category-section{margin-bottom:var(--space-xl)}.category-footer{margin-top:var(--space-2xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border)}.category-cta{display:flex;align-items:center;gap:var(--space-lg);padding:var(--space-xl);background:var(--color-surface-raised);border-radius:var(--radius-2xl)}.category-cta__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;flex-shrink:0;color:var(--color-primary)}.category-cta__icon i{font-size:48px}.category-cta__content{flex:1;min-width:0}.category-cta__title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);margin:0 0 var(--space-xs)}.category-cta__text{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);margin:0}@media(max-width:768px){.category-page{padding:0 var(--space-md)}.category-header{flex-wrap:wrap}.category-header__icon{width:48px;height:48px}.category-header__title{font-size:var(--typescale_title-large_size)}.market-ticker{gap:var(--space-md);padding:var(--space-sm) var(--space-md)}.category-cta{flex-direction:column;text-align:center}.category-cta__content{text-align:center}}@media(prefers-color-scheme:dark){.market-ticker,.category-cta{background:var(--color-surface)}}body.dark .market-ticker,body.dark .category-cta{background:var(--color-surface)}.groups-page{max-width:var(--container-md);margin:0 auto}.groups-header{margin-bottom:var(--space-lg)}.groups-title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);font-weight:500;color:var(--color-text)}.groups-subtitle{margin:var(--space-xs) 0 0 0;font-size:var(--typescale_body-medium_size);color:var(--color-text-muted)}.group-result{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border-subtle);text-decoration:none;transition:var(--transition-fast)}.group-result:last-child{border-bottom:none}.group-result:hover{background:var(--color-hover);margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));padding-left:var(--space-md);padding-right:var(--space-md);border-radius:var(--radius-md)}.group-result__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.group-result__source{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_body-small_size)}.group-result__privacy{color:var(--brand-2);font-weight:500}.group-result__dot,.group-result__members,.group-result__posts{color:var(--color-text-muted)}.group-result__name{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:500;color:var(--color-primary);line-height:1.3}.group-result:hover .group-result__name{text-decoration:underline}.group-result__desc{margin:0;font-size:var(--typescale_body-medium_size);color:var(--color-text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sports-leagues{margin-bottom:var(--space-lg);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-md)}.sports-leagues__track{display:flex;gap:var(--space-xs);overflow-x:auto;padding-bottom:var(--space-xs);scrollbar-width:none;-ms-overflow-style:none}.sports-leagues__track::-webkit-scrollbar{height:6px;background:transparent}.sports-leagues__track::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--radius-full)}.sports-leagues__track:hover{scrollbar-width:thin}.sports-leagues__track:hover::-webkit-scrollbar-thumb{background:var(--color-border)}.sports-league-chip{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-subtle);font-size:var(--typescale_label-medium_size);font-weight:500;text-decoration:none;white-space:nowrap;transition:var(--transition-fast)}.sports-league-chip:hover{border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}.sports-league-chip.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--neutral-0)}.live-dot{display:inline-block;width:8px;height:8px;background:var(--color-error);border-radius:var(--radius-full);animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}@keyframes shimmer{0%,to{opacity:.4}50%{opacity:.8}}.featured-video{display:flex;align-items:stretch;gap:var(--space-lg);background:var(--color-surface-raised);border-radius:var(--radius-2xl);overflow:hidden;margin-bottom:var(--space-xl)}.featured-video__main{flex:1;min-width:0}.featured-video__player{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.featured-video__player iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.featured-video__skeleton{width:100%;height:100%;background:var(--neutral-700);animation:shimmer 1.5s ease-in-out infinite}.featured-video__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-4xl) var(--space-lg);color:var(--color-text-muted);font-size:var(--typescale_body-large_size)}.featured-video__empty i{font-size:3rem;opacity:.4}.featured-video__sidebar{width:460px;flex-shrink:0;display:flex;flex-direction:column;overflow:hidden}.fv-sidebar__info{padding:var(--space-lg) var(--space-lg) 0}.fv-sidebar__meta{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}.featured-video__badge{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:var(--color-error);color:#fff;font-size:var(--typescale_label-small_size);font-weight:700;border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.5px}.featured-video__badge .live-dot{background:#fff}.fv-sidebar__channel{font-size:var(--typescale_label-medium_size);font-weight:500;color:var(--color-text-subtle)}.fv-sidebar__title{font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:600;color:var(--color-text);margin:0 0 var(--space-xs) 0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fv-sidebar__stats{display:flex;align-items:center;gap:var(--space-md);font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.fv-sidebar__stats span{display:flex;align-items:center;gap:var(--space-xs)}.fv-sidebar__actions{display:flex;gap:var(--space-xs);padding:var(--space-sm) var(--space-lg);border-bottom:1px solid var(--color-border)}.fv-action-btn{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-subtle);font-size:var(--typescale_label-small_size);font-weight:500;text-decoration:none;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;font-family:inherit}.fv-action-btn:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);text-decoration:none}.fv-action-btn:disabled{opacity:.4;cursor:not-allowed}.fv-sidebar__upnext{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.fv-sidebar__upnext-title{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-headline);font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text);margin:0;padding:var(--space-sm) var(--space-lg);flex-shrink:0}.fv-sidebar__list{overflow-y:auto;padding:0 var(--space-sm) var(--space-sm);max-height:275px;scrollbar-width:thin;scrollbar-color:transparent transparent}.fv-sidebar__list:hover{scrollbar-color:var(--color-border) transparent}.trending-item{display:flex;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-xs);background:transparent;border:none;border-radius:var(--radius-lg);cursor:pointer;text-align:left;color:inherit;font:inherit;transition:var(--transition-fast)}.trending-item:hover{background:var(--color-hover)}.trending-item--active{background:color-mix(in oklch,var(--color-primary) 12%,transparent)}.trending-item__rank{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:var(--typescale_label-medium_size);font-weight:700;color:var(--color-text-muted);flex-shrink:0}.trending-item--active .trending-item__rank{color:var(--color-primary)}.trending-item__thumb{width:80px;height:45px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--neutral-200)}.trending-item__thumb img{width:100%;height:100%;object-fit:cover}.trending-item__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.trending-item__title{font-size:var(--typescale_label-small_size);font-weight:500;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.trending-item__channel{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trending-empty{color:var(--color-text-muted);font-size:var(--typescale_body-small_size);text-align:center;padding:var(--space-lg) 0;margin:0}.trending-item--skeleton{pointer-events:none}.trending-item--skeleton .skeleton-box{width:100%;height:100%;background:var(--neutral-200);border-radius:var(--radius-sm);animation:shimmer 1.5s ease-in-out infinite}.trending-item--skeleton .skeleton-text{height:12px;width:70%;background:var(--neutral-200);border-radius:var(--radius-sm);animation:shimmer 1.5s ease-in-out infinite}.trending-item--skeleton .skeleton-text--short{width:40%}.live-strip{margin-bottom:var(--space-xl)}.live-strip__title{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:600;color:var(--color-text);margin:0 0 var(--space-sm) 0}.live-strip__track{gap:var(--space-md)}.live-card{display:flex;flex-direction:column;width:220px;flex-shrink:0;background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;color:inherit;font:inherit;text-align:left;padding:0;transition:var(--transition-fast)}.live-card:hover{border-color:var(--color-primary);box-shadow:var(--elevation-1)}.live-card--active{border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in oklch,var(--color-primary) 25%,transparent)}.live-card__thumb{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--neutral-200)}.live-card__thumb img{width:100%;height:100%;object-fit:cover}.live-card__badge{position:absolute;bottom:var(--space-xs);left:var(--space-xs);display:flex;align-items:center;gap:4px;padding:2px var(--space-xs);background:var(--color-error);color:#fff;font-size:var(--typescale_label-small_size);font-weight:700;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px}.live-card__badge .live-dot{background:#fff;width:6px;height:6px}.live-card__info{display:flex;flex-direction:column;gap:2px;padding:var(--space-xs) var(--space-sm)}.live-card__title{font-size:var(--typescale_label-small_size);font-weight:500;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.live-card__channel{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){.featured-video{flex-direction:column}.featured-video__sidebar{width:100%;max-height:none;border-top:1px solid var(--color-border)}.fv-sidebar__list{max-height:240px}}@media(prefers-reduced-motion:reduce){.live-dot,.featured-video__skeleton,.trending-item--skeleton .skeleton-box,.trending-item--skeleton .skeleton-text{animation:none}}@media(max-width:768px){.featured-video__player{max-height:none;border-radius:0}.fv-sidebar__info{padding:var(--space-md) var(--space-md) 0}.fv-sidebar__actions{padding:var(--space-sm) var(--space-md);overflow-x:auto}.fv-sidebar__upnext-title{padding:var(--space-sm) var(--space-md)}.fv-sidebar__list{padding:0 var(--space-xs) var(--space-xs)}.trending-item__thumb{width:64px;height:36px}.live-card{width:180px}}.member-profile-layout{position:relative;min-height:calc(100vh - 64px)}.member-profile{max-width:var(--container-lg);margin:0 auto;padding:0 var(--space-md);min-height:calc(100vh - 64px);transition:max-width var(--transition-base),margin var(--transition-base)}@media(min-width:768px){.member-profile{padding:0 var(--space-lg)}}@media(min-width:1024px){.member-profile--workspace-open{max-width:calc(100% - 550px - var(--space-lg));margin-left:var(--space-lg);margin-right:auto}}.profile-header__role{margin:var(--space-xs) 0 0 0;font-size:var(--typescale_body-medium_size);color:var(--color-text-subtle)}@media(min-width:1024px){.profile-activity{flex:0 0 60%;padding-right:var(--space-xl)}.member-profile--workspace-open .profile-activity{flex:1;padding-right:0}}@media(min-width:1024px){.profile-about{flex:0 0 40%;border-left:1px solid var(--color-border);padding-left:var(--space-xl)}.member-profile--workspace-open .profile-about{display:none}}.meta-row dt{font-weight:600;color:var(--color-text);min-width:80px}.meta-row dd a{color:var(--color-primary);text-decoration:none}.meta-row dd a:hover{text-decoration:underline}.groups-section{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.groups-title{display:inline-flex;align-items:center;gap:var(--space-xs);margin:0 0 var(--space-md) 0;font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-text)}.groups-list{display:flex;flex-direction:column}.groups-list__item{border-bottom:1px solid var(--color-border-subtle)}.groups-list__item:last-child{border-bottom:none}.groups-list__item a{display:flex;flex-direction:column;padding:var(--space-sm) 0;text-decoration:none;transition:var(--transition-fast)}.groups-list__item a:hover{background:var(--color-hover);margin-left:calc(-1 * var(--space-sm));margin-right:calc(-1 * var(--space-sm));padding-left:var(--space-sm);padding-right:var(--space-sm);border-radius:var(--radius-md)}.groups-list__name{font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-primary)}.groups-list__members{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.profile-workspace{position:fixed;top:64px;right:0;bottom:0;width:100%;max-width:550px;background:var(--color-background);border-left:1px solid var(--color-border);transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);z-index:100;display:flex;flex-direction:column;overflow:hidden}.profile-workspace--open{transform:translate(0)}.profile-workspace__header{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);border-bottom:1px solid var(--color-border);flex-shrink:0}.profile-workspace__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast)}.profile-workspace__close:hover{background:var(--color-hover);color:var(--color-text)}.profile-workspace__label{font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:500;color:var(--color-text-subtle)}.profile-workspace__content{flex:1;overflow-y:auto;padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-lg)}.profile-workspace__media{display:flex;flex-direction:column;gap:var(--space-md)}.profile-workspace__image{width:100%;border-radius:var(--radius-lg);background:var(--color-surface)}.profile-workspace__gallery{display:flex;flex-direction:column;gap:var(--space-sm)}.profile-workspace__gallery-img{width:100%;border-radius:var(--radius-lg);background:var(--color-surface)}.profile-workspace__context{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.profile-workspace__author{display:flex;align-items:center;gap:var(--space-sm)}.profile-workspace__author-avatar{width:40px;height:40px;border-radius:var(--radius-full)}.profile-workspace__author-name{display:block;font-weight:500;color:var(--color-text)}.profile-workspace__author-handle{display:block;font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.profile-workspace__text{margin:0;font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text)}@media(max-width:768px){.profile-workspace{top:0;max-width:100%;border-left:none}}@media(prefers-color-scheme:dark){.profile-tab,.profile-grid__stat,.view-more__btn{background:var(--color-surface)}.profile-workspace{background:var(--color-background)}}body.dark .profile-tab,body.dark .profile-grid__stat,body.dark .view-more__btn{background:var(--color-surface)}body.dark .profile-workspace{background:var(--color-background)}.group-profile-layout{position:relative;min-height:calc(100vh - 64px)}.group-profile{max-width:var(--container-lg);margin:0 auto;padding:0 var(--space-md);min-height:calc(100vh - 64px);transition:max-width var(--transition-base),margin var(--transition-base)}@media(min-width:768px){.group-profile{padding:0 var(--space-lg)}}@media(min-width:1024px){.group-profile--workspace-open{max-width:calc(100% - 550px - var(--space-lg));margin-left:var(--space-lg);margin-right:auto}}.profile-header{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-lg)}@media(min-width:768px){.profile-header{flex-direction:row;justify-content:space-between;align-items:center}}.profile-header__info{min-width:0}.profile-header__name{margin:0;font-family:var(--font-headline);font-size:var(--typescale_headline-medium_size);font-weight:500;color:var(--color-text)}.profile-header__desc{margin:var(--space-xs) 0 0 0;font-size:var(--typescale_body-medium_size);color:var(--color-text-subtle)}.profile-tabs{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.profile-tab{padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text-subtle);font-family:var(--font-body);font-size:var(--typescale_label-medium_size);font-weight:500;border:1px solid transparent;cursor:pointer;transition:var(--transition-fast)}.profile-tab:hover{border-color:var(--color-border);color:var(--color-text)}.profile-tab--active{background:var(--color-primary);color:var(--neutral-0)}.profile-tab--active:hover{background:var(--color-primary-hover);border-color:transparent;color:var(--neutral-0)}.profile-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-bottom:var(--space-xl)}@media(min-width:768px){.profile-grid{grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,auto);min-height:280px}}.profile-grid__photos{grid-column:1 / -1;border-radius:var(--radius-xl);overflow:hidden}@media(min-width:768px){.profile-grid__photos{grid-column:span 4;grid-row:span 2}}.photo-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:repeat(2,1fr);gap:3px;height:280px}.photo-grid__main{grid-row:span 2;overflow:hidden}.photo-grid__secondary{overflow:hidden}.photo-grid img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform var(--transition-base)}.photo-grid img:hover{transform:scale(1.05)}.profile-grid__stat{display:flex;flex-direction:column;justify-content:space-between;padding:var(--space-md);background:var(--color-surface);border-radius:var(--radius-xl);min-height:80px}@media(min-width:768px){.profile-grid__stat{grid-column:span 1;grid-row:span 1}}.stat-label{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle)}.stat-value{font-size:var(--typescale_title-medium_size);font-weight:500;color:var(--color-text)}.profile-grid__action{display:flex;align-items:center;justify-content:center;padding:var(--space-md);background:var(--color-surface);border-radius:var(--radius-xl)}@media(min-width:768px){.profile-grid__action{grid-column:span 2;grid-row:span 1}}.join-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);width:100%;padding:var(--space-sm) var(--space-lg);background:var(--brand-3);color:var(--neutral-0);font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:500;border:none;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast)}.join-button:hover{background:var(--brand-3-dark);transform:scale(1.02)}.join-button--member{background:var(--brand-2)}.join-button--member:hover{background:var(--brand-2-dark)}.profile-content{display:flex;flex-direction:column;gap:var(--space-xl)}@media(min-width:1024px){.profile-content{flex-direction:row}}.profile-activity{display:flex;flex-direction:column;flex:1;min-width:0;min-height:calc(100vh - 64px - 280px - var(--space-xl) * 2)}@media(min-width:1024px){.profile-activity{flex:0 0 60%;padding-right:var(--space-xl)}.group-profile--workspace-open .profile-activity{flex:1;padding-right:0}}.section-header{margin-bottom:var(--space-md)}.section-title{display:inline-flex;align-items:center;gap:var(--space-xs);margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-text);cursor:pointer}.section-title:hover{color:var(--color-primary)}.section-title svg{color:var(--color-text-muted)}.activity-list{flex:1;border-top:1px solid var(--color-border);padding-bottom:var(--space-md)}.view-more{position:relative;margin-top:var(--space-md);padding-top:var(--space-md)}.view-more hr{position:absolute;top:50%;left:0;right:0;height:1px;background:var(--color-border);border:none;margin:0}.view-more__btn{position:relative;display:block;width:fit-content;margin:0 auto;padding:var(--space-xs) var(--space-lg);background:var(--color-surface);border:none;border-radius:var(--radius-full);font-size:var(--typescale_label-medium_size);font-weight:500;color:var(--color-text);cursor:pointer;transition:var(--transition-fast);z-index:1}.view-more__btn:hover{background:var(--color-hover)}.profile-activity .hive-composer{position:sticky;bottom:0;z-index:50;background:var(--color-background);padding-top:var(--space-sm);padding-bottom:var(--space-md)}.profile-activity .hive-composer .hive-composer__inner{width:100%;max-width:none}.profile-about{flex:1}@media(min-width:1024px){.profile-about{flex:0 0 40%;border-left:1px solid var(--color-border);padding-left:var(--space-xl)}.group-profile--workspace-open .profile-about{display:none}}.about-section{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.about-title{margin:0 0 var(--space-md) 0;font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-text)}.about-bio{margin:0 0 var(--space-md) 0;font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text-subtle)}.about-meta{margin:0}.meta-row{display:flex;gap:var(--space-xs);margin-bottom:var(--space-xs);font-size:var(--typescale_body-medium_size);line-height:1.6}.meta-row dt{font-weight:600;color:var(--color-text)}.meta-row dt:after{content:":"}.meta-row dd{margin:0;color:var(--color-text)}.admins-section{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.admins-title{display:inline-flex;align-items:center;gap:var(--space-xs);margin:0 0 var(--space-md) 0;font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-text)}.admins-list{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.admin-item{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border-radius:var(--radius-full);text-decoration:none;transition:var(--transition-fast)}.admin-item:hover{background:var(--color-hover)}.admin-avatar{width:24px;height:24px;border-radius:var(--radius-full)}.admin-name{font-size:var(--typescale_label-medium_size);font-weight:500;color:var(--color-text)}.rules-section{margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.rules-title{margin:0 0 var(--space-md) 0;font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-text)}.rules-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.rules-list__item{display:flex;align-items:flex-start;gap:var(--space-sm)}.rule-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--color-surface);color:var(--color-text-subtle);font-size:var(--typescale_label-small_size);font-weight:600;border-radius:var(--radius-full);flex-shrink:0}.rule-text{font-size:var(--typescale_body-medium_size);color:var(--color-text);line-height:1.5}.related-title{display:inline-flex;align-items:center;gap:var(--space-xs);margin:0 0 var(--space-md) 0;font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-text)}.related-list{display:flex;flex-direction:column}.related-list__item{border-bottom:1px solid var(--color-border-subtle)}.related-list__item:last-child{border-bottom:none}.related-list__item a{display:flex;flex-direction:column;padding:var(--space-sm) 0;text-decoration:none;transition:var(--transition-fast)}.related-list__item a:hover{background:var(--color-hover);margin-left:calc(-1 * var(--space-sm));margin-right:calc(-1 * var(--space-sm));padding-left:var(--space-sm);padding-right:var(--space-sm);border-radius:var(--radius-md)}.related-name{font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-primary)}.related-members{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.group-workspace{position:fixed;top:64px;right:0;bottom:0;width:100%;max-width:550px;background:var(--color-background);border-left:1px solid var(--color-border);transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);z-index:100;display:flex;flex-direction:column;overflow:hidden}.group-workspace--open{transform:translate(0)}.group-workspace__header{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);border-bottom:1px solid var(--color-border);flex-shrink:0}.group-workspace__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast)}.group-workspace__close:hover{background:var(--color-hover);color:var(--color-text)}.group-workspace__label{font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:500;color:var(--color-text-subtle)}.group-workspace__content{flex:1;overflow-y:auto;padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-lg)}.group-workspace__media{display:flex;flex-direction:column;gap:var(--space-md)}.group-workspace__image{width:100%;border-radius:var(--radius-lg);background:var(--color-surface)}.group-workspace__gallery{display:flex;flex-direction:column;gap:var(--space-sm)}.group-workspace__gallery-img{width:100%;border-radius:var(--radius-lg);background:var(--color-surface)}.group-workspace__context{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.group-workspace__author{display:flex;align-items:center;gap:var(--space-sm)}.group-workspace__author-avatar{width:40px;height:40px;border-radius:var(--radius-full)}.group-workspace__author-name{display:block;font-weight:500;color:var(--color-text)}.group-workspace__author-handle{display:block;font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.group-workspace__text{margin:0;font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text)}@media(max-width:768px){.group-workspace{top:0;max-width:100%;border-left:none}}@media(prefers-color-scheme:dark){.profile-tab,.profile-grid__stat,.profile-grid__action,.view-more__btn,.admin-item,.rule-number{background:var(--color-surface)}.group-workspace{background:var(--color-background)}}body.dark .profile-tab,body.dark .profile-grid__stat,body.dark .profile-grid__action,body.dark .view-more__btn,body.dark .admin-item,body.dark .rule-number{background:var(--color-surface)}body.dark .group-workspace{background:var(--color-background)}@media(max-width:480px){.photo-grid{height:200px}.profile-grid__stat{flex-direction:row;justify-content:space-between;align-items:center;min-height:auto;padding:var(--space-sm) var(--space-md)}}.breakdown-nav-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:56px;padding:0 var(--space-lg);gap:var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.breakdown-nav-header__brand{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;font-family:var(--font-headline);font-size:20px;font-weight:700;color:var(--brand-1);flex-shrink:0}.breakdown-nav-header__wordmark{background:linear-gradient(135deg,var(--brand-1),var(--brand-2),var(--brand-3),var(--brand-4));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;padding-bottom:2px}.breakdown-nav-header__product{font-family:var(--font-headline);font-size:20px;font-weight:700;color:var(--color-text-muted)}.breakdown-page{min-height:100vh;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-background) 100%)}.breakdown-header{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.breakdown-nav{max-width:var(--container-xl);margin:0 auto;padding:var(--space-sm) var(--space-lg);display:flex;align-items:center;gap:var(--space-lg);background:transparent;border:none}.breakdown-logo{display:flex;align-items:center;gap:var(--space-xs);text-decoration:none;color:var(--color-text);font-family:var(--font-headline);font-weight:600;font-size:var(--typescale_title-medium_size)}.breakdown-logo:hover{text-decoration:none}.breakdown-logo__text{font-weight:600}.breakdown-nav__spacer{flex:1}.breakdown-nav__actions{display:flex;align-items:center;gap:var(--space-xs)}.breakdown-nav__link{padding:var(--space-xs) var(--space-md);color:var(--color-text-subtle);text-decoration:none;border-radius:var(--radius-md);transition:var(--transition-fast);font-size:var(--typescale_label-medium_size);font-weight:500}.breakdown-nav__link:hover{background:var(--color-hover);color:var(--color-text);text-decoration:none}.breakdown-nav__link.active{background:#306ac01a;color:var(--color-primary)}.breakdown-main{max-width:var(--container-xl);margin:0 auto;padding:0 var(--space-lg)}.breakdown-hero{padding:var(--space-4xl) 0 var(--space-3xl);text-align:center;opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.breakdown-hero.animated{opacity:1;transform:translateY(0)}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:linear-gradient(135deg,var(--brand-1) 0%,var(--brand-2) 100%);color:var(--neutral-0);border-radius:var(--radius-full);font-size:var(--typescale_label-small_size);font-weight:500;margin-bottom:var(--space-lg);box-shadow:0 4px 12px #306ac04d}.hero-badge i{font-size:18px}.hero-title{font-family:var(--font-headline);font-size:var(--typescale_display-small_size);font-weight:700;line-height:1.2;color:var(--color-text);margin:0 0 var(--space-md) 0;letter-spacing:-.02em}@media(min-width:768px){.hero-title{font-size:var(--typescale_display-medium_size)}}.hero-subtitle{font-size:var(--typescale_body-large_size);color:var(--color-text-subtle);margin:0 0 var(--space-2xl) 0;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.breakdown-search-form{max-width:680px;margin:0 auto var(--space-lg)}.breakdown-search-form .search-box:focus-within{border-color:var(--color-primary);box-shadow:0 4px 16px #306ac033}.quick-topics{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);margin-top:var(--space-lg)}.quick-topics__label{font-size:var(--typescale_label-medium_size);color:var(--color-text-subtle);font-weight:500}.quick-topics__list{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm)}.quick-topics__list a{text-decoration:none}.topic-emoji{font-size:16px}.trending-section{padding:var(--space-3xl) 0}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-title{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);font-weight:600;color:var(--color-text);margin:0 0 var(--space-sm) 0}.section-title i{font-size:32px;color:var(--color-primary)}.section-subtitle{font-size:var(--typescale_body-medium_size);color:var(--color-text-subtle);margin:0}.breakdowns-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-lg)}.breakdown-card{position:relative;background:var(--color-surface-raised);border-radius:var(--radius-xl);padding:var(--space-lg);text-decoration:none;color:var(--color-text);border:1px solid var(--color-border);transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;animation:fadeInUp .5s forwards;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.breakdown-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-primary);text-decoration:none}.breakdown-card:hover *{text-decoration:none}.card-header{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.card-icon{font-size:32px}.card-category{padding:4px var(--space-sm);background:#306ac01a;color:var(--color-primary);border-radius:var(--radius-lg);font-size:var(--typescale_label-small_size);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.card-title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;margin:0 0 var(--space-md) 0;line-height:1.4}.card-footer{display:flex;gap:var(--space-md)}.card-meta{display:flex;align-items:center;gap:4px;font-size:var(--typescale_label-small_size);color:var(--color-text-subtle)}.card-meta i{font-size:16px}.card-hover-overlay{position:absolute;top:var(--space-md);right:var(--space-md);width:40px;height:40px;background:linear-gradient(135deg,var(--brand-1) 0%,var(--brand-2) 100%);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.card-hover-overlay i{color:var(--neutral-0);font-size:20px}.breakdown-card:hover .card-hover-overlay{opacity:1}.features-section{padding:var(--space-3xl) 0 var(--space-4xl);text-align:center}.features-section .section-title{margin-bottom:var(--space-2xl)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-lg);text-align:center}.feature-card{padding:var(--space-xl) var(--space-lg);background:var(--color-surface-raised);border-radius:var(--radius-xl);border:1px solid var(--color-border);transition:var(--transition-base)}.feature-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.feature-icon{width:64px;height:64px;margin:0 auto var(--space-md);background:linear-gradient(135deg,var(--brand-1) 0%,var(--brand-2) 100%);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center}.feature-icon i{font-size:32px;color:var(--neutral-0)}.feature-title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;margin:0 0 var(--space-sm) 0;color:var(--color-text)}.feature-description{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);margin:0;line-height:1.6}.breakdown-footer{border-top:1px solid var(--color-border);padding:var(--space-lg) 0;margin-top:var(--space-2xl)}.breakdown-footer__content{max-width:var(--container-xl);margin:0 auto;padding:0 var(--space-lg);text-align:center}.breakdown-footer__text{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);font-size:var(--typescale_label-small_size);color:var(--color-text-subtle);margin:0}.breakdown-footer__text i{font-size:16px}@media(prefers-color-scheme:dark){.breakdown-page{background:linear-gradient(180deg,var(--neutral-900) 0%,var(--color-background) 100%)}.breakdown-header{background:#202124e6}.breakdown-nav__link.active,.card-category{background:#306ac033}}body.dark .breakdown-page{background:linear-gradient(180deg,var(--neutral-900) 0%,var(--color-background) 100%)}body.dark .breakdown-header{background:#202124e6}body.dark .breakdown-nav__link.active,body.dark .card-category{background:#306ac033}@media(max-width:768px){.hero-title{font-size:var(--typescale_headline-large_size)}.hero-subtitle{font-size:var(--typescale_body-medium_size)}.breakdown-nav{padding:var(--space-sm) var(--space-md)}.breakdown-main{padding:0 var(--space-md)}.breakdown-hero{padding:var(--space-2xl) 0 var(--space-xl)}.breakdowns-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr;gap:var(--space-md)}.quick-topics__list{flex-direction:column;align-items:stretch}}@media(max-width:480px){.hero-title{font-size:var(--typescale_headline-medium_size)}.breakdown-nav__link{display:none}}.elab-chat{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--color-background)}.elab-chat__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0}.elab-chat__header-left{display:flex;align-items:center;gap:var(--space-sm);min-width:0;flex:1}.elab-chat__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));border-radius:var(--radius-full);color:var(--neutral-0);font-size:20px;flex-shrink:0}.elab-chat__header-info{display:flex;flex-direction:column;min-width:0}.elab-chat__title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);line-height:1.2}.elab-chat__subtitle{margin:0;font-size:var(--typescale_label-small_size);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elab-chat__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.elab-chat__close:hover{background:var(--color-hover);color:var(--color-text)}.elab-chat__messages{flex:1;overflow-y:auto;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-lg);overscroll-behavior:contain;min-height:0}.elab-chat__context{display:flex;gap:var(--space-sm);padding:var(--space-md);background:linear-gradient(135deg,#306ac014,#0091050a);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.elab-chat__context-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--brand-1);border-radius:var(--radius-md);color:var(--neutral-0);flex-shrink:0}.elab-chat__context-text{display:flex;flex-direction:column;gap:2px;min-width:0}.elab-chat__context-label{font-size:var(--typescale_label-small_size);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-1)}.elab-chat__context-topic{font-size:var(--typescale_body-medium_size);font-weight:600;color:var(--color-text);line-height:1.3}.elab-chat__context-query{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.elab-chat__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-2xl);text-align:center}.elab-chat__loading p{margin:var(--space-md) 0 0;font-size:var(--typescale_body-medium_size);color:var(--color-text-muted)}.elab-chat__loading-dots{display:flex;gap:var(--space-xs)}.elab-chat__loading-dots span{width:12px;height:12px;background:var(--brand-1);border-radius:var(--radius-full);animation:elab-pulse 1.4s ease-in-out infinite}.elab-chat__loading-dots span:nth-child(2){animation-delay:.2s}.elab-chat__loading-dots span:nth-child(3){animation-delay:.4s}@keyframes elab-pulse{0%,to{transform:scale(.7);opacity:.5}50%{transform:scale(1);opacity:1}}.elab-chat__error{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:#b9141214;border:1px solid var(--brand-4);border-radius:var(--radius-md);color:var(--brand-4);font-size:var(--typescale_body-small_size)}.elab-chat__error-dismiss{margin-left:auto;padding:var(--space-xs) var(--space-sm);background:transparent;border:1px solid var(--brand-4);border-radius:var(--radius-md);color:var(--brand-4);font-size:var(--typescale_label-small_size);font-weight:500;cursor:pointer;transition:var(--transition-fast)}.elab-chat__error-dismiss:hover{background:var(--brand-4);color:var(--neutral-0)}.elab-chat__message{display:flex;gap:var(--space-sm);animation:elab-fade-in .25s ease-out}@keyframes elab-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.elab-chat__message--assistant{align-items:flex-start}.elab-chat__message-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));border-radius:var(--radius-full);color:var(--neutral-0);font-size:16px;flex-shrink:0}.elab-chat__message--assistant .elab-chat__message-bubble{background:var(--color-surface);border-radius:var(--radius-lg);border-top-left-radius:var(--radius-sm);max-width:85%}.elab-chat__message--user{flex-direction:row-reverse}.elab-chat__message--user .elab-chat__message-bubble{background:var(--brand-1);color:var(--neutral-0);border-radius:var(--radius-lg);border-top-right-radius:var(--radius-sm);max-width:85%}.elab-chat__message-bubble{padding:var(--space-md)}.elab-chat__message-content{font-size:var(--typescale_body-medium_size);line-height:1.6}.elab-chat__message-content p{margin:0 0 var(--space-sm)}.elab-chat__message-content p:last-child{margin-bottom:0}.elab-chat__typing{display:flex;gap:4px;padding:var(--space-xs) 0}.elab-chat__typing span{width:8px;height:8px;background:var(--color-text-muted);border-radius:var(--radius-full);animation:elab-typing 1.4s ease-in-out infinite}.elab-chat__typing span:nth-child(2){animation-delay:.2s}.elab-chat__typing span:nth-child(3){animation-delay:.4s}@keyframes elab-typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.elab-chat__footer{padding:var(--space-md);border-top:1px solid var(--color-border);background:var(--color-background);flex-shrink:0}.elab-chat__suggestions{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-md)}.elab-chat__suggestion{padding:var(--space-xs) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);font-family:var(--font-body);font-size:var(--typescale_label-medium_size);font-weight:500;color:var(--color-text-subtle);cursor:pointer;transition:var(--transition-fast);white-space:nowrap}.elab-chat__suggestion:hover{background:var(--color-hover);border-color:var(--brand-1);color:var(--brand-1)}.elab-chat__input-row{display:flex;gap:var(--space-sm)}.elab-chat__input-wrapper{flex:1;display:flex;align-items:center;background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-full);padding:0 var(--space-md);transition:var(--transition-fast);min-height:44px}.elab-chat__input-wrapper:focus-within{border-color:var(--brand-1);box-shadow:0 0 0 3px #306ac01a}.elab-chat__input{flex:1;border:none;background:transparent;font-family:var(--font-body);font-size:var(--typescale_body-medium_size);color:var(--color-text);outline:none;padding:var(--space-sm) 0}.elab-chat__input::placeholder{color:var(--color-text-muted)}.elab-chat__input:disabled{opacity:.6}.elab-chat__send{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:var(--brand-1);border:none;border-radius:var(--radius-full);color:var(--neutral-0);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.elab-chat__send:hover:not(:disabled){background:var(--brand-1-dark);transform:scale(1.05)}.elab-chat__send:active:not(:disabled){transform:scale(.95)}.elab-chat__send:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){.elab-chat__header{padding:var(--space-sm)}.elab-chat__avatar{width:36px;height:36px;font-size:18px}.elab-chat__title{font-size:var(--typescale_title-small_size)}.elab-chat__messages{padding:var(--space-sm);gap:var(--space-md)}.elab-chat__context{padding:var(--space-sm)}.elab-chat__context-icon{width:32px;height:32px}.elab-chat__message-avatar{width:28px;height:28px;font-size:14px}.elab-chat__message-bubble{padding:var(--space-sm) var(--space-md);max-width:90%}.elab-chat__message-content{font-size:var(--typescale_body-small_size)}.elab-chat__footer{padding:var(--space-sm)}.elab-chat__suggestions{margin-bottom:var(--space-sm)}.elab-chat__suggestion{padding:var(--space-xs) var(--space-sm);font-size:var(--typescale_label-small_size)}.elab-chat__input-wrapper{min-height:40px}.elab-chat__input{font-size:var(--typescale_body-small_size)}.elab-chat__send{width:40px;height:40px}}@media(prefers-color-scheme:dark){.elab-chat__context{background:linear-gradient(135deg,#306ac01f,#0091050f)}.elab-chat__message--assistant .elab-chat__message-bubble{background:var(--color-surface)}}body.dark .elab-chat__context{background:linear-gradient(135deg,#306ac01f,#0091050f)}body.dark .elab-chat__message--assistant .elab-chat__message-bubble{background:var(--color-surface)}.ws-video{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--color-background)}.ws-video__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0}.ws-video__header-left{display:flex;align-items:center;gap:var(--space-sm);min-width:0;flex:1}.ws-video__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:red;border-radius:var(--radius-md);color:var(--neutral-0);font-size:20px;flex-shrink:0}.ws-video__header-text{display:flex;flex-direction:column;min-width:0}.ws-video__title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);line-height:1.2}.ws-video__subtitle{margin:0;font-size:var(--typescale_label-small_size);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-video__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.ws-video__close:hover{background:var(--color-hover);color:var(--color-text)}.ws-video__theater{position:relative;width:100%;padding-bottom:56.25%;background:var(--neutral-900);flex-shrink:0}.ws-video__theater iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.ws-video__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);color:var(--neutral-400);font-size:3rem}.ws-video__placeholder p{font-size:var(--typescale_body-medium_size)}.ws-video__info{flex:1;overflow-y:auto;padding:var(--space-lg);min-height:0}.ws-video__info-title{margin:0 0 var(--space-sm);font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);line-height:1.3}.ws-video__description{margin:0 0 var(--space-lg);font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text-subtle)}.ws-video__actions{display:flex;align-items:center;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--color-border)}@media(max-width:768px){.ws-video__header{padding:var(--space-sm)}.ws-video__icon{width:36px;height:36px;font-size:18px}.ws-video__title{font-size:var(--typescale_title-small_size)}.ws-video__info{padding:var(--space-md)}.ws-video__info-title{font-size:var(--typescale_title-small_size)}.ws-video__description{font-size:var(--typescale_body-small_size)}.ws-video__actions{flex-wrap:wrap}}body.dark .ws-video__theater{background:var(--neutral-900)}.ws-image{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--color-background)}.ws-image__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0}.ws-image__header-left{display:flex;align-items:center;gap:var(--space-sm);min-width:0;flex:1}.ws-image__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--brand-2);border-radius:var(--radius-md);color:var(--neutral-0);font-size:20px;flex-shrink:0}.ws-image__header-text{display:flex;flex-direction:column;min-width:0}.ws-image__title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);line-height:1.2}.ws-image__subtitle{margin:0;font-size:var(--typescale_label-small_size);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-image__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.ws-image__close:hover{background:var(--color-hover);color:var(--color-text)}.ws-image__toolbar{display:flex;flex-wrap:wrap;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.ws-image__container{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--space-md);background:var(--neutral-100);min-height:200px;cursor:zoom-in;position:relative;overflow:hidden}.ws-image__img{max-width:100%;max-height:400px;object-fit:contain;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;transition:opacity .3s ease}.ws-image__img.is-loaded{opacity:1}.ws-image__loading{position:absolute;display:flex;align-items:center;justify-content:center}.ws-image__fallback{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);color:var(--color-text-muted);font-size:3rem}.ws-image__fallback span{font-size:var(--typescale_body-medium_size)}.ws-image__zoom-hint{position:absolute;bottom:var(--space-md);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:#000000b3;border-radius:var(--radius-full);color:var(--neutral-0);font-size:var(--typescale_label-small_size);opacity:0;transition:opacity .2s ease;pointer-events:none}.ws-image__container:hover .ws-image__zoom-hint{opacity:1}.ws-image__info{padding:var(--space-md);border-top:1px solid var(--color-border);flex-shrink:0}.ws-image__info-title{margin:0 0 var(--space-xs);font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:600;color:var(--color-text);line-height:1.3}.ws-image__description{margin:0 0 var(--space-sm);font-size:var(--typescale_body-small_size);line-height:1.5;color:var(--color-text-subtle)}.ws-image__meta{display:flex;flex-wrap:wrap;gap:var(--space-md);font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.ws-image__meta-item{display:flex;align-items:center;gap:var(--space-xs)}.ws-image__lightbox{position:fixed;inset:0;width:100vw;height:100vh;max-width:100vw;max-height:100vh;padding:0;margin:0;border:none;background:transparent}.ws-image__lightbox::backdrop{background:#000000e6}.ws-image__lightbox-inner{display:flex;flex-direction:column;width:100%;height:100%;background:var(--color-background)}.ws-image__lightbox-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0}.ws-image__lightbox-title{font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-image__lightbox-actions{display:flex;align-items:center;gap:var(--space-xs)}.ws-image__lightbox-content{flex:1;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--neutral-900);overflow:hidden;position:relative}.ws-image__lightbox-loading{position:absolute;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);color:var(--neutral-400)}.ws-image__lightbox-img{max-width:100%;max-height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.ws-image__lightbox-img.is-loaded{opacity:1}.ws-image__lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border-top:1px solid var(--color-border);flex-shrink:0}.ws-image__lightbox-dimensions{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}@media(max-width:768px){.ws-image__header{padding:var(--space-sm)}.ws-image__icon{width:36px;height:36px;font-size:18px}.ws-image__title{font-size:var(--typescale_title-small_size)}.ws-image__toolbar{padding:var(--space-xs) var(--space-sm)}.ws-image__container,.ws-image__info,.ws-image__lightbox-content{padding:var(--space-sm)}}body.dark .ws-image__container{background:var(--neutral-800)}.ws-preview{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--color-background)}.ws-preview__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-shrink:0}.ws-preview__header-left{display:flex;align-items:center;gap:var(--space-sm);min-width:0;flex:1}.ws-preview__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--brand-1);border-radius:var(--radius-md);color:var(--neutral-0);font-size:20px;flex-shrink:0}.ws-preview__header-text{display:flex;flex-direction:column;min-width:0}.ws-preview__title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);line-height:1.2}.ws-preview__subtitle{margin:0;font-size:var(--typescale_label-small_size);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-preview__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.ws-preview__close:hover{background:var(--color-hover);color:var(--color-text)}.ws-preview__toolbar{display:flex;flex-wrap:wrap;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.ws-preview__body{flex:1;overflow-y:auto;min-height:0}.ws-preview__summary{padding:var(--space-lg);animation:wsPreviewFadeIn .25s ease-out}@keyframes wsPreviewFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ws-preview__hero{width:100%;aspect-ratio:16 / 9;max-height:240px;overflow:hidden;background:var(--color-surface);border-radius:var(--radius-lg);margin-bottom:var(--space-lg)}.ws-preview__hero img{width:100%;height:100%;max-height:240px;object-fit:contain}.ws-preview__source-title{margin:0 0 var(--space-sm);font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text);line-height:1.3}.ws-preview__source-title a{color:inherit;text-decoration:none;transition:var(--transition-fast)}.ws-preview__source-title a:hover{color:var(--color-primary)}.ws-preview__description{margin:0 0 var(--space-lg);font-size:var(--typescale_body-medium_size);line-height:1.7;color:var(--color-text-subtle)}.ws-preview__ai-note{display:flex;gap:var(--space-sm);padding:var(--space-md);background:linear-gradient(135deg,#306ac014,#0091050a);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-top:var(--space-lg)}.ws-preview__ai-note-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--brand-1);border-radius:var(--radius-md);color:var(--neutral-0);flex-shrink:0}.ws-preview__ai-note-text{display:flex;flex-direction:column;gap:2px}.ws-preview__ai-note-title{font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text)}.ws-preview__ai-note-desc{font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.ws-preview__domain{display:inline-flex;align-items:center;gap:var(--space-xs);margin-bottom:var(--space-md);padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border-radius:var(--radius-full);font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.domain-sep{opacity:.5}.ws-preview__byline{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.byline-item{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_body-small_size);color:var(--color-text-subtle)}.ws-preview__section{margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}.ws-preview__section-title{display:flex;align-items:center;gap:var(--space-xs);margin:0 0 var(--space-md);font-family:var(--font-headline);font-size:var(--typescale_label-large_size);font-weight:600;color:var(--color-text-subtle)}.ws-preview__faq-list{display:flex;flex-direction:column;gap:var(--space-xs)}.ws-preview__faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.ws-preview__faq-question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);width:100%;padding:var(--space-sm) var(--space-md);background:transparent;font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-primary);cursor:pointer;list-style:none;transition:var(--transition-fast)}.ws-preview__faq-question:hover{background:var(--color-hover)}.ws-preview__faq-question::-webkit-details-marker{display:none}.ws-preview__faq-question .faq-caret{transition:transform var(--transition-fast);flex-shrink:0}.ws-preview__faq-item[open] .faq-caret{transform:rotate(180deg)}.ws-preview__faq-answer{padding:var(--space-md);background:var(--color-surface);font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text)}.ws-preview__faq-answer p{margin:0 0 var(--space-sm)}.ws-preview__faq-source{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--color-primary);font-size:var(--typescale_body-small_size);text-decoration:none}.ws-preview__faq-source:hover{text-decoration:underline}.ws-preview__links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xs)}.ws-preview__quick-link{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-primary);font-size:var(--typescale_body-small_size);text-decoration:none;transition:var(--transition-fast)}.ws-preview__quick-link:hover{background:var(--color-hover);border-color:var(--color-primary)}.ws-preview__quick-link span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-preview__movie-info{display:flex;flex-direction:column;gap:var(--space-md)}.ws-preview__movie-rating{display:flex;align-items:center;gap:var(--space-md)}.movie-score{display:flex;align-items:center;gap:var(--space-xs);color:var(--brand-3)}.score-value{font-size:var(--typescale_title-large_size);font-weight:700}.score-max{font-size:var(--typescale_body-medium_size);color:var(--color-text-muted)}.review-count{font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.ws-preview__movie-genres{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.genre-tag{padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--typescale_label-small_size);color:var(--color-text-subtle)}.ws-preview__movie-cast{display:flex;flex-direction:column;gap:var(--space-sm)}.cast-label,.director-label{font-size:var(--typescale_label-small_size);font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.cast-list{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.cast-member{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border-radius:var(--radius-full)}.cast-photo{width:24px;height:24px;border-radius:var(--radius-full);object-fit:cover}.cast-name{font-size:var(--typescale_body-small_size);color:var(--color-text)}.ws-preview__movie-director{display:flex;align-items:center;gap:var(--space-sm)}.director-name{font-size:var(--typescale_body-medium_size);color:var(--color-text)}.ws-preview__iframe-container{width:100%;height:100%;animation:wsPreviewFadeIn .25s ease-out}.ws-preview__iframe{width:100%;height:100%;border:none;background:var(--color-background)}@media(max-width:768px){.ws-preview__header{padding:var(--space-sm)}.ws-preview__icon{width:36px;height:36px;font-size:18px}.ws-preview__title{font-size:var(--typescale_title-small_size)}.ws-preview__toolbar{padding:var(--space-xs) var(--space-sm)}.ws-preview__summary{padding:var(--space-md)}.ws-preview__source-title{font-size:var(--typescale_title-small_size)}.ws-preview__description{font-size:var(--typescale_body-small_size)}.ws-preview__byline{flex-direction:column;gap:var(--space-xs)}.ws-preview__links-grid{grid-template-columns:1fr}.ws-preview__faq-question{font-size:var(--typescale_body-small_size);padding:var(--space-sm)}.ws-preview__faq-answer{padding:var(--space-sm);font-size:var(--typescale_body-small_size)}.cast-list{flex-direction:column;gap:var(--space-xs)}.cast-member{width:fit-content}}body.dark .ws-preview__ai-note{background:linear-gradient(135deg,#306ac01f,#0091050f)}.ws-tt{display:flex;flex-direction:column;height:100%;overflow:hidden}.ws-tt__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border);flex-shrink:0}.ws-tt__header-left{display:flex;align-items:center;gap:var(--space-sm);min-width:0}.ws-tt__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--color-primary);color:var(--neutral-0);flex-shrink:0}.ws-tt__header-text{min-width:0}.ws-tt__title{font-size:var(--typescale_label-large_size);font-weight:600;color:var(--color-text);margin:0;white-space:nowrap}.ws-tt__subtitle{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-tt__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);border:none;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.ws-tt__close:hover{background:var(--color-hover);color:var(--color-text)}.ws-tt__toolbar{display:flex;gap:var(--space-xs);padding:var(--space-sm) var(--space-lg);border-bottom:1px solid var(--color-border-subtle);flex-shrink:0;overflow-x:auto}.ws-tt__body{flex:1;overflow-y:auto;padding:var(--space-lg)}.ws-tt__identity{margin-bottom:var(--space-lg)}.ws-tt__hero{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-md)}.ws-tt__hero img{width:100%;max-height:220px;object-fit:contain;display:block}.ws-tt__source-row{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs)}.ws-tt__favicon{width:32px;height:32px;border-radius:var(--radius-sm)}.ws-tt__domain{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);display:block}.ws-tt__tier{display:flex;align-items:center;gap:2px;font-size:var(--typescale_label-small_size);font-weight:600;letter-spacing:var(--letter-spacing-wide);text-transform:uppercase}.ws-tt__tier--featured{color:var(--color-primary)}.ws-tt__tier--business{color:var(--brand-3)}.ws-tt__tier--pro{color:var(--brand-2)}.ws-tt__tier--free{color:var(--color-text-muted)}.ws-tt__source-title{font-size:var(--typescale_title-medium_size);font-weight:500;line-height:1.35;margin:0 0 var(--space-xs)}.ws-tt__source-title a{color:var(--color-text);text-decoration:none}.ws-tt__source-title a:hover{text-decoration:underline}.ws-tt__description{font-size:var(--typescale_body-small_size);line-height:1.55;color:var(--color-text-subtle);margin:0}.ws-tt__established{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-small_size);color:var(--color-text-muted);margin-top:var(--space-xs)}.ws-tt__verity{background:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);padding:var(--space-md);margin-bottom:var(--space-lg);text-align:center;cursor:help}.ws-tt__verity-score{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--space-xs)}.ws-tt__verity-label{display:inline-flex;align-items:center;gap:4px;font-size:var(--typescale_label-small_size);text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);color:var(--color-text-muted)}.ws-tt__verity-info{font-size:13px;color:var(--color-text-muted);opacity:.7}.ws-tt__verity-value{font-size:var(--typescale_display-small_size);font-weight:700;color:var(--color-primary)}.ws-tt__verity-scale{font-size:var(--typescale_body-small_size);font-weight:400;color:var(--color-text-muted);margin-left:2px}.ws-tt__verity-stats{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);display:flex;justify-content:center;gap:var(--space-xs);margin-bottom:var(--space-sm)}.ws-tt__vote-row{display:flex;justify-content:center;gap:var(--space-sm)}.ws-tt__vote-btn{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-full);border:1px solid var(--color-border);background:var(--color-surface-raised);color:var(--color-text-subtle);cursor:pointer;font-size:var(--typescale_label-medium_size);transition:var(--transition-fast)}.ws-tt__vote-btn:hover:not(:disabled){border-color:var(--color-primary)}.ws-tt__vote-btn.is-active{background:var(--color-primary);border-color:var(--color-primary);color:var(--neutral-0)}.ws-tt__vote-btn:disabled{opacity:.5;cursor:not-allowed}.ws-tt__cta{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-full);font-weight:600;font-size:var(--typescale_label-large_size);text-decoration:none;margin-bottom:var(--space-lg);transition:var(--transition-fast)}.ws-tt__cta--featured{background:var(--color-primary);color:var(--neutral-0)}.ws-tt__cta--business{background:var(--brand-3);color:var(--neutral-0)}.ws-tt__cta--pro{background:var(--brand-2);color:var(--neutral-0)}.ws-tt__cta--free{background:var(--color-surface);color:var(--color-text-subtle);border:1px solid var(--color-border)}.ws-tt__cta:hover{opacity:.9}.ws-tt__section{margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border-subtle)}.ws-tt__section:last-of-type{border-bottom:none}.ws-tt__section-title{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-small_size);font-weight:600;text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);color:var(--color-text-muted);margin:0 0 var(--space-sm)}.ws-tt__faq-item{margin-bottom:2px;border-radius:var(--radius-md)}.ws-tt__faq-question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);font-size:var(--typescale_body-small_size);font-weight:500;cursor:pointer;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-md);transition:var(--transition-fast);list-style:none}.ws-tt__faq-question::-webkit-details-marker{display:none}.ws-tt__faq-question:hover{background:var(--color-hover)}.ws-tt__faq-question .faq-caret{transition:transform var(--speed-2) ease;color:var(--color-text-muted);flex-shrink:0}.ws-tt__faq-item[open] .faq-caret{transform:rotate(180deg)}.ws-tt__faq-answer{padding:2px var(--space-sm) var(--space-sm) var(--space-md)}.ws-tt__faq-answer p{font-size:var(--typescale_body-small_size);line-height:1.55;color:var(--color-text-subtle);margin:0}.ws-tt__links-grid{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.ws-tt__quick-link{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_body-small_size);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border-subtle);color:var(--color-primary);text-decoration:none;transition:var(--transition-fast)}.ws-tt__quick-link:hover{background:var(--color-hover);border-color:var(--color-primary)}.ws-tt__theater{z-index:10;background:var(--neutral-900);border-radius:0;overflow:hidden;margin-bottom:var(--space-lg);margin-left:calc(var(--space-lg) * -1);margin-right:calc(var(--space-lg) * -1)}.ws-tt__theater-player{width:100%;aspect-ratio:16 / 9}.ws-tt__theater-player iframe{width:100%;height:100%;border:none;display:block}.ws-tt__theater.is-collapsed{background:var(--color-surface)}.ws-tt__theater-collapsed{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);color:var(--color-text-muted);font-size:var(--typescale_label-medium_size)}.ws-tt__theater-collapsed-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.ws-tt__theater-bar{display:flex;align-items:center;gap:2px;padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border-top:1px solid var(--color-border)}.ws-tt__theater-btn{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:none;border:none;border-radius:var(--radius-md);font-size:var(--typescale_label-small_size);font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:var(--transition-fast);text-decoration:none;white-space:nowrap}.ws-tt__theater-btn:hover{background:var(--color-hover);color:var(--color-text)}.ws-tt__video-external{position:relative;display:block;border-radius:0;overflow:hidden;margin-bottom:var(--space-lg);margin-left:calc(var(--space-lg) * -1);margin-right:calc(var(--space-lg) * -1);text-decoration:none;background:var(--neutral-900)}.ws-tt__video-external-thumb{width:100%;aspect-ratio:16 / 9;max-height:360px;object-fit:contain;display:block}.ws-tt__video-external-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);background:#00000073;color:var(--neutral-0);font-size:var(--typescale_label-large_size);font-weight:500;transition:var(--transition-fast)}.ws-tt__video-external:hover .ws-tt__video-external-overlay{background:#000000a6}.ws-tt__contact{display:flex;flex-direction:column;gap:var(--space-xs)}.ws-tt__contact a{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);text-decoration:none;transition:var(--transition-fast)}.ws-tt__contact a:hover{color:var(--color-primary)}.ws-tt__location-address{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);margin:0 0 var(--space-xs)}.ws-tt__location-link{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-medium_size);color:var(--color-primary);text-decoration:none}.ws-tt__location-link:hover{text-decoration:underline}.ws-tt__hours-row{display:flex;justify-content:space-between;font-size:var(--typescale_body-small_size);padding:2px 0}.ws-tt__hours-day{font-weight:500;color:var(--color-text)}.ws-tt__hours-time{color:var(--color-text-subtle)}.ws-tt__status-open{color:var(--color-success);font-weight:500;font-size:var(--typescale_body-small_size);margin:0 0 var(--space-xs)}.ws-tt__status-closed{color:var(--color-error);font-weight:500;font-size:var(--typescale_body-small_size);margin:0 0 var(--space-xs)}.ws-tt__badges{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.ws-tt__badge{font-size:var(--typescale_label-small_size);font-weight:500;padding:2px var(--space-sm);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text-subtle);border:1px solid var(--color-border-subtle)}.ws-tt__badge--verified{background:var(--brand-1);color:var(--neutral-0);border-color:var(--brand-1)}.ws-tt__badge--top_rated{background:var(--brand-3-light);color:var(--neutral-900);border-color:var(--brand-3-light)}.ws-tt__price{font-size:var(--typescale_body-medium_size)}.ws-tt__price-symbols{font-weight:700;font-size:var(--typescale_title-small_size);color:var(--color-text)}.ws-tt__price-label{color:var(--color-text-subtle)}.ws-tt__social{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.ws-tt__talktags{display:flex;flex-direction:column;gap:var(--space-xs)}.ws-tt__talktag-phrase{font-size:var(--typescale_body-small_size);font-style:italic;color:var(--color-text-subtle);padding:var(--space-xs) var(--space-sm);background:var(--color-surface);border-radius:var(--radius-md);border-left:3px solid var(--color-primary)}.ws-tt__keywords{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.ws-tt__matched{font-size:var(--typescale_body-small_size);color:var(--color-text-muted);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border-subtle)}.ws-tt__matched-label{font-weight:500}.ws-tt__matched em{font-style:italic;color:var(--color-text-subtle)}.ws-tt__meta{display:flex;justify-content:space-between;font-size:var(--typescale_label-small_size);color:var(--color-text-muted);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--color-border-subtle);opacity:.7}.join-page{max-width:720px;margin:0 auto;padding:0 var(--space-lg) var(--space-4xl)}.join-hero{padding:var(--space-4xl) 0 var(--space-3xl);text-align:center}.join-hero__title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;line-height:1.2;color:var(--on-surface);margin:0 0 var(--space-lg)}.join-hero__subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--on-surface-variant);line-height:1.6;max-width:560px;margin:0 auto var(--space-2xl)}.join-cta-btn{display:inline-block;padding:var(--space-md) var(--space-2xl);border-radius:var(--radius-full);font-size:1.1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.join-cta-btn:active{transform:scale(.98)}.join-cta-btn--primary{background:linear-gradient(135deg,var(--brand-3),var(--brand-4));color:#fff}.join-cta-btn--primary:hover{opacity:.9}.join-section{padding:var(--space-3xl) 0;border-top:1px solid var(--outline-variant)}.join-intro-text{font-size:1.05rem;color:var(--on-surface-variant);line-height:1.7;margin:0 0 var(--space-lg)}.join-intro-subtext{font-size:.95rem;font-weight:600;color:var(--on-surface);margin:0 0 var(--space-2xl);text-transform:uppercase;letter-spacing:.04em}.join-pillars{display:flex;flex-direction:column;gap:var(--space-2xl)}.join-pillar{display:flex;flex-direction:column;gap:var(--space-sm)}.join-pillar__icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--surface-container);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--brand-1);margin-bottom:var(--space-xs)}.join-pillar__title{font-size:1.1rem;font-weight:700;color:var(--on-surface);margin:0 0 var(--space-xs)}.join-pillar__tagline{font-size:.9rem;font-weight:600;color:var(--brand-1);margin:0 0 var(--space-sm);text-transform:uppercase;letter-spacing:.03em}.join-pillar__body{font-size:.975rem;color:var(--on-surface-variant);line-height:1.65;margin:0}.join-story__transition{font-size:1.05rem;color:var(--on-surface-variant);line-height:1.7;margin:0 0 var(--space-2xl)}.join-quote{margin:0 0 var(--space-2xl);padding:var(--space-lg) var(--space-xl);border-left:4px solid var(--brand-3);background:var(--surface-container);border-radius:0 var(--radius-md) var(--radius-md) 0}.join-quote__text{font-size:1.2rem;font-style:italic;font-weight:600;color:var(--on-surface);margin:0 0 var(--space-xs);line-height:1.5}.join-quote__cite{font-size:.875rem;color:var(--on-surface-variant);font-style:normal}.join-story__body{font-size:.975rem;color:var(--on-surface-variant);line-height:1.65;margin:0}.join-cta-section{padding:var(--space-3xl) 0;border-top:1px solid var(--outline-variant);text-align:center}@media(min-width:640px){.join-pillars{gap:var(--space-3xl)}.join-pillar{flex-direction:row;align-items:flex-start;gap:var(--space-lg)}.join-pillar__icon{flex-shrink:0;margin-bottom:0}}.tools-header{display:flex;align-items:center;height:56px;padding:0 var(--space-md);background:var(--color-surface);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.tools-header__brand{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;color:inherit}.tools-header__wordmark{font-size:var(--typescale_title-small_size);font-weight:600;color:var(--color-text)}.tools-header__product{font-size:var(--typescale_label-medium_size);color:var(--color-text-secondary);font-weight:500}.tools-page{min-height:100vh;background:var(--color-background)}.tools-page main{padding-bottom:var(--space-4xl)}.tools-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-4xl) var(--space-lg)}.tools-hero__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:var(--color-primary-subtle);margin-bottom:var(--space-lg);color:var(--color-primary)}.tools-hero__title{font-size:var(--typescale_headline-medium_size);font-weight:600;line-height:var(--typescale_headline-medium_height);color:var(--color-text);margin-bottom:var(--space-md);max-width:480px}.tools-hero__sub{font-size:var(--typescale_body-large_size);line-height:var(--typescale_body-large_line-height);color:var(--color-text-secondary);max-width:480px;margin-bottom:var(--space-2xl)}.tools-step-indicator{position:sticky;top:56px;z-index:10;background:var(--color-background);padding:var(--space-sm) var(--space-lg);border-bottom:1px solid var(--color-outline-variant)}.tools-step-indicator__bar{max-width:640px;margin:0 auto var(--space-xs)}.tools-step-indicator__label{font-size:var(--typescale_label-large_size);color:var(--color-text-secondary);text-align:center;max-width:640px;margin:0 auto}.tools-progress--step1 .fui-progress__bar{width:33%}.tools-progress--step2 .fui-progress__bar{width:66%}.tools-progress--step3 .fui-progress__bar{width:100%}.tools-wizard{max-width:640px;margin:0 auto;padding:var(--space-xl) var(--space-lg)}.tools-wizard__step{display:none}.tools-wizard__step--active{display:block}.tools-type-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}@media(min-width:640px){.tools-type-grid{grid-template-columns:repeat(3,1fr)}}.tools-type-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-xs);padding:var(--space-md);min-height:120px;border:1.5px solid var(--color-outline-variant);border-radius:var(--shape-medium);background:var(--color-surface);cursor:pointer;transition:border-color .15s,background .15s,transform .15s,box-shadow .15s;font-family:inherit}.tools-type-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.tools-type-card--selected{background:var(--color-primary-subtle);border-color:var(--color-primary);border-width:2px}.tools-type-card__icon{color:var(--color-text-subtle);transition:color .15s;display:flex;align-items:center;justify-content:center}.tools-type-card--selected .tools-type-card__icon,.tools-type-card:hover .tools-type-card__icon{color:var(--color-primary)}.tools-type-card__label{font-size:var(--typescale_title-small_size);font-weight:600;color:var(--color-text)}.tools-type-card__desc{display:none;font-size:var(--typescale_body-small_size);color:var(--color-text-secondary);line-height:1.4}@media(min-width:640px){.tools-type-card__desc{display:block}}.tools-step-title{font-size:var(--typescale_title-large_size);font-weight:600;color:var(--color-text);margin-bottom:var(--space-xl)}.tools-question{margin-bottom:var(--space-lg)}.tools-question__label{display:block;font-size:var(--typescale_title-small_size);font-weight:500;color:var(--color-text);margin-bottom:var(--space-xs)}.tools-question__hint{font-size:var(--typescale_body-small_size);color:var(--color-text-secondary);font-style:italic;margin-bottom:var(--space-xs);margin-top:0}.tools-question__input{width:100%;box-sizing:border-box}.tools-question__input::placeholder{color:var(--color-text-muted)}.tools-wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:var(--space-xl);gap:var(--space-md)}.tools-output-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm);margin-bottom:var(--space-xl)}.tools-output-header__icon{color:var(--color-success, #388e3c);display:flex}.tools-output-header__title{font-size:var(--typescale_headline-small_size);font-weight:600;color:var(--color-text)}.tools-output-header__sub{font-size:var(--typescale_body-large_size);color:var(--color-text-secondary);max-width:480px}.tools-output{margin-bottom:var(--space-xl)}.tools-output__block{border:1.5px solid var(--color-outline-variant);border-radius:var(--shape-medium);background:var(--color-surface);overflow:hidden}.tools-output__bar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) var(--space-md);background:var(--color-surface-variant, var(--color-primary-subtle));border-bottom:1px solid var(--color-outline-variant)}.tools-output__bar-label{font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em}.tools-output__bar-actions{display:flex;align-items:center;gap:var(--space-xs)}.tools-output__text{font-family:var(--font-mono, "Roboto Mono", "Courier New", monospace);font-size:var(--typescale_body-small_size);line-height:1.65;color:var(--color-text);white-space:pre-wrap;word-break:break-word;max-height:420px;overflow-y:auto;margin:0;padding:var(--space-lg)}.tools-output__copy{background:none;border:none;cursor:pointer;color:var(--color-text-secondary);padding:var(--space-xs);border-radius:var(--shape-small);transition:color .15s,background .15s;display:flex;align-items:center;justify-content:center}.tools-output__copy:hover{color:var(--color-primary);background:var(--color-primary-container, var(--color-primary-subtle))}.tools-output__copied-badge{font-size:var(--typescale_label-small_size);font-weight:600;color:var(--color-primary);opacity:0;pointer-events:none;transition:opacity .2s}.tools-output__copied-badge--visible{opacity:1}.tools-copy-row{margin-bottom:var(--space-lg)}.tools-copy-btn{width:100%}.tools-cta-row{display:flex;flex-direction:column;gap:var(--space-md);align-items:center}.tools-cta-row__sub{font-size:var(--typescale_body-small_size);color:var(--color-text-secondary);text-align:center}.tools-footer-note{text-align:center;font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);padding:var(--space-xl) var(--space-lg) var(--space-2xl)}@font-face{font-family:Phosphor;src:url(/fonts/Phosphor/Phosphor.woff2) format("woff2"),url(/fonts/Phosphor/Phosphor.woff) format("woff"),url(/fonts/Phosphor/Phosphor.ttf) format("truetype"),url(/fonts/Phosphor/Phosphor.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:swap}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}@font-face{font-family:Phosphor-Fill;src:url(/fonts/Phosphor-Fill/Phosphor-Fill.woff2) format("woff2"),url(/fonts/Phosphor-Fill/Phosphor-Fill.woff) format("woff"),url(/fonts/Phosphor-Fill/Phosphor-Fill.ttf) format("truetype"),url(/fonts/Phosphor-Fill/Phosphor-Fill.svg#Phosphor-Fill) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-fill{font-family:Phosphor-Fill!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph-fill.ph-acorn:before{content:""}.ph-fill.ph-address-book:before{content:""}.ph-fill.ph-address-book-tabs:before{content:""}.ph-fill.ph-air-traffic-control:before{content:""}.ph-fill.ph-airplane:before{content:""}.ph-fill.ph-airplane-in-flight:before{content:""}.ph-fill.ph-airplane-landing:before{content:""}.ph-fill.ph-airplane-takeoff:before{content:""}.ph-fill.ph-airplane-taxiing:before{content:""}.ph-fill.ph-airplane-tilt:before{content:""}.ph-fill.ph-airplay:before{content:""}.ph-fill.ph-alarm:before{content:""}.ph-fill.ph-alien:before{content:""}.ph-fill.ph-align-bottom:before{content:""}.ph-fill.ph-align-bottom-simple:before{content:""}.ph-fill.ph-align-center-horizontal:before{content:""}.ph-fill.ph-align-center-horizontal-simple:before{content:""}.ph-fill.ph-align-center-vertical:before{content:""}.ph-fill.ph-align-center-vertical-simple:before{content:""}.ph-fill.ph-align-left:before{content:""}.ph-fill.ph-align-left-simple:before{content:""}.ph-fill.ph-align-right:before{content:""}.ph-fill.ph-align-right-simple:before{content:""}.ph-fill.ph-align-top:before{content:""}.ph-fill.ph-align-top-simple:before{content:""}.ph-fill.ph-amazon-logo:before{content:""}.ph-fill.ph-ambulance:before{content:""}.ph-fill.ph-anchor:before{content:""}.ph-fill.ph-anchor-simple:before{content:""}.ph-fill.ph-android-logo:before{content:""}.ph-fill.ph-angle:before{content:""}.ph-fill.ph-angular-logo:before{content:""}.ph-fill.ph-aperture:before{content:""}.ph-fill.ph-app-store-logo:before{content:""}.ph-fill.ph-app-window:before{content:""}.ph-fill.ph-apple-logo:before{content:""}.ph-fill.ph-apple-podcasts-logo:before{content:""}.ph-fill.ph-approximate-equals:before{content:""}.ph-fill.ph-archive:before{content:""}.ph-fill.ph-armchair:before{content:""}.ph-fill.ph-arrow-arc-left:before{content:""}.ph-fill.ph-arrow-arc-right:before{content:""}.ph-fill.ph-arrow-bend-double-up-left:before{content:""}.ph-fill.ph-arrow-bend-double-up-right:before{content:""}.ph-fill.ph-arrow-bend-down-left:before{content:""}.ph-fill.ph-arrow-bend-down-right:before{content:""}.ph-fill.ph-arrow-bend-left-down:before{content:""}.ph-fill.ph-arrow-bend-left-up:before{content:""}.ph-fill.ph-arrow-bend-right-down:before{content:""}.ph-fill.ph-arrow-bend-right-up:before{content:""}.ph-fill.ph-arrow-bend-up-left:before{content:""}.ph-fill.ph-arrow-bend-up-right:before{content:""}.ph-fill.ph-arrow-circle-down:before{content:""}.ph-fill.ph-arrow-circle-down-left:before{content:""}.ph-fill.ph-arrow-circle-down-right:before{content:""}.ph-fill.ph-arrow-circle-left:before{content:""}.ph-fill.ph-arrow-circle-right:before{content:""}.ph-fill.ph-arrow-circle-up:before{content:""}.ph-fill.ph-arrow-circle-up-left:before{content:""}.ph-fill.ph-arrow-circle-up-right:before{content:""}.ph-fill.ph-arrow-clockwise:before{content:""}.ph-fill.ph-arrow-counter-clockwise:before{content:""}.ph-fill.ph-arrow-down:before{content:""}.ph-fill.ph-arrow-down-left:before{content:""}.ph-fill.ph-arrow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-down-left:before{content:""}.ph-fill.ph-arrow-elbow-down-right:before{content:""}.ph-fill.ph-arrow-elbow-left:before{content:""}.ph-fill.ph-arrow-elbow-left-down:before{content:""}.ph-fill.ph-arrow-elbow-left-up:before{content:""}.ph-fill.ph-arrow-elbow-right:before{content:""}.ph-fill.ph-arrow-elbow-right-down:before{content:""}.ph-fill.ph-arrow-elbow-right-up:before{content:""}.ph-fill.ph-arrow-elbow-up-left:before{content:""}.ph-fill.ph-arrow-elbow-up-right:before{content:""}.ph-fill.ph-arrow-fat-down:before{content:""}.ph-fill.ph-arrow-fat-left:before{content:""}.ph-fill.ph-arrow-fat-line-down:before{content:""}.ph-fill.ph-arrow-fat-line-left:before{content:""}.ph-fill.ph-arrow-fat-line-right:before{content:""}.ph-fill.ph-arrow-fat-line-up:before{content:""}.ph-fill.ph-arrow-fat-lines-down:before{content:""}.ph-fill.ph-arrow-fat-lines-left:before{content:""}.ph-fill.ph-arrow-fat-lines-right:before{content:""}.ph-fill.ph-arrow-fat-lines-up:before{content:""}.ph-fill.ph-arrow-fat-right:before{content:""}.ph-fill.ph-arrow-fat-up:before{content:""}.ph-fill.ph-arrow-left:before{content:""}.ph-fill.ph-arrow-line-down:before{content:""}.ph-fill.ph-arrow-line-down-left:before{content:""}.ph-fill.ph-arrow-line-down-right:before{content:""}.ph-fill.ph-arrow-line-left:before{content:""}.ph-fill.ph-arrow-line-right:before{content:""}.ph-fill.ph-arrow-line-up:before{content:""}.ph-fill.ph-arrow-line-up-left:before{content:""}.ph-fill.ph-arrow-line-up-right:before{content:""}.ph-fill.ph-arrow-right:before{content:""}.ph-fill.ph-arrow-square-down:before{content:""}.ph-fill.ph-arrow-square-down-left:before{content:""}.ph-fill.ph-arrow-square-down-right:before{content:""}.ph-fill.ph-arrow-square-in:before{content:""}.ph-fill.ph-arrow-square-left:before{content:""}.ph-fill.ph-arrow-square-out:before{content:""}.ph-fill.ph-arrow-square-right:before{content:""}.ph-fill.ph-arrow-square-up:before{content:""}.ph-fill.ph-arrow-square-up-left:before{content:""}.ph-fill.ph-arrow-square-up-right:before{content:""}.ph-fill.ph-arrow-u-down-left:before{content:""}.ph-fill.ph-arrow-u-down-right:before{content:""}.ph-fill.ph-arrow-u-left-down:before{content:""}.ph-fill.ph-arrow-u-left-up:before{content:""}.ph-fill.ph-arrow-u-right-down:before{content:""}.ph-fill.ph-arrow-u-right-up:before{content:""}.ph-fill.ph-arrow-u-up-left:before{content:""}.ph-fill.ph-arrow-u-up-right:before{content:""}.ph-fill.ph-arrow-up:before{content:""}.ph-fill.ph-arrow-up-left:before{content:""}.ph-fill.ph-arrow-up-right:before{content:""}.ph-fill.ph-arrows-clockwise:before{content:""}.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph-fill.ph-arrows-down-up:before{content:""}.ph-fill.ph-arrows-horizontal:before{content:""}.ph-fill.ph-arrows-in:before{content:""}.ph-fill.ph-arrows-in-cardinal:before{content:""}.ph-fill.ph-arrows-in-line-horizontal:before{content:""}.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph-fill.ph-arrows-in-simple:before{content:""}.ph-fill.ph-arrows-left-right:before{content:""}.ph-fill.ph-arrows-merge:before{content:""}.ph-fill.ph-arrows-out:before{content:""}.ph-fill.ph-arrows-out-cardinal:before{content:""}.ph-fill.ph-arrows-out-line-horizontal:before{content:""}.ph-fill.ph-arrows-out-line-vertical:before{content:""}.ph-fill.ph-arrows-out-simple:before{content:""}.ph-fill.ph-arrows-split:before{content:""}.ph-fill.ph-arrows-vertical:before{content:""}.ph-fill.ph-article:before{content:""}.ph-fill.ph-article-medium:before{content:""}.ph-fill.ph-article-ny-times:before{content:""}.ph-fill.ph-asclepius:before{content:""}.ph-fill.ph-caduceus:before{content:""}.ph-fill.ph-asterisk:before{content:""}.ph-fill.ph-asterisk-simple:before{content:""}.ph-fill.ph-at:before{content:""}.ph-fill.ph-atom:before{content:""}.ph-fill.ph-avocado:before{content:""}.ph-fill.ph-axe:before{content:""}.ph-fill.ph-baby:before{content:""}.ph-fill.ph-baby-carriage:before{content:""}.ph-fill.ph-backpack:before{content:""}.ph-fill.ph-backspace:before{content:""}.ph-fill.ph-bag:before{content:""}.ph-fill.ph-bag-simple:before{content:""}.ph-fill.ph-balloon:before{content:""}.ph-fill.ph-bandaids:before{content:""}.ph-fill.ph-bank:before{content:""}.ph-fill.ph-barbell:before{content:""}.ph-fill.ph-barcode:before{content:""}.ph-fill.ph-barn:before{content:""}.ph-fill.ph-barricade:before{content:""}.ph-fill.ph-baseball:before{content:""}.ph-fill.ph-baseball-cap:before{content:""}.ph-fill.ph-baseball-helmet:before{content:""}.ph-fill.ph-basket:before{content:""}.ph-fill.ph-basketball:before{content:""}.ph-fill.ph-bathtub:before{content:""}.ph-fill.ph-battery-charging:before{content:""}.ph-fill.ph-battery-charging-vertical:before{content:""}.ph-fill.ph-battery-empty:before{content:""}.ph-fill.ph-battery-full:before{content:""}.ph-fill.ph-battery-high:before{content:""}.ph-fill.ph-battery-low:before{content:""}.ph-fill.ph-battery-medium:before{content:""}.ph-fill.ph-battery-plus:before{content:""}.ph-fill.ph-battery-plus-vertical:before{content:""}.ph-fill.ph-battery-vertical-empty:before{content:""}.ph-fill.ph-battery-vertical-full:before{content:""}.ph-fill.ph-battery-vertical-high:before{content:""}.ph-fill.ph-battery-vertical-low:before{content:""}.ph-fill.ph-battery-vertical-medium:before{content:""}.ph-fill.ph-battery-warning:before{content:""}.ph-fill.ph-battery-warning-vertical:before{content:""}.ph-fill.ph-beach-ball:before{content:""}.ph-fill.ph-beanie:before{content:""}.ph-fill.ph-bed:before{content:""}.ph-fill.ph-beer-bottle:before{content:""}.ph-fill.ph-beer-stein:before{content:""}.ph-fill.ph-behance-logo:before{content:""}.ph-fill.ph-bell:before{content:""}.ph-fill.ph-bell-ringing:before{content:""}.ph-fill.ph-bell-simple:before{content:""}.ph-fill.ph-bell-simple-ringing:before{content:""}.ph-fill.ph-bell-simple-slash:before{content:""}.ph-fill.ph-bell-simple-z:before{content:""}.ph-fill.ph-bell-slash:before{content:""}.ph-fill.ph-bell-z:before{content:""}.ph-fill.ph-belt:before{content:""}.ph-fill.ph-bezier-curve:before{content:""}.ph-fill.ph-bicycle:before{content:""}.ph-fill.ph-binary:before{content:""}.ph-fill.ph-binoculars:before{content:""}.ph-fill.ph-biohazard:before{content:""}.ph-fill.ph-bird:before{content:""}.ph-fill.ph-blueprint:before{content:""}.ph-fill.ph-bluetooth:before{content:""}.ph-fill.ph-bluetooth-connected:before{content:""}.ph-fill.ph-bluetooth-slash:before{content:""}.ph-fill.ph-bluetooth-x:before{content:""}.ph-fill.ph-boat:before{content:""}.ph-fill.ph-bomb:before{content:""}.ph-fill.ph-bone:before{content:""}.ph-fill.ph-book:before{content:""}.ph-fill.ph-book-bookmark:before{content:""}.ph-fill.ph-book-open:before{content:""}.ph-fill.ph-book-open-text:before{content:""}.ph-fill.ph-book-open-user:before{content:""}.ph-fill.ph-bookmark:before{content:""}.ph-fill.ph-bookmark-simple:before{content:""}.ph-fill.ph-bookmarks:before{content:""}.ph-fill.ph-bookmarks-simple:before{content:""}.ph-fill.ph-books:before{content:""}.ph-fill.ph-boot:before{content:""}.ph-fill.ph-boules:before{content:""}.ph-fill.ph-bounding-box:before{content:""}.ph-fill.ph-bowl-food:before{content:""}.ph-fill.ph-bowl-steam:before{content:""}.ph-fill.ph-bowling-ball:before{content:""}.ph-fill.ph-box-arrow-down:before{content:""}.ph-fill.ph-archive-box:before{content:""}.ph-fill.ph-box-arrow-up:before{content:""}.ph-fill.ph-boxing-glove:before{content:""}.ph-fill.ph-brackets-angle:before{content:""}.ph-fill.ph-brackets-curly:before{content:""}.ph-fill.ph-brackets-round:before{content:""}.ph-fill.ph-brackets-square:before{content:""}.ph-fill.ph-brain:before{content:""}.ph-fill.ph-brandy:before{content:""}.ph-fill.ph-bread:before{content:""}.ph-fill.ph-bridge:before{content:""}.ph-fill.ph-briefcase:before{content:""}.ph-fill.ph-briefcase-metal:before{content:""}.ph-fill.ph-broadcast:before{content:""}.ph-fill.ph-broom:before{content:""}.ph-fill.ph-browser:before{content:""}.ph-fill.ph-browsers:before{content:""}.ph-fill.ph-bug:before{content:""}.ph-fill.ph-bug-beetle:before{content:""}.ph-fill.ph-bug-droid:before{content:""}.ph-fill.ph-building:before{content:""}.ph-fill.ph-building-apartment:before{content:""}.ph-fill.ph-building-office:before{content:""}.ph-fill.ph-buildings:before{content:""}.ph-fill.ph-bulldozer:before{content:""}.ph-fill.ph-bus:before{content:""}.ph-fill.ph-butterfly:before{content:""}.ph-fill.ph-cable-car:before{content:""}.ph-fill.ph-cactus:before{content:""}.ph-fill.ph-cake:before{content:""}.ph-fill.ph-calculator:before{content:""}.ph-fill.ph-calendar:before{content:""}.ph-fill.ph-calendar-blank:before{content:""}.ph-fill.ph-calendar-check:before{content:""}.ph-fill.ph-calendar-dot:before{content:""}.ph-fill.ph-calendar-dots:before{content:""}.ph-fill.ph-calendar-heart:before{content:""}.ph-fill.ph-calendar-minus:before{content:""}.ph-fill.ph-calendar-plus:before{content:""}.ph-fill.ph-calendar-slash:before{content:""}.ph-fill.ph-calendar-star:before{content:""}.ph-fill.ph-calendar-x:before{content:""}.ph-fill.ph-call-bell:before{content:""}.ph-fill.ph-camera:before{content:""}.ph-fill.ph-camera-plus:before{content:""}.ph-fill.ph-camera-rotate:before{content:""}.ph-fill.ph-camera-slash:before{content:""}.ph-fill.ph-campfire:before{content:""}.ph-fill.ph-car:before{content:""}.ph-fill.ph-car-battery:before{content:""}.ph-fill.ph-car-profile:before{content:""}.ph-fill.ph-car-simple:before{content:""}.ph-fill.ph-cardholder:before{content:""}.ph-fill.ph-cards:before{content:""}.ph-fill.ph-cards-three:before{content:""}.ph-fill.ph-caret-circle-double-down:before{content:""}.ph-fill.ph-caret-circle-double-left:before{content:""}.ph-fill.ph-caret-circle-double-right:before{content:""}.ph-fill.ph-caret-circle-double-up:before{content:""}.ph-fill.ph-caret-circle-down:before{content:""}.ph-fill.ph-caret-circle-left:before{content:""}.ph-fill.ph-caret-circle-right:before{content:""}.ph-fill.ph-caret-circle-up:before{content:""}.ph-fill.ph-caret-circle-up-down:before{content:""}.ph-fill.ph-caret-double-down:before{content:""}.ph-fill.ph-caret-double-left:before{content:""}.ph-fill.ph-caret-double-right:before{content:""}.ph-fill.ph-caret-double-up:before{content:""}.ph-fill.ph-caret-down:before{content:""}.ph-fill.ph-caret-left:before{content:""}.ph-fill.ph-caret-line-down:before{content:""}.ph-fill.ph-caret-line-left:before{content:""}.ph-fill.ph-caret-line-right:before{content:""}.ph-fill.ph-caret-line-up:before{content:""}.ph-fill.ph-caret-right:before{content:""}.ph-fill.ph-caret-up:before{content:""}.ph-fill.ph-caret-up-down:before{content:""}.ph-fill.ph-carrot:before{content:""}.ph-fill.ph-cash-register:before{content:""}.ph-fill.ph-cassette-tape:before{content:""}.ph-fill.ph-castle-turret:before{content:""}.ph-fill.ph-cat:before{content:""}.ph-fill.ph-cell-signal-full:before{content:""}.ph-fill.ph-cell-signal-high:before{content:""}.ph-fill.ph-cell-signal-low:before{content:""}.ph-fill.ph-cell-signal-medium:before{content:""}.ph-fill.ph-cell-signal-none:before{content:""}.ph-fill.ph-cell-signal-slash:before{content:""}.ph-fill.ph-cell-signal-x:before{content:""}.ph-fill.ph-cell-tower:before{content:""}.ph-fill.ph-certificate:before{content:""}.ph-fill.ph-chair:before{content:""}.ph-fill.ph-chalkboard:before{content:""}.ph-fill.ph-chalkboard-simple:before{content:""}.ph-fill.ph-chalkboard-teacher:before{content:""}.ph-fill.ph-champagne:before{content:""}.ph-fill.ph-charging-station:before{content:""}.ph-fill.ph-chart-bar:before{content:""}.ph-fill.ph-chart-bar-horizontal:before{content:""}.ph-fill.ph-chart-donut:before{content:""}.ph-fill.ph-chart-line:before{content:""}.ph-fill.ph-chart-line-down:before{content:""}.ph-fill.ph-chart-line-up:before{content:""}.ph-fill.ph-chart-pie:before{content:""}.ph-fill.ph-chart-pie-slice:before{content:""}.ph-fill.ph-chart-polar:before{content:""}.ph-fill.ph-chart-scatter:before{content:""}.ph-fill.ph-chat:before{content:""}.ph-fill.ph-chat-centered:before{content:""}.ph-fill.ph-chat-centered-dots:before{content:""}.ph-fill.ph-chat-centered-slash:before{content:""}.ph-fill.ph-chat-centered-text:before{content:""}.ph-fill.ph-chat-circle:before{content:""}.ph-fill.ph-chat-circle-dots:before{content:""}.ph-fill.ph-chat-circle-slash:before{content:""}.ph-fill.ph-chat-circle-text:before{content:""}.ph-fill.ph-chat-dots:before{content:""}.ph-fill.ph-chat-slash:before{content:""}.ph-fill.ph-chat-teardrop:before{content:""}.ph-fill.ph-chat-teardrop-dots:before{content:""}.ph-fill.ph-chat-teardrop-slash:before{content:""}.ph-fill.ph-chat-teardrop-text:before{content:""}.ph-fill.ph-chat-text:before{content:""}.ph-fill.ph-chats:before{content:""}.ph-fill.ph-chats-circle:before{content:""}.ph-fill.ph-chats-teardrop:before{content:""}.ph-fill.ph-check:before{content:""}.ph-fill.ph-check-circle:before{content:""}.ph-fill.ph-check-fat:before{content:""}.ph-fill.ph-check-square:before{content:""}.ph-fill.ph-check-square-offset:before{content:""}.ph-fill.ph-checkerboard:before{content:""}.ph-fill.ph-checks:before{content:""}.ph-fill.ph-cheers:before{content:""}.ph-fill.ph-cheese:before{content:""}.ph-fill.ph-chef-hat:before{content:""}.ph-fill.ph-cherries:before{content:""}.ph-fill.ph-church:before{content:""}.ph-fill.ph-cigarette:before{content:""}.ph-fill.ph-cigarette-slash:before{content:""}.ph-fill.ph-circle:before{content:""}.ph-fill.ph-circle-dashed:before{content:""}.ph-fill.ph-circle-half:before{content:""}.ph-fill.ph-circle-half-tilt:before{content:""}.ph-fill.ph-circle-notch:before{content:""}.ph-fill.ph-circles-four:before{content:""}.ph-fill.ph-circles-three:before{content:""}.ph-fill.ph-circles-three-plus:before{content:""}.ph-fill.ph-circuitry:before{content:""}.ph-fill.ph-city:before{content:""}.ph-fill.ph-clipboard:before{content:""}.ph-fill.ph-clipboard-text:before{content:""}.ph-fill.ph-clock:before{content:""}.ph-fill.ph-clock-afternoon:before{content:""}.ph-fill.ph-clock-clockwise:before{content:""}.ph-fill.ph-clock-countdown:before{content:""}.ph-fill.ph-clock-counter-clockwise:before{content:""}.ph-fill.ph-clock-user:before{content:""}.ph-fill.ph-closed-captioning:before{content:""}.ph-fill.ph-cloud:before{content:""}.ph-fill.ph-cloud-arrow-down:before{content:""}.ph-fill.ph-cloud-arrow-up:before{content:""}.ph-fill.ph-cloud-check:before{content:""}.ph-fill.ph-cloud-fog:before{content:""}.ph-fill.ph-cloud-lightning:before{content:""}.ph-fill.ph-cloud-moon:before{content:""}.ph-fill.ph-cloud-rain:before{content:""}.ph-fill.ph-cloud-slash:before{content:""}.ph-fill.ph-cloud-snow:before{content:""}.ph-fill.ph-cloud-sun:before{content:""}.ph-fill.ph-cloud-warning:before{content:""}.ph-fill.ph-cloud-x:before{content:""}.ph-fill.ph-clover:before{content:""}.ph-fill.ph-club:before{content:""}.ph-fill.ph-coat-hanger:before{content:""}.ph-fill.ph-coda-logo:before{content:""}.ph-fill.ph-code:before{content:""}.ph-fill.ph-code-block:before{content:""}.ph-fill.ph-code-simple:before{content:""}.ph-fill.ph-codepen-logo:before{content:""}.ph-fill.ph-codesandbox-logo:before{content:""}.ph-fill.ph-coffee:before{content:""}.ph-fill.ph-coffee-bean:before{content:""}.ph-fill.ph-coin:before{content:""}.ph-fill.ph-coin-vertical:before{content:""}.ph-fill.ph-coins:before{content:""}.ph-fill.ph-columns:before{content:""}.ph-fill.ph-columns-plus-left:before{content:""}.ph-fill.ph-columns-plus-right:before{content:""}.ph-fill.ph-command:before{content:""}.ph-fill.ph-compass:before{content:""}.ph-fill.ph-compass-rose:before{content:""}.ph-fill.ph-compass-tool:before{content:""}.ph-fill.ph-computer-tower:before{content:""}.ph-fill.ph-confetti:before{content:""}.ph-fill.ph-contactless-payment:before{content:""}.ph-fill.ph-control:before{content:""}.ph-fill.ph-cookie:before{content:""}.ph-fill.ph-cooking-pot:before{content:""}.ph-fill.ph-copy:before{content:""}.ph-fill.ph-copy-simple:before{content:""}.ph-fill.ph-copyleft:before{content:""}.ph-fill.ph-copyright:before{content:""}.ph-fill.ph-corners-in:before{content:""}.ph-fill.ph-corners-out:before{content:""}.ph-fill.ph-couch:before{content:""}.ph-fill.ph-court-basketball:before{content:""}.ph-fill.ph-cow:before{content:""}.ph-fill.ph-cowboy-hat:before{content:""}.ph-fill.ph-cpu:before{content:""}.ph-fill.ph-crane:before{content:""}.ph-fill.ph-crane-tower:before{content:""}.ph-fill.ph-credit-card:before{content:""}.ph-fill.ph-cricket:before{content:""}.ph-fill.ph-crop:before{content:""}.ph-fill.ph-cross:before{content:""}.ph-fill.ph-crosshair:before{content:""}.ph-fill.ph-crosshair-simple:before{content:""}.ph-fill.ph-crown:before{content:""}.ph-fill.ph-crown-cross:before{content:""}.ph-fill.ph-crown-simple:before{content:""}.ph-fill.ph-cube:before{content:""}.ph-fill.ph-cube-focus:before{content:""}.ph-fill.ph-cube-transparent:before{content:""}.ph-fill.ph-currency-btc:before{content:""}.ph-fill.ph-currency-circle-dollar:before{content:""}.ph-fill.ph-currency-cny:before{content:""}.ph-fill.ph-currency-dollar:before{content:""}.ph-fill.ph-currency-dollar-simple:before{content:""}.ph-fill.ph-currency-eth:before{content:""}.ph-fill.ph-currency-eur:before{content:""}.ph-fill.ph-currency-gbp:before{content:""}.ph-fill.ph-currency-inr:before{content:""}.ph-fill.ph-currency-jpy:before{content:""}.ph-fill.ph-currency-krw:before{content:""}.ph-fill.ph-currency-kzt:before{content:""}.ph-fill.ph-currency-ngn:before{content:""}.ph-fill.ph-currency-rub:before{content:""}.ph-fill.ph-cursor:before{content:""}.ph-fill.ph-cursor-click:before{content:""}.ph-fill.ph-cursor-text:before{content:""}.ph-fill.ph-cylinder:before{content:""}.ph-fill.ph-database:before{content:""}.ph-fill.ph-desk:before{content:""}.ph-fill.ph-desktop:before{content:""}.ph-fill.ph-desktop-tower:before{content:""}.ph-fill.ph-detective:before{content:""}.ph-fill.ph-dev-to-logo:before{content:""}.ph-fill.ph-device-mobile:before{content:""}.ph-fill.ph-device-mobile-camera:before{content:""}.ph-fill.ph-device-mobile-slash:before{content:""}.ph-fill.ph-device-mobile-speaker:before{content:""}.ph-fill.ph-device-rotate:before{content:""}.ph-fill.ph-device-tablet:before{content:""}.ph-fill.ph-device-tablet-camera:before{content:""}.ph-fill.ph-device-tablet-speaker:before{content:""}.ph-fill.ph-devices:before{content:""}.ph-fill.ph-diamond:before{content:""}.ph-fill.ph-diamonds-four:before{content:""}.ph-fill.ph-dice-five:before{content:""}.ph-fill.ph-dice-four:before{content:""}.ph-fill.ph-dice-one:before{content:""}.ph-fill.ph-dice-six:before{content:""}.ph-fill.ph-dice-three:before{content:""}.ph-fill.ph-dice-two:before{content:""}.ph-fill.ph-disc:before{content:""}.ph-fill.ph-disco-ball:before{content:""}.ph-fill.ph-discord-logo:before{content:""}.ph-fill.ph-divide:before{content:""}.ph-fill.ph-dna:before{content:""}.ph-fill.ph-dog:before{content:""}.ph-fill.ph-door:before{content:""}.ph-fill.ph-door-open:before{content:""}.ph-fill.ph-dot:before{content:""}.ph-fill.ph-dot-outline:before{content:""}.ph-fill.ph-dots-nine:before{content:""}.ph-fill.ph-dots-six:before{content:""}.ph-fill.ph-dots-six-vertical:before{content:""}.ph-fill.ph-dots-three:before{content:""}.ph-fill.ph-dots-three-circle:before{content:""}.ph-fill.ph-dots-three-circle-vertical:before{content:""}.ph-fill.ph-dots-three-outline:before{content:""}.ph-fill.ph-dots-three-outline-vertical:before{content:""}.ph-fill.ph-dots-three-vertical:before{content:""}.ph-fill.ph-download:before{content:""}.ph-fill.ph-download-simple:before{content:""}.ph-fill.ph-dress:before{content:""}.ph-fill.ph-dresser:before{content:""}.ph-fill.ph-dribbble-logo:before{content:""}.ph-fill.ph-drone:before{content:""}.ph-fill.ph-drop:before{content:""}.ph-fill.ph-drop-half:before{content:""}.ph-fill.ph-drop-half-bottom:before{content:""}.ph-fill.ph-drop-simple:before{content:""}.ph-fill.ph-drop-slash:before{content:""}.ph-fill.ph-dropbox-logo:before{content:""}.ph-fill.ph-ear:before{content:""}.ph-fill.ph-ear-slash:before{content:""}.ph-fill.ph-egg:before{content:""}.ph-fill.ph-egg-crack:before{content:""}.ph-fill.ph-eject:before{content:""}.ph-fill.ph-eject-simple:before{content:""}.ph-fill.ph-elevator:before{content:""}.ph-fill.ph-empty:before{content:""}.ph-fill.ph-engine:before{content:""}.ph-fill.ph-envelope:before{content:""}.ph-fill.ph-envelope-open:before{content:""}.ph-fill.ph-envelope-simple:before{content:""}.ph-fill.ph-envelope-simple-open:before{content:""}.ph-fill.ph-equalizer:before{content:""}.ph-fill.ph-equals:before{content:""}.ph-fill.ph-eraser:before{content:""}.ph-fill.ph-escalator-down:before{content:""}.ph-fill.ph-escalator-up:before{content:""}.ph-fill.ph-exam:before{content:""}.ph-fill.ph-exclamation-mark:before{content:""}.ph-fill.ph-exclude:before{content:""}.ph-fill.ph-exclude-square:before{content:""}.ph-fill.ph-export:before{content:""}.ph-fill.ph-eye:before{content:""}.ph-fill.ph-eye-closed:before{content:""}.ph-fill.ph-eye-slash:before{content:""}.ph-fill.ph-eyedropper:before{content:""}.ph-fill.ph-eyedropper-sample:before{content:""}.ph-fill.ph-eyeglasses:before{content:""}.ph-fill.ph-eyes:before{content:""}.ph-fill.ph-face-mask:before{content:""}.ph-fill.ph-facebook-logo:before{content:""}.ph-fill.ph-factory:before{content:""}.ph-fill.ph-faders:before{content:""}.ph-fill.ph-faders-horizontal:before{content:""}.ph-fill.ph-fallout-shelter:before{content:""}.ph-fill.ph-fan:before{content:""}.ph-fill.ph-farm:before{content:""}.ph-fill.ph-fast-forward:before{content:""}.ph-fill.ph-fast-forward-circle:before{content:""}.ph-fill.ph-feather:before{content:""}.ph-fill.ph-fediverse-logo:before{content:""}.ph-fill.ph-figma-logo:before{content:""}.ph-fill.ph-file:before{content:""}.ph-fill.ph-file-archive:before{content:""}.ph-fill.ph-file-arrow-down:before{content:""}.ph-fill.ph-file-arrow-up:before{content:""}.ph-fill.ph-file-audio:before{content:""}.ph-fill.ph-file-c:before{content:""}.ph-fill.ph-file-c-sharp:before{content:""}.ph-fill.ph-file-cloud:before{content:""}.ph-fill.ph-file-code:before{content:""}.ph-fill.ph-file-cpp:before{content:""}.ph-fill.ph-file-css:before{content:""}.ph-fill.ph-file-csv:before{content:""}.ph-fill.ph-file-dashed:before{content:""}.ph-fill.ph-file-dotted:before{content:""}.ph-fill.ph-file-doc:before{content:""}.ph-fill.ph-file-html:before{content:""}.ph-fill.ph-file-image:before{content:""}.ph-fill.ph-file-ini:before{content:""}.ph-fill.ph-file-jpg:before{content:""}.ph-fill.ph-file-js:before{content:""}.ph-fill.ph-file-jsx:before{content:""}.ph-fill.ph-file-lock:before{content:""}.ph-fill.ph-file-magnifying-glass:before{content:""}.ph-fill.ph-file-search:before{content:""}.ph-fill.ph-file-md:before{content:""}.ph-fill.ph-file-minus:before{content:""}.ph-fill.ph-file-pdf:before{content:""}.ph-fill.ph-file-plus:before{content:""}.ph-fill.ph-file-png:before{content:""}.ph-fill.ph-file-ppt:before{content:""}.ph-fill.ph-file-py:before{content:""}.ph-fill.ph-file-rs:before{content:""}.ph-fill.ph-file-sql:before{content:""}.ph-fill.ph-file-svg:before{content:""}.ph-fill.ph-file-text:before{content:""}.ph-fill.ph-file-ts:before{content:""}.ph-fill.ph-file-tsx:before{content:""}.ph-fill.ph-file-txt:before{content:""}.ph-fill.ph-file-video:before{content:""}.ph-fill.ph-file-vue:before{content:""}.ph-fill.ph-file-x:before{content:""}.ph-fill.ph-file-xls:before{content:""}.ph-fill.ph-file-zip:before{content:""}.ph-fill.ph-files:before{content:""}.ph-fill.ph-film-reel:before{content:""}.ph-fill.ph-film-script:before{content:""}.ph-fill.ph-film-slate:before{content:""}.ph-fill.ph-film-strip:before{content:""}.ph-fill.ph-fingerprint:before{content:""}.ph-fill.ph-fingerprint-simple:before{content:""}.ph-fill.ph-finn-the-human:before{content:""}.ph-fill.ph-fire:before{content:""}.ph-fill.ph-fire-extinguisher:before{content:""}.ph-fill.ph-fire-simple:before{content:""}.ph-fill.ph-fire-truck:before{content:""}.ph-fill.ph-first-aid:before{content:""}.ph-fill.ph-first-aid-kit:before{content:""}.ph-fill.ph-fish:before{content:""}.ph-fill.ph-fish-simple:before{content:""}.ph-fill.ph-flag:before{content:""}.ph-fill.ph-flag-banner:before{content:""}.ph-fill.ph-flag-banner-fold:before{content:""}.ph-fill.ph-flag-checkered:before{content:""}.ph-fill.ph-flag-pennant:before{content:""}.ph-fill.ph-flame:before{content:""}.ph-fill.ph-flashlight:before{content:""}.ph-fill.ph-flask:before{content:""}.ph-fill.ph-flip-horizontal:before{content:""}.ph-fill.ph-flip-vertical:before{content:""}.ph-fill.ph-floppy-disk:before{content:""}.ph-fill.ph-floppy-disk-back:before{content:""}.ph-fill.ph-flow-arrow:before{content:""}.ph-fill.ph-flower:before{content:""}.ph-fill.ph-flower-lotus:before{content:""}.ph-fill.ph-flower-tulip:before{content:""}.ph-fill.ph-flying-saucer:before{content:""}.ph-fill.ph-folder:before{content:""}.ph-fill.ph-folder-notch:before{content:""}.ph-fill.ph-folder-dashed:before{content:""}.ph-fill.ph-folder-dotted:before{content:""}.ph-fill.ph-folder-lock:before{content:""}.ph-fill.ph-folder-minus:before{content:""}.ph-fill.ph-folder-notch-minus:before{content:""}.ph-fill.ph-folder-open:before{content:""}.ph-fill.ph-folder-notch-open:before{content:""}.ph-fill.ph-folder-plus:before{content:""}.ph-fill.ph-folder-notch-plus:before{content:""}.ph-fill.ph-folder-simple:before{content:""}.ph-fill.ph-folder-simple-dashed:before{content:""}.ph-fill.ph-folder-simple-dotted:before{content:""}.ph-fill.ph-folder-simple-lock:before{content:""}.ph-fill.ph-folder-simple-minus:before{content:""}.ph-fill.ph-folder-simple-plus:before{content:""}.ph-fill.ph-folder-simple-star:before{content:""}.ph-fill.ph-folder-simple-user:before{content:""}.ph-fill.ph-folder-star:before{content:""}.ph-fill.ph-folder-user:before{content:""}.ph-fill.ph-folders:before{content:""}.ph-fill.ph-football:before{content:""}.ph-fill.ph-football-helmet:before{content:""}.ph-fill.ph-footprints:before{content:""}.ph-fill.ph-fork-knife:before{content:""}.ph-fill.ph-four-k:before{content:""}.ph-fill.ph-frame-corners:before{content:""}.ph-fill.ph-framer-logo:before{content:""}.ph-fill.ph-function:before{content:""}.ph-fill.ph-funnel:before{content:""}.ph-fill.ph-funnel-simple:before{content:""}.ph-fill.ph-funnel-simple-x:before{content:""}.ph-fill.ph-funnel-x:before{content:""}.ph-fill.ph-game-controller:before{content:""}.ph-fill.ph-garage:before{content:""}.ph-fill.ph-gas-can:before{content:""}.ph-fill.ph-gas-pump:before{content:""}.ph-fill.ph-gauge:before{content:""}.ph-fill.ph-gavel:before{content:""}.ph-fill.ph-gear:before{content:""}.ph-fill.ph-gear-fine:before{content:""}.ph-fill.ph-gear-six:before{content:""}.ph-fill.ph-gender-female:before{content:""}.ph-fill.ph-gender-intersex:before{content:""}.ph-fill.ph-gender-male:before{content:""}.ph-fill.ph-gender-neuter:before{content:""}.ph-fill.ph-gender-nonbinary:before{content:""}.ph-fill.ph-gender-transgender:before{content:""}.ph-fill.ph-ghost:before{content:""}.ph-fill.ph-gif:before{content:""}.ph-fill.ph-gift:before{content:""}.ph-fill.ph-git-branch:before{content:""}.ph-fill.ph-git-commit:before{content:""}.ph-fill.ph-git-diff:before{content:""}.ph-fill.ph-git-fork:before{content:""}.ph-fill.ph-git-merge:before{content:""}.ph-fill.ph-git-pull-request:before{content:""}.ph-fill.ph-github-logo:before{content:""}.ph-fill.ph-gitlab-logo:before{content:""}.ph-fill.ph-gitlab-logo-simple:before{content:""}.ph-fill.ph-globe:before{content:""}.ph-fill.ph-globe-hemisphere-east:before{content:""}.ph-fill.ph-globe-hemisphere-west:before{content:""}.ph-fill.ph-globe-simple:before{content:""}.ph-fill.ph-globe-simple-x:before{content:""}.ph-fill.ph-globe-stand:before{content:""}.ph-fill.ph-globe-x:before{content:""}.ph-fill.ph-goggles:before{content:""}.ph-fill.ph-golf:before{content:""}.ph-fill.ph-goodreads-logo:before{content:""}.ph-fill.ph-google-cardboard-logo:before{content:""}.ph-fill.ph-google-chrome-logo:before{content:""}.ph-fill.ph-google-drive-logo:before{content:""}.ph-fill.ph-google-logo:before{content:""}.ph-fill.ph-google-photos-logo:before{content:""}.ph-fill.ph-google-play-logo:before{content:""}.ph-fill.ph-google-podcasts-logo:before{content:""}.ph-fill.ph-gps:before{content:""}.ph-fill.ph-gps-fix:before{content:""}.ph-fill.ph-gps-slash:before{content:""}.ph-fill.ph-gradient:before{content:""}.ph-fill.ph-graduation-cap:before{content:""}.ph-fill.ph-grains:before{content:""}.ph-fill.ph-grains-slash:before{content:""}.ph-fill.ph-graph:before{content:""}.ph-fill.ph-graphics-card:before{content:""}.ph-fill.ph-greater-than:before{content:""}.ph-fill.ph-greater-than-or-equal:before{content:""}.ph-fill.ph-grid-four:before{content:""}.ph-fill.ph-grid-nine:before{content:""}.ph-fill.ph-guitar:before{content:""}.ph-fill.ph-hair-dryer:before{content:""}.ph-fill.ph-hamburger:before{content:""}.ph-fill.ph-hammer:before{content:""}.ph-fill.ph-hand:before{content:""}.ph-fill.ph-hand-arrow-down:before{content:""}.ph-fill.ph-hand-arrow-up:before{content:""}.ph-fill.ph-hand-coins:before{content:""}.ph-fill.ph-hand-deposit:before{content:""}.ph-fill.ph-hand-eye:before{content:""}.ph-fill.ph-hand-fist:before{content:""}.ph-fill.ph-hand-grabbing:before{content:""}.ph-fill.ph-hand-heart:before{content:""}.ph-fill.ph-hand-palm:before{content:""}.ph-fill.ph-hand-peace:before{content:""}.ph-fill.ph-hand-pointing:before{content:""}.ph-fill.ph-hand-soap:before{content:""}.ph-fill.ph-hand-swipe-left:before{content:""}.ph-fill.ph-hand-swipe-right:before{content:""}.ph-fill.ph-hand-tap:before{content:""}.ph-fill.ph-hand-waving:before{content:""}.ph-fill.ph-hand-withdraw:before{content:""}.ph-fill.ph-handbag:before{content:""}.ph-fill.ph-handbag-simple:before{content:""}.ph-fill.ph-hands-clapping:before{content:""}.ph-fill.ph-hands-praying:before{content:""}.ph-fill.ph-handshake:before{content:""}.ph-fill.ph-hard-drive:before{content:""}.ph-fill.ph-hard-drives:before{content:""}.ph-fill.ph-hard-hat:before{content:""}.ph-fill.ph-hash:before{content:""}.ph-fill.ph-hash-straight:before{content:""}.ph-fill.ph-head-circuit:before{content:""}.ph-fill.ph-headlights:before{content:""}.ph-fill.ph-headphones:before{content:""}.ph-fill.ph-headset:before{content:""}.ph-fill.ph-heart:before{content:""}.ph-fill.ph-heart-break:before{content:""}.ph-fill.ph-heart-half:before{content:""}.ph-fill.ph-heart-straight:before{content:""}.ph-fill.ph-heart-straight-break:before{content:""}.ph-fill.ph-heartbeat:before{content:""}.ph-fill.ph-hexagon:before{content:""}.ph-fill.ph-high-definition:before{content:""}.ph-fill.ph-high-heel:before{content:""}.ph-fill.ph-highlighter:before{content:""}.ph-fill.ph-highlighter-circle:before{content:""}.ph-fill.ph-hockey:before{content:""}.ph-fill.ph-hoodie:before{content:""}.ph-fill.ph-horse:before{content:""}.ph-fill.ph-hospital:before{content:""}.ph-fill.ph-hourglass:before{content:""}.ph-fill.ph-hourglass-high:before{content:""}.ph-fill.ph-hourglass-low:before{content:""}.ph-fill.ph-hourglass-medium:before{content:""}.ph-fill.ph-hourglass-simple:before{content:""}.ph-fill.ph-hourglass-simple-high:before{content:""}.ph-fill.ph-hourglass-simple-low:before{content:""}.ph-fill.ph-hourglass-simple-medium:before{content:""}.ph-fill.ph-house:before{content:""}.ph-fill.ph-house-line:before{content:""}.ph-fill.ph-house-simple:before{content:""}.ph-fill.ph-hurricane:before{content:""}.ph-fill.ph-ice-cream:before{content:""}.ph-fill.ph-identification-badge:before{content:""}.ph-fill.ph-identification-card:before{content:""}.ph-fill.ph-image:before{content:""}.ph-fill.ph-image-broken:before{content:""}.ph-fill.ph-image-square:before{content:""}.ph-fill.ph-images:before{content:""}.ph-fill.ph-images-square:before{content:""}.ph-fill.ph-infinity:before{content:""}.ph-fill.ph-lemniscate:before{content:""}.ph-fill.ph-info:before{content:""}.ph-fill.ph-instagram-logo:before{content:""}.ph-fill.ph-intersect:before{content:""}.ph-fill.ph-intersect-square:before{content:""}.ph-fill.ph-intersect-three:before{content:""}.ph-fill.ph-intersection:before{content:""}.ph-fill.ph-invoice:before{content:""}.ph-fill.ph-island:before{content:""}.ph-fill.ph-jar:before{content:""}.ph-fill.ph-jar-label:before{content:""}.ph-fill.ph-jeep:before{content:""}.ph-fill.ph-joystick:before{content:""}.ph-fill.ph-kanban:before{content:""}.ph-fill.ph-key:before{content:""}.ph-fill.ph-key-return:before{content:""}.ph-fill.ph-keyboard:before{content:""}.ph-fill.ph-keyhole:before{content:""}.ph-fill.ph-knife:before{content:""}.ph-fill.ph-ladder:before{content:""}.ph-fill.ph-ladder-simple:before{content:""}.ph-fill.ph-lamp:before{content:""}.ph-fill.ph-lamp-pendant:before{content:""}.ph-fill.ph-laptop:before{content:""}.ph-fill.ph-lasso:before{content:""}.ph-fill.ph-lastfm-logo:before{content:""}.ph-fill.ph-layout:before{content:""}.ph-fill.ph-leaf:before{content:""}.ph-fill.ph-lectern:before{content:""}.ph-fill.ph-lego:before{content:""}.ph-fill.ph-lego-smiley:before{content:""}.ph-fill.ph-less-than:before{content:""}.ph-fill.ph-less-than-or-equal:before{content:""}.ph-fill.ph-letter-circle-h:before{content:""}.ph-fill.ph-letter-circle-p:before{content:""}.ph-fill.ph-letter-circle-v:before{content:""}.ph-fill.ph-lifebuoy:before{content:""}.ph-fill.ph-lightbulb:before{content:""}.ph-fill.ph-lightbulb-filament:before{content:""}.ph-fill.ph-lighthouse:before{content:""}.ph-fill.ph-lightning:before{content:""}.ph-fill.ph-lightning-a:before{content:""}.ph-fill.ph-lightning-slash:before{content:""}.ph-fill.ph-line-segment:before{content:""}.ph-fill.ph-line-segments:before{content:""}.ph-fill.ph-line-vertical:before{content:""}.ph-fill.ph-link:before{content:""}.ph-fill.ph-link-break:before{content:""}.ph-fill.ph-link-simple:before{content:""}.ph-fill.ph-link-simple-break:before{content:""}.ph-fill.ph-link-simple-horizontal:before{content:""}.ph-fill.ph-link-simple-horizontal-break:before{content:""}.ph-fill.ph-linkedin-logo:before{content:""}.ph-fill.ph-linktree-logo:before{content:""}.ph-fill.ph-linux-logo:before{content:""}.ph-fill.ph-list:before{content:""}.ph-fill.ph-list-bullets:before{content:""}.ph-fill.ph-list-checks:before{content:""}.ph-fill.ph-list-dashes:before{content:""}.ph-fill.ph-list-heart:before{content:""}.ph-fill.ph-list-magnifying-glass:before{content:""}.ph-fill.ph-list-numbers:before{content:""}.ph-fill.ph-list-plus:before{content:""}.ph-fill.ph-list-star:before{content:""}.ph-fill.ph-lock:before{content:""}.ph-fill.ph-lock-key:before{content:""}.ph-fill.ph-lock-key-open:before{content:""}.ph-fill.ph-lock-laminated:before{content:""}.ph-fill.ph-lock-laminated-open:before{content:""}.ph-fill.ph-lock-open:before{content:""}.ph-fill.ph-lock-simple:before{content:""}.ph-fill.ph-lock-simple-open:before{content:""}.ph-fill.ph-lockers:before{content:""}.ph-fill.ph-log:before{content:""}.ph-fill.ph-magic-wand:before{content:""}.ph-fill.ph-magnet:before{content:""}.ph-fill.ph-magnet-straight:before{content:""}.ph-fill.ph-magnifying-glass:before{content:""}.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph-fill.ph-magnifying-glass-plus:before{content:""}.ph-fill.ph-mailbox:before{content:""}.ph-fill.ph-map-pin:before{content:""}.ph-fill.ph-map-pin-area:before{content:""}.ph-fill.ph-map-pin-line:before{content:""}.ph-fill.ph-map-pin-plus:before{content:""}.ph-fill.ph-map-pin-simple:before{content:""}.ph-fill.ph-map-pin-simple-area:before{content:""}.ph-fill.ph-map-pin-simple-line:before{content:""}.ph-fill.ph-map-trifold:before{content:""}.ph-fill.ph-markdown-logo:before{content:""}.ph-fill.ph-marker-circle:before{content:""}.ph-fill.ph-martini:before{content:""}.ph-fill.ph-mask-happy:before{content:""}.ph-fill.ph-mask-sad:before{content:""}.ph-fill.ph-mastodon-logo:before{content:""}.ph-fill.ph-math-operations:before{content:""}.ph-fill.ph-matrix-logo:before{content:""}.ph-fill.ph-medal:before{content:""}.ph-fill.ph-medal-military:before{content:""}.ph-fill.ph-medium-logo:before{content:""}.ph-fill.ph-megaphone:before{content:""}.ph-fill.ph-megaphone-simple:before{content:""}.ph-fill.ph-member-of:before{content:""}.ph-fill.ph-memory:before{content:""}.ph-fill.ph-messenger-logo:before{content:""}.ph-fill.ph-meta-logo:before{content:""}.ph-fill.ph-meteor:before{content:""}.ph-fill.ph-metronome:before{content:""}.ph-fill.ph-microphone:before{content:""}.ph-fill.ph-microphone-slash:before{content:""}.ph-fill.ph-microphone-stage:before{content:""}.ph-fill.ph-microscope:before{content:""}.ph-fill.ph-microsoft-excel-logo:before{content:""}.ph-fill.ph-microsoft-outlook-logo:before{content:""}.ph-fill.ph-microsoft-powerpoint-logo:before{content:""}.ph-fill.ph-microsoft-teams-logo:before{content:""}.ph-fill.ph-microsoft-word-logo:before{content:""}.ph-fill.ph-minus:before{content:""}.ph-fill.ph-minus-circle:before{content:""}.ph-fill.ph-minus-square:before{content:""}.ph-fill.ph-money:before{content:""}.ph-fill.ph-money-wavy:before{content:""}.ph-fill.ph-monitor:before{content:""}.ph-fill.ph-monitor-arrow-up:before{content:""}.ph-fill.ph-monitor-play:before{content:""}.ph-fill.ph-moon:before{content:""}.ph-fill.ph-moon-stars:before{content:""}.ph-fill.ph-moped:before{content:""}.ph-fill.ph-moped-front:before{content:""}.ph-fill.ph-mosque:before{content:""}.ph-fill.ph-motorcycle:before{content:""}.ph-fill.ph-mountains:before{content:""}.ph-fill.ph-mouse:before{content:""}.ph-fill.ph-mouse-left-click:before{content:""}.ph-fill.ph-mouse-middle-click:before{content:""}.ph-fill.ph-mouse-right-click:before{content:""}.ph-fill.ph-mouse-scroll:before{content:""}.ph-fill.ph-mouse-simple:before{content:""}.ph-fill.ph-music-note:before{content:""}.ph-fill.ph-music-note-simple:before{content:""}.ph-fill.ph-music-notes:before{content:""}.ph-fill.ph-music-notes-minus:before{content:""}.ph-fill.ph-music-notes-plus:before{content:""}.ph-fill.ph-music-notes-simple:before{content:""}.ph-fill.ph-navigation-arrow:before{content:""}.ph-fill.ph-needle:before{content:""}.ph-fill.ph-network:before{content:""}.ph-fill.ph-network-slash:before{content:""}.ph-fill.ph-network-x:before{content:""}.ph-fill.ph-newspaper:before{content:""}.ph-fill.ph-newspaper-clipping:before{content:""}.ph-fill.ph-not-equals:before{content:""}.ph-fill.ph-not-member-of:before{content:""}.ph-fill.ph-not-subset-of:before{content:""}.ph-fill.ph-not-superset-of:before{content:""}.ph-fill.ph-notches:before{content:""}.ph-fill.ph-note:before{content:""}.ph-fill.ph-note-blank:before{content:""}.ph-fill.ph-note-pencil:before{content:""}.ph-fill.ph-notebook:before{content:""}.ph-fill.ph-notepad:before{content:""}.ph-fill.ph-notification:before{content:""}.ph-fill.ph-notion-logo:before{content:""}.ph-fill.ph-nuclear-plant:before{content:""}.ph-fill.ph-number-circle-eight:before{content:""}.ph-fill.ph-number-circle-five:before{content:""}.ph-fill.ph-number-circle-four:before{content:""}.ph-fill.ph-number-circle-nine:before{content:""}.ph-fill.ph-number-circle-one:before{content:""}.ph-fill.ph-number-circle-seven:before{content:""}.ph-fill.ph-number-circle-six:before{content:""}.ph-fill.ph-number-circle-three:before{content:""}.ph-fill.ph-number-circle-two:before{content:""}.ph-fill.ph-number-circle-zero:before{content:""}.ph-fill.ph-number-eight:before{content:""}.ph-fill.ph-number-five:before{content:""}.ph-fill.ph-number-four:before{content:""}.ph-fill.ph-number-nine:before{content:""}.ph-fill.ph-number-one:before{content:""}.ph-fill.ph-number-seven:before{content:""}.ph-fill.ph-number-six:before{content:""}.ph-fill.ph-number-square-eight:before{content:""}.ph-fill.ph-number-square-five:before{content:""}.ph-fill.ph-number-square-four:before{content:""}.ph-fill.ph-number-square-nine:before{content:""}.ph-fill.ph-number-square-one:before{content:""}.ph-fill.ph-number-square-seven:before{content:""}.ph-fill.ph-number-square-six:before{content:""}.ph-fill.ph-number-square-three:before{content:""}.ph-fill.ph-number-square-two:before{content:""}.ph-fill.ph-number-square-zero:before{content:""}.ph-fill.ph-number-three:before{content:""}.ph-fill.ph-number-two:before{content:""}.ph-fill.ph-number-zero:before{content:""}.ph-fill.ph-numpad:before{content:""}.ph-fill.ph-nut:before{content:""}.ph-fill.ph-ny-times-logo:before{content:""}.ph-fill.ph-octagon:before{content:""}.ph-fill.ph-office-chair:before{content:""}.ph-fill.ph-onigiri:before{content:""}.ph-fill.ph-open-ai-logo:before{content:""}.ph-fill.ph-option:before{content:""}.ph-fill.ph-orange:before{content:""}.ph-fill.ph-orange-slice:before{content:""}.ph-fill.ph-oven:before{content:""}.ph-fill.ph-package:before{content:""}.ph-fill.ph-paint-brush:before{content:""}.ph-fill.ph-paint-brush-broad:before{content:""}.ph-fill.ph-paint-brush-household:before{content:""}.ph-fill.ph-paint-bucket:before{content:""}.ph-fill.ph-paint-roller:before{content:""}.ph-fill.ph-palette:before{content:""}.ph-fill.ph-panorama:before{content:""}.ph-fill.ph-pants:before{content:""}.ph-fill.ph-paper-plane:before{content:""}.ph-fill.ph-paper-plane-right:before{content:""}.ph-fill.ph-paper-plane-tilt:before{content:""}.ph-fill.ph-paperclip:before{content:""}.ph-fill.ph-paperclip-horizontal:before{content:""}.ph-fill.ph-parachute:before{content:""}.ph-fill.ph-paragraph:before{content:""}.ph-fill.ph-parallelogram:before{content:""}.ph-fill.ph-park:before{content:""}.ph-fill.ph-password:before{content:""}.ph-fill.ph-path:before{content:""}.ph-fill.ph-patreon-logo:before{content:""}.ph-fill.ph-pause:before{content:""}.ph-fill.ph-pause-circle:before{content:""}.ph-fill.ph-paw-print:before{content:""}.ph-fill.ph-paypal-logo:before{content:""}.ph-fill.ph-peace:before{content:""}.ph-fill.ph-pen:before{content:""}.ph-fill.ph-pen-nib:before{content:""}.ph-fill.ph-pen-nib-straight:before{content:""}.ph-fill.ph-pencil:before{content:""}.ph-fill.ph-pencil-circle:before{content:""}.ph-fill.ph-pencil-line:before{content:""}.ph-fill.ph-pencil-ruler:before{content:""}.ph-fill.ph-pencil-simple:before{content:""}.ph-fill.ph-pencil-simple-line:before{content:""}.ph-fill.ph-pencil-simple-slash:before{content:""}.ph-fill.ph-pencil-slash:before{content:""}.ph-fill.ph-pentagon:before{content:""}.ph-fill.ph-pentagram:before{content:""}.ph-fill.ph-pepper:before{content:""}.ph-fill.ph-percent:before{content:""}.ph-fill.ph-person:before{content:""}.ph-fill.ph-person-arms-spread:before{content:""}.ph-fill.ph-person-simple:before{content:""}.ph-fill.ph-person-simple-bike:before{content:""}.ph-fill.ph-person-simple-circle:before{content:""}.ph-fill.ph-person-simple-hike:before{content:""}.ph-fill.ph-person-simple-run:before{content:""}.ph-fill.ph-person-simple-ski:before{content:""}.ph-fill.ph-person-simple-snowboard:before{content:""}.ph-fill.ph-person-simple-swim:before{content:""}.ph-fill.ph-person-simple-tai-chi:before{content:""}.ph-fill.ph-person-simple-throw:before{content:""}.ph-fill.ph-person-simple-walk:before{content:""}.ph-fill.ph-perspective:before{content:""}.ph-fill.ph-phone:before{content:""}.ph-fill.ph-phone-call:before{content:""}.ph-fill.ph-phone-disconnect:before{content:""}.ph-fill.ph-phone-incoming:before{content:""}.ph-fill.ph-phone-list:before{content:""}.ph-fill.ph-phone-outgoing:before{content:""}.ph-fill.ph-phone-pause:before{content:""}.ph-fill.ph-phone-plus:before{content:""}.ph-fill.ph-phone-slash:before{content:""}.ph-fill.ph-phone-transfer:before{content:""}.ph-fill.ph-phone-x:before{content:""}.ph-fill.ph-phosphor-logo:before{content:""}.ph-fill.ph-pi:before{content:""}.ph-fill.ph-piano-keys:before{content:""}.ph-fill.ph-picnic-table:before{content:""}.ph-fill.ph-picture-in-picture:before{content:""}.ph-fill.ph-piggy-bank:before{content:""}.ph-fill.ph-pill:before{content:""}.ph-fill.ph-ping-pong:before{content:""}.ph-fill.ph-pint-glass:before{content:""}.ph-fill.ph-pinterest-logo:before{content:""}.ph-fill.ph-pinwheel:before{content:""}.ph-fill.ph-pipe:before{content:""}.ph-fill.ph-pipe-wrench:before{content:""}.ph-fill.ph-pix-logo:before{content:""}.ph-fill.ph-pizza:before{content:""}.ph-fill.ph-placeholder:before{content:""}.ph-fill.ph-planet:before{content:""}.ph-fill.ph-plant:before{content:""}.ph-fill.ph-play:before{content:""}.ph-fill.ph-play-circle:before{content:""}.ph-fill.ph-play-pause:before{content:""}.ph-fill.ph-playlist:before{content:""}.ph-fill.ph-plug:before{content:""}.ph-fill.ph-plug-charging:before{content:""}.ph-fill.ph-plugs:before{content:""}.ph-fill.ph-plugs-connected:before{content:""}.ph-fill.ph-plus:before{content:""}.ph-fill.ph-plus-circle:before{content:""}.ph-fill.ph-plus-minus:before{content:""}.ph-fill.ph-plus-square:before{content:""}.ph-fill.ph-poker-chip:before{content:""}.ph-fill.ph-police-car:before{content:""}.ph-fill.ph-polygon:before{content:""}.ph-fill.ph-popcorn:before{content:""}.ph-fill.ph-popsicle:before{content:""}.ph-fill.ph-potted-plant:before{content:""}.ph-fill.ph-power:before{content:""}.ph-fill.ph-prescription:before{content:""}.ph-fill.ph-presentation:before{content:""}.ph-fill.ph-presentation-chart:before{content:""}.ph-fill.ph-printer:before{content:""}.ph-fill.ph-prohibit:before{content:""}.ph-fill.ph-prohibit-inset:before{content:""}.ph-fill.ph-projector-screen:before{content:""}.ph-fill.ph-projector-screen-chart:before{content:""}.ph-fill.ph-pulse:before{content:""}.ph-fill.ph-activity:before{content:""}.ph-fill.ph-push-pin:before{content:""}.ph-fill.ph-push-pin-simple:before{content:""}.ph-fill.ph-push-pin-simple-slash:before{content:""}.ph-fill.ph-push-pin-slash:before{content:""}.ph-fill.ph-puzzle-piece:before{content:""}.ph-fill.ph-qr-code:before{content:""}.ph-fill.ph-question:before{content:""}.ph-fill.ph-question-mark:before{content:""}.ph-fill.ph-queue:before{content:""}.ph-fill.ph-quotes:before{content:""}.ph-fill.ph-rabbit:before{content:""}.ph-fill.ph-racquet:before{content:""}.ph-fill.ph-radical:before{content:""}.ph-fill.ph-radio:before{content:""}.ph-fill.ph-radio-button:before{content:""}.ph-fill.ph-radioactive:before{content:""}.ph-fill.ph-rainbow:before{content:""}.ph-fill.ph-rainbow-cloud:before{content:""}.ph-fill.ph-ranking:before{content:""}.ph-fill.ph-read-cv-logo:before{content:""}.ph-fill.ph-receipt:before{content:""}.ph-fill.ph-receipt-x:before{content:""}.ph-fill.ph-record:before{content:""}.ph-fill.ph-rectangle:before{content:""}.ph-fill.ph-rectangle-dashed:before{content:""}.ph-fill.ph-recycle:before{content:""}.ph-fill.ph-reddit-logo:before{content:""}.ph-fill.ph-repeat:before{content:""}.ph-fill.ph-repeat-once:before{content:""}.ph-fill.ph-replit-logo:before{content:""}.ph-fill.ph-resize:before{content:""}.ph-fill.ph-rewind:before{content:""}.ph-fill.ph-rewind-circle:before{content:""}.ph-fill.ph-road-horizon:before{content:""}.ph-fill.ph-robot:before{content:""}.ph-fill.ph-rocket:before{content:""}.ph-fill.ph-rocket-launch:before{content:""}.ph-fill.ph-rows:before{content:""}.ph-fill.ph-rows-plus-bottom:before{content:""}.ph-fill.ph-rows-plus-top:before{content:""}.ph-fill.ph-rss:before{content:""}.ph-fill.ph-rss-simple:before{content:""}.ph-fill.ph-rug:before{content:""}.ph-fill.ph-ruler:before{content:""}.ph-fill.ph-sailboat:before{content:""}.ph-fill.ph-scales:before{content:""}.ph-fill.ph-scan:before{content:""}.ph-fill.ph-scan-smiley:before{content:""}.ph-fill.ph-scissors:before{content:""}.ph-fill.ph-scooter:before{content:""}.ph-fill.ph-screencast:before{content:""}.ph-fill.ph-screwdriver:before{content:""}.ph-fill.ph-scribble:before{content:""}.ph-fill.ph-scribble-loop:before{content:""}.ph-fill.ph-scroll:before{content:""}.ph-fill.ph-seal:before{content:""}.ph-fill.ph-circle-wavy:before{content:""}.ph-fill.ph-seal-check:before{content:""}.ph-fill.ph-circle-wavy-check:before{content:""}.ph-fill.ph-seal-percent:before{content:""}.ph-fill.ph-seal-question:before{content:""}.ph-fill.ph-circle-wavy-question:before{content:""}.ph-fill.ph-seal-warning:before{content:""}.ph-fill.ph-circle-wavy-warning:before{content:""}.ph-fill.ph-seat:before{content:""}.ph-fill.ph-seatbelt:before{content:""}.ph-fill.ph-security-camera:before{content:""}.ph-fill.ph-selection:before{content:""}.ph-fill.ph-selection-all:before{content:""}.ph-fill.ph-selection-background:before{content:""}.ph-fill.ph-selection-foreground:before{content:""}.ph-fill.ph-selection-inverse:before{content:""}.ph-fill.ph-selection-plus:before{content:""}.ph-fill.ph-selection-slash:before{content:""}.ph-fill.ph-shapes:before{content:""}.ph-fill.ph-share:before{content:""}.ph-fill.ph-share-fat:before{content:""}.ph-fill.ph-share-network:before{content:""}.ph-fill.ph-shield:before{content:""}.ph-fill.ph-shield-check:before{content:""}.ph-fill.ph-shield-checkered:before{content:""}.ph-fill.ph-shield-chevron:before{content:""}.ph-fill.ph-shield-plus:before{content:""}.ph-fill.ph-shield-slash:before{content:""}.ph-fill.ph-shield-star:before{content:""}.ph-fill.ph-shield-warning:before{content:""}.ph-fill.ph-shipping-container:before{content:""}.ph-fill.ph-shirt-folded:before{content:""}.ph-fill.ph-shooting-star:before{content:""}.ph-fill.ph-shopping-bag:before{content:""}.ph-fill.ph-shopping-bag-open:before{content:""}.ph-fill.ph-shopping-cart:before{content:""}.ph-fill.ph-shopping-cart-simple:before{content:""}.ph-fill.ph-shovel:before{content:""}.ph-fill.ph-shower:before{content:""}.ph-fill.ph-shrimp:before{content:""}.ph-fill.ph-shuffle:before{content:""}.ph-fill.ph-shuffle-angular:before{content:""}.ph-fill.ph-shuffle-simple:before{content:""}.ph-fill.ph-sidebar:before{content:""}.ph-fill.ph-sidebar-simple:before{content:""}.ph-fill.ph-sigma:before{content:""}.ph-fill.ph-sign-in:before{content:""}.ph-fill.ph-sign-out:before{content:""}.ph-fill.ph-signature:before{content:""}.ph-fill.ph-signpost:before{content:""}.ph-fill.ph-sim-card:before{content:""}.ph-fill.ph-siren:before{content:""}.ph-fill.ph-sketch-logo:before{content:""}.ph-fill.ph-skip-back:before{content:""}.ph-fill.ph-skip-back-circle:before{content:""}.ph-fill.ph-skip-forward:before{content:""}.ph-fill.ph-skip-forward-circle:before{content:""}.ph-fill.ph-skull:before{content:""}.ph-fill.ph-skype-logo:before{content:""}.ph-fill.ph-slack-logo:before{content:""}.ph-fill.ph-sliders:before{content:""}.ph-fill.ph-sliders-horizontal:before{content:""}.ph-fill.ph-slideshow:before{content:""}.ph-fill.ph-smiley:before{content:""}.ph-fill.ph-smiley-angry:before{content:""}.ph-fill.ph-smiley-blank:before{content:""}.ph-fill.ph-smiley-meh:before{content:""}.ph-fill.ph-smiley-melting:before{content:""}.ph-fill.ph-smiley-nervous:before{content:""}.ph-fill.ph-smiley-sad:before{content:""}.ph-fill.ph-smiley-sticker:before{content:""}.ph-fill.ph-smiley-wink:before{content:""}.ph-fill.ph-smiley-x-eyes:before{content:""}.ph-fill.ph-snapchat-logo:before{content:""}.ph-fill.ph-sneaker:before{content:""}.ph-fill.ph-sneaker-move:before{content:""}.ph-fill.ph-snowflake:before{content:""}.ph-fill.ph-soccer-ball:before{content:""}.ph-fill.ph-sock:before{content:""}.ph-fill.ph-solar-panel:before{content:""}.ph-fill.ph-solar-roof:before{content:""}.ph-fill.ph-sort-ascending:before{content:""}.ph-fill.ph-sort-descending:before{content:""}.ph-fill.ph-soundcloud-logo:before{content:""}.ph-fill.ph-spade:before{content:""}.ph-fill.ph-sparkle:before{content:""}.ph-fill.ph-speaker-hifi:before{content:""}.ph-fill.ph-speaker-high:before{content:""}.ph-fill.ph-speaker-low:before{content:""}.ph-fill.ph-speaker-none:before{content:""}.ph-fill.ph-speaker-simple-high:before{content:""}.ph-fill.ph-speaker-simple-low:before{content:""}.ph-fill.ph-speaker-simple-none:before{content:""}.ph-fill.ph-speaker-simple-slash:before{content:""}.ph-fill.ph-speaker-simple-x:before{content:""}.ph-fill.ph-speaker-slash:before{content:""}.ph-fill.ph-speaker-x:before{content:""}.ph-fill.ph-speedometer:before{content:""}.ph-fill.ph-sphere:before{content:""}.ph-fill.ph-spinner:before{content:""}.ph-fill.ph-spinner-ball:before{content:""}.ph-fill.ph-spinner-gap:before{content:""}.ph-fill.ph-spiral:before{content:""}.ph-fill.ph-split-horizontal:before{content:""}.ph-fill.ph-split-vertical:before{content:""}.ph-fill.ph-spotify-logo:before{content:""}.ph-fill.ph-spray-bottle:before{content:""}.ph-fill.ph-square:before{content:""}.ph-fill.ph-square-half:before{content:""}.ph-fill.ph-square-half-bottom:before{content:""}.ph-fill.ph-square-logo:before{content:""}.ph-fill.ph-square-split-horizontal:before{content:""}.ph-fill.ph-square-split-vertical:before{content:""}.ph-fill.ph-squares-four:before{content:""}.ph-fill.ph-stack:before{content:""}.ph-fill.ph-stack-minus:before{content:""}.ph-fill.ph-stack-overflow-logo:before{content:""}.ph-fill.ph-stack-plus:before{content:""}.ph-fill.ph-stack-simple:before{content:""}.ph-fill.ph-stairs:before{content:""}.ph-fill.ph-stamp:before{content:""}.ph-fill.ph-standard-definition:before{content:""}.ph-fill.ph-star:before{content:""}.ph-fill.ph-star-and-crescent:before{content:""}.ph-fill.ph-star-four:before{content:""}.ph-fill.ph-star-half:before{content:""}.ph-fill.ph-star-of-david:before{content:""}.ph-fill.ph-steam-logo:before{content:""}.ph-fill.ph-steering-wheel:before{content:""}.ph-fill.ph-steps:before{content:""}.ph-fill.ph-stethoscope:before{content:""}.ph-fill.ph-sticker:before{content:""}.ph-fill.ph-stool:before{content:""}.ph-fill.ph-stop:before{content:""}.ph-fill.ph-stop-circle:before{content:""}.ph-fill.ph-storefront:before{content:""}.ph-fill.ph-strategy:before{content:""}.ph-fill.ph-stripe-logo:before{content:""}.ph-fill.ph-student:before{content:""}.ph-fill.ph-subset-of:before{content:""}.ph-fill.ph-subset-proper-of:before{content:""}.ph-fill.ph-subtitles:before{content:""}.ph-fill.ph-subtitles-slash:before{content:""}.ph-fill.ph-subtract:before{content:""}.ph-fill.ph-subtract-square:before{content:""}.ph-fill.ph-subway:before{content:""}.ph-fill.ph-suitcase:before{content:""}.ph-fill.ph-suitcase-rolling:before{content:""}.ph-fill.ph-suitcase-simple:before{content:""}.ph-fill.ph-sun:before{content:""}.ph-fill.ph-sun-dim:before{content:""}.ph-fill.ph-sun-horizon:before{content:""}.ph-fill.ph-sunglasses:before{content:""}.ph-fill.ph-superset-of:before{content:""}.ph-fill.ph-superset-proper-of:before{content:""}.ph-fill.ph-swap:before{content:""}.ph-fill.ph-swatches:before{content:""}.ph-fill.ph-swimming-pool:before{content:""}.ph-fill.ph-sword:before{content:""}.ph-fill.ph-synagogue:before{content:""}.ph-fill.ph-syringe:before{content:""}.ph-fill.ph-t-shirt:before{content:""}.ph-fill.ph-table:before{content:""}.ph-fill.ph-tabs:before{content:""}.ph-fill.ph-tag:before{content:""}.ph-fill.ph-tag-chevron:before{content:""}.ph-fill.ph-tag-simple:before{content:""}.ph-fill.ph-target:before{content:""}.ph-fill.ph-taxi:before{content:""}.ph-fill.ph-tea-bag:before{content:""}.ph-fill.ph-telegram-logo:before{content:""}.ph-fill.ph-television:before{content:""}.ph-fill.ph-television-simple:before{content:""}.ph-fill.ph-tennis-ball:before{content:""}.ph-fill.ph-tent:before{content:""}.ph-fill.ph-terminal:before{content:""}.ph-fill.ph-terminal-window:before{content:""}.ph-fill.ph-test-tube:before{content:""}.ph-fill.ph-text-a-underline:before{content:""}.ph-fill.ph-text-aa:before{content:""}.ph-fill.ph-text-align-center:before{content:""}.ph-fill.ph-text-align-justify:before{content:""}.ph-fill.ph-text-align-left:before{content:""}.ph-fill.ph-text-align-right:before{content:""}.ph-fill.ph-text-b:before{content:""}.ph-fill.ph-text-bolder:before{content:""}.ph-fill.ph-text-columns:before{content:""}.ph-fill.ph-text-h:before{content:""}.ph-fill.ph-text-h-five:before{content:""}.ph-fill.ph-text-h-four:before{content:""}.ph-fill.ph-text-h-one:before{content:""}.ph-fill.ph-text-h-six:before{content:""}.ph-fill.ph-text-h-three:before{content:""}.ph-fill.ph-text-h-two:before{content:""}.ph-fill.ph-text-indent:before{content:""}.ph-fill.ph-text-italic:before{content:""}.ph-fill.ph-text-outdent:before{content:""}.ph-fill.ph-text-strikethrough:before{content:""}.ph-fill.ph-text-subscript:before{content:""}.ph-fill.ph-text-superscript:before{content:""}.ph-fill.ph-text-t:before{content:""}.ph-fill.ph-text-t-slash:before{content:""}.ph-fill.ph-text-underline:before{content:""}.ph-fill.ph-textbox:before{content:""}.ph-fill.ph-thermometer:before{content:""}.ph-fill.ph-thermometer-cold:before{content:""}.ph-fill.ph-thermometer-hot:before{content:""}.ph-fill.ph-thermometer-simple:before{content:""}.ph-fill.ph-threads-logo:before{content:""}.ph-fill.ph-three-d:before{content:""}.ph-fill.ph-thumbs-down:before{content:""}.ph-fill.ph-thumbs-up:before{content:""}.ph-fill.ph-ticket:before{content:""}.ph-fill.ph-tidal-logo:before{content:""}.ph-fill.ph-tiktok-logo:before{content:""}.ph-fill.ph-tilde:before{content:""}.ph-fill.ph-timer:before{content:""}.ph-fill.ph-tip-jar:before{content:""}.ph-fill.ph-tipi:before{content:""}.ph-fill.ph-tire:before{content:""}.ph-fill.ph-toggle-left:before{content:""}.ph-fill.ph-toggle-right:before{content:""}.ph-fill.ph-toilet:before{content:""}.ph-fill.ph-toilet-paper:before{content:""}.ph-fill.ph-toolbox:before{content:""}.ph-fill.ph-tooth:before{content:""}.ph-fill.ph-tornado:before{content:""}.ph-fill.ph-tote:before{content:""}.ph-fill.ph-tote-simple:before{content:""}.ph-fill.ph-towel:before{content:""}.ph-fill.ph-tractor:before{content:""}.ph-fill.ph-trademark:before{content:""}.ph-fill.ph-trademark-registered:before{content:""}.ph-fill.ph-traffic-cone:before{content:""}.ph-fill.ph-traffic-sign:before{content:""}.ph-fill.ph-traffic-signal:before{content:""}.ph-fill.ph-train:before{content:""}.ph-fill.ph-train-regional:before{content:""}.ph-fill.ph-train-simple:before{content:""}.ph-fill.ph-tram:before{content:""}.ph-fill.ph-translate:before{content:""}.ph-fill.ph-trash:before{content:""}.ph-fill.ph-trash-simple:before{content:""}.ph-fill.ph-tray:before{content:""}.ph-fill.ph-tray-arrow-down:before{content:""}.ph-fill.ph-archive-tray:before{content:""}.ph-fill.ph-tray-arrow-up:before{content:""}.ph-fill.ph-treasure-chest:before{content:""}.ph-fill.ph-tree:before{content:""}.ph-fill.ph-tree-evergreen:before{content:""}.ph-fill.ph-tree-palm:before{content:""}.ph-fill.ph-tree-structure:before{content:""}.ph-fill.ph-tree-view:before{content:""}.ph-fill.ph-trend-down:before{content:""}.ph-fill.ph-trend-up:before{content:""}.ph-fill.ph-triangle:before{content:""}.ph-fill.ph-triangle-dashed:before{content:""}.ph-fill.ph-trolley:before{content:""}.ph-fill.ph-trolley-suitcase:before{content:""}.ph-fill.ph-trophy:before{content:""}.ph-fill.ph-truck:before{content:""}.ph-fill.ph-truck-trailer:before{content:""}.ph-fill.ph-tumblr-logo:before{content:""}.ph-fill.ph-twitch-logo:before{content:""}.ph-fill.ph-twitter-logo:before{content:""}.ph-fill.ph-umbrella:before{content:""}.ph-fill.ph-umbrella-simple:before{content:""}.ph-fill.ph-union:before{content:""}.ph-fill.ph-unite:before{content:""}.ph-fill.ph-unite-square:before{content:""}.ph-fill.ph-upload:before{content:""}.ph-fill.ph-upload-simple:before{content:""}.ph-fill.ph-usb:before{content:""}.ph-fill.ph-user:before{content:""}.ph-fill.ph-user-check:before{content:""}.ph-fill.ph-user-circle:before{content:""}.ph-fill.ph-user-circle-check:before{content:""}.ph-fill.ph-user-circle-dashed:before{content:""}.ph-fill.ph-user-circle-gear:before{content:""}.ph-fill.ph-user-circle-minus:before{content:""}.ph-fill.ph-user-circle-plus:before{content:""}.ph-fill.ph-user-focus:before{content:""}.ph-fill.ph-user-gear:before{content:""}.ph-fill.ph-user-list:before{content:""}.ph-fill.ph-user-minus:before{content:""}.ph-fill.ph-user-plus:before{content:""}.ph-fill.ph-user-rectangle:before{content:""}.ph-fill.ph-user-sound:before{content:""}.ph-fill.ph-user-square:before{content:""}.ph-fill.ph-user-switch:before{content:""}.ph-fill.ph-users:before{content:""}.ph-fill.ph-users-four:before{content:""}.ph-fill.ph-users-three:before{content:""}.ph-fill.ph-van:before{content:""}.ph-fill.ph-vault:before{content:""}.ph-fill.ph-vector-three:before{content:""}.ph-fill.ph-vector-two:before{content:""}.ph-fill.ph-vibrate:before{content:""}.ph-fill.ph-video:before{content:""}.ph-fill.ph-video-camera:before{content:""}.ph-fill.ph-video-camera-slash:before{content:""}.ph-fill.ph-video-conference:before{content:""}.ph-fill.ph-vignette:before{content:""}.ph-fill.ph-vinyl-record:before{content:""}.ph-fill.ph-virtual-reality:before{content:""}.ph-fill.ph-virus:before{content:""}.ph-fill.ph-visor:before{content:""}.ph-fill.ph-voicemail:before{content:""}.ph-fill.ph-volleyball:before{content:""}.ph-fill.ph-wall:before{content:""}.ph-fill.ph-wallet:before{content:""}.ph-fill.ph-warehouse:before{content:""}.ph-fill.ph-warning:before{content:""}.ph-fill.ph-warning-circle:before{content:""}.ph-fill.ph-warning-diamond:before{content:""}.ph-fill.ph-warning-octagon:before{content:""}.ph-fill.ph-washing-machine:before{content:""}.ph-fill.ph-watch:before{content:""}.ph-fill.ph-wave-sawtooth:before{content:""}.ph-fill.ph-wave-sine:before{content:""}.ph-fill.ph-wave-square:before{content:""}.ph-fill.ph-wave-triangle:before{content:""}.ph-fill.ph-waveform:before{content:""}.ph-fill.ph-waveform-slash:before{content:""}.ph-fill.ph-waves:before{content:""}.ph-fill.ph-webcam:before{content:""}.ph-fill.ph-webcam-slash:before{content:""}.ph-fill.ph-webhooks-logo:before{content:""}.ph-fill.ph-wechat-logo:before{content:""}.ph-fill.ph-whatsapp-logo:before{content:""}.ph-fill.ph-wheelchair:before{content:""}.ph-fill.ph-wheelchair-motion:before{content:""}.ph-fill.ph-wifi-high:before{content:""}.ph-fill.ph-wifi-low:before{content:""}.ph-fill.ph-wifi-medium:before{content:""}.ph-fill.ph-wifi-none:before{content:""}.ph-fill.ph-wifi-slash:before{content:""}.ph-fill.ph-wifi-x:before{content:""}.ph-fill.ph-wind:before{content:""}.ph-fill.ph-windmill:before{content:""}.ph-fill.ph-windows-logo:before{content:""}.ph-fill.ph-wine:before{content:""}.ph-fill.ph-wrench:before{content:""}.ph-fill.ph-x:before{content:""}.ph-fill.ph-x-circle:before{content:""}.ph-fill.ph-x-logo:before{content:""}.ph-fill.ph-x-square:before{content:""}.ph-fill.ph-yarn:before{content:""}.ph-fill.ph-yin-yang:before{content:""}.ph-fill.ph-youtube-logo:before{content:""}:root{--brand-1-0: #e3eff9;--brand-1-0: oklch(.93 .02 250);--brand-1-1: #c7dff4;--brand-1-1: oklch(.87 .05 250);--brand-1-2: #a3caf0;--brand-1-2: oklch(.8 .08 250);--brand-1-3: #7bb1e8;--brand-1-3: oklch(.72 .11 250);--brand-1-4: #5a8fe0;--brand-1-4: oklch(.63 .13 250);--brand-1-5: #306ac0;--brand-1-5: oklch(.52 .15 250);--brand-1-6: #275aa6;--brand-1-6: oklch(.45 .14 250);--brand-1-7: #1f4a8a;--brand-1-7: oklch(.38 .12 250);--brand-1-8: #183a6e;--brand-1-8: oklch(.31 .1 250);--brand-1-9: #112b53;--brand-1-9: oklch(.24 .08 250);--brand-1-10: #0a1c38;--brand-1-10: oklch(.17 .05 250);--brand-1-light: var(--brand-1-4);--brand-1: var(--brand-1-5);--brand-1-dark: var(--brand-1-6);--brand-2-0: #d9f5db;--brand-2-0: oklch(.93 .05 145);--brand-2-1: #b3ecb8;--brand-2-1: oklch(.87 .09 145);--brand-2-2: #85dd8e;--brand-2-2: oklch(.8 .12 145);--brand-2-3: #4ece67;--brand-2-3: oklch(.72 .15 145);--brand-2-4: #00c107;--brand-2-4: oklch(.64 .17 145);--brand-2-5: #009105;--brand-2-5: oklch(.5 .18 145);--brand-2-6: #007a04;--brand-2-6: oklch(.43 .16 145);--brand-2-7: #006303;--brand-2-7: oklch(.36 .14 145);--brand-2-8: #004d03;--brand-2-8: oklch(.29 .11 145);--brand-2-9: #003702;--brand-2-9: oklch(.22 .08 145);--brand-2-10: #002201;--brand-2-10: oklch(.15 .05 145);--brand-2-light: var(--brand-2-4);--brand-2: var(--brand-2-5);--brand-2-dark: var(--brand-2-6);--brand-3-0: #ffe9dd;--brand-3-0: oklch(.93 .04 45);--brand-3-1: #ffd3bb;--brand-3-1: oklch(.87 .08 45);--brand-3-2: #ffb88f;--brand-3-2: oklch(.8 .12 45);--brand-3-3: #ff9d63;--brand-3-3: oklch(.74 .16 45);--brand-3-4: #ff8544;--brand-3-4: oklch(.7 .18 45);--brand-3-5: #ff6311;--brand-3-5: oklch(.68 .2 45);--brand-3-6: #e04f00;--brand-3-6: oklch(.58 .19 45);--brand-3-7: #ba4100;--brand-3-7: oklch(.49 .17 45);--brand-3-8: #943300;--brand-3-8: oklch(.4 .14 45);--brand-3-9: #6e2600;--brand-3-9: oklch(.31 .11 45);--brand-3-10: #491900;--brand-3-10: oklch(.22 .08 45);--brand-3-light: var(--brand-3-4);--brand-3: var(--brand-3-5);--brand-3-dark: var(--brand-3-6);--brand-4-0: #f9dddd;--brand-4-0: oklch(.9 .05 25);--brand-4-1: #f2bbbb;--brand-4-1: oklch(.82 .09 25);--brand-4-2: #ea9090;--brand-4-2: oklch(.72 .13 25);--brand-4-3: #e06360;--brand-4-3: oklch(.63 .17 25);--brand-4-4: #d93432;--brand-4-4: oklch(.55 .2 25);--brand-4-5: #b91412;--brand-4-5: oklch(.47 .22 25);--brand-4-6: #9f1110;--brand-4-6: oklch(.4 .2 25);--brand-4-7: #850e0d;--brand-4-7: oklch(.33 .17 25);--brand-4-8: #6b0b0b;--brand-4-8: oklch(.26 .14 25);--brand-4-9: #520808;--brand-4-9: oklch(.2 .11 25);--brand-4-10: #380606;--brand-4-10: oklch(.14 .08 25);--brand-4-light: var(--brand-4-4);--brand-4: var(--brand-4-5);--brand-4-dark: var(--brand-4-6);--brand-5-0: #e0f7fa;--brand-5-0: oklch(.95 .02 200);--brand-5-1: #b2ebf2;--brand-5-1: oklch(.9 .05 200);--brand-5-2: #80deea;--brand-5-2: oklch(.85 .07 200);--brand-5-3: #4dd0e1;--brand-5-3: oklch(.79 .1 200);--brand-5-4: #26c6da;--brand-5-4: oklch(.74 .12 200);--brand-5-5: #00bcd4;--brand-5-5: oklch(.72 .13 200);--brand-5-6: #00acc1;--brand-5-6: oklch(.66 .12 200);--brand-5-7: #0097a7;--brand-5-7: oklch(.58 .11 200);--brand-5-8: #00838f;--brand-5-8: oklch(.5 .1 200);--brand-5-9: #006064;--brand-5-9: oklch(.38 .08 200);--brand-5-10: #004d56;--brand-5-10: oklch(.3 .06 200);--brand-5-light: var(--brand-5-4);--brand-5: var(--brand-5-5);--brand-5-dark: var(--brand-5-6);--neutral-0: #ffffff;--neutral-50: #f9fafb;--neutral-100: #f3f4f6;--neutral-200: #e5e7eb;--neutral-300: #d1d5db;--neutral-400: #9ca3af;--neutral-500: #6b7280;--neutral-600: #4b5563;--neutral-700: #374151;--neutral-800: #1f2937;--neutral-900: #111827;--color-text: var(--neutral-800);--color-text-subtle: var(--neutral-600);--color-text-muted: var(--neutral-600);--color-background: var(--neutral-0);--color-surface: var(--neutral-50);--color-surface-raised: var(--neutral-0);--color-border: var(--neutral-200);--color-border-subtle: var(--neutral-100);--color-surface-container: var(--neutral-100);--color-primary: var(--brand-1-5);--color-primary-hover: var(--brand-1-4);--color-primary-active: var(--brand-1-6);--color-secondary: var(--brand-5-5);--color-secondary-hover: var(--brand-5-4);--color-secondary-active: var(--brand-5-6);--color-error: var(--brand-4-5);--color-success: var(--brand-2-5);--color-warning: var(--brand-3-5);--color-info: var(--brand-5-5);--color-on-primary: var(--neutral-0);--color-on-secondary: var(--neutral-0);--color-on-error: var(--neutral-0);--color-on-success: var(--neutral-0);--color-on-surface: var(--color-text);--color-hover: rgba(0, 0, 0, .04);--color-active: rgba(0, 0, 0, .08);--color-focus: var(--brand-1-5)}@media(prefers-color-scheme:dark){:root{--color-text: var(--neutral-100);--color-text-subtle: var(--neutral-400);--color-text-muted: var(--neutral-500);--color-background: var(--neutral-900);--color-surface: var(--neutral-800);--color-surface-raised: var(--neutral-700);--color-border: var(--neutral-700);--color-border-subtle: var(--neutral-800);--color-surface-container: var(--neutral-800);--color-primary: var(--brand-1-3);--color-primary-hover: var(--brand-1-2);--color-primary-active: var(--brand-1-4);--color-secondary: var(--brand-5-3);--color-secondary-hover: var(--brand-5-2);--color-secondary-active: var(--brand-5-4);--color-error: var(--brand-4-3);--color-success: var(--brand-2-3);--color-warning: var(--brand-3-3);--color-info: var(--brand-5-3);--color-on-primary: var(--neutral-0);--color-on-secondary: var(--neutral-0);--color-on-error: var(--neutral-0);--color-on-success: var(--neutral-0);--color-on-surface: var(--neutral-100);--color-hover: rgba(255, 255, 255, .08);--color-active: rgba(255, 255, 255, .12)}}body.light{color-scheme:light;--color-text: var(--neutral-800);--color-text-subtle: var(--neutral-600);--color-text-muted: var(--neutral-600);--color-background: var(--neutral-0);--color-surface: var(--neutral-50);--color-surface-raised: var(--neutral-0);--color-surface-container: var(--neutral-100);--color-border: var(--neutral-200);--color-border-subtle: var(--neutral-100);--color-hover: rgba(0, 0, 0, .04);--color-active: rgba(0, 0, 0, .08)}body.dark{color-scheme:dark;--color-text: var(--neutral-100);--color-text-subtle: var(--neutral-400);--color-text-muted: var(--neutral-500);--color-background: var(--neutral-900);--color-surface: var(--neutral-800);--color-surface-raised: var(--neutral-700);--color-surface-container: var(--neutral-800);--color-border: var(--neutral-700);--color-border-subtle: var(--neutral-800);--color-primary: var(--brand-1-3);--color-primary-hover: var(--brand-1-2);--color-primary-active: var(--brand-1-4);--color-secondary: var(--brand-5-3);--color-secondary-hover: var(--brand-5-2);--color-secondary-active: var(--brand-5-4);--color-error: var(--brand-4-3);--color-success: var(--brand-2-3);--color-warning: var(--brand-3-3);--color-info: var(--brand-5-3);--color-on-primary: var(--neutral-0);--color-on-secondary: var(--neutral-0);--color-on-error: var(--neutral-0);--color-on-success: var(--neutral-0);--color-on-surface: var(--neutral-100);--color-hover: rgba(255, 255, 255, .08);--color-active: rgba(255, 255, 255, .12)}:root{--space-0: 0;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 2.5rem;--space-3xl: 3rem;--space-4xl: 4rem;--space-5xl: 5rem;--space-6xl: 6rem;--space: var(--space-md);--gap: var(--space-md);--padding: var(--space-md);--margin: var(--space-md);--container-sm: 40rem;--container-md: 48rem;--container-lg: 64rem;--container-xl: 80rem;--container-2xl: 96rem;--container: var(--container-lg)}:root{--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Helvetica Neue", "Arial", sans-serif;--font-headline: InterVariable, Inter, system-ui, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", "Consolas", "Monaco", monospace;--font: var(--font-body);--typescale_display-large_size: 4.071rem;--typescale_display-large_height: 4.571rem;--typescale_display-large_weight: 400;--typescale_display-medium_size: 3.214rem;--typescale_display-medium_height: 3.714rem;--typescale_display-medium_weight: 400;--typescale_display-small_size: 2.571rem;--typescale_display-small_height: 3.143rem;--typescale_display-small_weight: 400;--typescale_headline-large_size: 2.286rem;--typescale_headline-large_height: 2.857rem;--typescale_headline-large_weight: 400;--typescale_headline-medium_size: 2rem;--typescale_headline-medium_height: 2.571rem;--typescale_headline-medium_weight: 400;--typescale_headline-small_size: 1.714rem;--typescale_headline-small_height: 2.286rem;--typescale_headline-small_weight: 400;--typescale_title-large_size: 1.571rem;--typescale_title-large_height: 2rem;--typescale_title-large_weight: 500;--typescale_title-medium_size: 1.375rem;--typescale_title-medium_height: 1.75rem;--typescale_title-medium_weight: 500;--typescale_title-small_size: 1.143rem;--typescale_title-small_height: 1.714rem;--typescale_title-small_weight: 500;--typescale_label-large_size: 1rem;--typescale_label-large_height: 1.429rem;--typescale_label-large_weight: 500;--typescale_label-medium_size: .875rem;--typescale_label-medium_height: 1.143rem;--typescale_label-medium_weight: 500;--typescale_label-small_size: .786rem;--typescale_label-small_height: 1.143rem;--typescale_label-small_weight: 500;--typescale_body-large_size: 1.143rem;--typescale_body-large_height: 1.714rem;--typescale_body-large_weight: 400;--typescale_body-medium_size: 1rem;--typescale_body-medium_height: 1.429rem;--typescale_body-medium_weight: 400;--typescale_body-small_size: .857rem;--typescale_body-small_height: 1.143rem;--typescale_body-small_weight: 400;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0;--letter-spacing-wide: .025em;--font-smoothing-auto: auto;--font-smoothing-antialiased: antialiased;--font-features: "kern" 1, "liga" 1, "calt" 1}body{font-feature-settings:var(--font-features);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--elevation-0: none;--elevation-1: 0 .125rem .125rem 0 rgb(0 0 0 / .14), 0 .0625rem .3125rem 0 rgb(0 0 0 / .12), 0 .1875rem .0625rem -.125rem rgb(0 0 0 / .2);--elevation-2: 0 .375rem .625rem 0 rgb(0 0 0 / .14), 0 .0625rem 1.125rem 0 rgb(0 0 0 / .12), 0 .1875rem .3125rem -.0625rem rgb(0 0 0 / .3);--elevation-3: 0 .625rem 1rem 0 rgb(0 0 0 / .14), 0 .0625rem 1.9375rem 0 rgb(0 0 0 / .12), 0 .1875rem .5625rem 0 rgb(0 0 0 / .4);--elevation-4: 0 1rem 1.5rem 0 rgb(0 0 0 / .14), 0 .125rem 2.5rem 0 rgb(0 0 0 / .12), 0 .25rem 1rem 0 rgb(0 0 0 / .4);--shadow-sm: var(--elevation-1);--shadow-md: var(--elevation-2);--shadow-lg: var(--elevation-3);--shadow-xl: var(--elevation-4);--focus-ring: 0 0 0 3px rgba(48, 106, 192, .2);--focus-ring-error: 0 0 0 3px rgba(185, 20, 18, .2);--z-base: 0;--z-helm: 100;--z-helm-tabs: 200;--z-helm-top: 300;--z-dropdown: 400;--z-snackbar: 500;--z-dialog: 600;--z-modal: 700;--z-toast: 800;--z-voice-modal: 900;--z-sticky: 1100;--z-fixed: 1200;--z-overlay: 1300;--z-popover: 1500;--z-tooltip: 1700;--radius-none: 0;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--speed-1: .1s;--speed-2: .2s;--speed-3: .3s;--speed-4: .4s;--transition-fast: all var(--speed-1) ease;--transition-base: all var(--speed-2) ease;--transition-slow: all var(--speed-3) ease}@media(prefers-reduced-motion:reduce){:root{--speed-1: .01ms;--speed-2: .01ms;--speed-3: .01ms;--speed-4: .01ms;--transition-fast: none;--transition-base: none;--transition-slow: none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0;font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);font-weight:var(--typescale_body-medium_weight);color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-headline);font-weight:500;line-height:1.2;color:var(--color-text)}p{margin:0 0 1rem}a{color:var(--color-primary);text-decoration:none;transition:var(--transition-fast)}a:hover:not(.button):not([class*=button]):not([class*=__cta]):not([class*=__btn]):not([class*=__action]):not(.icon-link):not(.no-underline):not(.card):not(.block):not([class*=brand]):not([class*=fui-chip]):not([class*=__pill]):not([class*=fui-video]):not([class*=__link]):not([class*=__card]):not([class*=-card]):not([class*=__brand]){text-decoration:underline}a:hover>.ph,a:hover>i[class*=ph-]{text-decoration:none}a[class]:hover:is([class*=__item],[class*=__chip],[class*=__tab],[class*=__nav],[class*=__trigger],[class*=__toggle],[class*=fui-tab],[class*=fui-nav],[class*=fui-icon-btn],[class*=fui-helm],[class*=fui-list__],[class*=fui-app-bar],[class*=fui-bottom-nav],[class*=fui-fab],[class*=fui-badge]){text-decoration:none!important}ul,ol{margin:0;padding:0;list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:inherit;margin:0;padding:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;cursor:pointer}button:disabled,[disabled]{cursor:not-allowed;opacity:.5}table{border-collapse:collapse;border-spacing:0}hr{height:0;color:inherit;border-top-width:1px}code,kbd,samp,pre{font-family:var(--font-mono);font-size:.875em}abbr[title]{text-decoration:underline dotted}.row{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap)}.col{display:flex;flex-direction:column;gap:var(--gap)}.max{flex:1 1 auto}.none{flex:0 0 auto}.grid{display:grid;gap:var(--gap)}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--gap)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--gap)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.container{width:100%;max-width:var(--container);margin-left:auto;margin-right:auto;padding-left:var(--space-md);padding-right:var(--space-md)}.container-sm{max-width:var(--container-sm)}.container-md{max-width:var(--container-md)}.container-lg{max-width:var(--container-lg)}.container-xl{max-width:var(--container-xl)}.container-2xl{max-width:var(--container-2xl)}.container-fluid{width:100%;max-width:none;padding:0}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.align-stretch{align-items:stretch}.center{display:flex;justify-content:center;align-items:center}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap}.sticky{position:sticky;top:0}.h-full{height:100%}.h-auto{height:auto}.h-screen{height:100vh}@media(max-width:768px){.hide-mobile{display:none}}@media(min-width:769px){.hide-desktop{display:none}}.display-large{font-family:var(--font-headline);font-size:var(--typescale_display-large_size);line-height:var(--typescale_display-large_height);font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.display-large.responsive{font-size:calc(1.525rem + 3.3vw);line-height:1.2}@media(min-width:1200px){.display-large.responsive{font-size:var(--typescale_display-large_size)}}.display-medium{font-family:var(--font-headline);font-size:var(--typescale_display-medium_size);line-height:var(--typescale_display-medium_height);font-weight:700}.display-medium.responsive{font-size:calc(1.375rem + 2.5vw);line-height:1.2}@media(min-width:1200px){.display-medium.responsive{font-size:var(--typescale_display-medium_size)}}.display-small{font-family:var(--font-headline);font-size:var(--typescale_display-small_size);line-height:var(--typescale_display-small_height);font-weight:700}.display-small.responsive{font-size:calc(1.375rem + 1.5vw);line-height:1.2}@media(min-width:1200px){.display-small.responsive{font-size:var(--typescale_display-small_size)}}.headline-large{font-family:var(--font-headline);font-size:var(--typescale_headline-large_size);line-height:var(--typescale_headline-large_height);font-weight:600}.headline-large.responsive{font-size:calc(1.375rem + 1.15vw);line-height:1.2}@media(min-width:1200px){.headline-large.responsive{font-size:var(--typescale_headline-large_size)}}.headline-medium{font-family:var(--font-headline);font-size:var(--typescale_headline-medium_size);line-height:var(--typescale_headline-medium_height);font-weight:600}.headline-medium.responsive{font-size:calc(1.325rem + .9vw);line-height:1.2}@media(min-width:1200px){.headline-medium.responsive{font-size:var(--typescale_headline-medium_size)}}.headline-small{font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);line-height:var(--typescale_headline-small_height);font-weight:var(--typescale_headline-small_weight)}.headline-small.responsive{font-size:calc(1.2rem + .7vw);line-height:1.2}@media(min-width:1200px){.headline-small.responsive{font-size:var(--typescale_headline-small_size)}}.title-large{font-family:var(--font-headline);font-size:var(--typescale_title-large_size);line-height:var(--typescale_title-large_height);font-weight:600}.title-large.responsive{font-size:calc(1.25rem + .5vw);line-height:1.3}@media(min-width:1200px){.title-large.responsive{font-size:var(--typescale_title-large_size)}}.title-medium{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);line-height:var(--typescale_title-medium_height);font-weight:600}.title-medium.responsive{font-size:calc(1.1rem + .3vw);line-height:1.4}@media(min-width:1200px){.title-medium.responsive{font-size:var(--typescale_title-medium_size)}}.title-small{font-family:var(--font-headline);font-size:var(--typescale_title-small_size);line-height:var(--typescale_title-small_height);font-weight:var(--typescale_title-small_weight)}.title-small.responsive{font-size:calc(.95rem + .2vw);line-height:1.4}@media(min-width:1200px){.title-small.responsive{font-size:var(--typescale_title-small_size)}}.label-large{font-family:var(--font-headline);font-size:var(--typescale_label-large_size);line-height:var(--typescale_label-large_height);font-weight:var(--typescale_label-large_weight)}.label-large.responsive{font-size:calc(.95rem + .15vw);line-height:1.4}@media(min-width:1200px){.label-large.responsive{font-size:var(--typescale_label-large_size)}}.label-medium{font-family:var(--font-headline);font-size:var(--typescale_label-medium_size);line-height:var(--typescale_label-medium_height);font-weight:var(--typescale_label-medium_weight)}.label-medium.responsive{font-size:calc(.85rem + .1vw);line-height:1.3}@media(min-width:1200px){.label-medium.responsive{font-size:var(--typescale_label-medium_size)}}.label-small{font-family:var(--font-headline);font-size:var(--typescale_label-small_size);line-height:var(--typescale_label-small_height);font-weight:var(--typescale_label-small_weight)}.label-small.responsive{font-size:calc(.75rem + .08vw);line-height:1.4}@media(min-width:1200px){.label-small.responsive{font-size:var(--typescale_label-small_size)}}.body-large{font-size:var(--typescale_body-large_size);line-height:var(--typescale_body-large_height);font-weight:var(--typescale_body-large_weight)}.body-large.responsive{font-size:calc(1rem + .2vw);line-height:1.5}@media(min-width:1200px){.body-large.responsive{font-size:var(--typescale_body-large_size)}}.body-medium{font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);font-weight:var(--typescale_body-medium_weight)}.body-medium.responsive{font-size:calc(.95rem + .1vw);line-height:1.4}@media(min-width:1200px){.body-medium.responsive{font-size:var(--typescale_body-medium_size)}}.body-small{font-size:var(--typescale_body-small_size);line-height:var(--typescale_body-small_height);font-weight:var(--typescale_body-small_weight)}.body-small.responsive{font-size:calc(.85rem + .05vw);line-height:1.3}@media(min-width:1200px){.body-small.responsive{font-size:var(--typescale_body-small_size)}}.p-0{padding:var(--space-0)}.p-xs{padding:var(--space-xs)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.p-lg{padding:var(--space-lg)}.p-xl{padding:var(--space-xl)}.p-2xl{padding:var(--space-2xl)}.px-0{padding-left:var(--space-0);padding-right:var(--space-0)}.px-xs{padding-left:var(--space-xs);padding-right:var(--space-xs)}.px-sm{padding-left:var(--space-sm);padding-right:var(--space-sm)}.px-md{padding-left:var(--space-md);padding-right:var(--space-md)}.px-lg{padding-left:var(--space-lg);padding-right:var(--space-lg)}.px-xl{padding-left:var(--space-xl);padding-right:var(--space-xl)}.py-0{padding-top:var(--space-0);padding-bottom:var(--space-0)}.py-xs{padding-top:var(--space-xs);padding-bottom:var(--space-xs)}.py-sm{padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.py-md{padding-top:var(--space-md);padding-bottom:var(--space-md)}.py-lg{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.py-xl{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}.py-2xl{padding-top:var(--space-2xl);padding-bottom:var(--space-2xl)}.py-3xl{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}.py-4xl{padding-top:var(--space-4xl);padding-bottom:var(--space-4xl)}.py-5xl{padding-top:var(--space-5xl);padding-bottom:var(--space-5xl)}.py-6xl{padding-top:var(--space-6xl);padding-bottom:var(--space-6xl)}.px-2xl{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}.px-3xl{padding-left:var(--space-3xl);padding-right:var(--space-3xl)}.px-4xl{padding-left:var(--space-4xl);padding-right:var(--space-4xl)}.p-3xl{padding:var(--space-3xl)}.p-4xl{padding:var(--space-4xl)}.p-5xl{padding:var(--space-5xl)}.p-6xl{padding:var(--space-6xl)}.pt-0{padding-top:var(--space-0)}.pt-xs{padding-top:var(--space-xs)}.pt-sm{padding-top:var(--space-sm)}.pt-md{padding-top:var(--space-md)}.pt-lg{padding-top:var(--space-lg)}.pt-xl{padding-top:var(--space-xl)}.pt-2xl{padding-top:var(--space-2xl)}.pt-3xl{padding-top:var(--space-3xl)}.pt-4xl{padding-top:var(--space-4xl)}.pb-0{padding-bottom:var(--space-0)}.pb-xs{padding-bottom:var(--space-xs)}.pb-sm{padding-bottom:var(--space-sm)}.pb-md{padding-bottom:var(--space-md)}.pb-lg{padding-bottom:var(--space-lg)}.pb-xl{padding-bottom:var(--space-xl)}.pb-2xl{padding-bottom:var(--space-2xl)}.pb-3xl{padding-bottom:var(--space-3xl)}.pb-4xl{padding-bottom:var(--space-4xl)}.pl-0{padding-left:var(--space-0)}.pl-xs{padding-left:var(--space-xs)}.pl-sm{padding-left:var(--space-sm)}.pl-md{padding-left:var(--space-md)}.pl-lg{padding-left:var(--space-lg)}.pl-xl{padding-left:var(--space-xl)}.pl-2xl{padding-left:var(--space-2xl)}.pl-3xl{padding-left:var(--space-3xl)}.pr-0{padding-right:var(--space-0)}.pr-xs{padding-right:var(--space-xs)}.pr-sm{padding-right:var(--space-sm)}.pr-md{padding-right:var(--space-md)}.pr-lg{padding-right:var(--space-lg)}.pr-xl{padding-right:var(--space-xl)}.pr-2xl{padding-right:var(--space-2xl)}.pr-3xl{padding-right:var(--space-3xl)}.m-0{margin:var(--space-0)}.m-xs{margin:var(--space-xs)}.m-sm{margin:var(--space-sm)}.m-md{margin:var(--space-md)}.m-lg{margin:var(--space-lg)}.m-xl{margin:var(--space-xl)}.m-2xl{margin:var(--space-2xl)}.mx-auto{margin-left:auto;margin-right:auto}.mx-0{margin-left:var(--space-0);margin-right:var(--space-0)}.mx-xs{margin-left:var(--space-xs);margin-right:var(--space-xs)}.mx-sm{margin-left:var(--space-sm);margin-right:var(--space-sm)}.mx-md{margin-left:var(--space-md);margin-right:var(--space-md)}.mx-lg{margin-left:var(--space-lg);margin-right:var(--space-lg)}.ml-0{margin-left:var(--space-0)}.ml-xs{margin-left:var(--space-xs)}.ml-sm{margin-left:var(--space-sm)}.ml-md{margin-left:var(--space-md)}.ml-lg{margin-left:var(--space-lg)}.mr-0{margin-right:var(--space-0)}.mr-xs{margin-right:var(--space-xs)}.mr-sm{margin-right:var(--space-sm)}.mr-md{margin-right:var(--space-md)}.mr-lg{margin-right:var(--space-lg)}.my-0{margin-top:var(--space-0);margin-bottom:var(--space-0)}.my-sm{margin-top:var(--space-sm);margin-bottom:var(--space-sm)}.my-md{margin-top:var(--space-md);margin-bottom:var(--space-md)}.my-lg{margin-top:var(--space-lg);margin-bottom:var(--space-lg)}.mt-0{margin-top:var(--space-0)}.mt-xs{margin-top:var(--space-xs)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mt-3xl{margin-top:var(--space-3xl)}.mt-4xl{margin-top:var(--space-4xl)}.mb-0{margin-bottom:var(--space-0)}.mb-xs{margin-bottom:var(--space-xs)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mb-2xl{margin-bottom:var(--space-2xl)}.mb-3xl{margin-bottom:var(--space-3xl)}.mb-4xl{margin-bottom:var(--space-4xl)}.mx-xl{margin-left:var(--space-xl);margin-right:var(--space-xl)}.mx-2xl{margin-left:var(--space-2xl);margin-right:var(--space-2xl)}.my-xl{margin-top:var(--space-xl);margin-bottom:var(--space-xl)}.my-2xl{margin-top:var(--space-2xl);margin-bottom:var(--space-2xl)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:var(--typescale_label-small_size)}.text-sm{font-size:var(--typescale_body-small_size)}.text-md{font-size:var(--typescale_body-medium_size)}.text-lg{font-size:var(--typescale_body-large_size)}.text-xl{font-size:var(--typescale_title-large_size)}.text-2xl{font-size:1.5rem}.text-3xl{font-size:2rem}.text-4xl{font-size:2.5rem}.text-5xl{font-size:3rem}.text-normal{font-weight:400}.text-medium{font-weight:500}.text-semibold{font-weight:600}.text-bold{font-weight:700}.text-primary{color:var(--color-primary)}.text-muted{color:var(--color-text-muted)}.text-subtle{color:var(--color-text-subtle)}.text-error{color:var(--color-error)}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-white,.text-on-primary{color:var(--neutral-0)}.text-on-primary h1,.text-on-primary h2,.text-on-primary h3,.text-on-primary h4,.text-on-primary h5,.text-on-primary h6,.text-on-primary p,.text-on-primary span{color:inherit}.text-brand-1{color:var(--brand-1-5)}.text-brand-2{color:var(--brand-2-5)}.text-brand-3{color:var(--brand-3-5)}.text-brand-4{color:var(--brand-4-5)}.text-brand-5{color:var(--brand-5-5)}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bg-transparent{background-color:transparent}.bg-white{background-color:var(--neutral-0)}.bg-surface{background-color:var(--color-surface)}.bg-primary{background-color:var(--color-primary)}.bg-brand-1{background-color:var(--brand-1-5)}.bg-brand-2{background-color:var(--brand-2-5)}.bg-brand-3{background-color:var(--brand-3-5)}.bg-brand-4{background-color:var(--brand-4-5)}.bg-brand-5{background-color:var(--brand-5-5)}.bg-brand-1-light{background-color:var(--brand-1-2)}.bg-brand-2-light{background-color:var(--brand-2-2)}.bg-brand-3-light{background-color:var(--brand-3-2)}.bg-brand-4-light{background-color:var(--brand-4-2)}.bg-brand-5-light{background-color:var(--brand-5-2)}.border{border:1px solid var(--color-border)}.border-0{border:none}.border-t{border-top:1px solid var(--color-border)}.border-b{border-bottom:1px solid var(--color-border)}.border-l{border-left:1px solid var(--color-border)}.border-r{border-right:1px solid var(--color-border)}.rounded-none{border-radius:var(--radius-none)}.rounded-sm{border-radius:var(--radius-sm)}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.pointer{cursor:pointer}.not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.transition{transition:var(--transition-base)}.transition-fast{transition:var(--transition-fast)}.transition-slow{transition:var(--transition-slow)}.visible{visibility:visible}.invisible{visibility:hidden}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.scroll-on-hover{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.scroll-on-hover::-webkit-scrollbar{width:8px;background:transparent}.scroll-on-hover::-webkit-scrollbar-thumb{background:transparent;border-radius:9999px;transition:background .2s}.scroll-on-hover:hover{scrollbar-width:thin}.scroll-on-hover:hover::-webkit-scrollbar-thumb{background:var(--color-border)}.scroll-on-hover:hover::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.scroll-x-on-hover{overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.scroll-x-on-hover::-webkit-scrollbar{height:8px;background:transparent}.scroll-x-on-hover::-webkit-scrollbar-thumb{background:transparent;border-radius:9999px}.scroll-x-on-hover:hover{scrollbar-width:thin}.scroll-x-on-hover:hover::-webkit-scrollbar-thumb{background:var(--color-border)}.w-full{width:100%}.w-auto{width:auto}.w-fit{width:fit-content}.max-w-xs{max-width:25rem}.max-w-sm{max-width:31.25rem}.max-w-md{max-width:37.5rem}.max-w-lg{max-width:43.75rem}.max-w-xl{max-width:50rem}.max-w-2xl{max-width:56.25rem}.max-w-3xl{max-width:62.5rem}.max-w-xs.mx-auto,.max-w-sm.mx-auto,.max-w-md.mx-auto,.max-w-lg.mx-auto,.max-w-xl.mx-auto,.max-w-2xl.mx-auto,.max-w-3xl.mx-auto{margin-left:auto;margin-right:auto}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.gap-0{gap:var(--space-0)}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.gap-2xl{gap:var(--space-2xl)}.list-none{list-style:none;padding:0;margin:0}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.aspect-4-3{aspect-ratio:4 / 3}@supports not (aspect-ratio: 1 / 1){.aspect-square:before{content:"";display:block;padding-bottom:100%}.aspect-video:before{content:"";display:block;padding-bottom:56.25%}.aspect-4-3:before{content:"";display:block;padding-bottom:75%}}.icon-xs{font-size:1rem}.icon-sm{font-size:1.5rem}.icon-md{font-size:2rem}.icon-lg{font-size:2.5rem}.icon-xl{font-size:3rem}.icon-block{display:block;margin-bottom:var(--space-md)}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.no-underline{text-decoration:none}.underline{text-decoration:underline}.icon-link,a.icon-link:hover{text-decoration:none}.bg-surface-container{background-color:var(--color-surface-container, var(--neutral-100))}.fui-color-swatch{width:100%;height:80px;border-radius:var(--radius-md);border:1px solid var(--color-border);margin-bottom:var(--space-xs)}.fui-color-swatch--semantic{width:100%;height:80px;border-radius:var(--radius-md);margin-bottom:var(--space-md)}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);font-family:var(--font-headline);font-weight:500;border:none;border-radius:var(--radius-xl);cursor:pointer;transition:background var(--speed-2) ease,transform var(--speed-1) ease,box-shadow var(--speed-2) ease,border-color var(--speed-2) ease;text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;min-height:2.5rem;padding:var(--space-sm) var(--space-lg);font-size:var(--typescale_label-medium_size);line-height:var(--typescale_label-medium_height)}.button:focus-visible{outline:none;box-shadow:var(--focus-ring)}.button:hover,.button:focus{text-decoration:none}.button *,.button:hover *{text-decoration:none}.button:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.button-primary:disabled{background:var(--color-surface-container);color:var(--color-text-muted)}.button-secondary:disabled{background:var(--color-surface-container);border-color:var(--color-border);color:var(--color-text-muted)}.button-outline:disabled{border-color:var(--color-border);color:var(--color-text-muted)}.button-ghost:disabled{color:var(--color-text-muted)}.button-text:disabled{color:var(--color-text-muted)}.button-sm{min-height:2rem;padding:var(--space-xs) var(--space-md);font-size:var(--typescale_label-small_size);line-height:var(--typescale_label-small_height);border-radius:var(--radius-lg)}.button-md{min-height:2.5rem;padding:var(--space-sm) var(--space-lg);font-size:var(--typescale_label-medium_size);line-height:var(--typescale_label-medium_height)}.button-lg{min-height:3rem;padding:var(--space-md) var(--space-xl);font-size:var(--typescale_label-large_size);line-height:var(--typescale_label-large_height)}.button-primary{background:var(--color-primary);color:var(--color-on-primary)}.button-primary:hover:not(:disabled){background:var(--color-primary-hover)}.button-primary:active:not(:disabled){background:var(--color-primary-active);transform:scale(.98);box-shadow:inset 0 2px 4px #0003}.button-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.button-secondary:hover:not(:disabled){background:var(--color-hover);border-color:var(--color-primary)}.button-secondary:active:not(:disabled){background:var(--color-active);transform:scale(.98)}.button-outline{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.button-outline:hover:not(:disabled){background:var(--color-primary);color:var(--neutral-0)}.button-outline:active:not(:disabled){transform:scale(.98)}.button-ghost{background:transparent;color:var(--color-text)}.button-ghost:hover:not(:disabled){background:var(--color-hover)}.button-ghost:active:not(:disabled){background:var(--color-active);transform:scale(.98)}.button-text{background:transparent;color:var(--color-primary);padding:var(--space-xs) var(--space-sm)}.button-text:hover:not(:disabled){text-decoration:underline}.button-text:active:not(:disabled){opacity:.8}.button--loading{pointer-events:none;opacity:.75;position:relative;color:transparent}.button--loading:after{content:"";position:absolute;width:1em;height:1em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:fui-button-spin .6s linear infinite;color:var(--color-on-primary);left:50%;top:50%;margin-left:-.5em;margin-top:-.5em}@keyframes fui-button-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.button--loading:after{animation:none}}.card{background:var(--color-surface);border-radius:var(--radius-lg);transition:var(--transition-base)}.card-default{background:var(--color-surface)}.card-default:hover{box-shadow:var(--shadow-sm)}.card-outlined{background:transparent;border:1px solid var(--color-border)}.card-outlined:hover{box-shadow:var(--shadow-sm);border-color:var(--color-border)}.card-elevated{background:var(--color-surface-raised);box-shadow:var(--shadow-sm)}.card-elevated:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}a.card:hover,.card[role=button]:hover{box-shadow:var(--shadow-md);transform:translateY(-1px);cursor:pointer}.card-padding-sm{padding:var(--space-sm)}.card-padding-md{padding:var(--space-lg)}.card-padding-lg{padding:var(--space-xl)}.card-header{padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-md)}.card-title{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-large_size);font-weight:500;color:var(--color-text)}.card-subtitle{margin:var(--space-xs) 0 0 0;font-size:var(--typescale_body-small_size);color:var(--color-text-subtle)}.card-footer{padding-top:var(--space-md);border-top:1px solid var(--color-border);margin-top:var(--space-md);display:flex;gap:var(--space-sm);align-items:center}.search-box{display:flex;align-items:center;gap:var(--space-sm);background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-2xl);transition:var(--transition-base);width:100%;max-width:600px}.search-box:focus-within{border-color:var(--color-primary);box-shadow:var(--focus-ring)}.search-box-sm{padding:var(--space-xs) var(--space-md)}.search-box-md{padding:var(--space-sm) var(--space-lg)}.search-box-lg{padding:var(--space-md) var(--space-xl)}.search-icon{color:var(--color-text-muted);flex-shrink:0}.search-input{flex:1;border:none;outline:none;background:transparent;font-size:var(--typescale_body-large_size);font-family:var(--font-body);color:var(--color-text);padding:0;min-width:0}.search-input::placeholder{color:var(--color-text-muted)}.search-input::-webkit-search-cancel-button{display:none}.search-clear{display:flex;align-items:center;justify-content:center;padding:var(--space-xs);border:none;background:transparent;border-radius:var(--radius-full);cursor:pointer;color:var(--color-text-muted);transition:var(--transition-fast);flex-shrink:0}.search-clear:hover{background:var(--color-hover);color:var(--color-text)}.search-submit{display:flex;align-items:center;justify-content:center;padding:var(--space-sm);border:none;background:var(--color-primary);color:var(--neutral-0);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.search-submit:hover{background:var(--color-primary-hover)}.search-submit:active{background:var(--color-primary-active);transform:scale(.95)}menu{list-style:none;margin:0;padding:0}.dropdown{position:relative;display:inline-block}.dropdown>button,.dropdown>a{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);background:transparent;border:none;color:var(--color-text);font-family:var(--font-headline);font-size:var(--typescale_label-medium_size);font-weight:500;cursor:pointer;border-radius:var(--radius-md);transition:var(--transition-fast);text-decoration:none}.dropdown>button:hover,.dropdown>a:hover{background:var(--color-hover)}.dropdown>menu{position:absolute;top:100%;left:0;margin-top:var(--space-xs);min-width:200px;background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-xs);z-index:var(--z-dropdown);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all var(--transition-fast)}.dropdown.active>menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown>menu>li{list-style:none}.dropdown>menu>li>a,.dropdown>menu>li>button{display:flex;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-sm) var(--space-md);background:transparent;border:none;color:var(--color-text);font-family:var(--font-body);font-size:var(--typescale_body-medium_size);text-align:left;cursor:pointer;border-radius:var(--radius-md);transition:var(--transition-fast);text-decoration:none}.dropdown>menu>li>a:hover,.dropdown>menu>li>button:hover{background:var(--color-hover);color:var(--color-primary)}.dropdown>menu>li>a:focus-visible,.dropdown>menu>li>button:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.dropdown>menu>li.divider{height:1px;background:var(--color-border);margin:var(--space-xs) 0}.dropdown.right>menu{left:auto;right:0}.dropdown.center>menu{left:50%;transform:translate(-50%) translateY(-8px)}.dropdown.center.active>menu{transform:translate(-50%) translateY(0)}.dropdown.mega>menu{min-width:600px;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);padding:var(--space-lg)}.dropdown.mega>menu>li{min-width:0}@media(max-width:768px){.dropdown.mega>menu{grid-template-columns:1fr}}.fui-tabs{display:flex;align-items:center;gap:var(--space-xs);border-bottom:1px solid var(--color-border);position:relative}.fui-tabs.scrollable{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.fui-tabs.scrollable::-webkit-scrollbar{display:none}.fui-tabs.borderless{border-bottom:none}.fui-tabs.centered{justify-content:center}.fui-tabs.full-width .fui-tab{flex:1;justify-content:center}.fui-tab{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-lg);font-family:var(--font-body);font-size:var(--typescale_label-large_size);font-weight:500;color:var(--color-text-subtle);text-decoration:none;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;white-space:nowrap;transition:var(--transition-fast);position:relative}.fui-tab:hover{color:var(--color-text);background:var(--color-hover)}.fui-tab.active,.fui-tab[aria-selected=true]{color:var(--color-primary);border-bottom-color:var(--color-primary)}.fui-tab.active:hover,.fui-tab[aria-selected=true]:hover{background:transparent}.fui-tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px;border-radius:var(--radius-sm)}.fui-tab:disabled,.fui-tab.disabled{color:var(--color-text-muted);cursor:not-allowed;pointer-events:none}.fui-tab .icon{font-size:1.25em}.fui-tab.icon-only{padding:var(--space-sm)}.fui-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 var(--space-xs);background:var(--color-surface);color:var(--color-text-subtle);font-size:var(--typescale_label-small_size);font-weight:600;border-radius:var(--radius-full);margin-left:var(--space-xs)}.fui-tab.active .fui-tab-badge{background:var(--color-primary);color:var(--neutral-0)}.fui-tabs.sm .fui-tab{padding:var(--space-xs) var(--space-md);font-size:var(--typescale_label-medium_size)}.fui-tabs.lg .fui-tab{padding:var(--space-md) var(--space-xl);font-size:var(--typescale_title-small_size)}.fui-tabs.pills{gap:var(--space-xs);padding:var(--space-xs);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);border-bottom:1px solid var(--color-border)}.fui-tabs.pills .fui-tab{border-bottom:none;border-radius:var(--radius-lg);margin-bottom:0}.fui-tabs.pills .fui-tab.active{background:var(--color-primary);color:var(--neutral-0)}.fui-tabs.pills .fui-tab.active:hover{background:var(--color-primary-hover)}.fui-tabs.minimal{border-bottom:none;gap:var(--space-lg)}.fui-tabs.minimal .fui-tab{padding:var(--space-sm) 0}.fui-tabs.boxed{border-bottom:none;gap:0}.fui-tabs.boxed .fui-tab{border:1px solid var(--color-border);border-right:none;border-radius:0;margin-bottom:0;background:var(--color-surface)}.fui-tabs.boxed .fui-tab:first-child{border-radius:var(--radius-lg) 0 0 var(--radius-lg)}.fui-tabs.boxed .fui-tab:last-child{border-right:1px solid var(--color-border);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.fui-tabs.boxed .fui-tab.active{background:var(--color-primary);color:var(--neutral-0);border-color:var(--color-primary)}.fui-tab-panels{margin-top:var(--space-lg)}.fui-tab-panel{display:none}.fui-tab-panel.active,.fui-tab-panel[aria-hidden=false]{display:block;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(prefers-color-scheme:dark){.fui-tab-badge{background:var(--neutral-700)}.fui-tabs.pills{background:var(--color-surface)}}body.dark .fui-tab-badge{background:var(--neutral-700)}body.dark .fui-tabs.pills{background:var(--color-surface)}@media(max-width:768px){.fui-tabs{gap:0}.fui-tab{padding:var(--space-sm) var(--space-md);font-size:var(--typescale_label-medium_size)}.fui-tabs.lg .fui-tab{padding:var(--space-sm) var(--space-lg);font-size:var(--typescale_label-large_size)}}@media(max-width:480px){.fui-tab{padding:var(--space-xs) var(--space-sm)}.fui-tab-badge{display:none}}.fui-icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast);flex-shrink:0}.fui-icon-btn:disabled{opacity:.5;cursor:not-allowed}.fui-icon-btn--sm{width:28px;height:28px}.fui-icon-btn--md{width:36px;height:36px}.fui-icon-btn--lg{width:44px;height:44px}.fui-icon-btn--default{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.fui-icon-btn--default:hover:not(:disabled){background:var(--color-hover);border-color:var(--color-primary);color:var(--color-primary)}.fui-icon-btn--primary{background:var(--color-primary);color:var(--neutral-0)}.fui-icon-btn--primary:hover:not(:disabled){background:var(--color-primary-hover);transform:scale(1.05)}.fui-icon-btn--primary:active:not(:disabled){transform:scale(.95)}.fui-icon-btn--ghost{background:transparent;color:var(--color-text-muted)}.fui-icon-btn--ghost:hover:not(:disabled){background:var(--color-hover);color:var(--color-text)}.fui-icon-btn--danger{background:transparent;color:var(--color-text-muted)}.fui-icon-btn--danger:hover:not(:disabled){background:var(--color-error);color:var(--neutral-0)}.fui-chip{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-text-subtle);font-family:var(--font-body);font-weight:500;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;text-decoration:none}.fui-chip:hover{background:var(--color-hover);border-color:var(--color-primary);color:var(--color-primary)}.fui-chip:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.fui-chip:disabled,.fui-chip--disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.fui-chip--active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-on-primary)}.fui-chip--active:hover{background:var(--color-primary-hover);color:var(--neutral-0)}.fui-chip--sm{font-size:var(--typescale_label-small_size);padding:var(--space-xs) var(--space-xs)}.fui-chip--md{font-size:var(--typescale_label-medium_size)}.fui-chip--contextual{border-color:var(--brand-1-2);background:var(--brand-1-0);color:var(--brand-1-5)}.fui-chip--contextual:hover{border-color:var(--brand-1-5);background:var(--brand-1-1);color:var(--brand-1-5)}@media(prefers-color-scheme:dark){.fui-chip--contextual{background:color-mix(in oklch,var(--brand-1) 12%,var(--color-surface));border-color:color-mix(in oklch,var(--brand-1) 30%,var(--color-border));color:var(--brand-1-3)}.fui-chip--contextual:hover{background:color-mix(in oklch,var(--brand-1) 20%,var(--color-surface));border-color:var(--brand-1-3)}}body.dark .fui-chip--contextual{background:color-mix(in oklch,var(--brand-1) 12%,var(--color-surface));border-color:color-mix(in oklch,var(--brand-1) 30%,var(--color-border));color:var(--brand-1-3)}body.dark .fui-chip--contextual:hover{background:color-mix(in oklch,var(--brand-1) 20%,var(--color-surface));border-color:var(--brand-1-3)}.fui-chip--animated{animation:chipSlideIn .2s ease-out backwards}@keyframes chipSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fui-sheet-backdrop{position:fixed;inset:0;background:#00000080;opacity:0;visibility:hidden;transition:var(--transition-base);z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.fui-sheet-backdrop.is-open{opacity:1;visibility:visible}.fui-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--color-background);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);z-index:1000;max-height:85vh;overflow:hidden;display:flex;flex-direction:column}.fui-bottom-sheet.is-open{transform:translateY(0)}.fui-sheet-handle{display:flex;justify-content:center;padding:var(--space-md);cursor:pointer;flex-shrink:0}.fui-handle-bar{width:40px;height:4px;background:var(--color-border);border-radius:var(--radius-full);transition:var(--transition-fast)}.fui-sheet-handle:hover .fui-handle-bar{background:var(--color-text-muted)}.fui-sheet-content{flex:1;overflow-y:auto;padding:0 var(--space-lg) var(--space-2xl);-webkit-overflow-scrolling:touch}@media(prefers-color-scheme:dark){.fui-bottom-sheet{background:var(--color-surface)}}body.dark .fui-bottom-sheet{background:var(--color-surface)}.fui-smart-search{width:100%}.smart-search-form{display:flex;flex-direction:column;gap:var(--space-sm);width:100%;max-width:760px;margin:0 auto}.smart-search-input-row{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);transition:var(--transition-fast);box-shadow:var(--shadow-md)}.smart-search-input-row:focus-within{border-color:var(--color-primary);box-shadow:var(--shadow-md),0 0 0 3px #306ac01a}.smart-search-icon{color:var(--color-text-muted);flex-shrink:0}.smart-search-input-row:focus-within .smart-search-icon{color:var(--color-primary)}.smart-search-input{flex:1;min-width:0;border:none;background:transparent;font-size:var(--typescale_body-large_size);font-family:var(--font-body);color:var(--color-text);outline:none;padding:var(--space-xs) 0}.smart-search-input::placeholder{color:var(--color-text-muted)}.smart-search-input::-webkit-search-cancel-button{display:none}.smart-search-toolbar{display:flex;justify-content:center;gap:var(--space-xs);flex-wrap:wrap;padding:var(--space-xs) 0}.chip-label{display:none}@media(min-width:600px){.chip-label{display:inline}}.smart-search-trigger{display:flex;align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-md) var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast);text-align:left;box-shadow:var(--shadow-md)}.smart-search-trigger:hover{border-color:var(--color-primary)}.trigger-icon{color:var(--color-text-muted);flex-shrink:0}.trigger-text{flex:1;font-size:var(--typescale_body-large_size);font-family:var(--font-body);color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-search-form{display:flex;flex-direction:column;gap:var(--space-lg)}.sheet-input-wrapper{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-full);transition:var(--transition-fast)}.sheet-input-wrapper:focus-within{border-color:var(--color-primary);box-shadow:var(--focus-ring)}.sheet-icon{color:var(--color-text-muted);flex-shrink:0}.sheet-input{flex:1;min-width:0;border:none;background:transparent;font-size:var(--typescale_body-large_size);font-family:var(--font-body);color:var(--color-text);outline:none;padding:var(--space-xs) 0}.sheet-input::placeholder{color:var(--color-text-muted)}.sheet-input::-webkit-search-cancel-button{display:none}.sheet-toolbar{display:flex;flex-wrap:wrap;gap:var(--space-xs)}@media(prefers-color-scheme:dark){.smart-search-input-row,.smart-search-trigger{background:var(--color-surface);border-color:var(--neutral-700)}.sheet-input-wrapper{background:var(--color-background);border-color:var(--neutral-700)}}body.dark .smart-search-input-row,body.dark .smart-search-trigger{background:var(--color-surface);border-color:var(--neutral-700)}body.dark .sheet-input-wrapper{background:var(--color-background);border-color:var(--neutral-700)}.fui-app-bar{width:100%;background:var(--color-background);border-bottom:1px solid var(--color-border);z-index:var(--z-sticky)}.fui-app-bar__inner{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:var(--space-md);max-width:var(--container-xl);margin:0 auto;padding:var(--space-sm) var(--space-md);min-height:56px}@media(min-width:768px){.fui-app-bar__inner{padding:var(--space-sm) var(--space-lg);min-height:64px}}.fui-app-bar--transparent{background:transparent;border-bottom:none}.fui-app-bar--elevated{border-bottom:none;box-shadow:var(--shadow-sm)}.fui-app-bar--sticky{position:sticky;top:0}.fui-app-bar--fixed{position:fixed;top:0;left:0;right:0}.fui-app-bar__brand{display:inline-flex;align-items:center;gap:var(--space-xs);text-decoration:none;color:var(--color-text);font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:600;flex-shrink:0}.fui-app-bar__brand:hover{text-decoration:none;opacity:.9}.fui-app-bar__brand i,.fui-app-bar__brand img,.fui-app-bar__brand svg{height:28px;width:auto;display:inline-flex;font-size:28px}@media(min-width:768px){.fui-app-bar__brand img,.fui-app-bar__brand svg{height:32px}}.fui-app-bar__nav{display:none;align-items:center;gap:var(--space-xs);background:transparent;padding:0;border:none;border-bottom:none}@media(min-width:768px){.fui-app-bar__nav{display:flex}}.fui-app-bar__link{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);font-family:var(--font-body);font-size:var(--typescale_label-large_size);font-weight:500;color:var(--color-text-subtle);text-decoration:none;background:transparent;border:none;border-radius:var(--radius-md);transition:var(--transition-fast)}.fui-app-bar__link:hover{color:var(--color-primary);background:transparent;text-decoration:none}.fui-app-bar__link.active{color:var(--color-primary)}.fui-app-bar__actions{display:inline-flex;align-items:center;gap:var(--space-xs);margin-left:auto;flex-shrink:0}.fui-app-bar__spacer{flex:1 1 auto}@media(prefers-color-scheme:dark){.fui-app-bar{background:var(--color-background);border-color:var(--color-border)}.fui-app-bar--elevated{box-shadow:var(--shadow-md)}}body.dark .fui-app-bar{background:var(--color-background);border-color:var(--color-border)}body.dark .fui-app-bar--elevated{box-shadow:var(--shadow-md)}.fui-dialog{position:fixed;border:none;padding:0;background:transparent;max-width:none;max-height:none;overflow:visible}.fui-dialog::backdrop{background:#0000;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);transition:all var(--speed-3) ease}.fui-dialog[open]::backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.fui-dialog__container{display:flex;flex-direction:column;background:var(--color-surface-raised);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);overflow:hidden;max-height:100%}.fui-dialog--center{align-items:center;justify-content:center;margin:0;inset:0;width:100vw;height:100vh}.fui-dialog--center[open]{display:flex}.fui-dialog--center .fui-dialog__container{transform:scale(.95) translateY(10px);opacity:0;transition:all var(--speed-2) cubic-bezier(.32,.72,0,1)}.fui-dialog--center[open] .fui-dialog__container{transform:scale(1) translateY(0);opacity:1}.fui-dialog--sm .fui-dialog__container{width:340px;max-width:calc(100vw - var(--space-lg) * 2)}.fui-dialog--md .fui-dialog__container{width:480px;max-width:calc(100vw - var(--space-lg) * 2)}.fui-dialog--lg .fui-dialog__container{width:640px;max-width:calc(100vw - var(--space-lg) * 2)}.fui-dialog--xl .fui-dialog__container{width:800px;max-width:calc(100vw - var(--space-lg) * 2)}.fui-dialog--full .fui-dialog__container{width:calc(100vw - var(--space-lg) * 2);height:calc(100vh - var(--space-lg) * 2)}.fui-dialog--fullpage{margin:0;inset:0;width:100vw;height:100vh}.fui-dialog--fullpage[open]{display:flex}.fui-dialog--fullpage .fui-dialog__container{width:100%;height:100%;border-radius:0;transform:scale(.98);opacity:0;transition:all var(--speed-3) cubic-bezier(.32,.72,0,1)}.fui-dialog--fullpage[open] .fui-dialog__container{transform:scale(1);opacity:1}.fui-dialog--fullpage::backdrop{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.fui-dialog--left{justify-content:flex-start;margin:0;inset:0;width:100vw;height:100vh}.fui-dialog--left[open]{display:flex}.fui-dialog--left .fui-dialog__container{width:320px;max-width:85vw;height:100%;border-radius:0 var(--radius-2xl) var(--radius-2xl) 0;transform:translate(-100%);transition:transform var(--speed-3) cubic-bezier(.32,.72,0,1)}.fui-dialog--left[open] .fui-dialog__container{transform:translate(0)}.fui-dialog--right{justify-content:flex-end;margin:0;inset:0;width:100vw;height:100vh}.fui-dialog--right[open]{display:flex}.fui-dialog--right .fui-dialog__container{width:320px;max-width:85vw;height:100%;border-radius:var(--radius-2xl) 0 0 var(--radius-2xl);transform:translate(100%);transition:transform var(--speed-3) cubic-bezier(.32,.72,0,1)}.fui-dialog--right[open] .fui-dialog__container{transform:translate(0)}.fui-dialog--top{align-items:flex-start;margin:0;inset:0;width:100vw;height:100vh}.fui-dialog--top[open]{display:flex}.fui-dialog--top .fui-dialog__container{width:100%;max-height:80vh;border-radius:0 0 var(--radius-2xl) var(--radius-2xl);transform:translateY(-100%);transition:transform var(--speed-3) cubic-bezier(.32,.72,0,1)}.fui-dialog--top[open] .fui-dialog__container{transform:translateY(0)}.fui-dialog--bottom{align-items:flex-end;margin:0;inset:0;width:100vw;height:100vh}.fui-dialog--bottom[open]{display:flex}.fui-dialog--bottom .fui-dialog__container{width:100%;max-height:85vh;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;transform:translateY(100%);transition:transform var(--speed-3) cubic-bezier(.32,.72,0,1)}.fui-dialog--bottom[open] .fui-dialog__container{transform:translateY(0)}.fui-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-lg);border-bottom:1px solid var(--color-border);flex-shrink:0}.fui-dialog__header h1,.fui-dialog__header h2,.fui-dialog__header h3{margin:0;font-family:var(--font-headline);font-size:var(--typescale_title-large_size);font-weight:600;color:var(--color-text)}.fui-dialog__content{flex:1;padding:var(--space-lg);overflow-y:auto;overscroll-behavior:contain}.fui-dialog__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);border-top:1px solid var(--color-border);flex-shrink:0}.fui-dialog-trigger{cursor:pointer}.fui-dialog-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;color:var(--color-text-muted);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast)}.fui-dialog-close:hover{background:var(--color-hover);color:var(--color-text)}@media(prefers-color-scheme:dark){.fui-dialog__container{background:var(--color-surface)}.fui-dialog[open]::backdrop{background:#000000b3}}body.dark .fui-dialog__container{background:var(--color-surface)}body.dark .fui-dialog[open]::backdrop{background:#000000b3}@media(max-width:768px){.fui-dialog--center .fui-dialog__container{max-width:calc(100vw - var(--space-md) * 2);max-height:calc(100vh - var(--space-md) * 2)}.fui-dialog--sm .fui-dialog__container,.fui-dialog--md .fui-dialog__container{width:calc(100vw - var(--space-md) * 2)}.fui-dialog--left .fui-dialog__container,.fui-dialog--right .fui-dialog__container{width:280px}}@media(max-width:480px){.fui-dialog--left .fui-dialog__container,.fui-dialog--right .fui-dialog__container{width:100%;max-width:100%;border-radius:0}}@media(prefers-reduced-motion:reduce){.fui-dialog__container,.fui-dialog::backdrop{transition:none}}.workspace-panel{display:flex;flex-direction:column;height:100%;background:var(--color-background);overflow:hidden}.workspace-header{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-lg);border-bottom:1px solid var(--color-border)}.workspace-header__label{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-small_size);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.workspace-header__label--primary{color:var(--brand-1)}.workspace-header__title{font-family:var(--font-headline);font-size:var(--typescale_title-large_size);font-weight:600;margin:0;color:var(--color-text)}.workspace-header__desc{font-size:var(--typescale_body-small_size);color:var(--color-text-muted);line-height:1.5;margin:0}.workspace-content{flex:1;overflow-y:auto;padding:var(--space-md)}.workspace-footer{padding:var(--space-md) var(--space-lg);border-top:1px solid var(--color-border);background:var(--color-surface);margin-top:auto}.workspace-animate-in{animation:workspaceSlideIn .25s ease-out}@keyframes workspaceSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.workspace-ai{display:flex;flex-direction:column;height:100%;background:var(--color-background)}.workspace-preview{height:100%;display:flex;flex-direction:column}.workspace-preview__deck{padding:var(--space-md);width:100%}.workspace-preview__description{font-size:var(--typescale_body-large_size);line-height:1.6;color:var(--color-text);margin-bottom:var(--space-lg);border-left:3px solid var(--brand-1);padding-left:var(--space-md)}.workspace-preview__url{display:inline-flex;align-items:center;gap:var(--space-xs);background:var(--color-surface);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-full);font-size:var(--typescale_label-small_size);color:var(--color-text-muted);max-width:100%;overflow:hidden}.workspace-preview__url span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-preview__thumbnail{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin:var(--space-lg) 0}.workspace-preview__thumbnail img{width:100%;height:100%;max-height:280px;object-fit:contain}.workspace-preview__actions{display:flex;gap:var(--space-sm);margin-top:var(--space-lg)}.workspace-preview__actions .button{flex:1}.workspace-preview__note{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border);font-size:var(--typescale_body-small_size);font-style:italic;color:var(--color-text-muted)}.workspace-preview__iframe-container{display:flex;flex-direction:column;height:100%}.workspace-preview__iframe-bar{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.workspace-preview__iframe-bar span{flex:1;font-size:var(--typescale_label-small_size);color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-preview__frame{width:100%;flex:1;border:none;background:var(--color-background)}.workspace-video{height:100%;display:flex;flex-direction:column;background:var(--color-background)}.workspace-video__theater{width:100%;aspect-ratio:16 / 9;background:var(--neutral-900);flex-shrink:0}.workspace-video__frame{width:100%;height:100%;border:none}.workspace-video__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);color:var(--neutral-400)}.workspace-video__placeholder i{font-size:3rem}.workspace-video__info{padding:var(--space-md);flex:1;overflow-y:auto}.workspace-video__title{font-family:var(--font-headline);font-size:var(--typescale_title-large_size);font-weight:700;margin:0 0 var(--space-md);color:var(--color-text)}.workspace-video__meta{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);flex-wrap:wrap}.workspace-video__channel{display:inline-flex;align-items:center;background:var(--color-surface);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-full);font-size:var(--typescale_label-medium_size);font-weight:500;color:var(--color-text-subtle)}.workspace-video__description{border-top:1px solid var(--color-border);padding-top:var(--space-lg)}.workspace-video__description-label{display:block;font-size:var(--typescale_label-small_size);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.workspace-video__description-text{font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text-subtle);margin:0}@media(max-width:768px){.workspace-header,.workspace-preview__deck,.workspace-video__info{padding:var(--space-lg)}.workspace-preview__actions{flex-direction:column}.workspace-preview__actions .fui-icon-btn{width:48px;height:48px}}@media(prefers-color-scheme:dark){.workspace-video__theater{background:var(--neutral-900)}}body.dark .workspace-video__theater{background:var(--neutral-900)}.workspace-toolbar{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.workspace-research{display:flex;flex-direction:column;height:100%}.workspace-research__header{flex-shrink:0;padding:var(--space-lg);border-bottom:1px solid var(--color-border)}.workspace-research__header .workspace-toolbar{margin-top:0}.workspace-research__content{flex:1;overflow-y:auto;padding:var(--space-lg)}.workspace-research__iframe-container{height:70vh;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);background:var(--color-background)}.workspace-research__frame{width:100%;height:100%;border:none}.workspace-research__summary{max-width:100%}.workspace-research__snippet{font-size:var(--typescale_body-large_size);line-height:1.7;color:var(--color-text);margin:0}.workspace-research__note{display:flex;gap:var(--space-md);margin-top:var(--space-xl);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.workspace-research__note>i,.workspace-research__note>span:first-child{color:var(--brand-1);font-size:1.25rem;flex-shrink:0}.workspace-research__note-title{display:block;font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text)}.workspace-research__note-text{display:block;font-size:var(--typescale_body-small_size);color:var(--color-text-muted);margin-top:2px}.workspace-video-theater{position:relative;padding-bottom:56.25%;height:0;border-radius:var(--radius-lg);background:var(--neutral-900);overflow:hidden}.workspace-video-theater iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.workspace-video-info{padding-top:var(--space-lg)}.workspace-research-root .workspace-toolbar{margin-top:0}.workspace-research-content{margin-top:var(--space-lg)}.workspace-iframe-container{height:70vh;min-height:400px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border);background:var(--color-background)}.workspace-iframe-container iframe{width:100%;height:100%;border:none}.workspace-summary{max-width:100%}.workspace-summary .body-large{line-height:1.7}.workspace-hero-image{width:100%;aspect-ratio:16 / 9;max-height:280px;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface);margin-bottom:var(--space-lg)}.workspace-hero-image img{width:100%;height:100%;max-height:280px;object-fit:contain}.workspace-source-title{font-family:var(--font-headline);font-size:var(--typescale_title-large_size);font-weight:600;line-height:1.3;margin:0 0 var(--space-sm) 0}.workspace-source-title a{color:var(--color-primary);text-decoration:none;transition:var(--transition-fast)}.workspace-source-title a:hover{text-decoration:underline}.workspace-source-domain{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-medium_size);color:var(--color-text-muted);margin-bottom:var(--space-lg)}.workspace-source-description{font-size:var(--typescale_body-large_size);line-height:1.7;color:var(--color-text);margin:0 0 var(--space-lg) 0}.workspace-ai-note{display:flex;gap:var(--space-md);margin-top:var(--space-xl);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.workspace-ai-note>i,.workspace-ai-note>span:first-child{color:var(--brand-1);font-size:1.25rem;flex-shrink:0}.workspace-ai-note>div{display:flex;flex-direction:column;gap:2px}@media(max-width:768px){.workspace-iframe-container{height:50vh;min-height:300px}.workspace-toolbar{gap:var(--space-xs)}.workspace-hero-image{max-height:200px}.workspace-source-title{font-size:var(--typescale_title-medium_size)}.workspace-source-description{font-size:var(--typescale_body-medium_size)}}.share-sheet-backdrop{position:fixed;inset:0;background:#00000080;z-index:1300;animation:fadeIn .2s ease-out}.share-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--color-background);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;padding:var(--space-lg);z-index:1301;animation:slideUp .3s cubic-bezier(.32,.72,0,1);max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:769px){.share-sheet{inset:50% auto auto 50%;transform:translate(-50%,-50%);width:420px;max-width:calc(100vw - var(--space-xl) * 2);border-radius:var(--radius-2xl);animation:scaleIn .2s ease-out}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}.share-sheet__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-lg)}.share-sheet__title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;margin:0;color:var(--color-text)}.share-sheet__preview{margin-bottom:var(--space-lg)}.share-preview-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md)}.share-preview-card__label{display:block;font-size:var(--typescale_label-small_size);font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xs)}.share-preview-card__title{font-family:var(--font-headline);font-size:var(--typescale_body-large_size);font-weight:600;margin:0 0 var(--space-xs);color:var(--color-text)}.share-preview-card__snippet{font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);margin:0 0 var(--space-sm);line-height:1.5}.share-preview-card__url{font-size:var(--typescale_label-small_size);color:var(--brand-1);word-break:break-all}.share-sheet__actions{display:flex;gap:var(--space-sm)}.share-sheet__note{margin-top:var(--space-md);font-size:var(--typescale_body-small_size);color:var(--color-text-muted);text-align:center}.share-sheet__source-card{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:var(--space-md)}.source-card-thumb{width:60px;height:60px;border-radius:var(--radius-md);object-fit:cover;flex-shrink:0}.source-card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.source-card-title{font-size:var(--typescale_body-medium_size);font-weight:600;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.source-card-url{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.share-sheet__form{margin-bottom:var(--space-md)}.share-textarea{width:100%;padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-background);font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:1.5;color:var(--color-text);resize:vertical;min-height:120px;transition:var(--transition-fast)}.share-textarea:focus{outline:none;border-color:var(--brand-1);box-shadow:0 0 0 3px #306ac01a}.share-textarea::placeholder{color:var(--color-text-muted)}.share-sheet__error{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:#b914121a;border:1px solid var(--brand-4);border-radius:var(--radius-md);margin-bottom:var(--space-md);color:var(--brand-4);font-size:var(--typescale_body-small_size)}.share-sheet__success{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-2xl);text-align:center}.success-icon{font-size:3rem;color:var(--brand-2);margin-bottom:var(--space-md)}.share-sheet__success p{font-size:var(--typescale_body-large_size);font-weight:600;color:var(--color-text);margin:0}.button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.share-comment-textarea{width:100%;padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-background);font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:1.5;color:var(--color-text);resize:none;min-height:80px;max-height:160px;transition:var(--transition-fast)}.share-comment-textarea:focus{outline:none;border-color:var(--brand-1);box-shadow:0 0 0 3px #306ac01a}.share-comment-textarea::placeholder{color:var(--color-text-muted)}.share-link-preview{margin-bottom:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface)}.share-link-preview__image-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:var(--color-surface-container);overflow:hidden}.share-link-preview__image-wrap--square{aspect-ratio:1 / 1;max-height:240px}.share-link-preview__img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.share-link-preview__image-wrap--loading{background:linear-gradient(90deg,var(--color-surface-container) 25%,var(--color-border) 50%,var(--color-surface-container) 75%);background-size:200% 100%;animation:share-preview-shimmer 1.5s infinite}@keyframes share-preview-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.share-link-preview__image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-text-muted);font-size:2rem}.share-link-preview__meta{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-sm) var(--space-md)}.share-link-preview__title{font-family:var(--font-body);font-size:var(--typescale_body-medium_size);font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;line-height:1.3}.share-link-preview__domain{display:inline-flex;align-items:center;padding:2px var(--space-xs);background:var(--color-surface-container);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:var(--typescale_label-small_size);font-weight:500;color:var(--color-text-muted);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis;width:fit-content}.share-link-preview--no-image .share-link-preview__meta{padding:var(--space-md)}.share-sheet__actions .button--success{background:var(--brand-2);border-color:var(--brand-2);color:var(--neutral-0);pointer-events:none}.share-sheet__actions{display:flex;gap:var(--space-sm);align-items:center}.share-sheet__copy-btn{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-full);background:transparent;font-size:var(--typescale_label-medium_size);font-weight:500;color:var(--color-text-subtle);cursor:pointer;transition:var(--transition-fast);white-space:nowrap}.share-sheet__copy-btn:hover{background:var(--color-hover);border-color:var(--color-primary);color:var(--color-primary)}.share-sheet__copy-btn--copied{color:var(--brand-2);border-color:var(--brand-2)}@media(max-width:420px){.share-sheet__actions{flex-direction:column}.share-sheet__copy-btn{width:100%;justify-content:center}}.workspace-chat-container{display:flex;flex-direction:column;height:100%}.workspace-mode-switch{padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border);background:var(--color-surface)}.workspace-chat{display:flex;flex-direction:column;flex:1;min-height:0}.workspace-chat__context{padding:var(--space-md);border-bottom:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.chat-context-card{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.chat-context-card>i,.chat-context-card>span:first-child{color:var(--brand-1);flex-shrink:0}.chat-context-card__info{display:flex;flex-direction:column;min-width:0}.chat-context-card__title{font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-context-card__url{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-chat__messages{flex:1;overflow-y:auto;padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.chat-message{display:flex;gap:var(--space-sm)}.chat-message--system{justify-content:center}.chat-message__system{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:var(--color-surface);border-radius:var(--radius-full);font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.chat-message__avatar{flex-shrink:0;width:36px;height:36px}.chat-message__avatar img{width:100%;height:100%;border-radius:var(--radius-full);object-fit:cover}.avatar-ai{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));border-radius:var(--radius-full);color:var(--neutral-0)}.avatar-placeholder{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text-subtle)}.chat-message__body{flex:1;min-width:0}.chat-message__header{display:flex;align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-xs)}.chat-message__author{font-size:var(--typescale_label-medium_size);font-weight:600;color:var(--color-text)}.chat-message--ai .chat-message__author{color:var(--brand-1)}.chat-message__time{font-size:var(--typescale_label-small_size);color:var(--color-text-muted)}.chat-message__content{font-size:var(--typescale_body-medium_size);line-height:1.6;color:var(--color-text)}.chat-message__content p{margin:0 0 var(--space-sm)}.chat-message__content p:last-child{margin-bottom:0}.chat-message--ai .chat-message__content{background:var(--color-surface);padding:var(--space-md);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.chat-message__typing{display:flex;gap:4px;align-items:center;padding:var(--space-sm) 0}.chat-message__typing span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--color-text-muted);animation:typing-bounce 1.2s ease-in-out infinite}.chat-message__typing span:nth-child(2){animation-delay:.2s}.chat-message__typing span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chat-error{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border:1px solid var(--color-error, #d32f2f);border-radius:var(--radius-md);color:var(--color-error, #d32f2f);font-size:var(--typescale_body-small_size);margin:var(--space-sm) 0}.workspace-chat__input{padding:var(--space-md);border-top:1px solid var(--color-border);background:var(--color-background);flex-shrink:0}.chat-input-row{display:flex;gap:var(--space-sm);margin-bottom:var(--space-sm)}.chat-input-wrapper{flex:1;display:flex;align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);padding:var(--space-xs) var(--space-md);transition:var(--transition-fast)}.chat-input-wrapper:focus-within{border-color:var(--brand-1);box-shadow:0 0 0 3px #306ac01a}.chat-input-wrapper input{flex:1;border:none;background:transparent;font-size:var(--typescale_body-medium_size);font-family:var(--font-body);color:var(--color-text);outline:none;padding:var(--space-xs) 0}.chat-input-wrapper input::placeholder{color:var(--color-text-muted)}.chat-quick-actions{display:flex;gap:var(--space-xs);flex-wrap:wrap}@media(max-width:768px){.workspace-chat__messages{padding:var(--space-sm)}.chat-message__avatar,.avatar-ai,.avatar-placeholder{width:32px;height:32px}.chat-quick-actions{overflow-x:auto;flex-wrap:nowrap;padding-bottom:var(--space-xs)}}.workspace-image-root{display:flex;flex-direction:column;gap:var(--space-lg)}.workspace-image-container{position:relative;width:100%;max-height:50vh;min-height:200px;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:var(--transition-fast);margin:0 auto}.workspace-image-container:hover{border-color:var(--color-primary)}.workspace-image-container:hover .workspace-image-zoom-hint{opacity:1}.workspace-image{max-width:100%;max-height:400px;object-fit:contain;opacity:0;transition:opacity .3s ease;display:block}.workspace-image.is-loaded{opacity:1}.workspace-image-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);color:var(--color-text-muted)}.workspace-image-loading .loading-spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.workspace-image-zoom-hint{position:absolute;bottom:var(--space-md);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:#000000b3;color:var(--neutral-0);border-radius:var(--radius-full);font-size:var(--typescale_label-small_size);opacity:0;transition:opacity var(--transition-fast);pointer-events:none}.workspace-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);padding:var(--space-3xl);color:var(--color-text-muted)}.workspace-image-info{display:flex;flex-direction:column;gap:var(--space-md)}.workspace-image-title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600;margin:0;color:var(--color-text);line-height:1.3}.workspace-image-description{font-size:var(--typescale_body-medium_size);color:var(--color-text-subtle);line-height:1.6;margin:0}.workspace-image-meta{display:flex;flex-wrap:wrap;gap:var(--space-md)}.workspace-image-meta .meta-item{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-medium_size);color:var(--color-text-muted)}.workspace-image-source-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);text-decoration:none;color:var(--color-text);transition:var(--transition-fast);margin-top:var(--space-sm)}.workspace-image-source-card:hover{border-color:var(--color-primary);background:var(--color-hover)}.workspace-image-source-card .source-card-content{display:flex;flex-direction:column;gap:2px}.workspace-image-source-card .source-card-label{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.workspace-image-source-card .source-card-domain{font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-primary)}.image-lightbox-backdrop{position:fixed;inset:0;background:#000000e6;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.image-lightbox-backdrop.is-open{opacity:1;visibility:visible}.image-lightbox{display:flex;flex-direction:column;width:calc(100vw - var(--space-xl) * 2);height:calc(100vh - var(--space-xl) * 2);max-width:1200px;max-height:900px;background:var(--color-surface-raised);border-radius:var(--radius-2xl);overflow:hidden;transform:scale(.95);transition:transform .3s cubic-bezier(.32,.72,0,1)}.image-lightbox-backdrop.is-open .image-lightbox{transform:scale(1)}.image-lightbox__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border);flex-shrink:0}.image-lightbox__title{font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;margin:0}.image-lightbox__actions{display:flex;align-items:center;gap:var(--space-xs);flex-shrink:0}.image-lightbox__content{flex:1;display:flex;align-items:center;justify-content:center;background:var(--neutral-900);position:relative;overflow:hidden}.image-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;opacity:0;transition:opacity .3s ease}.image-lightbox__image.is-loaded{opacity:1}.image-lightbox__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:var(--space-md);color:var(--neutral-400)}.image-lightbox__loading .loading-spinner{width:40px;height:40px;border:3px solid var(--neutral-700);border-top-color:var(--neutral-400);border-radius:50%;animation:spin .8s linear infinite}.image-lightbox__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-top:1px solid var(--color-border);flex-shrink:0}.image-lightbox__dimensions{display:flex;align-items:center;gap:var(--space-xs);font-size:var(--typescale_label-medium_size);color:var(--color-text-muted)}@media(max-width:768px){.workspace-image-container{max-height:40vh;min-height:180px}.workspace-image{max-height:40vh}.workspace-image-meta{flex-direction:column;gap:var(--space-sm)}.image-lightbox{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0}.image-lightbox__header{padding:var(--space-sm) var(--space-md)}.image-lightbox__title{font-size:var(--typescale_label-large_size)}.image-lightbox__footer{flex-direction:column;gap:var(--space-sm);padding:var(--space-sm) var(--space-md)}.image-lightbox__footer .button{width:100%}}@media(prefers-color-scheme:dark){.workspace-image-container{background:var(--neutral-800)}.image-lightbox{background:var(--color-surface)}.image-lightbox__content{background:var(--neutral-900)}}body.dark .workspace-image-container{background:var(--neutral-800)}body.dark .image-lightbox{background:var(--color-surface)}body.dark .image-lightbox__content{background:var(--neutral-900)}:root{--trident-color: var(--brand-1);--trident-color-hover: var(--color-primary-hover)}@media(prefers-color-scheme:dark){:root{--trident-color: var(--brand-1);--trident-color-hover: var(--color-primary-hover)}}body.dark,body.light{--trident-color: var(--brand-1);--trident-color-hover: var(--color-primary-hover)}.fui-trident{display:inline-flex;flex-shrink:0;color:var(--trident-color)}.fui-trident svg{display:block;width:100%;height:100%}.fui-trident path{fill:currentColor;transition:fill var(--transition-fast)}a .fui-trident,button .fui-trident{transition:color var(--transition-fast)}a:hover .fui-trident,button:hover .fui-trident{color:var(--trident-color-hover)}.fui-trident--xs{width:12px;height:16px}.fui-trident--sm{width:18px;height:24px}.fui-trident--md{width:24px;height:32px}.fui-trident--lg{width:36px;height:48px}.fui-trident--xl{width:48px;height:64px}.fui-trident--2xl{width:60px;height:80px}.fui-trident--find{color:var(--brand-1)}.fui-trident--borg{color:var(--brand-3)}.fui-trident--hive{color:var(--brand-2)}.fui-trident--alert{color:var(--brand-4)}.fui-trident--neutral{color:var(--neutral-500)}.fui-trident--inverted{color:var(--neutral-0)}:root{--helm-bg: rgba(10, 15, 26, .78);--helm-bg-hover: rgba(10, 15, 26, .88);--helm-blur: 28px;--helm-saturate: 1.6;--helm-border: rgba(255, 255, 255, .12);--helm-shine-top: rgba(255, 255, 255, .15);--helm-shine-bottom: rgba(255, 255, 255, .05);--helm-shine-gradient-start: rgba(255, 255, 255, .08);--helm-shine-gradient-mid: rgba(255, 255, 255, .02);--helm-shadow: 0 8px 40px rgba(0, 0, 0, .32), 0 2px 8px rgba(0, 0, 0, .2);--helm-text: rgba(255, 255, 255, .85);--helm-text-muted: rgba(255, 255, 255, .45);--helm-text-hover: rgba(255, 255, 255, .95);--helm-item-hover: rgba(255, 255, 255, .08);--helm-item-active: rgba(255, 255, 255, .12);--helm-divider: rgba(255, 255, 255, .1);--helm-height: 48px;--helm-touch-target: 44px;--helm-inset: 12px;--helm-radius: var(--radius-full);--helm-item-radius: var(--radius-full);--helm-enter-duration: .5s;--helm-enter-curve: cubic-bezier(.34, 1.56, .64, 1);--helm-fade-duration: .35s;--helm-z: 900}.fui-helm{display:flex;align-items:center;background:var(--helm-bg);backdrop-filter:blur(var(--helm-blur)) saturate(var(--helm-saturate));-webkit-backdrop-filter:blur(var(--helm-blur)) saturate(var(--helm-saturate));border:1px solid var(--helm-border);box-shadow:var(--helm-shadow),inset 0 1px 0 0 var(--helm-shine-top),inset 0 -1px 0 0 var(--helm-shine-bottom);border-radius:var(--helm-radius);overflow:visible}.fui-helm--top,.fui-helm--bottom,.fui-helm--left,.fui-helm--right{position:fixed;z-index:var(--helm-z);max-width:calc(100vw - (var(--helm-inset) * 2));opacity:0;pointer-events:none}.fui-helm--top.is-visible,.fui-helm--bottom.is-visible,.fui-helm--left.is-visible,.fui-helm--right.is-visible{opacity:1;pointer-events:auto}.fui-helm:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,var(--helm-shine-gradient-start) 0%,var(--helm-shine-gradient-mid) 40%,transparent 60%);pointer-events:none;z-index:0}.fui-helm>*{position:relative;z-index:1}.fui-helm.is-visible{opacity:1;pointer-events:auto}.fui-helm--top{top:var(--helm-inset);left:50%;transform:translate(-50%) translateY(-130%);transition:transform var(--helm-enter-duration) var(--helm-enter-curve),opacity var(--helm-fade-duration) ease}.fui-helm--top.is-visible{transform:translate(-50%) translateY(0)}.fui-helm--bottom{bottom:var(--helm-inset);left:50%;transform:translate(-50%) translateY(130%);transition:transform var(--helm-enter-duration) var(--helm-enter-curve),opacity var(--helm-fade-duration) ease}.fui-helm--bottom.is-visible{transform:translate(-50%) translateY(0)}.fui-helm--left{left:var(--helm-inset);top:50%;transform:translateY(-50%) translate(-130%);transition:transform var(--helm-enter-duration) var(--helm-enter-curve),opacity var(--helm-fade-duration) ease}.fui-helm--left.is-visible{transform:translateY(-50%) translate(0)}.fui-helm--right{right:var(--helm-inset);top:50%;transform:translateY(-50%) translate(130%);transition:transform var(--helm-enter-duration) var(--helm-enter-curve),opacity var(--helm-fade-duration) ease}.fui-helm--right.is-visible{transform:translateY(-50%) translate(0)}.fui-helm--horizontal{flex-direction:row}.fui-helm--vertical{flex-direction:column;border-radius:var(--radius-2xl);max-width:none;max-height:calc(100vh - (var(--helm-inset) * 2))}.fui-helm--vertical .fui-helm__divider{width:20px;height:1px;margin:var(--space-xs) auto}.fui-helm--vertical .fui-helm__content{flex-direction:column}.fui-helm--vertical .fui-helm__item{width:var(--helm-touch-target)}.fui-helm__anchor-start{display:flex;align-items:center;justify-content:center;flex-shrink:0}.fui-helm__content{display:flex;align-items:center;flex:1;min-width:0;gap:2px}.fui-helm__anchor-end{display:flex;align-items:center;flex-shrink:0}.fui-helm__divider{width:1px;height:20px;background:var(--helm-divider);flex-shrink:0}.fui-helm__item{display:flex;align-items:center;justify-content:center;min-width:var(--helm-touch-target);min-height:var(--helm-touch-target);padding:0;background:transparent;border:none;border-radius:var(--helm-item-radius);color:var(--helm-text-muted);cursor:pointer;transition:all .15s ease;position:relative;font-family:var(--font-body);font-size:var(--typescale_label-small_size, 12px);font-weight:600;text-decoration:none;white-space:nowrap;flex-shrink:0}.fui-helm__item:hover{color:var(--helm-text-hover);background:var(--helm-item-hover)}.fui-helm__item:focus-visible{outline:none;box-shadow:0 0 0 2px #306ac080}.fui-helm__item--active{color:var(--neutral-0);background:var(--helm-item-active)}.fui-helm__item--label{padding:0 14px;gap:4px}.fui-helm__item--accent{color:var(--neutral-0);background:var(--color-primary);box-shadow:0 2px 8px #306ac04d}.fui-helm__item--accent:hover{background:var(--color-primary-hover)}.fui-helm__item--accent-green{color:var(--neutral-0);background:var(--brand-2);box-shadow:0 2px 8px #0091054d}.fui-helm__item--accent-green:hover{background:var(--brand-2-light)}.fui-helm__item svg{width:16px;height:16px;flex-shrink:0}.fui-helm__item--sm svg{width:14px;height:14px}.fui-helm__group{display:flex;align-items:center;gap:2px}.fui-helm--vertical .fui-helm__group{flex-direction:column}.fui-helm__trident{color:var(--brand-1-light)}.fui-helm__trident:hover{color:var(--neutral-0)}.fui-helm__trident svg{width:16px;height:22px}.fui-helm__query{font-family:var(--font-editorial, Georgia, serif);font-size:.938rem;font-style:italic;color:var(--helm-text);padding:0 14px 0 6px;gap:6px;max-width:180px;overflow:hidden;text-overflow:ellipsis}.fui-helm__query:hover{color:var(--neutral-0)}.fui-helm__query svg{width:12px;height:12px;opacity:.4}.fui-helm__query:hover svg{opacity:.8}.fui-helm__search-input{flex:1;min-width:0;border:none;outline:none;font-size:.875rem;font-family:var(--font-body);color:var(--helm-text);background:transparent;padding:0 8px;height:var(--helm-touch-target)}.fui-helm__search-input::placeholder{color:var(--helm-text-muted)}.fui-helm__search-input:focus{color:var(--neutral-0, #fff)}.fui-helm__avatar{width:26px;height:26px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--brand-1-light),var(--brand-1));display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--neutral-0);letter-spacing:-.02em}.fui-helm__avatar--online:after{content:"";position:absolute;bottom:10px;right:10px;width:8px;height:8px;border-radius:var(--radius-full);background:var(--brand-2-light);border:2px solid rgba(10,15,26,.85)}.fui-helm__badge{display:flex;align-items:center;gap:4px;height:26px;padding:0 10px;border-radius:var(--radius-full);font-size:11px;font-weight:700;flex-shrink:0}.fui-helm__badge--verity{background:#00c10726;color:var(--brand-2-light)}.fui-helm__badge--count{background:#306ac033;color:var(--brand-1-light)}.fui-helm__mark{width:28px;height:28px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--neutral-0);font-size:10px;font-weight:800;flex-shrink:0}.fui-helm__mark--brand-1{background:linear-gradient(135deg,var(--brand-1-light),var(--brand-1))}.fui-helm__mark--brand-2{background:linear-gradient(135deg,var(--brand-2-light),var(--brand-2))}.fui-helm__mark--brand-3{background:linear-gradient(135deg,var(--brand-3-light),var(--brand-3))}.fui-helm__label{font-size:12px;font-weight:700;color:var(--neutral-0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.fui-helm__label--editorial{font-family:var(--font-editorial, Georgia, serif);font-style:italic;font-weight:400;font-size:.875rem;color:var(--helm-text)}.fui-helm__label--editorial:hover{color:var(--neutral-0);cursor:pointer}.fui-helm__dropdown{position:absolute;z-index:1;background:#0a0f1aeb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);box-shadow:0 12px 40px #0006,inset 0 1px #ffffff1a;padding:var(--space-sm);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s ease}.fui-helm__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.fui-helm--top .fui-helm__dropdown{top:calc(100% + var(--space-sm))}.fui-helm--bottom .fui-helm__dropdown{bottom:calc(100% + var(--space-sm));transform:translateY(6px)}.fui-helm--bottom .fui-helm__dropdown.is-open{transform:translateY(0)}.fui-helm__dropdown--end{right:0}.fui-helm__dropdown--wide{min-width:280px}.fui-helm__dropdown-item{display:flex;align-items:center;gap:10px;padding:10px var(--space-md);font-size:.813rem;font-weight:500;color:#ffffffb3;border-radius:var(--radius-lg);transition:all .1s ease;text-decoration:none}.fui-helm__dropdown-item:hover{color:var(--neutral-0);background:#ffffff14}.fui-helm__dropdown-item svg{width:16px;height:16px;opacity:.6}.fui-helm__dropdown-header{padding:var(--space-sm) var(--space-md);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:var(--space-xs)}.fui-helm__dropdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.fui-helm__dropdown-grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 4px;border-radius:var(--radius-lg);transition:all .12s ease;text-decoration:none;min-height:72px}.fui-helm__dropdown-grid-item:hover{background:#ffffff14}.fui-helm__dropdown-grid-icon{width:36px;height:36px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--brand-1-light),var(--brand-1));display:flex;align-items:center;justify-content:center;margin-bottom:6px;font-size:16px}.fui-helm__dropdown-grid-item span{font-size:10px;font-weight:600;color:#fff9;white-space:nowrap}.fui-helm__dropdown-grid-item:hover span{color:var(--neutral-0)}.fui-helm__item--mobile-only{display:none}@media(max-width:768px){.fui-helm__item--mobile-only{display:inline-flex}}@media(max-width:640px){:root{--helm-inset: 8px}.fui-helm__item-label{display:none}.fui-helm__query{max-width:100px;font-size:.813rem}.fui-helm__label{max-width:80px}.fui-helm__label--editorial{max-width:100px}.fui-helm__group--collapse-mobile{display:none}}@media(max-width:480px){.fui-helm__query{max-width:70px}.fui-helm__label{max-width:60px}}@media(prefers-reduced-motion:reduce){.fui-helm,.fui-helm__dropdown{transition:opacity .15s ease}.fui-helm--top,.fui-helm--bottom{transform:translate(-50%) translateY(0)}.fui-helm--left,.fui-helm--right{transform:translateY(-50%) translate(0)}}.fui-helm:focus-within{box-shadow:var(--helm-shadow),inset 0 1px 0 0 var(--helm-shine-top),inset 0 -1px 0 0 var(--helm-shine-bottom),0 0 0 2px #306ac04d}@media print{.fui-helm{display:none}}:root{--helm-top-height-desktop: 72px;--helm-top-height-tablet: 64px;--helm-top-height-mobile: 56px;--helm-tabs-height: 48px;--helm-bottom-height: 64px;--helm-search-height: 48px;--helm-search-radius: var(--radius-full);--helm-search-bg: var(--color-surface-container);--helm-search-border: var(--color-border);--helm-search-focus-border: var(--color-primary);--helm-top-z: 1100;--helm-tabs-z: 1099;--helm-bottom-z: 1050;--helm-overlay-z: 1200}.fui-helm-top{position:sticky;top:0;z-index:var(--helm-top-z);display:flex;align-items:center;gap:var(--space-md);height:var(--helm-top-height-desktop);padding:0 var(--space-xl);background:var(--color-surface);border-bottom:1px solid var(--color-border-subtle, var(--color-border));backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:box-shadow .2s ease}.fui-helm-top.is-scrolled{box-shadow:0 2px 16px #00000014,0 1px 4px #0000000f}.fui-helm-top__logo{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;color:var(--color-text);flex-shrink:0}.fui-helm-top__trident{width:32px;height:32px;color:var(--color-primary);flex-shrink:0}.fui-helm-top__trident svg{width:100%;height:100%}.fui-helm-top__wordmark{font-family:var(--font-headline);font-size:var(--typescale_title-large_size, 25px);font-weight:700;background:linear-gradient(135deg,var(--brand-1),var(--brand-2),var(--brand-3),var(--brand-4));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;padding-bottom:2px}.fui-helm-top__page-title{font-family:var(--font-headline);font-size:var(--typescale_label-large_size, 16px);font-weight:500;color:var(--color-text-muted)}.fui-helm-top__separator{color:var(--color-text-muted);font-size:var(--typescale_title-large_size, 25px);font-weight:300;opacity:.4;-webkit-user-select:none;user-select:none}.fui-helm-top__actions{display:flex;align-items:center;gap:var(--space-xs);margin-left:auto;flex-shrink:0}.fui-helm-top__nav-link{font-size:var(--typescale_label-medium_size, 14px);font-weight:600;color:var(--color-text);text-decoration:none;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-full);transition:all .15s ease}.fui-helm-top__nav-link:hover{color:var(--color-primary);background:var(--color-hover)}.fui-helm-top__back{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text);cursor:pointer;flex-shrink:0;font-size:20px;text-decoration:none}.fui-helm-top__back:hover{background:var(--color-hover)}.fui-helm-top__search{position:relative;display:flex;align-items:center;gap:var(--space-sm);flex:1;max-width:680px;height:var(--helm-search-height);padding:0 var(--space-md);background:var(--helm-search-bg);border:2px solid var(--helm-search-border);border-radius:var(--helm-search-radius);transition:border-color .2s ease,box-shadow .2s ease}.fui-helm-top__search:focus-within{border-color:var(--helm-search-focus-border);box-shadow:0 0 0 3px #306ac01a}.fui-helm-top__search-icon{width:20px;height:20px;color:var(--color-text-muted);flex-shrink:0}.fui-helm-top__search-input{flex:1;border:none;outline:none;font-size:1rem;font-family:var(--font-body);color:var(--color-text);background:transparent;min-width:0}.fui-helm-top__search-input::placeholder{color:var(--color-text-muted)}.fui-helm-top__search-clear{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;flex-shrink:0;opacity:0;transition:opacity .15s ease}.fui-helm-top__search:focus-within .fui-helm-top__search-clear,.fui-helm-top__search-clear.has-value{opacity:1}.fui-helm-top__search-clear:hover{color:var(--color-text);background:var(--color-hover)}.fui-helm-top__search--has-suggestions{border-radius:var(--radius-xl) var(--radius-xl) 0 0;border-color:var(--color-primary);box-shadow:0 0 0 3px #306ac01a}.fui-helm-top__suggestions{position:absolute;top:100%;left:-2px;right:-2px;z-index:var(--z-helm-tabs);background:var(--color-surface-raised, var(--color-surface));border:2px solid var(--color-primary);border-top:1px solid var(--color-border-subtle, var(--color-border));border-radius:0 0 var(--radius-xl) var(--radius-xl);box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;overflow:hidden;animation:helmSuggestReveal .15s ease-out}@keyframes helmSuggestReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.fui-helm-top__suggestion{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);width:100%;font-family:var(--font-body);font-size:var(--typescale_body-small_size, 13px);color:var(--color-text);background:none;border:none;text-align:left;cursor:pointer;transition:background .1s ease}.fui-helm-top__suggestion:first-child{padding-top:var(--space-sm)}.fui-helm-top__suggestion:last-child{padding-bottom:var(--space-sm)}.fui-helm-top__suggestion:hover,.fui-helm-top__suggestion.is-selected{background:var(--color-hover)}.fui-helm-top__suggestion-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:.875rem;flex-shrink:0;color:var(--color-text-muted)}.fui-helm-top__suggestion:hover .fui-helm-top__suggestion-icon,.fui-helm-top__suggestion.is-selected .fui-helm-top__suggestion-icon{color:var(--color-primary)}.fui-helm-top__suggestion-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fui-helm-top__suggestion-loading{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);font-size:var(--typescale_body-small_size, 13px);color:var(--color-text-muted)}.fui-helm-top__spinner{animation:helmSpinnerSpin .8s linear infinite}@keyframes helmSpinnerSpin{to{transform:rotate(360deg)}}.fui-helm-top--serp{padding-left:var(--center-abs-margin, var(--space-xl))}.fui-helm-top--serp .fui-helm-top__trident{width:24px;height:24px}.fui-helm-top--serp .fui-helm-top__wordmark{display:none}.fui-helm-tabs{position:sticky;top:var(--helm-top-height-desktop, 72px);z-index:10;background:var(--color-surface);border-bottom:1px solid var(--color-border-subtle, var(--color-border));display:flex;align-items:center;height:var(--helm-tabs-height);padding:0 var(--space-xl) 0 var(--center-abs-margin, var(--space-xl))}.fui-helm-tabs__inner{display:flex;align-items:center;gap:var(--space-xs);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-width:0}.fui-helm-tabs__inner::-webkit-scrollbar{display:none}.fui-helm-tabs .fui-tab{color:var(--color-text-muted);border-bottom:3px solid transparent;padding:0 var(--space-md);height:var(--helm-tabs-height);display:flex;align-items:center;font-size:var(--typescale_label-medium_size, 14px);font-weight:600;white-space:nowrap;text-decoration:none;transition:color .15s ease,border-color .15s ease;border-radius:0;flex-shrink:0}.fui-helm-tabs .fui-tab:hover{color:var(--color-text)}.fui-helm-tabs .fui-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.fui-helm-tabs .fui-tab__count{background:var(--color-primary);color:#fff;font-size:.625rem;font-weight:700;padding:1px 6px;border-radius:var(--radius-full);margin-left:6px;min-width:18px;text-align:center}.fui-helm-tabs__controls{display:flex;align-items:center;gap:var(--space-xs);margin-left:auto;flex-shrink:0}.fui-helm-tabs__tools{position:relative;flex-shrink:0}.fui-helm-tabs__tools-btn{display:flex;align-items:center;gap:4px;height:var(--helm-tabs-height);padding:0 var(--space-md);background:transparent;border:none;border-bottom:3px solid transparent;color:var(--color-text-muted);font-size:var(--typescale_label-medium_size, 14px);font-weight:600;cursor:pointer;white-space:nowrap;transition:color .15s ease}.fui-helm-tabs__tools-btn:hover{color:var(--color-text)}.fui-helm-tabs__tools-btn.active{color:var(--color-primary)}.fui-helm-tabs__tools-menu{position:absolute;top:100%;right:0;z-index:var(--z-dropdown);min-width:200px;padding:var(--space-xs);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014}.fui-helm-tabs__tools-item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);font-size:var(--typescale_body-small_size, 13px);font-weight:500;color:var(--color-text);text-decoration:none;border-radius:var(--radius-md);transition:background .1s ease}.fui-helm-tabs__tools-item:hover{background:var(--color-hover)}.fui-helm-tabs__tools-item.active{color:var(--color-primary);font-weight:600}.fui-helm-tabs__tools-item i{font-size:16px;color:var(--color-text-muted)}.fui-helm-tabs__tools-divider{height:1px;background:var(--color-border);margin:var(--space-xs) var(--space-md)}.fui-helm-tabs__cta{display:flex;align-items:center;gap:4px;height:calc(var(--helm-tabs-height) - 14px);padding:0 var(--space-md);background:transparent;border:1.5px solid var(--color-primary);border-radius:var(--radius-full);color:var(--color-primary);font-size:var(--typescale_label-small_size, 13px);font-weight:600;white-space:nowrap;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.fui-helm-tabs__cta:hover{background:var(--color-primary);color:var(--color-on-primary, #fff)}.fui-helm-tabs__cta i{font-size:14px}@media(max-width:479px){.fui-helm-tabs__cta span{display:none}.fui-helm-tabs__cta{padding:0 var(--space-sm)}}.fui-helm-search-overlay{position:fixed;inset:0;z-index:var(--helm-overlay-z);background:var(--color-background);display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease}.fui-helm-search-overlay.is-open{opacity:1;visibility:visible;transform:translateY(0)}.fui-helm-search-overlay__header{display:flex;align-items:center;gap:var(--space-sm);height:var(--helm-top-height-mobile);padding:0 var(--space-md);border-bottom:1px solid var(--color-border)}.fui-helm-search-overlay__back{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:var(--radius-full);color:var(--color-text);cursor:pointer;font-size:20px;flex-shrink:0}.fui-helm-search-overlay__input{flex:1;border:none;outline:none;font-size:1rem;font-family:var(--font-body);color:var(--color-text);background:transparent}.fui-helm-search-overlay__input::placeholder{color:var(--color-text-muted)}.fui-helm-search-overlay__body{flex:1;padding:var(--space-md);overflow-y:auto}.fui-helm-search-overlay__section-title{font-size:var(--typescale_label-medium_size, 14px);font-weight:600;color:var(--color-text-muted);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.04em}.fui-helm-search-overlay__item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);color:var(--color-text);text-decoration:none;border-radius:var(--radius-lg);transition:background .1s ease;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;font-family:var(--font-body);font-size:1rem}.fui-helm-search-overlay__item:hover{background:var(--color-hover)}.fui-helm-search-overlay__item i{color:var(--color-text-muted);font-size:18px;flex-shrink:0}@media(max-width:1023px){.fui-helm-top{height:var(--helm-top-height-tablet);padding:0 var(--space-lg)}.fui-helm-top--serp{padding-left:var(--center-abs-margin, var(--space-lg))}.fui-helm-tabs{top:var(--helm-top-height-tablet, 64px);padding:0 var(--space-lg) 0 var(--center-abs-margin, var(--space-lg))}.fui-helm-top__nav-link{display:none}.fui-helm-top__trident{width:28px;height:28px}.fui-helm-top__wordmark{font-size:var(--typescale_title-medium_size, 22px)}}@media(max-width:768px){.fui-helm-top{height:var(--helm-top-height-mobile);padding:0 var(--space-md);gap:var(--space-sm)}.fui-helm-top--serp{padding-left:var(--center-abs-margin, var(--space-md))}.fui-helm-tabs{top:var(--helm-top-height-mobile, 56px);padding:0 var(--space-md) 0 var(--center-abs-margin, var(--space-md));height:44px}.fui-helm-top__trident{width:24px;height:24px}.fui-helm-top--serp .fui-helm-top__back,.fui-helm-top--app .fui-helm-top__back{display:flex}.fui-helm-top--serp .fui-helm-top__logo{display:none}.fui-helm-top--home .fui-helm-top__wordmark{font-size:var(--typescale_title-small_size, 18px)}.fui-helm-top--app .fui-helm-top__wordmark,.fui-helm-top--app .fui-helm-top__separator{display:none}}@media(max-width:480px){.fui-helm-top--home .fui-helm-top__wordmark{display:none}}@media(prefers-color-scheme:dark){.fui-helm-top{background:var(--color-surface);border-bottom-color:var(--color-border-subtle, var(--color-border))}.fui-helm-top.is-scrolled{box-shadow:0 2px 16px #0000004d,0 1px 4px #0003}.fui-helm-top__search{background:var(--helm-search-bg);border-color:var(--helm-search-border)}}body.dark .fui-helm-top{background:var(--color-surface);border-bottom-color:var(--color-border-subtle, var(--color-border))}body.dark .fui-helm-top.is-scrolled{box-shadow:0 2px 16px #0000004d,0 1px 4px #0003}@media(prefers-reduced-motion:reduce){.fui-helm-top,.fui-helm-tabs,.fui-helm-search-overlay{transition:none}}@media print{.fui-helm-top,.fui-helm-tabs,.fui-helm-search-overlay{display:none}}.fui-nav{display:flex;align-items:center;gap:var(--space-sm);list-style:none;margin:0;padding:0}.fui-nav--horizontal{flex-direction:row;flex-wrap:wrap}.fui-nav--vertical{flex-direction:column;align-items:stretch}.fui-nav--bar{padding:var(--space-md) var(--space-lg);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.fui-nav--bar-transparent{background:transparent;border-bottom:none}.fui-nav__item{list-style:none}.fui-nav__link{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);color:var(--color-text);text-decoration:none;font-family:var(--font-headline);font-size:var(--typescale_label-medium_size);font-weight:500;border-radius:var(--radius-md);transition:var(--transition-fast);white-space:nowrap}.fui-nav__link:hover{background:var(--color-hover);color:var(--color-primary);text-decoration:none}.fui-nav__link:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.fui-nav__link.active,.fui-nav__link[aria-current=page]{color:var(--color-primary);background:#306ac01a}.fui-nav__spacer{flex:1 1 auto}.fui-nav__divider{width:1px;height:24px;background:var(--color-border);margin:0 var(--space-xs)}.fui-nav--vertical .fui-nav__divider{width:100%;height:1px;margin:var(--space-xs) 0}.fui-nav--scrollable{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none}.fui-nav--scrollable::-webkit-scrollbar{height:6px;background:transparent}.fui-nav--scrollable::-webkit-scrollbar-thumb{background:transparent;border-radius:var(--radius-full)}.fui-nav--scrollable:hover{scrollbar-width:thin}.fui-nav--scrollable:hover::-webkit-scrollbar-thumb{background:var(--color-border)}.fui-nav--compact .fui-nav__link{padding:var(--space-xs) var(--space-sm);font-size:var(--typescale_label-small_size)}.fui-nav--pills{gap:var(--space-xs);padding:var(--space-xs);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.fui-nav--pills .fui-nav__link{border-radius:var(--radius-lg)}.fui-nav--pills .fui-nav__link.active{background:var(--color-primary);color:var(--neutral-0)}.fui-nav__toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;color:var(--color-text);cursor:pointer;border-radius:var(--radius-md);transition:var(--transition-fast)}.fui-nav__toggle:hover{background:var(--color-hover)}@media(max-width:768px){.fui-nav--collapsible{flex-direction:column;align-items:stretch}.fui-nav--collapsible .fui-nav__toggle{display:flex;align-self:flex-end}.fui-nav--collapsible .fui-nav__menu{display:none;flex-direction:column;width:100%;padding-top:var(--space-sm)}.fui-nav--collapsible.active .fui-nav__menu{display:flex}}@media(prefers-color-scheme:dark){.fui-nav--bar,.fui-nav--pills{background:var(--color-surface)}}body.dark .fui-nav--bar,body.dark .fui-nav--pills{background:var(--color-surface)}.fui-field{position:relative;display:flex;flex-direction:column;gap:var(--space-xs)}.fui-field__input{width:100%;padding:var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);color:var(--color-text);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;transition:border-color var(--speed-2) ease,box-shadow var(--speed-2) ease;min-height:2.75rem}.fui-field__input::placeholder{color:transparent}.fui-field__input:hover:not(:disabled){border-color:var(--color-text-subtle)}.fui-field__input:focus{border-color:var(--color-primary);box-shadow:var(--focus-ring)}.fui-field__label{position:absolute;left:var(--space-md);top:50%;transform:translateY(-50%);font-family:var(--font-body);font-size:var(--typescale_body-medium_size);color:var(--color-text-subtle);pointer-events:none;transition:all var(--speed-2) ease;background:var(--color-background);padding:0 var(--space-xs)}.fui-field__input:focus~.fui-field__label,.fui-field__input:not(:placeholder-shown)~.fui-field__label{top:0;font-size:var(--typescale_label-small_size);color:var(--color-primary)}.fui-field__input:not(:focus):not(:placeholder-shown)~.fui-field__label{color:var(--color-text-subtle)}.fui-field--filled .fui-field__input{background:var(--color-surface);border:none;border-bottom:2px solid var(--color-border);border-radius:var(--radius-md) var(--radius-md) 0 0}.fui-field--filled .fui-field__input:hover:not(:disabled){border-bottom-color:var(--color-text-subtle)}.fui-field--filled .fui-field__input:focus{border-bottom-color:var(--color-primary);box-shadow:none}.fui-field--filled .fui-field__label{background:transparent}.fui-field__helper{font-size:var(--typescale_label-small_size);line-height:var(--typescale_label-small_height);color:var(--color-text-subtle);padding-left:var(--space-md)}.fui-field--has-prefix .fui-field__input{padding-left:var(--space-2xl)}.fui-field--has-suffix .fui-field__input{padding-right:var(--space-2xl)}.fui-field__prefix,.fui-field__suffix{position:absolute;top:50%;transform:translateY(-50%);color:var(--color-text-subtle);font-size:1.25rem;pointer-events:none}.fui-field__prefix{left:var(--space-sm)}.fui-field__suffix{right:var(--space-sm)}.fui-field--has-prefix .fui-field__label{left:var(--space-2xl)}.fui-field--has-prefix .fui-field__input:focus~.fui-field__label,.fui-field--has-prefix .fui-field__input:not(:placeholder-shown)~.fui-field__label{left:var(--space-md)}.fui-field--sm .fui-field__input{min-height:2.25rem;padding:var(--space-xs) var(--space-sm);font-size:var(--typescale_body-small_size)}.fui-field--sm .fui-field__label{font-size:var(--typescale_body-small_size);left:var(--space-sm)}.fui-field--lg .fui-field__input{min-height:3.25rem;padding:var(--space-md) var(--space-lg);font-size:var(--typescale_body-large_size)}.fui-field--lg .fui-field__label{font-size:var(--typescale_body-large_size);left:var(--space-lg)}.fui-field--error .fui-field__input{border-color:var(--color-error)}.fui-field--error .fui-field__input:focus{box-shadow:var(--focus-ring-error)}.fui-field--error .fui-field__label,.fui-field--error .fui-field__helper{color:var(--color-error)}.fui-field--disabled .fui-field__input,.fui-field__input:disabled{opacity:.5;cursor:not-allowed;background:var(--color-surface)}.fui-field--textarea .fui-field__input{min-height:6rem;resize:vertical}.fui-field--textarea .fui-field__label{top:var(--space-md);transform:none}.fui-field--textarea .fui-field__input:focus~.fui-field__label,.fui-field--textarea .fui-field__input:not(:placeholder-shown)~.fui-field__label{top:-.5rem;transform:none}.fui-select{position:relative;display:flex;flex-direction:column;gap:var(--space-xs)}.fui-select__input{width:100%;padding:var(--space-sm) var(--space-2xl) var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);color:var(--color-text);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;min-height:2.75rem;transition:border-color var(--speed-2) ease,box-shadow var(--speed-2) ease}.fui-select__input:hover:not(:disabled){border-color:var(--color-text-subtle)}.fui-select__input:focus{border-color:var(--color-primary);box-shadow:var(--focus-ring)}.fui-select__arrow{position:absolute;right:var(--space-md);top:50%;transform:translateY(-50%);color:var(--color-text-subtle);pointer-events:none;transition:transform var(--speed-2) ease}.fui-select__input:focus~.fui-select__arrow{color:var(--color-primary)}.fui-select__label{position:absolute;left:var(--space-md);top:0;transform:translateY(-50%);font-size:var(--typescale_label-small_size);color:var(--color-text-subtle);background:var(--color-background);padding:0 var(--space-xs);pointer-events:none}.fui-select__input:focus~.fui-select__label{color:var(--color-primary)}.fui-select__helper{font-size:var(--typescale_label-small_size);color:var(--color-text-subtle);padding-left:var(--space-md)}.fui-select--filled .fui-select__input{background:var(--color-surface);border:none;border-bottom:2px solid var(--color-border);border-radius:var(--radius-md) var(--radius-md) 0 0}.fui-select--filled .fui-select__input:focus{border-bottom-color:var(--color-primary);box-shadow:none}.fui-select--filled .fui-select__label{background:transparent}.fui-select--error .fui-select__input{border-color:var(--color-error)}.fui-select--error .fui-select__input:focus{box-shadow:var(--focus-ring-error)}.fui-select--error .fui-select__label,.fui-select--error .fui-select__helper{color:var(--color-error)}.fui-select__input:disabled{opacity:.5;cursor:not-allowed}.fui-select--sm .fui-select__input{min-height:2.25rem;padding:var(--space-xs) var(--space-2xl) var(--space-xs) var(--space-sm);font-size:var(--typescale_body-small_size)}.fui-select--lg .fui-select__input{min-height:3.25rem;padding:var(--space-md) var(--space-2xl) var(--space-md) var(--space-lg);font-size:var(--typescale_body-large_size)}.fui-checkbox{display:inline-flex;align-items:center;gap:var(--space-sm);cursor:pointer;-webkit-user-select:none;user-select:none}.fui-checkbox__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.fui-checkbox__box{position:relative;width:1.25rem;height:1.25rem;border:2px solid var(--color-border);border-radius:var(--radius-sm);flex-shrink:0;transition:all var(--speed-2) ease;display:flex;align-items:center;justify-content:center}.fui-checkbox__box:after{content:"";width:.375rem;height:.625rem;border:solid var(--neutral-0);border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform var(--speed-1) ease}.fui-checkbox:hover .fui-checkbox__box{border-color:var(--color-primary)}.fui-checkbox__input:focus-visible~.fui-checkbox__box{box-shadow:var(--focus-ring)}.fui-checkbox__input:checked~.fui-checkbox__box{background:var(--color-primary);border-color:var(--color-primary)}.fui-checkbox__input:checked~.fui-checkbox__box:after{transform:rotate(45deg) scale(1)}.fui-checkbox__input:indeterminate~.fui-checkbox__box{background:var(--color-primary);border-color:var(--color-primary)}.fui-checkbox__input:indeterminate~.fui-checkbox__box:after{width:.625rem;height:0;border-width:0 0 2px 0;transform:rotate(0) scale(1)}.fui-checkbox__label{font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);color:var(--color-text)}.fui-checkbox__input:disabled~.fui-checkbox__box{opacity:.5;cursor:not-allowed}.fui-checkbox__input:disabled~.fui-checkbox__label{opacity:.5;cursor:not-allowed}.fui-checkbox:has(.fui-checkbox__input:disabled){cursor:not-allowed}.fui-checkbox--error .fui-checkbox__box{border-color:var(--color-error)}.fui-checkbox--error .fui-checkbox__input:checked~.fui-checkbox__box{background:var(--color-error);border-color:var(--color-error)}.fui-radio-group{display:flex;flex-direction:column;gap:var(--space-sm)}.fui-radio-group--horizontal{flex-direction:row;gap:var(--space-lg)}.fui-radio{display:inline-flex;align-items:center;gap:var(--space-sm);cursor:pointer;-webkit-user-select:none;user-select:none}.fui-radio__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.fui-radio__circle{position:relative;width:1.25rem;height:1.25rem;border:2px solid var(--color-border);border-radius:var(--radius-full);flex-shrink:0;transition:all var(--speed-2) ease}.fui-radio__circle:after{content:"";position:absolute;top:50%;left:50%;width:.5rem;height:.5rem;border-radius:var(--radius-full);background:var(--neutral-0);transform:translate(-50%,-50%) scale(0);transition:transform var(--speed-1) ease}.fui-radio:hover .fui-radio__circle{border-color:var(--color-primary)}.fui-radio__input:focus-visible~.fui-radio__circle{box-shadow:var(--focus-ring)}.fui-radio__input:checked~.fui-radio__circle{background:var(--color-primary);border-color:var(--color-primary)}.fui-radio__input:checked~.fui-radio__circle:after{transform:translate(-50%,-50%) scale(1)}.fui-radio__label{font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);color:var(--color-text)}.fui-radio__input:disabled~.fui-radio__circle{opacity:.5;cursor:not-allowed}.fui-radio__input:disabled~.fui-radio__label{opacity:.5;cursor:not-allowed}.fui-radio:has(.fui-radio__input:disabled){cursor:not-allowed}.fui-switch{display:inline-flex;align-items:center;gap:var(--space-sm);cursor:pointer;-webkit-user-select:none;user-select:none}.fui-switch__input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.fui-switch__track{position:relative;width:3.25rem;height:2rem;background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius-full);flex-shrink:0;transition:all var(--speed-2) ease}.fui-switch__track:after{content:"";position:absolute;top:50%;left:.25rem;width:1.25rem;height:1.25rem;background:var(--color-text-subtle);border-radius:var(--radius-full);transform:translateY(-50%);transition:all var(--speed-2) ease}.fui-switch:hover .fui-switch__track:after{background:var(--color-text)}.fui-switch__input:focus-visible~.fui-switch__track{box-shadow:var(--focus-ring)}.fui-switch__input:checked~.fui-switch__track{background:var(--color-primary);border-color:var(--color-primary)}.fui-switch__input:checked~.fui-switch__track:after{left:calc(100% - 1.5rem);background:var(--neutral-0)}.fui-switch__label{font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);color:var(--color-text)}.fui-switch__input:disabled~.fui-switch__track{opacity:.5;cursor:not-allowed}.fui-switch__input:disabled~.fui-switch__label{opacity:.5;cursor:not-allowed}.fui-switch:has(.fui-switch__input:disabled){cursor:not-allowed}.fui-switch--sm .fui-switch__track{width:2.5rem;height:1.5rem}.fui-switch--sm .fui-switch__track:after{width:1rem;height:1rem;left:.125rem}.fui-switch--sm .fui-switch__input:checked~.fui-switch__track:after{left:calc(100% - 1.125rem)}.fui-progress{width:100%;height:4px;background:var(--color-surface);border-radius:var(--radius-full);overflow:hidden}.fui-progress__bar{height:100%;background:var(--color-primary);border-radius:var(--radius-full);transition:width var(--speed-3) ease}.fui-progress--sm{height:2px}.fui-progress--lg{height:8px}.fui-progress--indeterminate .fui-progress__bar{width:40%;animation:fui-progress-slide 1.5s ease-in-out infinite}@keyframes fui-progress-slide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.fui-progress--success .fui-progress__bar{background:var(--color-success)}.fui-progress--error .fui-progress__bar{background:var(--color-error);animation:none}.fui-progress--warning .fui-progress__bar{background:var(--color-warning)}.fui-spinner{width:2.5rem;height:2.5rem;border:3px solid var(--color-surface);border-top-color:var(--color-primary);border-radius:var(--radius-full);animation:fui-spin .8s linear infinite}.fui-spinner--sm{width:1.25rem;height:1.25rem;border-width:2px}.fui-spinner--lg{width:3.5rem;height:3.5rem;border-width:4px}@keyframes fui-spin{to{transform:rotate(360deg)}}.fui-snackbar{position:fixed;bottom:var(--space-lg);left:50%;transform:translate(-50%) translateY(calc(100% + var(--space-lg)));z-index:var(--z-toast);display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);min-width:20rem;max-width:40rem;background:var(--neutral-900);color:var(--neutral-100);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);transition:transform var(--speed-3) ease}.fui-snackbar.is-visible{transform:translate(-50%) translateY(0)}.fui-snackbar--top{bottom:auto;top:var(--space-lg);transform:translate(-50%) translateY(calc(-100% - var(--space-lg)))}.fui-snackbar--top.is-visible{transform:translate(-50%) translateY(0)}.fui-snackbar__text{flex:1;font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height)}.fui-snackbar__icon{font-size:1.25rem;flex-shrink:0}.fui-snackbar__action{font-family:var(--font-headline);font-size:var(--typescale_label-medium_size);font-weight:500;color:var(--brand-5-3);background:none;border:none;cursor:pointer;padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0}.fui-snackbar__action:hover{background:#ffffff1a}.fui-snackbar__close{background:none;border:none;color:var(--neutral-400);cursor:pointer;padding:var(--space-xs);border-radius:var(--radius-sm);font-size:1rem;flex-shrink:0}.fui-snackbar__close:hover{color:var(--neutral-100)}.fui-snackbar--success{background:var(--brand-2-8, #2e7d32)}.fui-snackbar--error{background:var(--brand-4-8, #c62828)}.fui-snackbar--warning{background:var(--brand-3-8, #e65100)}.fui-snackbar--info{background:var(--brand-5-8, #00838f)}.fui-callout{display:flex;align-items:flex-start;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-xl);border:1px solid;color:var(--color-text)}.fui-callout__icon{flex-shrink:0;font-size:1.25rem;margin-top:1px}.fui-callout__body{flex:1}.fui-callout__title{font-family:var(--font-headline);font-weight:600;font-size:var(--typescale_title-small_size);margin-bottom:var(--space-xs)}.fui-callout__body p{font-size:var(--typescale_body-medium_size);margin:0;line-height:1.5}.fui-callout--info{background:color-mix(in oklch,var(--brand-5) 10%,transparent);border-color:var(--brand-5)}.fui-callout--info .fui-callout__icon{color:var(--brand-5)}.fui-callout--success{background:color-mix(in oklch,var(--brand-2) 10%,transparent);border-color:var(--brand-2)}.fui-callout--success .fui-callout__icon{color:var(--brand-2)}.fui-callout--warning{background:color-mix(in oklch,var(--brand-3) 10%,transparent);border-color:var(--brand-3)}.fui-callout--warning .fui-callout__icon{color:var(--brand-3)}.fui-callout--error{background:color-mix(in oklch,var(--brand-4) 10%,transparent);border-color:var(--color-error)}.fui-callout--error .fui-callout__icon{color:var(--color-error)}.fui-callout--primary{background:color-mix(in oklch,var(--brand-1) 8%,transparent);border-color:var(--brand-1)}.fui-callout--primary .fui-callout__icon{color:var(--brand-1)}.fui-callout--centered{flex-direction:column;align-items:center;text-align:center}.fui-callout--centered .fui-callout__body{display:flex;flex-direction:column;align-items:center}.fui-badge{position:relative;display:inline-flex}.fui-badge__dot{position:absolute;top:0;right:0;width:.5rem;height:.5rem;background:var(--color-error);border-radius:var(--radius-full);border:2px solid var(--color-background)}.fui-badge__count{position:absolute;top:-.25rem;right:-.375rem;min-width:1.125rem;height:1.125rem;padding:0 .3rem;background:var(--color-error);color:var(--neutral-0);border-radius:var(--radius-full);border:2px solid var(--color-background);font-family:var(--font-headline);font-size:.6875rem;font-weight:600;line-height:calc(1.125rem - 4px);text-align:center;white-space:nowrap}.fui-badge--primary .fui-badge__dot,.fui-badge--primary .fui-badge__count{background:var(--color-primary)}.fui-badge--success .fui-badge__dot,.fui-badge--success .fui-badge__count{background:var(--color-success)}.fui-icon-badge{width:48px;height:48px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.fui-icon-badge--sm{width:36px;height:36px;font-size:1.125rem;border-radius:var(--radius-md)}.fui-icon-badge--lg{width:56px;height:56px;font-size:1.75rem}.fui-icon-badge--brand-1{background:color-mix(in oklch,var(--brand-1) 15%,transparent);color:var(--brand-1)}.fui-icon-badge--brand-2{background:color-mix(in oklch,var(--brand-2) 15%,transparent);color:var(--brand-2)}.fui-icon-badge--brand-3{background:color-mix(in oklch,var(--brand-3) 15%,transparent);color:var(--brand-3)}.fui-icon-badge--brand-4{background:color-mix(in oklch,var(--brand-4) 15%,transparent);color:var(--brand-4)}.fui-icon-badge--brand-5{background:color-mix(in oklch,var(--brand-5) 15%,transparent);color:var(--brand-5)}@media(prefers-color-scheme:dark){.fui-icon-badge--brand-1{background:color-mix(in oklch,var(--brand-1) 25%,transparent)}.fui-icon-badge--brand-2{background:color-mix(in oklch,var(--brand-2) 25%,transparent)}.fui-icon-badge--brand-3{background:color-mix(in oklch,var(--brand-3) 25%,transparent)}.fui-icon-badge--brand-4{background:color-mix(in oklch,var(--brand-4) 25%,transparent)}.fui-icon-badge--brand-5{background:color-mix(in oklch,var(--brand-5) 25%,transparent)}}body.dark .fui-icon-badge--brand-1{background:color-mix(in oklch,var(--brand-1) 25%,transparent)}body.dark .fui-icon-badge--brand-2{background:color-mix(in oklch,var(--brand-2) 25%,transparent)}body.dark .fui-icon-badge--brand-3{background:color-mix(in oklch,var(--brand-3) 25%,transparent)}body.dark .fui-icon-badge--brand-4{background:color-mix(in oklch,var(--brand-4) 25%,transparent)}body.dark .fui-icon-badge--brand-5{background:color-mix(in oklch,var(--brand-5) 25%,transparent)}.fui-tooltip{position:relative}.fui-tooltip:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + var(--space-xs));left:50%;transform:translate(-50%);z-index:var(--z-tooltip);padding:var(--space-xs) var(--space-sm);background:var(--neutral-900);color:var(--neutral-100);font-family:var(--font-body);font-size:var(--typescale_label-small_size);line-height:var(--typescale_label-small_height);white-space:nowrap;border-radius:var(--radius-sm);pointer-events:none;opacity:0;transition:opacity var(--speed-2) ease}.fui-tooltip:hover:after,.fui-tooltip:focus-visible:after{opacity:1}.fui-tooltip--bottom:after{bottom:auto;top:calc(100% + var(--space-xs))}.fui-tooltip--left:after{bottom:auto;top:50%;left:auto;right:calc(100% + var(--space-xs));transform:translateY(-50%)}.fui-tooltip--right:after{bottom:auto;top:50%;left:calc(100% + var(--space-xs));transform:translateY(-50%)}.fui-divider{border:none;border-top:1px solid var(--color-border);margin:var(--space-md) 0}.fui-divider--flush{margin:0}.fui-divider--inset{margin-left:var(--space-xl);margin-right:var(--space-xl)}.fui-divider--vertical{border-top:none;border-left:1px solid var(--color-border);margin:0 var(--space-md);align-self:stretch;width:0;height:auto}.fui-divider--text{display:flex;align-items:center;gap:var(--space-md);border:none;margin:var(--space-md) 0;font-family:var(--font-body);font-size:var(--typescale_label-small_size);color:var(--color-text-subtle)}.fui-divider--text:before,.fui-divider--text:after{content:"";flex:1;border-top:1px solid var(--color-border)}.fui-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);overflow:hidden;background:var(--color-surface);color:var(--color-text);font-family:var(--font-headline);font-weight:500;flex-shrink:0}.fui-avatar:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.fui-avatar img{width:100%;height:100%;object-fit:cover}.fui-avatar--xs{width:1.5rem;height:1.5rem;font-size:.625rem}.fui-avatar--sm{width:2rem;height:2rem;font-size:.75rem}.fui-avatar--md{width:2.5rem;height:2.5rem;font-size:.875rem}.fui-avatar--lg{width:3rem;height:3rem;font-size:1rem}.fui-avatar--xl{width:4rem;height:4rem;font-size:1.25rem}.fui-avatar--primary{background:var(--color-primary);color:var(--neutral-0)}.fui-avatar--brand-1{background:var(--brand-1-2);color:var(--brand-1-8)}.fui-avatar--brand-2{background:var(--brand-2-2);color:var(--brand-2-8)}.fui-avatar--brand-3{background:var(--brand-3-2);color:var(--brand-3-8)}.fui-avatar--brand-4{background:var(--brand-4-2);color:var(--brand-4-8)}.fui-avatar--brand-5{background:var(--brand-5-2);color:var(--brand-5-8)}.fui-avatar-group{display:flex;flex-direction:row-reverse}.fui-avatar-group .fui-avatar{border:2px solid var(--color-background);margin-left:-.5rem}.fui-avatar-group .fui-avatar:last-child{margin-left:0}.fui-list{list-style:none;padding:0;margin:0}.fui-list__item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);border-bottom:1px solid var(--color-border);transition:background var(--speed-1) ease}.fui-list__item:last-child{border-bottom:none}.fui-list--interactive .fui-list__item{cursor:pointer}.fui-list--interactive .fui-list__item:hover{background:var(--color-hover)}.fui-list--interactive .fui-list__item:active{background:var(--color-active)}.fui-list__icon{font-size:1.5rem;color:var(--color-text-subtle);flex-shrink:0}.fui-list__content{flex:1;min-width:0}.fui-list__primary{font-family:var(--font-body);font-size:var(--typescale_body-medium_size);line-height:var(--typescale_body-medium_height);color:var(--color-text)}.fui-list__secondary{font-size:var(--typescale_body-small_size);line-height:var(--typescale_body-small_height);color:var(--color-text-subtle)}.fui-list__action{color:var(--color-text-muted);flex-shrink:0}.fui-list--dense .fui-list__item{padding:var(--space-xs) var(--space-md)}.fui-list--dense .fui-list__icon{font-size:1.25rem}.fui-list--dense .fui-list__primary{font-size:var(--typescale_body-small_size)}.fui-list--borderless .fui-list__item{border-bottom:none}.fui-feature-list{list-style:none;padding:0;margin:0}.fui-feature-list li{display:flex;align-items:flex-start;gap:var(--space-sm);font-size:var(--typescale_body-small_size);color:var(--color-text-subtle);padding:var(--space-xs) 0;line-height:1.5}.fui-feature-list li i,.fui-feature-list li svg{color:var(--brand-2);flex-shrink:0;margin-top:2px}.fui-feature-list--md li{font-size:var(--typescale_body-medium_size)}.fui-feature-list--brand-1 li i,.fui-feature-list--brand-1 li svg{color:var(--brand-1)}.fui-feature-list--brand-3 li i,.fui-feature-list--brand-3 li svg{color:var(--brand-3)}.fui-feature-list--muted li i,.fui-feature-list--muted li svg{color:var(--color-text-muted)}.fui-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .15s ease-out,visibility .15s ease-out}.fui-lightbox.is-open{opacity:1;visibility:visible}.fui-lightbox__backdrop{position:absolute;inset:0;background:#000000e6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.fui-lightbox__container{position:relative;z-index:1;display:flex;width:92vw;max-width:1400px;max-height:90dvh;gap:var(--space-lg)}.fui-lightbox__image-pane{flex:1 1 65%;display:flex;align-items:center;justify-content:center;min-width:0}.fui-lightbox__image{max-width:100%;max-height:80dvh;object-fit:contain;border-radius:var(--radius-md);transform:scale(.95);transition:transform .2s ease-out}.fui-lightbox.is-open .fui-lightbox__image{transform:scale(1)}.fui-lightbox__detail-pane{flex:0 0 320px;display:flex;flex-direction:column;gap:var(--space-lg);padding:var(--space-lg);background:var(--color-surface);border-radius:var(--radius-lg);overflow-y:auto;max-height:80dvh}.fui-lightbox__close{position:fixed;top:var(--space-md);right:var(--space-md);z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border:none;border-radius:var(--radius-full);color:#fff;font-size:20px;cursor:pointer;transition:background var(--transition-fast)}.fui-lightbox__close:hover{background:#fff3}.fui-lightbox__nav-prev,.fui-lightbox__nav-next{position:fixed;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff1a;border:none;border-radius:var(--radius-full);color:#fff;font-size:20px;cursor:pointer;transition:background var(--transition-fast)}.fui-lightbox__nav-prev{left:var(--space-md)}.fui-lightbox__nav-next{right:var(--space-md)}.fui-lightbox__nav-prev:hover,.fui-lightbox__nav-next:hover{background:#ffffff40}.fui-lightbox__attribution{display:flex;flex-direction:column;gap:var(--space-2xs)}.fui-lightbox__attribution-name{font-size:var(--typescale_title-medium_size);font-weight:600;color:var(--color-text)}.fui-lightbox__attribution-handle{font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.fui-lightbox__attribution-handle a{color:var(--color-text-muted);text-decoration:none}.fui-lightbox__attribution-handle a:hover{color:var(--color-primary);text-decoration:underline}.fui-lightbox__divider{border:none;border-top:1px solid var(--color-border);margin:0}.fui-lightbox__actions{display:flex;flex-direction:column;gap:var(--space-sm)}.fui-lightbox__actions .button{justify-content:flex-start;gap:var(--space-sm)}.fui-lightbox__description{font-size:var(--typescale_body-small_size);color:var(--color-text-muted);line-height:1.5}.fui-lightbox__description-label{font-size:var(--typescale_label-medium_size);color:var(--color-text-muted);margin-bottom:var(--space-2xs)}@media(max-width:767px){.fui-lightbox__container{flex-direction:column;width:100vw;max-width:100vw;max-height:100dvh;gap:0}.fui-lightbox__image-pane{flex:0 0 auto;max-height:55dvh}.fui-lightbox__image{max-height:55dvh;border-radius:0}.fui-lightbox__detail-pane{flex:1 1 auto;border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:45dvh;padding:var(--space-lg) var(--space-md)}.fui-lightbox__actions{flex-direction:row;flex-wrap:wrap}.fui-lightbox__actions .button{flex:1 1 auto;justify-content:center}.fui-lightbox__nav-prev,.fui-lightbox__nav-next{display:none}}@media(min-width:768px)and (max-width:1023px){.fui-lightbox__image-pane{flex:1 1 60%}.fui-lightbox__detail-pane{flex:0 0 280px}}@media(min-width:1440px){.fui-lightbox__image-pane{flex:1 1 70%}.fui-lightbox__detail-pane{flex:0 0 360px}}@media(prefers-reduced-motion:reduce){.fui-lightbox,.fui-lightbox__image{transition:none}}.fui-voice-modal{position:fixed;inset:0;z-index:var(--z-voice-modal);display:flex;align-items:center;justify-content:center;padding:var(--space-xl);background:#0a1c38b8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:vModal-scrim-in var(--speed-2) ease-out both}.fui-voice-modal--dismissing{animation:vModal-scrim-out var(--speed-2) ease-in both}.fui-voice-modal__panel{position:relative;width:min(480px,100%);background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);display:flex;flex-direction:column;align-items:center;gap:var(--space-lg);padding:var(--space-3xl) var(--space-xl) var(--space-xl);overflow:hidden;animation:vModal-panel-in var(--speed-3) cubic-bezier(.34,1.56,.64,1) both}.fui-voice-modal--dismissing .fui-voice-modal__panel{animation:vModal-panel-out var(--speed-2) ease-in both}.fui-voice-modal__panel:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand-1),var(--brand-3),var(--brand-5));border-radius:var(--radius-2xl) var(--radius-2xl) 0 0}.fui-voice-modal__orb-stack{position:relative;width:128px;height:128px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fui-voice-modal__ring{position:absolute;inset:0;border-radius:var(--radius-full);border:2px solid var(--brand-3);opacity:0;animation:vModal-ring-pulse 2s ease-out infinite}.fui-voice-modal__ring--2{animation-delay:.65s}.fui-voice-modal__ring--3{animation-delay:1.3s}.fui-voice-modal--processing .fui-voice-modal__ring{border-color:var(--brand-5);animation:vModal-ring-spin 1.2s linear infinite}.fui-voice-modal--processing .fui-voice-modal__ring--2{animation-delay:0s;animation-duration:1.8s;animation-direction:reverse}.fui-voice-modal--processing .fui-voice-modal__ring--3{animation:none;opacity:0}.fui-voice-modal__orb{position:relative;z-index:1;width:80px;height:80px;border-radius:var(--radius-full);background:linear-gradient(135deg,var(--brand-3-4),var(--brand-3-6));display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #ff631126,0 4px 20px #ff631159;animation:vModal-orb-breathe 2s ease-in-out infinite}.fui-voice-modal__orb .ph{color:#fff;font-size:2rem;line-height:1}.fui-voice-modal--processing .fui-voice-modal__orb{background:linear-gradient(135deg,var(--brand-1-4),var(--brand-1-6));box-shadow:0 0 0 4px #306ac026,0 4px 20px #306ac059;animation:vModal-orb-pulse-once .4s ease-out both,vModal-orb-spin-glow 1.5s ease-in-out infinite .4s}.fui-voice-modal--processing .fui-voice-modal__orb .ph-microphone{display:none}.fui-voice-modal--processing .fui-voice-modal__orb .ph-circle-notch{display:flex;animation:vModal-spin 1s linear infinite}.fui-voice-modal__orb .ph-circle-notch{display:none}.fui-voice-modal__waveform{display:flex;align-items:center;justify-content:center;gap:5px;height:32px}.fui-voice-modal__bar{width:4px;border-radius:var(--radius-full);background:var(--brand-3);transform-origin:center bottom;animation:vModal-bar-dance .9s ease-in-out infinite alternate}.fui-voice-modal__bar:nth-child(1){height:10px;animation-delay:0s}.fui-voice-modal__bar:nth-child(2){height:22px;animation-delay:.12s}.fui-voice-modal__bar:nth-child(3){height:30px;animation-delay:.06s}.fui-voice-modal__bar:nth-child(4){height:22px;animation-delay:.18s}.fui-voice-modal__bar:nth-child(5){height:10px;animation-delay:.09s}.fui-voice-modal__bar:nth-child(6){height:18px;animation-delay:.15s}.fui-voice-modal__bar:nth-child(7){height:28px;animation-delay:.03s}.fui-voice-modal__bar:nth-child(8){height:20px;animation-delay:.21s}.fui-voice-modal__bar:nth-child(9){height:8px;animation-delay:.09s}.fui-voice-modal--processing .fui-voice-modal__bar{background:var(--brand-1-4);animation:vModal-bar-processing .6s ease-in-out infinite alternate}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(1){animation-delay:0s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(2){animation-delay:.05s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(3){animation-delay:.1s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(4){animation-delay:.15s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(5){animation-delay:.2s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(6){animation-delay:.15s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(7){animation-delay:.1s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(8){animation-delay:.05s}.fui-voice-modal--processing .fui-voice-modal__bar:nth-child(9){animation-delay:0s}.fui-voice-modal__label{font-size:var(--typescale_title-large_size);font-weight:600;letter-spacing:-.01em;color:var(--color-text);text-align:center}.fui-voice-modal__label span{display:inline-block}.fui-voice-modal__dots{display:inline-block;overflow:hidden;vertical-align:bottom;animation:vModal-dots 1.4s steps(4,end) infinite;width:1.5ch}.fui-voice-modal__command{min-height:2.5rem;width:100%;padding:var(--space-sm) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);font-size:var(--typescale_body-large_size);font-weight:400;color:var(--color-text);text-align:center;font-style:italic}.fui-voice-modal__command:empty:before{content:attr(data-placeholder);color:var(--color-text-muted);font-style:italic}.fui-voice-modal__hint{font-size:var(--typescale_body-small_size);color:var(--color-text-muted);text-align:center;display:flex;align-items:center;gap:var(--space-xs)}.fui-voice-modal__hint .ph{font-size:.875rem;color:var(--brand-5)}.fui-voice-modal__badge{display:inline-flex;align-items:center;gap:var(--space-xs);padding:2px var(--space-sm);background:#306ac01a;border:1px solid rgba(48,106,192,.2);border-radius:var(--radius-full);font-size:var(--typescale_label-small_size);font-weight:600;color:var(--brand-1);letter-spacing:.04em;text-transform:uppercase}.fui-voice-modal__badge .ph{font-size:.75rem;color:var(--brand-2)}.fui-voice-modal__cancel{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-xl);background:transparent;border:2px solid var(--color-border);border-radius:var(--radius-full);font-family:inherit;font-size:var(--typescale_body-medium_size);font-weight:500;color:var(--color-text-subtle);cursor:pointer;transition:all var(--speed-1) ease;min-height:44px;min-width:44px}.fui-voice-modal__cancel:hover{border-color:var(--brand-4);color:var(--brand-4);background:#b914120d}.fui-voice-modal__cancel:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.fui-voice-modal__esc-hint{font-size:var(--typescale_label-small_size);color:var(--color-text-muted);text-align:center}.fui-voice-modal__esc-hint kbd{display:inline-block;padding:1px 6px;background:var(--color-surface);border:1px solid var(--color-border);border-bottom-width:2px;border-radius:var(--radius-sm);font-family:monospace;font-size:.7rem}@keyframes vModal-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes vModal-scrim-out{0%{opacity:1}to{opacity:0}}@keyframes vModal-panel-in{0%{opacity:0;transform:scale(.88) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes vModal-panel-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.92) translateY(12px)}}@keyframes vModal-ring-pulse{0%{transform:scale(.9);opacity:.7}70%{transform:scale(1.6);opacity:0}to{transform:scale(1.6);opacity:0}}@keyframes vModal-ring-spin{0%{transform:scale(1.1) rotate(0);opacity:.5;border-style:dashed}50%{opacity:.9}to{transform:scale(1.1) rotate(360deg);opacity:.5;border-style:dashed}}@keyframes vModal-orb-breathe{0%,to{box-shadow:0 0 0 4px #ff631126,0 4px 20px #ff631159;transform:scale(1)}50%{box-shadow:0 0 0 8px #ff63111f,0 4px 28px #ff631173;transform:scale(1.04)}}@keyframes vModal-orb-pulse-once{0%{transform:scale(1)}40%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes vModal-orb-spin-glow{0%,to{box-shadow:0 0 0 4px #306ac026,0 4px 20px #306ac059}50%{box-shadow:0 0 0 8px #306ac01f,0 4px 28px #306ac073}}@keyframes vModal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vModal-bar-dance{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}@keyframes vModal-bar-processing{0%{transform:scaleY(.5);opacity:.6}to{transform:scaleY(1);opacity:1}}@keyframes vModal-dots{0%{width:0ch}25%{width:.5ch}50%{width:1ch}75%{width:1.5ch}}@media(prefers-reduced-motion:reduce){.fui-voice-modal__ring,.fui-voice-modal__orb,.fui-voice-modal__bar,.fui-voice-modal__dots,.ph-circle-notch{animation:none!important}.fui-voice-modal__ring{opacity:.3;transform:scale(1.3)}.fui-voice-modal__bar{transform:scaleY(.7)}}.text_shadow{text-shadow:1px 1px 1px rgba(0,0,0,.5)}.brand_background_gradient-linear{background:#49d9ff;background:linear-gradient(90deg,#4285f4,#119195 12.5%,color(xyz 0.123 0.214 0.148) 18.75%,color(xyz 0.109 0.208 0.085) 21.88%,color(xyz 0.104 0.204 0.058) 23.44%,color(xyz 0.101 0.202 0.046),color(xyz 0.098 0.201 0.035) 25%,#1b9105,#319005 28.12%,#4c8f06 31.25%,#718d08 37.5%,#a9850b,#d9790e,color(xyz 0.481 0.314 0.041),#df4013,#b91412)}.brand_background_gradient-radial{background:#49d9ff;background:radial-gradient(circle,#4285f4,#119195 12.5%,color(xyz 0.123 0.214 0.148) 18.75%,color(xyz 0.109 0.208 0.085) 21.88%,color(xyz 0.104 0.204 0.058) 23.44%,color(xyz 0.101 0.202 0.046),color(xyz 0.098 0.201 0.035) 25%,#1b9105,#319005 28.12%,#4c8f06 31.25%,#718d08 37.5%,#a9850b,#d9790e,color(xyz 0.481 0.314 0.041),#df4013,#b91412)}.brand_background_gradient-vertical{background:#49d9ff;background:linear-gradient(0deg,#4285f4,#119195 12.5%,color(xyz 0.123 0.214 0.148) 18.75%,color(xyz 0.109 0.208 0.085) 21.88%,color(xyz 0.104 0.204 0.058) 23.44%,color(xyz 0.101 0.202 0.046),color(xyz 0.098 0.201 0.035) 25%,#1b9105,#319005 28.12%,#4c8f06 31.25%,#718d08 37.5%,#a9850b,#d9790e,color(xyz 0.481 0.314 0.041),#df4013,#b91412)}.brand_background_gradient-linear45{background:#49d9ff;background:linear-gradient(45deg,#4285f4,#119195 12.5%,color(xyz 0.123 0.214 0.148) 18.75%,color(xyz 0.109 0.208 0.085) 21.88%,color(xyz 0.104 0.204 0.058) 23.44%,color(xyz 0.101 0.202 0.046),color(xyz 0.098 0.201 0.035) 25%,#1b9105,#319005 28.12%,#4c8f06 31.25%,#718d08 37.5%,#a9850b,#d9790e,color(xyz 0.481 0.314 0.041),#df4013,#b91412)}.brand_background_gradient-linear135{background:#49d9ff;background:linear-gradient(135deg,#4285f4,#119195 12.5%,color(xyz 0.123 0.214 0.148) 18.75%,color(xyz 0.109 0.208 0.085) 21.88%,color(xyz 0.104 0.204 0.058) 23.44%,color(xyz 0.101 0.202 0.046),color(xyz 0.098 0.201 0.035) 25%,#1b9105,#319005 28.12%,#4c8f06 31.25%,#718d08 37.5%,#a9850b,#d9790e,color(xyz 0.481 0.314 0.041),#df4013,#b91412)}.brand_text_gradient-linear{color:#49d9ff;background-image:-webkit-linear-gradient(0deg,oklch(.6304 .18 259.96) 0%,oklch(.5667 .1953 143.47) 25%,oklch(.7018 .211255 40.8638) 50%,oklch(.5006 .1953 28.48) 75%);background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent}.brand_text_gradient-linear45{color:#49d9ff;background-image:-webkit-linear-gradient(45deg,oklch(.6304 .18 259.96) 0%,oklch(.5667 .1953 143.47) 25%,oklch(.7018 .211255 40.8638) 50%,oklch(.5006 .1953 28.48) 75%);background-clip:text;-webkit-background-clip:text;text-fill-color:transparent;-webkit-text-fill-color:transparent;text-rendering:optimizespeed}.brand_border_gradient-linear{border-top:2px solid oklch(.6304 .18 259.96)}.brand_text_color-1{color:#4285f4;text-rendering:optimizespeed}.brand_text_color-2{color:#009015;color:oklch(.5667 .1953 143.47);text-rendering:optimizespeed}.brand_text_color-3{color:#ff6a29;color:oklch(.7018 .211255 40.8638);text-rendering:optimizespeed}.brand_text_color-4{color:#b91412;text-rendering:optimizespeed}.brand_background-1{background-color:#306ac0}.brand_background-2{background-color:#009015;background-color:oklch(.5667 .1953 143.47)}.brand_background-3{background-color:#ff6a29;background-color:oklch(.7018 .211255 40.8638)}.brand_background-4{background-color:#b91412}.brand-border{border-top:2px solid;border-image:linear-gradient(to right,#4285f4 25%,#119195,#009262,#009145,#009130,#009024 25%,#009017 25% 50%,#1b9105 50%,#319005,#4c8f06,#718d08,#a9850b,#d9790e 50%,#ff6a2a 50% 75%,#df4013 75%,#b91412 75%) 5;border-image:linear-gradient(to right,#4285f4 25%,#119195,color(xyz 0.123 0.214 0.148),color(xyz 0.109 0.208 0.085),color(xyz 0.104 0.204 0.058),color(xyz 0.101 0.202 0.046) 25%,color(xyz 0.098 0.201 0.035) 25% 50%,#1b9105 50%,#319005,#4c8f06,#718d08,#a9850b,#d9790e 50%,color(xyz 0.481 0.314 0.041) 50% 75%,#df4013 75%,#b91412 75%) 5}.home-border{border-left:5px solid;border-image:linear-gradient(to right,#4285f4 25%,#119195,#009262,#009145,#009130,#009024,#009017 25%,#1b9105,#319005 26.56%,#4c8f06 28.12%,#718d08 31.25%,#a9850b,#d9790e,#ff6a2a 50%,#df4013 50%,#b91412 50% 75%,#ad3411 75%,#a0460f,#845f0b,#5e7106,#427903,#2e7d01,#1f7e01,#147f01,green 75%) 5;border-image:linear-gradient(to right,#4285f4 25%,#119195,color(xyz 0.123 0.214 0.148),color(xyz 0.109 0.208 0.085),color(xyz 0.104 0.204 0.058),color(xyz 0.101 0.202 0.046),color(xyz 0.098 0.201 0.035) 25%,#1b9105,#319005 26.56%,#4c8f06 28.12%,#718d08 31.25%,#a9850b,#d9790e,color(xyz 0.481 0.314 0.041) 50%,#df4013 50%,#b91412 50% 75%,#ad3411 75%,#a0460f,#845f0b,#5e7106,#427903,#2e7d01,#1f7e01,green 75%) 5}.about-nav-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:56px;padding:0 var(--space-lg);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.about-nav-header__brand{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;color:var(--color-text)}.about-nav-header__brand svg{flex-shrink:0}.about-nav-header__wordmark{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,var(--brand-1-5),var(--brand-2-5),var(--brand-3-5),var(--brand-4-5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;padding-bottom:2px}.about-nav-header__section{font-size:1.125rem;font-weight:400;color:var(--color-text-muted)}.about-page{max-width:1200px;margin:0 auto;padding:0 var(--space-lg) var(--space-4xl)}.about-section--wide .about-section__inner{max-width:960px;margin-left:auto;margin-right:auto}.about-section--alt{background:var(--color-surface-container, var(--neutral-100));margin-left:calc(-1 * var(--space-lg));margin-right:calc(-1 * var(--space-lg));padding-left:var(--space-lg);padding-right:var(--space-lg)}.about-section__inner{max-width:960px;margin-left:auto;margin-right:auto}.about-hero-image{position:relative;width:100%;min-height:480px;overflow:hidden;margin-left:calc(-1 * var(--space-lg));margin-right:calc(-1 * var(--space-lg));margin-bottom:0;width:calc(100% + (var(--space-lg) * 2))}.about-hero-image__img{display:block;width:100%;min-height:480px;object-fit:cover;object-position:center 60%}.about-hero-image__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-2xl) var(--space-lg);text-align:center;background:linear-gradient(to bottom,#0000001a,#00000073 60%,#0009)}.about-hero-image__title{color:var(--neutral-0);text-shadow:0 2px 16px rgba(0,0,0,.5);margin-bottom:var(--space-sm)}.about-hero-image__sub{color:var(--neutral-0);text-shadow:0 1px 8px rgba(0,0,0,.4);margin:0;opacity:.95}.about-mission{line-height:1.7;text-align:center;color:var(--color-text)}.about-lead-text{color:var(--color-text-muted);line-height:1.7}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl);max-width:960px;margin:0 auto}.about-pillar{display:flex;flex-direction:column}.about-pillar__icon{font-size:2.5rem;margin-bottom:var(--space-md);line-height:1}.about-pillar__title--web{color:var(--brand-5-5)}.about-pillar__body{color:var(--color-text-muted);line-height:1.65;flex:1}.about-belief{text-align:center;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.about-belief .headline-large{color:var(--color-text);line-height:1.4}.about-belief strong{color:var(--brand-1-5);font-weight:700}.about-quote{margin:var(--space-xl) 0;padding:var(--space-md) var(--space-xl);border-left:4px solid var(--brand-1-5);background:color-mix(in oklch,var(--brand-1-5) 6%,transparent);border-radius:0 var(--radius-md) var(--radius-md) 0}.about-quote p{margin:0;font-style:italic}.about-verity{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center;max-width:960px;margin:0 auto}.about-verity__text .body-large{color:var(--color-text-muted);line-height:1.7}.about-no-ads .display-medium{line-height:1.3}.about-cta{text-align:center;border-top:1px solid var(--color-border)}.about-cta .display-medium{color:var(--color-text)}.about-footer-links{display:flex;flex-wrap:wrap;gap:var(--space-md) var(--space-lg);margin-top:var(--space-3xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border);font-size:.875rem}.about-footer-links a{color:var(--color-text-muted);text-decoration:none}.about-footer-links a:hover{color:var(--brand-1-5);text-decoration:underline}@media(max-width:1024px){.about-verity{grid-template-columns:1fr;gap:var(--space-2xl)}}@media(max-width:768px){.about-pillars{grid-template-columns:1fr;gap:var(--space-lg)}.about-hero-image,.about-hero-image__img{min-height:320px}.about-section--alt{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));padding-left:var(--space-md);padding-right:var(--space-md)}}@media(max-width:640px){.about-page{padding:0 var(--space-md) var(--space-3xl)}.about-hero-image{margin-left:calc(-1 * var(--space-md));margin-right:calc(-1 * var(--space-md));width:calc(100% + (var(--space-md) * 2));min-height:280px}.about-hero-image__img{min-height:280px}}.fuiwp-layout{min-height:100vh;background:var(--color-background)}.fuiwp-main{padding:var(--space-lg) var(--space-md)}@media(min-width:768px){.fuiwp-main{padding:var(--space-xl) var(--space-lg)}}.fuiwp-header{position:sticky;top:0;z-index:100;background:var(--color-background);border-bottom:1px solid var(--color-border)}.fuiwp-header__inner{display:flex;align-items:center;gap:var(--space-lg);padding:var(--space-sm) var(--space-md);min-height:56px}@media(min-width:768px){.fuiwp-header__inner{padding:var(--space-sm) var(--space-lg);min-height:64px}}.fuiwp-logo{display:flex;align-items:baseline;gap:0;text-decoration:none;font-family:var(--font-headline);font-size:var(--typescale_title-medium_size);font-weight:600}.fuiwp-logo:hover{text-decoration:none}.logo-find{color:var(--brand-1)}.logo-borg{color:var(--brand-3)}.logo-hive{color:var(--brand-2);margin-left:var(--space-xs);font-weight:400;opacity:.8}.fuiwp-nav{display:flex;align-items:center;gap:var(--space-xs);margin-left:auto}.fuiwp-nav__link{padding:var(--space-xs) var(--space-sm);font-family:var(--font-body);font-size:var(--typescale_label-large_size);font-weight:500;color:var(--color-text-subtle);text-decoration:none;border-radius:var(--radius-md);transition:var(--transition-fast)}.fuiwp-nav__link:hover{color:var(--color-primary);background:var(--color-hover);text-decoration:none}.fuiwp-nav__link.active{color:var(--color-primary)}.fuiwp-header__actions{display:flex;align-items:center;gap:var(--space-sm);margin-left:auto}@media(min-width:768px){.fuiwp-header__actions{margin-left:0}}.fuiwp-user-trigger{cursor:pointer}.fuiwp-avatar{border-radius:var(--radius-full);object-fit:cover}.fuiwp-avatar--xs{width:24px;height:24px}.fuiwp-avatar--sm{width:32px;height:32px}.fuiwp-avatar--md{width:40px;height:40px}.fuiwp-avatar--lg{width:56px;height:56px}.fuiwp-page{max-width:var(--container-md);margin:0 auto}.fuiwp-page--wide{max-width:var(--container-lg)}.fuiwp-page__header{margin-bottom:var(--space-lg)}.fuiwp-page__title{font-family:var(--font-headline);font-size:var(--typescale_headline-small_size);font-weight:500;color:var(--color-text);margin:0}.fuiwp-page__subtitle{font-size:var(--typescale_body-medium_size);color:var(--color-text-muted);margin-top:var(--space-xs)}.proto-nav{display:flex;flex-direction:column;gap:var(--space-sm);max-width:400px}.proto-nav__link{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border-radius:var(--radius-lg);text-decoration:none;transition:var(--transition-fast)}.proto-nav__link:hover{background:var(--color-hover);text-decoration:none}.proto-nav__link--disabled{opacity:.5;pointer-events:none}.proto-nav__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-primary);color:var(--neutral-0);border-radius:var(--radius-md);flex-shrink:0}.proto-nav__text{display:flex;flex-direction:column}.proto-nav__text strong{font-family:var(--font-headline);font-size:var(--typescale_title-small_size);font-weight:600;color:var(--color-text)}.proto-nav__text span{font-size:var(--typescale_body-small_size);color:var(--color-text-muted)}.marketing-page{max-width:960px;margin:0 auto;padding:0 var(--space-lg) var(--space-4xl)}.marketing-nav-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:56px;padding:0 var(--space-lg);background:var(--surface);border-bottom:1px solid var(--outline-variant)}.marketing-nav-header__brand{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;color:var(--on-surface)}.marketing-nav-header__brand svg{color:var(--brand-1)}.marketing-nav-header__wordmark{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,var(--brand-1),var(--brand-2),var(--brand-3),var(--brand-4));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;padding-bottom:2px}.marketing-nav-header__section{font-size:1.125rem;font-weight:400;color:var(--on-surface-variant)}.marketing-hero{text-align:center;padding:var(--space-4xl) 0 var(--space-2xl)}.marketing-hero__badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);background:var(--surface-container);border-radius:var(--radius-full);font-size:1.125rem;color:var(--on-surface-variant);margin-bottom:var(--space-lg)}.marketing-hero__title{font-size:2.75rem;font-weight:800;line-height:1.15;color:var(--on-surface);margin-bottom:var(--space-md)}.marketing-hero__subtitle{font-size:1.25rem;line-height:1.6;color:var(--on-surface-variant);max-width:640px;margin:0 auto var(--space-xl)}.marketing-hero__cta{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-md) var(--space-2xl);background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;font-size:1.125rem;font-weight:600;border-radius:var(--radius-full);text-decoration:none;transition:opacity .2s}.marketing-hero__cta:hover{opacity:.9;text-decoration:none}.marketing-hero__cta--outline{background:transparent;border:2px solid var(--brand-1);color:var(--brand-1)}.marketing-hero__cta--outline:hover{background:var(--surface-container);text-decoration:none}.marketing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-xl);margin:var(--space-2xl) 0}.marketing-card{padding:var(--space-xl);background:var(--surface-container);border-radius:var(--radius-lg);text-align:center}.marketing-card__icon{font-size:2rem;color:var(--brand-1);margin-bottom:var(--space-md)}.marketing-card__title{font-size:1.125rem;font-weight:700;color:var(--on-surface);margin-bottom:var(--space-sm)}.marketing-card__text{font-size:.9375rem;line-height:1.6;color:var(--on-surface-variant)}.marketing-card__cta{display:inline-flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-md);padding:var(--space-sm) var(--space-lg);font-size:.875rem}.marketing-section{padding:var(--space-3xl) 0}.marketing-section+.marketing-section{border-top:1px solid var(--outline-variant)}.marketing-section__title{font-size:1.75rem;font-weight:700;color:var(--on-surface);margin-bottom:var(--space-md)}.marketing-section__text{font-size:1.0625rem;line-height:1.7;color:var(--on-surface-variant);margin-bottom:var(--space-md)}.marketing-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-lg);margin:var(--space-xl) 0}.marketing-tier{padding:var(--space-xl);background:var(--surface-container);border-radius:var(--radius-lg);border:2px solid transparent;text-align:center}.marketing-tier--featured{border-color:var(--brand-3);background:var(--surface-container-high)}.marketing-tier__name{font-size:1.125rem;font-weight:700;color:var(--on-surface);margin-bottom:var(--space-xs)}.marketing-tier__price{font-size:1.5rem;font-weight:800;color:var(--brand-1);margin-bottom:var(--space-md)}.marketing-tier__features{list-style:none;padding:0;margin:0;text-align:left}.marketing-tier__features li{font-size:.875rem;line-height:1.6;color:var(--on-surface-variant);padding:var(--space-xs) 0}.marketing-tier__features li:before{content:"✓";color:var(--brand-2);font-weight:700;margin-right:var(--space-sm)}.marketing-verity-note{max-width:640px;margin:0 auto;padding:var(--space-xl);background:var(--surface-container);border-left:4px solid var(--brand-2);border-radius:var(--radius-md);text-align:left}.marketing-verity-note p{font-size:.9375rem;line-height:1.7;color:var(--on-surface-variant);margin-bottom:var(--space-sm)}.marketing-verity-note p:last-child{margin-bottom:0}.marketing-launching-badge{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px var(--space-sm);border-radius:var(--radius-sm);background:var(--brand-5);color:var(--on-surface);margin-left:var(--space-xs);vertical-align:middle}.marketing-strikethrough{text-decoration:line-through;color:var(--on-surface-variant);opacity:.5}.marketing-highlight{color:var(--brand-2);font-weight:700}.marketing-comparison{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);margin:var(--space-xl) 0}.marketing-comparison__side{padding:var(--space-xl);border-radius:var(--radius-lg)}.marketing-comparison__side--old{background:var(--error-container)}.marketing-comparison__side--new{background:var(--surface-container);border:2px solid var(--brand-2)}.marketing-comparison__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md)}.marketing-comparison__side--old .marketing-comparison__label{color:var(--error)}.marketing-comparison__side--new .marketing-comparison__label{color:var(--brand-2)}.marketing-comparison__list{list-style:none;padding:0;margin:0}.marketing-comparison__list li{font-size:.9375rem;line-height:1.8;color:var(--on-surface-variant)}.marketing-steps{counter-reset:step;margin:var(--space-xl) 0}.marketing-step{display:flex;gap:var(--space-lg);padding:var(--space-lg) 0}.marketing-step:before{counter-increment:step;content:counter(step);flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;font-size:1.25rem;font-weight:800;border-radius:var(--radius-full)}.marketing-step__content h3{font-size:1.125rem;font-weight:700;color:var(--on-surface);margin-bottom:var(--space-xs)}.marketing-step__content p{font-size:.9375rem;line-height:1.6;color:var(--on-surface-variant)}.marketing-cta-banner{text-align:center;padding:var(--space-3xl) var(--space-xl);background:var(--surface-container);border-radius:var(--radius-xl);margin:var(--space-3xl) 0 var(--space-xl)}.marketing-cta-banner__title{font-size:1.75rem;font-weight:700;color:var(--on-surface);margin-bottom:var(--space-sm)}.marketing-cta-banner__text{font-size:1.0625rem;color:var(--on-surface-variant);margin-bottom:var(--space-xl)}.marketing-footer-links{display:flex;gap:var(--space-lg);margin-top:var(--space-3xl);padding-top:var(--space-lg);border-top:1px solid var(--outline-variant);font-size:.875rem}.marketing-footer-links a{color:var(--on-surface-variant);text-decoration:none}.marketing-footer-links a:hover{color:var(--brand-1);text-decoration:underline}@media(max-width:640px){.marketing-hero__title{font-size:2rem}.marketing-comparison,.marketing-tiers{grid-template-columns:1fr}}.deck .marketing-hero__title{font-size:3.25rem;line-height:1.1}.deck .marketing-section__title{font-size:2rem}.deck-stats{display:flex;justify-content:center;gap:var(--space-3xl);padding:var(--space-2xl) 0;margin-top:var(--space-xl);border-top:1px solid var(--outline-variant)}.deck-stats__item{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs)}.deck-stats__number{font-size:1.75rem;font-weight:800;color:var(--brand-1)}.deck-stats__label{font-size:.8125rem;font-weight:600;color:var(--on-surface-variant);text-transform:uppercase;letter-spacing:.06em}.deck-price-annual{font-size:.8125rem;color:var(--on-surface-variant);margin-top:var(--space-xs)}.deck-price-annual strong{color:var(--brand-2);font-weight:700}.deck-tier-label{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:2px var(--space-sm);border-radius:var(--radius-sm);background:var(--brand-3);color:#fff;margin-bottom:var(--space-sm)}.marketing-comparison__side--old .marketing-comparison__list li:before{content:"✗";color:var(--error);font-weight:700;margin-right:var(--space-sm)}.marketing-comparison__side--new .marketing-comparison__list li:before{content:"✓";color:var(--brand-2);font-weight:700;margin-right:var(--space-sm)}.deck-verity-note{max-width:640px;margin:0 auto var(--space-xl);padding:var(--space-xl);background:var(--surface-container);border-left:4px solid var(--brand-2);border-radius:var(--radius-md);text-align:left}.deck-verity-note p{font-size:.9375rem;line-height:1.7;color:var(--on-surface-variant);margin-bottom:var(--space-sm)}.deck-verity-note p:last-child{margin-bottom:0;font-weight:700;color:var(--on-surface)}.deck-tier-tagline{font-size:.8125rem;font-style:italic;color:var(--on-surface-variant);margin-bottom:var(--space-md)}.deck-launching-badge{display:inline-block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px var(--space-sm);border-radius:var(--radius-sm);background:var(--brand-5);color:var(--on-surface);margin-left:var(--space-xs);vertical-align:middle}.deck-tier-ranking{font-size:.8125rem;color:var(--on-surface-variant);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--outline-variant)}@media(max-width:640px){.deck .marketing-hero__title{font-size:2.25rem}.deck-stats{flex-wrap:wrap;gap:var(--space-xl)}.deck-stats__item{flex:0 0 calc(50% - var(--space-lg))}}.legal-page{max-width:800px;margin:0 auto;padding:0 var(--space-lg) var(--space-4xl)}.legal-nav-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:56px;padding:0 var(--space-lg);background:var(--surface);border-bottom:1px solid var(--outline-variant)}.legal-nav-header__brand{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;color:var(--on-surface)}.legal-nav-header__brand svg{color:var(--brand-1)}.legal-nav-header__wordmark{font-size:1.125rem;font-weight:700;background:linear-gradient(135deg,var(--brand-1),var(--brand-2),var(--brand-3),var(--brand-4));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.3;padding-bottom:2px}.legal-nav-header__section{font-size:1.125rem;font-weight:400;color:var(--on-surface-variant)}.legal-page h1{font-size:2rem;font-weight:700;margin:var(--space-2xl) 0 var(--space-sm);color:var(--on-surface)}.legal-effective-date{font-size:.875rem;color:var(--on-surface-variant);margin-bottom:var(--space-2xl)}.legal-page h2{font-size:1.375rem;font-weight:600;margin:var(--space-2xl) 0 var(--space-md);color:var(--on-surface)}.legal-page h3{font-size:1.125rem;font-weight:600;margin:var(--space-lg) 0 var(--space-sm);color:var(--on-surface)}.legal-page p{font-size:1rem;line-height:1.7;color:var(--on-surface-variant);margin-bottom:var(--space-md)}.legal-page ul,.legal-page ol{padding-left:var(--space-xl);margin-bottom:var(--space-md)}.legal-page li{font-size:1rem;line-height:1.7;color:var(--on-surface-variant);margin-bottom:var(--space-xs)}.legal-page a{color:var(--brand-1);text-decoration:underline}.legal-page a:hover{color:var(--brand-3)}.legal-contact{margin-top:var(--space-2xl);padding:var(--space-lg);background:var(--surface-container);border-radius:var(--radius-lg)}.legal-contact p{margin-bottom:var(--space-xs)}.legal-footer-links{display:flex;gap:var(--space-lg);margin-top:var(--space-3xl);padding-top:var(--space-lg);border-top:1px solid var(--outline-variant);font-size:.875rem}.legal-footer-links a{color:var(--on-surface-variant);text-decoration:none}.legal-footer-links a:hover{color:var(--brand-1);text-decoration:underline}
