:root{--docs-content-max: 880px;--docs-font: "Inter", system-ui, sans-serif;--docs-ease-out: cubic-bezier(.23, 1, .32, 1);--docs-ease-in-out: cubic-bezier(.645, .045, .355, 1);--docs-duration: .28s;--docs-duration-fast: .16s;--docs-fab-compact: 124px;--docs-fab-chat: min(520px, calc(100vw - 32px) );--docs-fab-morph: .24s;--docs-dock-pad: 6px;--docs-dock-control: 36px;--docs-dock-height: calc(var(--docs-dock-pad) * 2 + var(--docs-dock-control));--docs-radius: 16px;--docs-radius-sm: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body.docs{font-family:var(--docs-font);font-size:14px;font-weight:400;line-height:1.5;color:var(--docs-text);background:var(--docs-bg);overflow:hidden;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.docs__shell{display:flex;flex-direction:column;height:100dvh}.docs__shell[hidden]{display:none}.docs__avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:12px;font-weight:600;color:var(--docs-accent);background:var(--docs-accent-soft);border-radius:50%;flex-shrink:0}.docs__avatar--profile{width:32px;height:32px;font-size:13px}.docs__main{flex:1;overflow:auto;padding:32px clamp(24px,5vw,48px) 96px}.docs__view{max-width:var(--docs-content-max);margin:0 auto}.docs__view[hidden]{display:none!important}.docs__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.docs__greeting{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.docs__brand-mark{display:block;width:24px;height:24px;object-fit:contain}.docs__greeting-text{font-size:clamp(22px,3vw,28px);font-weight:600;letter-spacing:-.02em;line-height:1.2}.docs__header-actions{display:flex;align-items:center;gap:8px}.docs__btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;font-size:13px;font-weight:500;border-radius:999px;transition:background var(--docs-duration-fast) var(--docs-ease-out),transform var(--docs-duration-fast) var(--docs-ease-out)}.docs__btn--ghost{color:var(--docs-accent);background:var(--docs-accent-soft)}@media(hover:hover){.docs__btn--ghost:hover{background:#7b5cff2e}}.docs__btn--primary{width:36px;padding:0;color:var(--docs-accent-on, #fff);background:var(--docs-accent);box-shadow:none}@media(hover:hover){.docs__btn--primary:hover{background:var(--docs-accent-hover)}}.docs__btn--primary i{font-size:16px}.docs__search-wrap{margin-bottom:32px}.docs__search{display:flex;align-items:center;gap:10px;padding:0 16px;height:48px;background:var(--docs-surface);border-radius:999px}.docs__search i{font-size:16px;color:var(--docs-text-dim);flex-shrink:0}.docs__search-input{flex:1;border:none;background:transparent;outline:none;font-size:15px}.docs__search-input::placeholder{color:var(--docs-text-dim)}.docs__section{margin-bottom:36px}.docs__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.docs__section-title{font-size:15px;font-weight:600;letter-spacing:-.01em}.docs__section>.docs__section-title{margin-bottom:14px}.docs__section-link,.docs__text-btn{display:inline-flex;align-items:center;gap:2px;font-size:13px;color:var(--docs-text-muted);transition:color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__section-link:hover,.docs__text-btn:hover{color:var(--docs-text)}}.docs__section-link i{font-size:12px}.docs__onboarding{margin-bottom:36px;padding:18px 20px;background:var(--docs-surface);border-radius:var(--docs-radius)}.docs__checklist{list-style:none;display:flex;flex-direction:column;gap:12px;margin-top:14px}.docs__checklist li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--docs-text-muted)}.docs__check{width:16px;height:16px;flex-shrink:0;border:1.5px solid var(--docs-border);border-radius:4px;background:var(--docs-surface)}.docs__card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.docs__card{position:relative;display:flex;flex-direction:column;text-align:left;min-height:160px;padding:14px;background:var(--docs-surface);border-radius:var(--docs-radius);transition:background var(--docs-duration-fast) var(--docs-ease-out),transform var(--docs-duration-fast) var(--docs-ease-out)}.docs__active-avatar{position:absolute;top:10px;right:10px;z-index:1;display:flex;align-items:center;justify-content:center;width:24px;height:24px;overflow:hidden;font-size:10px;font-weight:600;line-height:1;color:#fff;border-radius:50%}.docs__active-avatar img{display:block;width:100%;height:100%;object-fit:cover}@media(hover:hover){.docs__card:hover{background:var(--docs-surface-hover);transform:translateY(-1px)}}.docs__card-preview{flex:1;font-size:13px;line-height:1.45;color:var(--docs-text-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.docs__card-footer{display:flex;flex-direction:column;gap:2px;margin-top:12px}.docs__card-title{font-size:13px;font-weight:600;color:var(--docs-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs__card-time{font-size:12px;color:var(--docs-text-dim)}.docs__results-section{margin-bottom:36px}.docs__doc-list{display:flex;flex-direction:column;gap:8px}.docs__doc-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:14px 16px;text-align:left;background:var(--docs-surface);border-radius:var(--docs-radius);transition:background var(--docs-duration-fast) var(--docs-ease-out),transform var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__doc-row:hover{background:var(--docs-surface-hover);transform:translateY(-1px)}}.docs__doc-row-main{display:flex;flex-direction:column;gap:4px;min-width:0}.docs__doc-row-title{font-size:14px;font-weight:600;color:var(--docs-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs__doc-row-title.is-placeholder{color:var(--docs-text-dim);font-weight:500}.docs__doc-row-excerpt{font-size:13px;color:var(--docs-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs__doc-row-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;font-size:12px;color:var(--docs-text-dim)}.docs__doc-row-space{color:var(--docs-accent);font-weight:500}.docs__card-title.is-placeholder{color:var(--docs-text-dim);font-weight:500}.docs__space-card{display:flex;flex-direction:column;align-items:center;min-height:220px;padding:18px 14px 20px;text-align:center;background:var(--docs-surface);border-radius:var(--docs-radius);transition:background var(--docs-duration-fast) var(--docs-ease-out),transform var(--docs-duration-fast) var(--docs-ease-out)}.docs__space-card--create{justify-content:center;gap:12px;background:transparent;border:1.5px dashed var(--docs-border-strong)}@media(hover:hover){.docs__space-card:hover{background:var(--docs-surface-hover);transform:translateY(-1px)}.docs__space-card--create:hover{background:#ffffffb8;border-color:var(--docs-text-dim)}}.docs__space-create-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--docs-text-muted)}.docs__space-create-icon i{font-size:22px}.docs__space-create-label{max-width:120px;font-size:13px;font-weight:500;line-height:1.35;color:var(--docs-text-muted)}.docs__space-name{font-size:13px;font-weight:600;letter-spacing:-.01em;color:var(--docs-text)}.docs__space-members{display:flex;align-items:center;justify-content:center;padding-left:6px;margin-top:8px}.docs__space-member{display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:-6px;overflow:hidden;font-size:10px;font-weight:600;line-height:1;color:#fff;background-color:var(--docs-text-dim);border-radius:50%}.docs__space-member:first-child{margin-left:0}.docs__space-member img{display:block;width:100%;height:100%;object-fit:cover}.docs__space-preview{display:flex;flex:1;align-items:center;justify-content:center;width:100%;margin-top:14px}.docs__space-preview-stack{position:relative;width:100%;max-width:160px;height:100px}.docs__space-preview-item{position:absolute;top:50%;left:50%;transform:translate(calc(-50% + var(--docs-preview-x, 0px)),calc(-50% + var(--docs-preview-y, 0px))) rotate(var(--docs-preview-rotate, 0deg))}.docs__space-preview-doc{position:relative;width:72px;min-height:84px;padding:8px 7px 9px;text-align:left;background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:6px;box-shadow:0 2px 8px var(--docs-shadow-card);isolation:isolate}.docs__space-preview-doc-title,.docs__space-preview-excerpt,.docs__space-preview-skeleton-line{position:relative;z-index:1}.docs__space-preview-doc-title{position:relative;z-index:1;margin-bottom:4px;font-size:8px;font-weight:600;line-height:1.3;color:var(--docs-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs__space-preview-excerpt{position:relative;z-index:1;font-size:8px;font-weight:400;line-height:1.35;color:var(--docs-text-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.docs__space-preview-skeleton-line{display:block;height:3px;margin-bottom:4px;border-radius:2px;background:#94a3b861}.docs__space-preview-skeleton-line.is-title{width:72%;height:4px;margin-bottom:6px;background:#64748b7a}.docs__space-preview-skeleton-line.is-wide{width:96%}.docs__space-preview-skeleton-line.is-medium{width:84%}.docs__space-preview-skeleton-line.is-narrow{width:62%;margin-bottom:0}.docs__space-detail-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.docs__space-hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:36px;padding:8px 0 4px}.docs__space-hero-title{font-size:clamp(22px,3vw,28px);font-weight:600;letter-spacing:-.02em;line-height:1.2;color:var(--docs-text)}.docs__space-hero-meta{margin-top:8px;font-size:13px;color:var(--docs-text-muted)}.docs__space-hero-members{margin-top:14px}.docs__space-hero-members .docs__space-members{justify-content:center}.docs__detail-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px}.docs__back-btn{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--docs-text-muted);transition:color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__back-btn:hover{color:var(--docs-text)}}.docs__detail-actions{display:flex;align-items:center;gap:6px}.docs__type-badge{padding:4px 10px;font-size:12px;font-weight:500;color:var(--docs-accent);background:var(--docs-accent-soft);border-radius:999px}.docs__icon-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--docs-radius-sm);color:var(--docs-text-muted);transition:background var(--docs-duration-fast) var(--docs-ease-out),color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__icon-btn:hover{background:var(--docs-surface);color:var(--docs-text)}}.docs__title-input{width:100%;margin-bottom:20px;padding:0;font-size:clamp(24px,4vw,32px);font-weight:600;letter-spacing:-.02em;line-height:1.2;border:none;background:transparent;outline:none}.docs__title-input::placeholder{color:var(--docs-text-dim);font-weight:500}.docs__editor{min-height:280px}.docs__rich-editor{display:flex;flex-direction:column;gap:0;min-height:320px}.docs__toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:4px;padding:8px 10px;background:var(--docs-surface);border-radius:999px;box-shadow:0 8px 32px var(--docs-shadow-soft)}body.docs-is-editing .docs__toolbar{position:fixed;bottom:24px;left:50%;z-index:25;width:fit-content;max-width:calc(100vw - 48px);flex-wrap:nowrap;transform:translate(-50%)}body.docs-is-assistant-open.docs-is-editing .docs__toolbar{bottom:88px}.docs__toolbar button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;color:var(--docs-text);transition:background var(--docs-duration-fast) var(--docs-ease-out),color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__toolbar button:hover{background:var(--docs-bg);color:var(--docs-text)}}.docs__toolbar button i{font-size:17px}.docs__toolbar-divider{width:1px;height:20px;margin:0 2px;background:var(--docs-border)}.docs__editor-surface{min-height:280px;padding:4px 0;font-size:15px;line-height:1.65;color:var(--docs-text);outline:none}.docs__editor-surface:empty:before{content:attr(data-placeholder);color:var(--docs-text-dim);pointer-events:none}.docs__editor-surface h2{margin:1.2em 0 .4em;font-size:1.25em;font-weight:600;letter-spacing:-.01em}.docs__editor-surface p{margin:0 0 .85em}.docs__editor-surface ul,.docs__editor-surface ol{margin:0 0 .85em;padding-left:1.4em}.docs__editor-surface img{display:block;max-width:100%;margin:.85em 0;border-radius:var(--docs-radius-sm)}.docs__editor-surface a{color:var(--docs-accent);text-decoration:underline}.docs__editor-field{width:100%;min-height:280px;padding:0;font-size:15px;line-height:1.65;color:var(--docs-text);border:none;background:transparent;outline:none;resize:vertical}.docs__editor-field::placeholder{color:var(--docs-text-dim)}.docs__meta{margin-top:24px;font-size:12px;color:var(--docs-text-dim)}body.docs-is-editing .docs__detail-body{padding-bottom:88px}[data-docs-theme=midnight] body.docs{background-color:#050a0f;background-image:url(/assets/docs-midnight-bg-ChQMfA20.png);background-size:cover;background-position:center top;background-attachment:fixed}[data-docs-theme=midnight] .docs__card,[data-docs-theme=midnight] .docs__space-card--create,[data-docs-theme=midnight] .docs__search,[data-docs-theme=midnight] .docs__fab-reply,[data-docs-theme=midnight] .docs__profile-trigger,[data-docs-theme=midnight] .docs__fab,[data-docs-theme=midnight] .docs__doc-row,[data-docs-theme=midnight] .docs__toolbar,[data-docs-theme=midnight] .docs__settings-dialog,[data-docs-theme=midnight] .docs__plan-card,[data-docs-theme=midnight] .docs__profile-menu,[data-docs-theme=midnight] .docs__paywall-close,[data-docs-theme=midnight] .docs__demo-link,[data-docs-theme=midnight] .docs__onboarding{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-docs-theme=midnight] .docs__space-card{background:#ffffff0f;border:1px solid var(--docs-border)}[data-docs-theme=midnight] .docs__space-preview-stack{isolation:isolate}[data-docs-theme=midnight] .docs__fab.is-chat{background:var(--docs-surface-solid);box-shadow:0 4px 20px var(--docs-shadow-soft),inset 0 0 0 1px var(--docs-border)}[data-docs-theme=midnight] .docs__fab-chat-close{color:var(--docs-text-muted)}[data-docs-theme=midnight] .docs__fab-chat-close:hover,[data-docs-theme=midnight] .docs__fab-chat-close:focus-visible{background:#ffffff1a;color:var(--docs-text)}[data-docs-theme=midnight] .docs__fab-chat-input{color:var(--docs-text)}[data-docs-theme=midnight] .docs__fab-chat-input::placeholder{color:var(--docs-text-muted)}[data-docs-theme=midnight] .docs__fab-chat-send{color:var(--docs-accent-on);background:var(--docs-accent);box-shadow:none}[data-docs-theme=midnight] .docs__fab-chat-send:hover{background:var(--docs-accent-hover)}[data-docs-theme=midnight] .docs__fab-chat-send i{filter:none}[data-docs-theme=midnight] .docs__space-preview-item{z-index:var(--docs-preview-z, 1)}[data-docs-theme=midnight] .docs__space-preview-doc{overflow:hidden;background:transparent;border-color:#ffffff1f;box-shadow:0 4px 14px #00000059,inset 0 1px #ffffff1a}[data-docs-theme=midnight] .docs__space-preview-doc:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;z-index:0;backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%)}[data-docs-theme=midnight] .docs__space-preview-doc--back:before{background:#0a101ad1}[data-docs-theme=midnight] .docs__space-preview-doc:not(.docs__space-preview-doc--back):before{background:#121c2af0;backdrop-filter:blur(32px) saturate(160%);-webkit-backdrop-filter:blur(32px) saturate(160%)}[data-docs-theme=midnight] .docs__space-preview-skeleton-line{background:#ffffff29}[data-docs-theme=midnight] .docs__space-preview-skeleton-line.is-title{background:#ffffff42}[data-docs-theme=midnight] .docs__space-preview-excerpt{color:#f8fafcd1;-webkit-line-clamp:3}[data-docs-theme=midnight] .docs__profile-trigger{box-shadow:0 4px 16px #0003}[data-docs-theme=midnight] .docs__fab-wrap{filter:none}@media(hover:hover){[data-docs-theme=midnight] .docs__space-card--create:hover{background:#ffffff0f;border-color:var(--docs-text-dim)}}[data-docs-theme=midnight] .docs__check{background:#ffffff0f;border-color:var(--docs-border)}.docs__bottom-dock{position:fixed;bottom:24px;left:50%;z-index:30;transform:translate(-50%);pointer-events:none}.docs__bottom-dock-stack{position:relative;display:inline-flex;flex-direction:column;align-items:stretch;gap:10px}.docs__bottom-dock-row{display:flex;align-items:center;gap:10px;pointer-events:auto}.docs__profile-trigger{flex-shrink:0;width:var(--docs-dock-height);height:var(--docs-dock-height);padding:0;overflow:hidden;background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:999px;box-shadow:0 8px 24px var(--docs-shadow-soft);transition:transform var(--docs-duration-fast) var(--docs-ease-out),box-shadow var(--docs-duration-fast) var(--docs-ease-out),border-color var(--docs-duration-fast) var(--docs-ease-out)}.docs__profile-photo{display:block;width:100%;height:100%;object-fit:cover}.docs__profile-photo--menu{width:32px;height:32px;border-radius:50%;flex-shrink:0}.docs__profile-trigger:active{transform:scale(.97)}@media(hover:hover){.docs__profile-trigger:hover{border-color:var(--docs-border-strong);box-shadow:0 10px 28px var(--docs-shadow-soft)}}.docs__profile-trigger[aria-expanded=true]{border-color:var(--docs-accent);box-shadow:0 0 0 3px var(--docs-accent-soft),0 8px 24px var(--docs-shadow-soft)}.docs__fab-wrap{position:relative;display:flex;flex-direction:column;align-items:stretch;width:var(--docs-fab-compact);transition:width var(--docs-fab-morph) var(--docs-ease-in-out);will-change:width}.docs__fab-wrap.is-chat-open{width:var(--docs-fab-chat)}.docs__fab-reply{position:absolute;bottom:calc(100% + 10px);left:0;right:0;width:auto;padding:12px 14px;font-size:13px;line-height:1.45;color:var(--docs-text);text-align:center;background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:14px;box-shadow:0 8px 28px var(--docs-shadow-soft);opacity:0;transform:translateY(10px) scale(.96);filter:blur(4px);pointer-events:none;visibility:hidden;transition:opacity .2s var(--docs-ease-out),transform .2s var(--docs-ease-out),filter .2s var(--docs-ease-out),visibility 0s linear .2s}.docs__bottom-dock-stack.is-reply-visible .docs__fab-reply{animation:docs-reply-in .28s var(--docs-ease-out) both;pointer-events:auto;visibility:visible;transition:none}.docs__fab-reply.is-reply-exiting{animation:none;opacity:0;transform:translateY(6px) scale(.98);filter:blur(2px);pointer-events:none;visibility:hidden;transition:opacity .18s var(--docs-ease-out),transform .18s var(--docs-ease-out),filter .18s var(--docs-ease-out),visibility 0s linear .18s}@keyframes docs-reply-in{0%{opacity:0;transform:translateY(10px) scale(.96);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.docs__fab-reply[hidden]{display:none!important}.docs__fab{display:grid;grid-template:1fr / 1fr;align-items:center;width:100%;height:var(--docs-dock-height);padding:var(--docs-dock-pad);background:var(--docs-fab-bg);border-radius:999px;box-shadow:var(--docs-shadow-fab);overflow:hidden;transition:background var(--docs-fab-morph) var(--docs-ease-in-out),box-shadow var(--docs-fab-morph) var(--docs-ease-in-out),border-color var(--docs-fab-morph) var(--docs-ease-in-out)}.docs__fab.is-chat{background:var(--docs-surface);border:none;box-shadow:0 12px 40px var(--docs-shadow-soft),inset 0 0 0 1px var(--docs-border)}.docs__fab-actions,.docs__fab-chat{grid-area:1 / 1;display:flex;align-items:center;min-width:0;opacity:0;transform:scale(.96);pointer-events:none;visibility:hidden;transition:opacity var(--docs-fab-morph) var(--docs-ease-out),transform var(--docs-fab-morph) var(--docs-ease-out),visibility 0s linear var(--docs-fab-morph)}.docs__fab:not(.is-chat) .docs__fab-actions{opacity:1;transform:scale(1);pointer-events:auto;visibility:visible;transition:opacity var(--docs-fab-morph) var(--docs-ease-out),transform var(--docs-fab-morph) var(--docs-ease-out),visibility 0s}.docs__fab.is-chat .docs__fab-chat{opacity:1;transform:scale(1);pointer-events:auto;visibility:visible;transition:opacity var(--docs-fab-morph) var(--docs-ease-out),transform var(--docs-fab-morph) var(--docs-ease-out),visibility 0s}.docs__fab-actions{justify-content:center;gap:2px}.docs__fab-btn{display:flex;align-items:center;justify-content:center;width:var(--docs-dock-control);height:var(--docs-dock-control);color:var(--docs-fab-fg);border-radius:999px;transition:background var(--docs-duration-fast) var(--docs-ease-out),transform var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover)and (pointer:fine){.docs__fab-btn:hover{background:var(--docs-fab-hover)}.docs__fab-btn:active{transform:scale(.97)}}.docs__fab-btn i{font-size:18px}.docs__fab-chat{gap:6px;width:100%;height:100%;padding:0;align-items:center}.docs__fab-chat-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--docs-dock-control);height:var(--docs-dock-control);color:var(--docs-text-muted);border-radius:999px;transition:background var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__fab-chat-close:hover{background:var(--docs-bg);color:var(--docs-text)}}.docs__fab-chat-input{flex:1;min-width:0;padding:0;font-size:14px;border:none;background:transparent;outline:none}.docs__fab-chat-input::placeholder{color:var(--docs-text-dim)}.docs__fab-chat-send{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--docs-dock-control);height:var(--docs-dock-control);color:var(--docs-accent-on, #fff);background:var(--docs-accent);border-radius:999px;box-shadow:none;transition:background var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__fab-chat-send:hover{background:var(--docs-accent-hover)}}.docs__fab-chat-send i{font-size:16px;filter:none}body.docs-is-editing .docs__bottom-dock{display:none}.docs__profile-menu{position:fixed;z-index:40;min-width:240px;padding:6px;background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:14px;box-shadow:0 16px 40px var(--docs-shadow-soft);animation:docs-menu-in .2s var(--docs-ease-out) both}.docs__profile-menu[hidden]{display:none}@keyframes docs-menu-in{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.docs__profile-menu-head{display:flex;align-items:center;gap:10px;padding:8px 10px 10px}.docs__profile-menu-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.docs__profile-menu-name{font-size:14px;font-weight:500;color:var(--docs-text);line-height:1.3}.docs__profile-plan-badge{align-self:flex-start;padding:2px 8px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--docs-text-muted);background:var(--docs-bg);border:1px solid var(--docs-border);border-radius:999px}.docs__profile-plan-badge.is-paid{color:var(--docs-accent);background:var(--docs-accent-soft);border-color:transparent}.docs__profile-menu-divider{height:1px;margin:2px 6px;background:var(--docs-border)}.docs__profile-menu-themes{padding:4px 8px 8px}.docs__theme-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.docs__theme-swatch{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 4px;border:none;border-radius:8px;background:transparent;color:var(--docs-text-muted);transition:background var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__theme-swatch:hover{background:var(--docs-bg)}}.docs__theme-swatch-dot{width:18px;height:18px;border-radius:50%;border:1px solid var(--docs-border);background:#f4f4f5;opacity:.55;transition:opacity var(--docs-duration-fast) var(--docs-ease-out)}.docs__theme-swatch-dot--midnight{background:linear-gradient(180deg,#050a0f,#7a869a);border-color:#fff3}.docs__theme-swatch-dot--stone{background:linear-gradient(145deg,#44403c,#1c1917)}.docs__theme-swatch-dot--twilight{background:radial-gradient(circle at 35% 30%,#a78bfa,#4c416f 42%,#0c0a14)}.docs__theme-swatch-name{font-size:11px;line-height:1}.docs__theme-swatch.is-active .docs__theme-swatch-dot{opacity:1;box-shadow:0 0 0 2px var(--docs-accent-soft)}@media(hover:hover){.docs__theme-swatch:not(.is-active):hover .docs__theme-swatch-dot{opacity:.8}}.docs__profile-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border-radius:8px;color:var(--docs-text-muted);font-size:13px;text-align:left;transition:background var(--docs-duration-fast) var(--docs-ease-out),color var(--docs-duration-fast) var(--docs-ease-out)}.docs__profile-menu-item .ph{font-size:16px}@media(hover:hover){.docs__profile-menu-item:hover{background:var(--docs-bg);color:var(--docs-text)}}.docs__profile-menu-item--danger{color:#ef4444}@media(hover:hover){.docs__profile-menu-item--danger:hover{background:#ef444414;color:#dc2626}}body.docs-is-subscribed #docs-profile-upgrade{display:none}[data-docs-theme=midnight] .docs__profile-menu{background:#0c121cf0;border-color:#ffffff2e;box-shadow:0 16px 48px #0000007a}[data-docs-theme=midnight] .docs__profile-plan-badge{color:#e2e8f0;background:#ffffff1a;border-color:#ffffff38}[data-docs-theme=midnight] .docs__profile-menu-divider{background:#ffffff29}[data-docs-theme=midnight] .docs__theme-swatch{color:#cbd5e1}[data-docs-theme=midnight] .docs__theme-swatch.is-active{color:var(--docs-text)}[data-docs-theme=midnight] .docs__theme-swatch-dot{opacity:.88;border-color:#ffffff4d}[data-docs-theme=midnight] .docs__theme-swatch.is-active .docs__theme-swatch-dot{box-shadow:0 0 0 2px var(--docs-accent),0 0 0 4px var(--docs-accent-soft)}[data-docs-theme=midnight] .docs__profile-menu-item{color:#e2e8f0}[data-docs-theme=midnight] .docs__profile-menu-item .ph{color:#cbd5e1}@media(hover:hover){[data-docs-theme=midnight] .docs__theme-swatch:hover{background:#ffffff0f}[data-docs-theme=midnight] .docs__profile-menu-item:hover{background:#ffffff14;color:#f8fafc}[data-docs-theme=midnight] .docs__profile-menu-item:hover .ph{color:#f1f5f9}}[data-docs-theme=midnight] .docs__profile-menu-item--danger{color:#fca5a5}@media(hover:hover){[data-docs-theme=midnight] .docs__profile-menu-item--danger:hover{background:#ef444424;color:#fecaca}}.docs__settings{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.docs__settings[hidden]{display:none}.docs__settings-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--docs-settings-scrim);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:docs-scrim-in .24s var(--docs-ease-out) both}.docs__settings-dialog{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;width:min(720px,calc(100vw - 32px));height:min(560px,calc(100vh - 48px));max-height:min(560px,calc(100vh - 48px));background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:16px;box-shadow:0 32px 64px var(--docs-shadow-soft);transform:translate(-50%,-50%);overflow:hidden;animation:docs-dialog-in .26s var(--docs-ease-out) both}@keyframes docs-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes docs-dialog-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 10px)) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.docs__settings-layout{display:grid;grid-template-columns:200px minmax(0,1fr);flex:1;min-height:0;overflow:hidden}.docs__settings-nav{display:flex;flex-direction:column;gap:20px;padding:20px 12px;border-right:1px solid var(--docs-border);background:var(--docs-bg);min-height:0;overflow-y:auto}.docs__settings-nav-group{display:flex;flex-direction:column;gap:2px}.docs__settings-nav-label{padding:0 10px 6px;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--docs-text-dim)}.docs__settings-nav-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:500;color:var(--docs-text-muted);text-align:left;transition:background var(--docs-duration-fast) var(--docs-ease-out),color var(--docs-duration-fast) var(--docs-ease-out)}.docs__settings-nav-item .ph{font-size:16px;opacity:.75}@media(hover:hover){.docs__settings-nav-item:hover{background:var(--docs-accent-soft);color:var(--docs-text)}}.docs__settings-nav-item.is-active{background:var(--docs-accent-soft);color:var(--docs-text)}.docs__settings-main{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.docs__settings-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 12px;flex-shrink:0}.docs__settings-heading{font-size:18px;font-weight:600;letter-spacing:-.02em}.docs__settings-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;color:var(--docs-text-muted);transition:background var(--docs-duration-fast) var(--docs-ease-out),color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__settings-close:hover{background:var(--docs-bg);color:var(--docs-text)}}.docs__settings-panels{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:4px 24px 24px;-webkit-overflow-scrolling:touch}.docs__settings-panel{display:flex;flex-direction:column;gap:14px}.docs__settings-panel[hidden]{display:none}.docs__settings-hint{font-size:13px;line-height:1.5;color:var(--docs-text-muted);margin-bottom:2px}.docs__settings-avatar-btn{position:relative;display:block;width:72px;height:72px;margin-bottom:4px;border-radius:999px;overflow:hidden;background:var(--docs-bg);cursor:pointer;transition:transform var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__settings-avatar-btn:hover{transform:scale(1.02)}}.docs__settings-avatar-btn:focus-visible{outline:2px solid var(--docs-accent);outline-offset:3px}.docs__settings-avatar-img{display:block;width:100%;height:100%;object-fit:cover}.docs__settings-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073;color:#fff;font-size:22px;opacity:0;transition:opacity var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__settings-avatar-btn:hover .docs__settings-avatar-overlay,.docs__settings-avatar-btn:focus-visible .docs__settings-avatar-overlay{opacity:1}}.docs__settings-field{display:flex;flex-direction:column;gap:4px;padding:10px 14px 8px;background:var(--docs-bg);border:1px solid var(--docs-border);border-radius:12px;transition:border-color var(--docs-duration-fast) var(--docs-ease-out)}.docs__settings-field:focus-within{border-color:var(--docs-accent)}.docs__settings-field-label{font-size:11px;font-weight:500;color:var(--docs-text-dim)}.docs__settings-field-input{width:100%;padding:2px 0 0;background:transparent;border:none;color:var(--docs-text);font-size:14px;line-height:1.4}.docs__settings-field-input:focus{outline:none}.docs__settings-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 256 256' fill='%2371717a'%3E%3Cpath d='M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center;padding-right:20px}.docs__settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;background:var(--docs-bg);border:1px solid var(--docs-border);border-radius:12px;cursor:pointer}.docs__settings-toggle-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.docs__settings-toggle-label{font-size:13px;font-weight:500}.docs__settings-toggle-desc{font-size:12px;color:var(--docs-text-dim)}.docs__settings-toggle input{position:absolute;opacity:0;pointer-events:none}.docs__settings-toggle-track{position:relative;flex-shrink:0;width:40px;height:22px;border-radius:999px;background:var(--docs-border-strong);transition:background var(--docs-duration-fast) var(--docs-ease-out)}.docs__settings-toggle-track:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:999px;background:#fff;transition:transform var(--docs-duration-fast) var(--docs-ease-out)}.docs__settings-toggle input:checked+.docs__settings-toggle-track{background:var(--docs-accent)}.docs__settings-toggle input:checked+.docs__settings-toggle-track:after{transform:translate(18px)}.docs__settings-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.docs__settings-theme{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--docs-bg);border:1px solid var(--docs-border);border-radius:12px;color:var(--docs-text);text-align:left;transition:border-color var(--docs-duration-fast) var(--docs-ease-out),background var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__settings-theme:hover{border-color:var(--docs-border-strong);background:var(--docs-surface-hover)}}.docs__settings-theme.is-active{border-color:var(--docs-accent);background:var(--docs-accent-soft)}.docs__settings-theme:focus-visible{outline:2px solid var(--docs-accent);outline-offset:2px}.docs__settings-theme-dot{width:20px;height:20px;border-radius:999px;flex-shrink:0;opacity:.55;transition:opacity var(--docs-duration-fast) var(--docs-ease-out)}.docs__settings-theme[data-docs-theme=base] .docs__settings-theme-dot{background:#f4f4f5;box-shadow:inset 0 0 0 1px #d4d4d8}.docs__settings-theme[data-docs-theme=midnight] .docs__settings-theme-dot{background:linear-gradient(180deg,#050a0f,#7a869a)}.docs__settings-theme[data-docs-theme=stone] .docs__settings-theme-dot{background:linear-gradient(145deg,#44403c,#1c1917)}.docs__settings-theme[data-docs-theme=twilight] .docs__settings-theme-dot{background:radial-gradient(circle at 35% 30%,#a78bfa,#4c416f 42%,#0c0a14)}.docs__settings-theme.is-active .docs__settings-theme-dot{opacity:1}.docs__settings-theme-name{font-size:13px;font-weight:500;color:var(--docs-text)}.docs__settings-password{display:flex;flex-direction:column;gap:14px;padding-top:8px;border-top:1px solid var(--docs-border)}.docs__settings-password-btn{align-self:flex-start;padding:8px 14px;border-radius:8px;background:var(--docs-accent-soft);color:var(--docs-text);font-size:13px;font-weight:500;transition:background var(--docs-duration-fast) var(--docs-ease-out),color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__settings-password-btn:hover{background:var(--docs-accent);color:var(--docs-accent-on)}}.docs__settings-password-status{font-size:12px;line-height:1.5;color:var(--docs-text-muted)}.docs__settings-password-status.is-error{color:#ef4444}.docs__settings-password-status.is-success{color:var(--docs-text)}.docs__auth-reset-status{margin-top:6px;font-size:12px;line-height:1.5;color:var(--docs-text-muted)}.docs__settings-logout{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:0;font-size:13px;font-weight:500;color:#ef4444;transition:color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__settings-logout:hover{color:#dc2626}}@media(max-width:640px){.docs__settings-dialog{height:min(640px,calc(100vh - 32px));max-height:min(640px,calc(100vh - 32px))}.docs__settings-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.docs__settings-nav{flex-direction:row;flex-wrap:wrap;gap:8px;padding:12px 16px;border-right:none;border-bottom:1px solid var(--docs-border)}.docs__settings-nav-group{flex-direction:row;flex-wrap:wrap;gap:4px;align-items:center}.docs__settings-nav-label{width:100%;padding-bottom:0}}.docs__paywall{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.docs__paywall[hidden]{display:none}.docs__paywall-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--docs-paywall-scrim);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);animation:docs-scrim-in .28s var(--docs-ease-out) both}.docs__paywall-close{position:fixed;top:20px;right:20px;z-index:202;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--docs-border);border-radius:50%;background:var(--docs-surface);color:var(--docs-text-muted);box-shadow:0 4px 16px var(--docs-shadow-soft);transition:background var(--docs-duration-fast) var(--docs-ease-out),color var(--docs-duration-fast) var(--docs-ease-out),border-color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__paywall-close:hover{background:var(--docs-surface-hover);border-color:var(--docs-border-strong);color:var(--docs-text)}}.docs__paywall-inner{position:relative;z-index:201;width:100%;height:100%;overflow-y:auto;padding:280px 24px 40px;pointer-events:none;animation:docs-paywall-in .32s var(--docs-ease-out) both}.docs__paywall-body{pointer-events:none}.docs__plan-card,.docs__paywall-body--centered .docs__paywall-status{pointer-events:auto}@keyframes docs-paywall-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.docs__paywall-body[hidden]{display:none}.docs__paywall-header{text-align:center;max-width:480px;margin:0 auto 32px}.docs__paywall-title{font-size:clamp(24px,4vw,32px);font-weight:600;letter-spacing:-.03em;line-height:1.15;margin-bottom:8px}.docs__paywall-sub{font-size:14px;line-height:1.55;color:var(--docs-text-muted)}.docs__paywall-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(920px,100%);margin:0 auto}.docs__paywall-legal{width:min(920px,100%);margin:20px auto 0;font-size:12px;line-height:1.5;text-align:center;color:var(--docs-text-dim)}@media(max-width:860px){.docs__paywall-grid{grid-template-columns:1fr;max-width:400px}}.docs__plan-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:22px 18px 18px;background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:var(--docs-radius);box-shadow:0 4px 20px var(--docs-shadow-card);transition:border-color var(--docs-duration-fast) var(--docs-ease-out),box-shadow var(--docs-duration-fast) var(--docs-ease-out)}.docs__plan-card--featured{border-color:#7b5cff59;box-shadow:0 8px 32px #7b5cff1a}.docs__plan-card.is-current{border-color:var(--docs-accent);box-shadow:inset 0 0 0 1px var(--docs-accent-soft)}.docs__plan-tag{position:absolute;top:14px;right:14px;padding:3px 8px;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--docs-accent);background:var(--docs-accent-soft);border-radius:999px}.docs__plan-name{font-size:16px;font-weight:600;letter-spacing:-.01em;margin-bottom:10px}.docs__plan-price{display:flex;align-items:baseline;gap:2px;margin-bottom:18px}.docs__plan-amount{font-size:26px;font-weight:600;letter-spacing:-.03em;line-height:1}.docs__plan-period{font-size:13px;color:var(--docs-text-muted)}.docs__plan-features{list-style:none;flex:1;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.docs__plan-features li{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.45;color:var(--docs-text-muted)}.docs__plan-features .ph-check{flex-shrink:0;margin-top:2px;font-size:14px;color:var(--docs-accent)}.docs__plan-inherit{font-size:12px;font-weight:500;color:var(--docs-text-dim)}.docs__plan-cta{width:100%;height:40px;margin-top:auto;font-size:13px;font-weight:500;color:var(--docs-accent-on, #fff);background:var(--docs-accent);border-radius:999px;box-shadow:none;transition:background var(--docs-duration-fast) var(--docs-ease-out),transform .12s var(--docs-ease-out)}.docs__plan-cta:active{transform:scale(.98)}@media(hover:hover){.docs__plan-cta:hover{background:var(--docs-accent-hover)}.docs__plan-cta.is-current-plan:hover{background:var(--docs-bg)}}.docs__plan-cta.is-current-plan{color:var(--docs-text-muted);background:var(--docs-bg);border:1px solid var(--docs-border);cursor:default}.docs__paywall-body--centered{display:flex;align-items:center;justify-content:center;min-height:min(420px,60vh)}.docs__paywall-status{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;max-width:320px}.docs__paywall-spinner{width:36px;height:36px;border:2px solid var(--docs-border);border-top-color:var(--docs-accent);border-radius:50%;animation:docs-spin .7s linear infinite}@keyframes docs-spin{to{transform:rotate(360deg)}}.docs__paywall-check{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--docs-accent);background:var(--docs-accent-soft);border-radius:50%;animation:docs-check-in .4s var(--docs-ease-out) both}@keyframes docs-check-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.docs__paywall-check .ph{font-size:22px}.docs__paywall-status-title{font-size:18px;font-weight:600;letter-spacing:-.02em}.docs__paywall-status-sub{font-size:13px;color:var(--docs-text-muted);line-height:1.5}.docs__paywall-done{margin-top:8px;width:auto;min-width:120px;padding:0 24px}.docs__demo-link{position:fixed;bottom:16px;left:16px;z-index:50;padding:8px 14px;font-size:12px;color:var(--docs-text-muted);background:var(--docs-demo-link-bg);border:1px solid var(--docs-border);border-radius:8px;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:color var(--docs-duration-fast) var(--docs-ease-out),border-color var(--docs-duration-fast) var(--docs-ease-out)}.docs__demo-link--next{left:auto;right:16px}@media(hover:hover){.docs__demo-link:hover{color:var(--docs-text);border-color:var(--docs-border-strong)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.docs__fab-wrap,.docs__fab-reply{will-change:auto;animation:none!important;filter:none!important}}body.docs-gate{overflow:hidden}.docs__gate{position:relative;height:100dvh;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;background:#07090f}.docs__landing{position:relative}.docs__landing[hidden],.docs__auth[hidden]{display:none}.docs__landing-hero{position:relative;display:flex;flex-direction:column;min-height:100dvh;padding:22px clamp(20px,5vw,56px) 48px;background-color:#050a0f;background-image:linear-gradient(180deg,#050a0f1a,#07090f8c 72%,#07090f),url(/assets/docs-midnight-bg-ChQMfA20.png);background-size:cover;background-position:center top}.docs__landing-nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.docs__landing-brand{display:inline-flex;align-items:center;gap:9px;color:var(--docs-text);text-decoration:none}.docs__landing-logo{display:block}.docs__landing-brand-name{font-size:17px;font-weight:600;letter-spacing:-.01em}.docs__landing-nav-links{display:flex;gap:28px;margin-left:auto}.docs__landing-nav-links a{font-size:14px;color:var(--docs-text-muted);text-decoration:none;transition:color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__landing-nav-links a:hover{color:var(--docs-text)}}.docs__landing-nav-cta{padding:9px 18px;font-size:14px;font-weight:500;color:var(--docs-text);background:#ffffff14;border:1px solid var(--docs-border);border-radius:999px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background var(--docs-duration-fast) var(--docs-ease-out),border-color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__landing-nav-cta:hover{background:#ffffff24;border-color:var(--docs-border-strong)}}.docs__landing-hero-body{display:flex;flex-direction:column;align-items:center;gap:22px;max-width:680px;margin:clamp(40px,8vh,96px) auto 0;text-align:center}.docs__landing-eyebrow{display:inline-flex;align-items:center;padding:6px 14px;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--docs-accent);background:var(--docs-accent-soft);border:1px solid var(--docs-accent-soft);border-radius:999px}.docs__landing-title{font-size:clamp(40px,7vw,68px);font-weight:600;letter-spacing:-.03em;line-height:1.04;color:var(--docs-text)}.docs__landing-sub{max-width:520px;font-size:clamp(15px,2vw,18px);line-height:1.55;color:var(--docs-text-muted)}.docs__landing-cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:6px}.docs__landing-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;font-size:15px;font-weight:500;color:var(--docs-accent-on);background:var(--docs-accent);border-radius:999px;box-shadow:0 10px 30px #7dd3fc2e;transition:transform var(--docs-duration-fast) var(--docs-ease-out),background var(--docs-duration-fast) var(--docs-ease-out),box-shadow var(--docs-duration-fast) var(--docs-ease-out)}.docs__landing-cta i{font-size:16px;transition:transform var(--docs-duration-fast) var(--docs-ease-out)}.docs__landing-cta:active{transform:scale(.98)}@media(hover:hover){.docs__landing-cta:hover{background:var(--docs-accent-hover);box-shadow:0 12px 36px #7dd3fc47}.docs__landing-cta:hover i{transform:translate(3px)}}.docs__landing-cta--ghost{color:var(--docs-text);background:#ffffff12;border:1px solid var(--docs-border);box-shadow:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media(hover:hover){.docs__landing-cta--ghost:hover{background:#ffffff21;box-shadow:none}}.docs__hero-mockup{width:100%;max-width:940px;margin:clamp(36px,6vh,64px) auto -8%;padding:0 clamp(0px,2vw,24px);perspective:1800px;animation:docs-mockup-in .9s var(--docs-ease-out) both}.docs__browser{position:relative;border-radius:14px;overflow:hidden;background:#0f1620b3;border:1px solid var(--docs-border);box-shadow:0 2px #ffffff0a inset,0 40px 90px -30px #000000bf,0 16px 40px -20px #0009;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:rotateX(12deg) scale(.92);transform-origin:center top;will-change:transform}.docs__browser:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,transparent 18%,transparent 70%,rgba(7,9,15,.55) 100%)}.docs__browser-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;min-height:32px;padding:6px 16px;background:#ffffff0a;border-bottom:1px solid var(--docs-border)}.docs__browser-dots{display:inline-flex;gap:8px;flex-shrink:0;grid-column:1;justify-self:start}.docs__browser-dots span{width:10px;height:10px;border-radius:50%;background:#ffffff38;border:1px solid rgba(255,255,255,.28)}.docs__browser-dots span:nth-child(1){background:#ffffffe6;border-color:#ffffffe6}.docs__browser-dots span:nth-child(2){background:#ffffff6b}.docs__browser-dots span:nth-child(3){background:#ffffff29}.docs__browser-url{grid-column:2;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0;font-size:12.5px;line-height:1;color:var(--docs-text-muted);background:none;border:none}.docs__browser-url i{font-size:13px;color:var(--docs-text-dim)}.docs__browser-viewport{position:relative;overflow:hidden}.docs__browser-shot{display:block;width:100%;height:auto}@keyframes docs-mockup-in{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.docs__landing-section{max-width:1080px;margin:0 auto;padding:clamp(64px,10vw,120px) clamp(20px,5vw,56px)}.docs__landing-section-head{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:56px;text-align:center}.docs__landing-section-title{max-width:620px;font-size:clamp(28px,4.5vw,42px);font-weight:600;letter-spacing:-.02em;line-height:1.12;color:var(--docs-text)}.docs__landing-section-sub{max-width:480px;font-size:16px;line-height:1.55;color:var(--docs-text-muted)}.docs__feature-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(24px,4vw,56px);align-items:start}.docs__feature-accordion{display:flex;flex-direction:column;gap:8px}.docs__feature-item{display:flex;flex-direction:column;gap:0;padding:18px 20px;text-align:left;color:var(--docs-text);background:#ffffff08;border:1px solid transparent;border-radius:var(--docs-radius);transition:background var(--docs-duration) var(--docs-ease-out),border-color var(--docs-duration) var(--docs-ease-out)}.docs__feature-item.is-open{background:var(--docs-surface);border-color:var(--docs-border)}.docs__feature-item-head{display:flex;align-items:center;gap:12px}.docs__feature-item-head i{display:flex;align-items:center;justify-content:center;width:34px;height:34px;font-size:18px;color:var(--docs-accent);background:var(--docs-accent-soft);border-radius:10px;flex-shrink:0}.docs__feature-item-title{font-size:17px;font-weight:600;letter-spacing:-.01em}.docs__feature-item-body{display:grid;grid-template-rows:0fr;margin-left:46px;font-size:14px;line-height:1.55;color:var(--docs-text-muted);opacity:0;transition:grid-template-rows var(--docs-duration) var(--docs-ease-out),opacity var(--docs-duration) var(--docs-ease-out),margin-top var(--docs-duration) var(--docs-ease-out)}.docs__feature-item-body-inner{overflow:hidden;min-height:0}.docs__feature-item.is-open .docs__feature-item-body{grid-template-rows:1fr;margin-top:10px;opacity:1}@media(hover:hover){.docs__feature-item:not(.is-open):hover{background:#ffffff0d}}.docs__feature-preview{position:relative;height:400px;min-height:400px;padding:clamp(20px,3vw,36px);background:#0c121ce0;border:1px solid var(--docs-border);border-radius:24px;overflow:hidden}.docs__feature-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 15% 0%,rgba(125,211,252,.1),transparent 55%),radial-gradient(ellipse 60% 45% at 85% 100%,rgba(125,211,252,.07),transparent 50%);pointer-events:none}.docs__feature-panel{position:absolute;inset:clamp(20px,3vw,36px);z-index:1;display:flex;align-items:stretch;justify-content:center;opacity:0;transform:translateY(14px) scale(.98);pointer-events:none;transition:opacity var(--docs-duration) var(--docs-ease-out),transform var(--docs-duration) var(--docs-ease-out)}.docs__feature-panel.is-active{opacity:1;transform:none;pointer-events:auto}.docs__feature-stage{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column}.docs__feature-stage-ui{width:100%;height:100%;pointer-events:none}.docs__feature-static{pointer-events:none;cursor:default}.docs__feature-panel.is-active .docs__feature-animate-in{animation:docs-feature-in .55s var(--docs-ease-out) both}.docs__feature-panel.is-active .docs__feature-animate-in:nth-child(2),.docs__feature-panel.is-active .docs__space-card:nth-child(2){animation-delay:.08s}.docs__feature-panel.is-active .docs__feature-animate-in:nth-child(3){animation-delay:.14s}.docs__feature-stage--editor .docs__feature-stage-ui{max-width:440px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.docs__feature-editor-header{justify-content:flex-start;margin-bottom:8px}.docs__feature-stage--editor .docs__title-input{margin-bottom:14px;font-size:22px}.docs__feature-stage--editor .docs__rich-editor{min-height:0}.docs__feature-stage--editor .docs__toolbar{align-self:flex-start;margin-bottom:12px;box-shadow:none}.docs__feature-stage--editor .docs__toolbar button:first-child{color:var(--docs-accent-on);background:var(--docs-accent)}.docs__feature-stage--editor .docs__editor-surface{min-height:120px;padding:16px 18px;font-size:13.5px;line-height:1.55;color:var(--docs-text-muted);background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:14px}.docs__feature-stage--editor .docs__detail-header{margin-bottom:8px}.docs__feature-stage--spaces .docs__feature-stage-ui{display:flex;flex-direction:column;justify-content:center}.docs__feature-stage--spaces .docs__card-grid{grid-template-columns:1fr 1fr;gap:14px;height:100%;align-items:stretch}.docs__feature-stage--spaces .docs__space-card{display:flex;flex-direction:column;height:100%;min-height:0;padding:16px 14px 18px;background:#ffffff0f;border:1px solid var(--docs-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.docs__feature-stage--spaces .docs__space-preview{position:relative;flex:1;display:flex;align-items:center;justify-content:center;margin-top:10px;min-height:130px;border-radius:12px;overflow:hidden}.docs__feature-stage--spaces .docs__space-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 70% at 50% 110%,rgba(125,211,252,.14),transparent 60%),radial-gradient(ellipse 50% 40% at 20% 20%,rgba(255,255,255,.04),transparent 55%);pointer-events:none}.docs__feature-stage--spaces .docs__space-preview-stack{position:relative;z-index:1;max-width:200px;height:120px;isolation:isolate}.docs__feature-stage--spaces .docs__space-preview-doc{width:88px;min-height:102px;padding:10px 8px;border-radius:8px}.docs__feature-stage--spaces .docs__space-preview-doc-title{font-size:9px;margin-bottom:5px;color:var(--docs-text)}.docs__feature-stage--spaces .docs__space-preview-excerpt{font-size:9px;line-height:1.35;color:#f8fafce0;-webkit-line-clamp:3}.docs__feature-stage--spaces .docs__space-preview-skeleton-line{height:4px;margin-bottom:5px;background:#ffffff1f}.docs__feature-stage--spaces .docs__space-preview-skeleton-line.is-title{height:5px;margin-bottom:7px;background:#fff3}.docs__feature-stage--assistant .docs__feature-stage-ui{display:flex;flex-direction:column;gap:16px;justify-content:center}.docs__feature-stage--assistant .docs__card-grid{grid-template-columns:1fr 1fr;gap:12px}.docs__feature-stage--assistant .docs__card{pointer-events:none}.docs__feature-stage--assistant .docs__card-preview{font-size:12px;line-height:1.45}.docs__feature-assistant-dock{position:relative;margin-top:auto;padding-top:4px}.docs__feature-stage--assistant .docs__fab-reply{position:relative;bottom:auto;left:auto;right:auto;margin-bottom:10px;font-size:12.5px;line-height:1.5;text-align:left;opacity:1;visibility:visible;filter:none;transform:none;pointer-events:none;animation:docs-feature-rise .55s var(--docs-ease-out) both}.docs__feature-stage--assistant .docs__fab{width:100%;max-width:100%;margin:0}@keyframes docs-feature-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}@keyframes docs-feature-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.docs__landing-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.docs__landing-plan{position:relative;display:flex;flex-direction:column;gap:16px;padding:28px 24px;background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:20px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.docs__landing-plan--featured{border-color:var(--docs-accent);box-shadow:0 0 0 1px var(--docs-accent-soft),0 20px 50px #00000059}.docs__landing-plan-tag{position:absolute;top:20px;right:20px;padding:4px 10px;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--docs-accent-on);background:var(--docs-accent);border-radius:999px}.docs__landing-plan-name{font-size:16px;font-weight:600;color:var(--docs-text)}.docs__landing-plan-price{font-size:14px;color:var(--docs-text-muted)}.docs__landing-plan-price span{font-size:34px;font-weight:600;color:var(--docs-text)}.docs__landing-plan-features{display:flex;flex-direction:column;gap:10px;margin:4px 0 8px;list-style:none}.docs__landing-plan-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--docs-text-muted)}.docs__landing-plan-features i{font-size:14px;color:var(--docs-accent)}.docs__landing-plan-cta{margin-top:auto;padding:12px;font-size:14px;font-weight:500;color:var(--docs-text);background:#ffffff12;border:1px solid var(--docs-border);border-radius:12px;transition:background var(--docs-duration-fast) var(--docs-ease-out),border-color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__landing-plan-cta:hover{background:#ffffff1f;border-color:var(--docs-border-strong)}}.docs__landing-plan-cta--primary{color:var(--docs-accent-on);background:var(--docs-accent);border-color:transparent}@media(hover:hover){.docs__landing-plan-cta--primary:hover{background:var(--docs-accent-hover);border-color:transparent}}.docs__landing-footer{max-width:1080px;margin:0 auto;padding:48px clamp(20px,5vw,56px) 40px;border-top:1px solid var(--docs-border)}.docs__landing-footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.docs__landing-footer-links{display:flex;flex-wrap:wrap;gap:24px}.docs__landing-footer-links a{font-size:14px;color:var(--docs-text-muted);text-decoration:none;transition:color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__landing-footer-links a:hover{color:var(--docs-text)}}.docs__landing-foot,.docs__auth-foot{font-size:12.5px;line-height:1.45;color:var(--docs-text-dim)}.docs__landing-foot a,.docs__auth-foot a{color:var(--docs-text-muted);text-decoration:none}.docs__landing-foot a:hover,.docs__auth-foot a:hover{color:var(--docs-text)}.docs__auth{position:relative;display:flex;flex-direction:column;min-height:100dvh;padding:24px;background-color:#050a0f;background-image:linear-gradient(180deg,#050a0f59,#050a0f26 45%,#050a0f66),url(/assets/docs-midnight-bg-ChQMfA20.png);background-size:cover;background-position:center top}.docs__auth-header{flex-shrink:0}.docs__auth-foot{flex-shrink:0;padding-bottom:8px;text-align:center}.docs__auth-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:22px;color:var(--docs-text-muted);border-radius:50%;transition:color var(--docs-duration-fast) var(--docs-ease-out),background var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__auth-back:hover{color:var(--docs-text);background:#ffffff0f}}.docs__auth-body{flex:1;display:flex;flex-direction:column;justify-content:center;gap:24px;width:min(420px,100%);margin:0 auto}.docs__auth-intro{display:flex;flex-direction:column;gap:8px;text-align:center}.docs__auth-title{font-size:clamp(28px,5vw,36px);font-weight:500;letter-spacing:-.005em;line-height:1.15;color:var(--docs-text)}.docs__auth-sub{font-size:14px;line-height:20px;color:var(--docs-text-muted)}.docs__auth-link{padding:0;font-size:inherit;font-weight:500;color:var(--docs-text);background:none;border:none}@media(hover:hover){.docs__auth-link:hover{color:var(--docs-accent)}}.docs__auth-form{display:flex;flex-direction:column;gap:20px}.docs__auth-field{display:flex;flex-direction:column;gap:8px}.docs__auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 16px}.docs__auth-label{padding:0 16px;font-size:14px;line-height:20px;color:var(--docs-text)}.docs__auth-label-row .docs__auth-label{padding:0}.docs__auth-input-wrap{position:relative}.docs__auth-input{width:100%;height:48px;padding:8px 16px;font-size:16px;line-height:24px;color:var(--docs-text);background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:16px;outline:none;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:border-color var(--docs-duration-fast) var(--docs-ease-out),box-shadow var(--docs-duration-fast) var(--docs-ease-out)}.docs__auth-input-wrap .docs__auth-input{padding-right:44px}.docs__auth-input::placeholder{color:var(--docs-text-dim)}.docs__auth-input:focus{border-color:var(--docs-border-strong);box-shadow:0 0 0 3px var(--docs-accent-soft)}.docs__auth-password-toggle{position:absolute;top:50%;right:14px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:16px;color:var(--docs-text-muted);transform:translateY(-50%)}.docs__auth-submit{height:48px;font-size:16px;font-weight:500;color:var(--docs-accent-on);background:var(--docs-accent);border-radius:16px;transition:background var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__auth-submit:hover{background:var(--docs-accent-hover)}}.docs__auth-divider{display:flex;align-items:center;gap:15px;color:var(--docs-text-muted);font-size:14px;line-height:20px}.docs__auth-divider span:first-child,.docs__auth-divider span:last-child{flex:1;height:1px;background:var(--docs-border)}.docs__auth-oauth{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;height:48px;padding:8px 16px;font-size:16px;line-height:24px;color:var(--docs-text);background:var(--docs-surface);border:1px solid var(--docs-border);border-radius:16px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:background var(--docs-duration-fast) var(--docs-ease-out),border-color var(--docs-duration-fast) var(--docs-ease-out)}@media(hover:hover){.docs__auth-oauth:hover{background:var(--docs-surface-hover);border-color:var(--docs-border-strong)}}.docs__auth-google-icon{flex-shrink:0}@media(max-width:880px){.docs__feature-grid{grid-template-columns:1fr}.docs__feature-preview{height:340px;min-height:340px;order:-1}.docs__landing-pricing{grid-template-columns:1fr;max-width:420px;margin:0 auto}}@media(max-width:640px){.docs__landing-nav-links{display:none}.docs__main{padding-top:24px}.docs__header{flex-direction:column;align-items:flex-start}.docs__fab-wrap.is-chat-open{width:min(520px,calc(100vw - 32px))}body.docs-is-editing .docs__toolbar{left:50%;max-width:calc(100vw - 32px)}}@font-face{font-family:Phosphor-Bold;src:url(/assets/Phosphor-Bold-BCak21uZ.woff2) format("woff2"),url(/assets/Phosphor-Bold-Bs3tcKfK.woff) format("woff"),url(/assets/Phosphor-Bold-y1cGIEs3.ttf) format("truetype"),url(/assets/Phosphor-Bold-CIyscVBM.svg#Phosphor-Bold) format("svg");font-weight:400;font-style:normal;font-display:block}.ph-bold{font-family:Phosphor-Bold!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-bold.ph-acorn:before{content:""}.ph-bold.ph-address-book:before{content:""}.ph-bold.ph-address-book-tabs:before{content:""}.ph-bold.ph-air-traffic-control:before{content:""}.ph-bold.ph-airplane:before{content:""}.ph-bold.ph-airplane-in-flight:before{content:""}.ph-bold.ph-airplane-landing:before{content:""}.ph-bold.ph-airplane-takeoff:before{content:""}.ph-bold.ph-airplane-taxiing:before{content:""}.ph-bold.ph-airplane-tilt:before{content:""}.ph-bold.ph-airplay:before{content:""}.ph-bold.ph-alarm:before{content:""}.ph-bold.ph-alien:before{content:""}.ph-bold.ph-align-bottom:before{content:""}.ph-bold.ph-align-bottom-simple:before{content:""}.ph-bold.ph-align-center-horizontal:before{content:""}.ph-bold.ph-align-center-horizontal-simple:before{content:""}.ph-bold.ph-align-center-vertical:before{content:""}.ph-bold.ph-align-center-vertical-simple:before{content:""}.ph-bold.ph-align-left:before{content:""}.ph-bold.ph-align-left-simple:before{content:""}.ph-bold.ph-align-right:before{content:""}.ph-bold.ph-align-right-simple:before{content:""}.ph-bold.ph-align-top:before{content:""}.ph-bold.ph-align-top-simple:before{content:""}.ph-bold.ph-amazon-logo:before{content:""}.ph-bold.ph-ambulance:before{content:""}.ph-bold.ph-anchor:before{content:""}.ph-bold.ph-anchor-simple:before{content:""}.ph-bold.ph-android-logo:before{content:""}.ph-bold.ph-angle:before{content:""}.ph-bold.ph-angular-logo:before{content:""}.ph-bold.ph-aperture:before{content:""}.ph-bold.ph-app-store-logo:before{content:""}.ph-bold.ph-app-window:before{content:""}.ph-bold.ph-apple-logo:before{content:""}.ph-bold.ph-apple-podcasts-logo:before{content:""}.ph-bold.ph-approximate-equals:before{content:""}.ph-bold.ph-archive:before{content:""}.ph-bold.ph-armchair:before{content:""}.ph-bold.ph-arrow-arc-left:before{content:""}.ph-bold.ph-arrow-arc-right:before{content:""}.ph-bold.ph-arrow-bend-double-up-left:before{content:""}.ph-bold.ph-arrow-bend-double-up-right:before{content:""}.ph-bold.ph-arrow-bend-down-left:before{content:""}.ph-bold.ph-arrow-bend-down-right:before{content:""}.ph-bold.ph-arrow-bend-left-down:before{content:""}.ph-bold.ph-arrow-bend-left-up:before{content:""}.ph-bold.ph-arrow-bend-right-down:before{content:""}.ph-bold.ph-arrow-bend-right-up:before{content:""}.ph-bold.ph-arrow-bend-up-left:before{content:""}.ph-bold.ph-arrow-bend-up-right:before{content:""}.ph-bold.ph-arrow-circle-down:before{content:""}.ph-bold.ph-arrow-circle-down-left:before{content:""}.ph-bold.ph-arrow-circle-down-right:before{content:""}.ph-bold.ph-arrow-circle-left:before{content:""}.ph-bold.ph-arrow-circle-right:before{content:""}.ph-bold.ph-arrow-circle-up:before{content:""}.ph-bold.ph-arrow-circle-up-left:before{content:""}.ph-bold.ph-arrow-circle-up-right:before{content:""}.ph-bold.ph-arrow-clockwise:before{content:""}.ph-bold.ph-arrow-counter-clockwise:before{content:""}.ph-bold.ph-arrow-down:before{content:""}.ph-bold.ph-arrow-down-left:before{content:""}.ph-bold.ph-arrow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-down-left:before{content:""}.ph-bold.ph-arrow-elbow-down-right:before{content:""}.ph-bold.ph-arrow-elbow-left:before{content:""}.ph-bold.ph-arrow-elbow-left-down:before{content:""}.ph-bold.ph-arrow-elbow-left-up:before{content:""}.ph-bold.ph-arrow-elbow-right:before{content:""}.ph-bold.ph-arrow-elbow-right-down:before{content:""}.ph-bold.ph-arrow-elbow-right-up:before{content:""}.ph-bold.ph-arrow-elbow-up-left:before{content:""}.ph-bold.ph-arrow-elbow-up-right:before{content:""}.ph-bold.ph-arrow-fat-down:before{content:""}.ph-bold.ph-arrow-fat-left:before{content:""}.ph-bold.ph-arrow-fat-line-down:before{content:""}.ph-bold.ph-arrow-fat-line-left:before{content:""}.ph-bold.ph-arrow-fat-line-right:before{content:""}.ph-bold.ph-arrow-fat-line-up:before{content:""}.ph-bold.ph-arrow-fat-lines-down:before{content:""}.ph-bold.ph-arrow-fat-lines-left:before{content:""}.ph-bold.ph-arrow-fat-lines-right:before{content:""}.ph-bold.ph-arrow-fat-lines-up:before{content:""}.ph-bold.ph-arrow-fat-right:before{content:""}.ph-bold.ph-arrow-fat-up:before{content:""}.ph-bold.ph-arrow-left:before{content:""}.ph-bold.ph-arrow-line-down:before{content:""}.ph-bold.ph-arrow-line-down-left:before{content:""}.ph-bold.ph-arrow-line-down-right:before{content:""}.ph-bold.ph-arrow-line-left:before{content:""}.ph-bold.ph-arrow-line-right:before{content:""}.ph-bold.ph-arrow-line-up:before{content:""}.ph-bold.ph-arrow-line-up-left:before{content:""}.ph-bold.ph-arrow-line-up-right:before{content:""}.ph-bold.ph-arrow-right:before{content:""}.ph-bold.ph-arrow-square-down:before{content:""}.ph-bold.ph-arrow-square-down-left:before{content:""}.ph-bold.ph-arrow-square-down-right:before{content:""}.ph-bold.ph-arrow-square-in:before{content:""}.ph-bold.ph-arrow-square-left:before{content:""}.ph-bold.ph-arrow-square-out:before{content:""}.ph-bold.ph-arrow-square-right:before{content:""}.ph-bold.ph-arrow-square-up:before{content:""}.ph-bold.ph-arrow-square-up-left:before{content:""}.ph-bold.ph-arrow-square-up-right:before{content:""}.ph-bold.ph-arrow-u-down-left:before{content:""}.ph-bold.ph-arrow-u-down-right:before{content:""}.ph-bold.ph-arrow-u-left-down:before{content:""}.ph-bold.ph-arrow-u-left-up:before{content:""}.ph-bold.ph-arrow-u-right-down:before{content:""}.ph-bold.ph-arrow-u-right-up:before{content:""}.ph-bold.ph-arrow-u-up-left:before{content:""}.ph-bold.ph-arrow-u-up-right:before{content:""}.ph-bold.ph-arrow-up:before{content:""}.ph-bold.ph-arrow-up-left:before{content:""}.ph-bold.ph-arrow-up-right:before{content:""}.ph-bold.ph-arrows-clockwise:before{content:""}.ph-bold.ph-arrows-counter-clockwise:before{content:""}.ph-bold.ph-arrows-down-up:before{content:""}.ph-bold.ph-arrows-horizontal:before{content:""}.ph-bold.ph-arrows-in:before{content:""}.ph-bold.ph-arrows-in-cardinal:before{content:""}.ph-bold.ph-arrows-in-line-horizontal:before{content:""}.ph-bold.ph-arrows-in-line-vertical:before{content:""}.ph-bold.ph-arrows-in-simple:before{content:""}.ph-bold.ph-arrows-left-right:before{content:""}.ph-bold.ph-arrows-merge:before{content:""}.ph-bold.ph-arrows-out:before{content:""}.ph-bold.ph-arrows-out-cardinal:before{content:""}.ph-bold.ph-arrows-out-line-horizontal:before{content:""}.ph-bold.ph-arrows-out-line-vertical:before{content:""}.ph-bold.ph-arrows-out-simple:before{content:""}.ph-bold.ph-arrows-split:before{content:""}.ph-bold.ph-arrows-vertical:before{content:""}.ph-bold.ph-article:before{content:""}.ph-bold.ph-article-medium:before{content:""}.ph-bold.ph-article-ny-times:before{content:""}.ph-bold.ph-asclepius:before{content:""}.ph-bold.ph-caduceus:before{content:""}.ph-bold.ph-asterisk:before{content:""}.ph-bold.ph-asterisk-simple:before{content:""}.ph-bold.ph-at:before{content:""}.ph-bold.ph-atom:before{content:""}.ph-bold.ph-avocado:before{content:""}.ph-bold.ph-axe:before{content:""}.ph-bold.ph-baby:before{content:""}.ph-bold.ph-baby-carriage:before{content:""}.ph-bold.ph-backpack:before{content:""}.ph-bold.ph-backspace:before{content:""}.ph-bold.ph-bag:before{content:""}.ph-bold.ph-bag-simple:before{content:""}.ph-bold.ph-balloon:before{content:""}.ph-bold.ph-bandaids:before{content:""}.ph-bold.ph-bank:before{content:""}.ph-bold.ph-barbell:before{content:""}.ph-bold.ph-barcode:before{content:""}.ph-bold.ph-barn:before{content:""}.ph-bold.ph-barricade:before{content:""}.ph-bold.ph-baseball:before{content:""}.ph-bold.ph-baseball-cap:before{content:""}.ph-bold.ph-baseball-helmet:before{content:""}.ph-bold.ph-basket:before{content:""}.ph-bold.ph-basketball:before{content:""}.ph-bold.ph-bathtub:before{content:""}.ph-bold.ph-battery-charging:before{content:""}.ph-bold.ph-battery-charging-vertical:before{content:""}.ph-bold.ph-battery-empty:before{content:""}.ph-bold.ph-battery-full:before{content:""}.ph-bold.ph-battery-high:before{content:""}.ph-bold.ph-battery-low:before{content:""}.ph-bold.ph-battery-medium:before{content:""}.ph-bold.ph-battery-plus:before{content:""}.ph-bold.ph-battery-plus-vertical:before{content:""}.ph-bold.ph-battery-vertical-empty:before{content:""}.ph-bold.ph-battery-vertical-full:before{content:""}.ph-bold.ph-battery-vertical-high:before{content:""}.ph-bold.ph-battery-vertical-low:before{content:""}.ph-bold.ph-battery-vertical-medium:before{content:""}.ph-bold.ph-battery-warning:before{content:""}.ph-bold.ph-battery-warning-vertical:before{content:""}.ph-bold.ph-beach-ball:before{content:""}.ph-bold.ph-beanie:before{content:""}.ph-bold.ph-bed:before{content:""}.ph-bold.ph-beer-bottle:before{content:""}.ph-bold.ph-beer-stein:before{content:""}.ph-bold.ph-behance-logo:before{content:""}.ph-bold.ph-bell:before{content:""}.ph-bold.ph-bell-ringing:before{content:""}.ph-bold.ph-bell-simple:before{content:""}.ph-bold.ph-bell-simple-ringing:before{content:""}.ph-bold.ph-bell-simple-slash:before{content:""}.ph-bold.ph-bell-simple-z:before{content:""}.ph-bold.ph-bell-slash:before{content:""}.ph-bold.ph-bell-z:before{content:""}.ph-bold.ph-belt:before{content:""}.ph-bold.ph-bezier-curve:before{content:""}.ph-bold.ph-bicycle:before{content:""}.ph-bold.ph-binary:before{content:""}.ph-bold.ph-binoculars:before{content:""}.ph-bold.ph-biohazard:before{content:""}.ph-bold.ph-bird:before{content:""}.ph-bold.ph-blueprint:before{content:""}.ph-bold.ph-bluetooth:before{content:""}.ph-bold.ph-bluetooth-connected:before{content:""}.ph-bold.ph-bluetooth-slash:before{content:""}.ph-bold.ph-bluetooth-x:before{content:""}.ph-bold.ph-boat:before{content:""}.ph-bold.ph-bomb:before{content:""}.ph-bold.ph-bone:before{content:""}.ph-bold.ph-book:before{content:""}.ph-bold.ph-book-bookmark:before{content:""}.ph-bold.ph-book-open:before{content:""}.ph-bold.ph-book-open-text:before{content:""}.ph-bold.ph-book-open-user:before{content:""}.ph-bold.ph-bookmark:before{content:""}.ph-bold.ph-bookmark-simple:before{content:""}.ph-bold.ph-bookmarks:before{content:""}.ph-bold.ph-bookmarks-simple:before{content:""}.ph-bold.ph-books:before{content:""}.ph-bold.ph-boot:before{content:""}.ph-bold.ph-boules:before{content:""}.ph-bold.ph-bounding-box:before{content:""}.ph-bold.ph-bowl-food:before{content:""}.ph-bold.ph-bowl-steam:before{content:""}.ph-bold.ph-bowling-ball:before{content:""}.ph-bold.ph-box-arrow-down:before{content:""}.ph-bold.ph-archive-box:before{content:""}.ph-bold.ph-box-arrow-up:before{content:""}.ph-bold.ph-boxing-glove:before{content:""}.ph-bold.ph-brackets-angle:before{content:""}.ph-bold.ph-brackets-curly:before{content:""}.ph-bold.ph-brackets-round:before{content:""}.ph-bold.ph-brackets-square:before{content:""}.ph-bold.ph-brain:before{content:""}.ph-bold.ph-brandy:before{content:""}.ph-bold.ph-bread:before{content:""}.ph-bold.ph-bridge:before{content:""}.ph-bold.ph-briefcase:before{content:""}.ph-bold.ph-briefcase-metal:before{content:""}.ph-bold.ph-broadcast:before{content:""}.ph-bold.ph-broom:before{content:""}.ph-bold.ph-browser:before{content:""}.ph-bold.ph-browsers:before{content:""}.ph-bold.ph-bug:before{content:""}.ph-bold.ph-bug-beetle:before{content:""}.ph-bold.ph-bug-droid:before{content:""}.ph-bold.ph-building:before{content:""}.ph-bold.ph-building-apartment:before{content:""}.ph-bold.ph-building-office:before{content:""}.ph-bold.ph-buildings:before{content:""}.ph-bold.ph-bulldozer:before{content:""}.ph-bold.ph-bus:before{content:""}.ph-bold.ph-butterfly:before{content:""}.ph-bold.ph-cable-car:before{content:""}.ph-bold.ph-cactus:before{content:""}.ph-bold.ph-cake:before{content:""}.ph-bold.ph-calculator:before{content:""}.ph-bold.ph-calendar:before{content:""}.ph-bold.ph-calendar-blank:before{content:""}.ph-bold.ph-calendar-check:before{content:""}.ph-bold.ph-calendar-dot:before{content:""}.ph-bold.ph-calendar-dots:before{content:""}.ph-bold.ph-calendar-heart:before{content:""}.ph-bold.ph-calendar-minus:before{content:""}.ph-bold.ph-calendar-plus:before{content:""}.ph-bold.ph-calendar-slash:before{content:""}.ph-bold.ph-calendar-star:before{content:""}.ph-bold.ph-calendar-x:before{content:""}.ph-bold.ph-call-bell:before{content:""}.ph-bold.ph-camera:before{content:""}.ph-bold.ph-camera-plus:before{content:""}.ph-bold.ph-camera-rotate:before{content:""}.ph-bold.ph-camera-slash:before{content:""}.ph-bold.ph-campfire:before{content:""}.ph-bold.ph-car:before{content:""}.ph-bold.ph-car-battery:before{content:""}.ph-bold.ph-car-profile:before{content:""}.ph-bold.ph-car-simple:before{content:""}.ph-bold.ph-cardholder:before{content:""}.ph-bold.ph-cards:before{content:""}.ph-bold.ph-cards-three:before{content:""}.ph-bold.ph-caret-circle-double-down:before{content:""}.ph-bold.ph-caret-circle-double-left:before{content:""}.ph-bold.ph-caret-circle-double-right:before{content:""}.ph-bold.ph-caret-circle-double-up:before{content:""}.ph-bold.ph-caret-circle-down:before{content:""}.ph-bold.ph-caret-circle-left:before{content:""}.ph-bold.ph-caret-circle-right:before{content:""}.ph-bold.ph-caret-circle-up:before{content:""}.ph-bold.ph-caret-circle-up-down:before{content:""}.ph-bold.ph-caret-double-down:before{content:""}.ph-bold.ph-caret-double-left:before{content:""}.ph-bold.ph-caret-double-right:before{content:""}.ph-bold.ph-caret-double-up:before{content:""}.ph-bold.ph-caret-down:before{content:""}.ph-bold.ph-caret-left:before{content:""}.ph-bold.ph-caret-line-down:before{content:""}.ph-bold.ph-caret-line-left:before{content:""}.ph-bold.ph-caret-line-right:before{content:""}.ph-bold.ph-caret-line-up:before{content:""}.ph-bold.ph-caret-right:before{content:""}.ph-bold.ph-caret-up:before{content:""}.ph-bold.ph-caret-up-down:before{content:""}.ph-bold.ph-carrot:before{content:""}.ph-bold.ph-cash-register:before{content:""}.ph-bold.ph-cassette-tape:before{content:""}.ph-bold.ph-castle-turret:before{content:""}.ph-bold.ph-cat:before{content:""}.ph-bold.ph-cell-signal-full:before{content:""}.ph-bold.ph-cell-signal-high:before{content:""}.ph-bold.ph-cell-signal-low:before{content:""}.ph-bold.ph-cell-signal-medium:before{content:""}.ph-bold.ph-cell-signal-none:before{content:""}.ph-bold.ph-cell-signal-slash:before{content:""}.ph-bold.ph-cell-signal-x:before{content:""}.ph-bold.ph-cell-tower:before{content:""}.ph-bold.ph-certificate:before{content:""}.ph-bold.ph-chair:before{content:""}.ph-bold.ph-chalkboard:before{content:""}.ph-bold.ph-chalkboard-simple:before{content:""}.ph-bold.ph-chalkboard-teacher:before{content:""}.ph-bold.ph-champagne:before{content:""}.ph-bold.ph-charging-station:before{content:""}.ph-bold.ph-chart-bar:before{content:""}.ph-bold.ph-chart-bar-horizontal:before{content:""}.ph-bold.ph-chart-donut:before{content:""}.ph-bold.ph-chart-line:before{content:""}.ph-bold.ph-chart-line-down:before{content:""}.ph-bold.ph-chart-line-up:before{content:""}.ph-bold.ph-chart-pie:before{content:""}.ph-bold.ph-chart-pie-slice:before{content:""}.ph-bold.ph-chart-polar:before{content:""}.ph-bold.ph-chart-scatter:before{content:""}.ph-bold.ph-chat:before{content:""}.ph-bold.ph-chat-centered:before{content:""}.ph-bold.ph-chat-centered-dots:before{content:""}.ph-bold.ph-chat-centered-slash:before{content:""}.ph-bold.ph-chat-centered-text:before{content:""}.ph-bold.ph-chat-circle:before{content:""}.ph-bold.ph-chat-circle-dots:before{content:""}.ph-bold.ph-chat-circle-slash:before{content:""}.ph-bold.ph-chat-circle-text:before{content:""}.ph-bold.ph-chat-dots:before{content:""}.ph-bold.ph-chat-slash:before{content:""}.ph-bold.ph-chat-teardrop:before{content:""}.ph-bold.ph-chat-teardrop-dots:before{content:""}.ph-bold.ph-chat-teardrop-slash:before{content:""}.ph-bold.ph-chat-teardrop-text:before{content:""}.ph-bold.ph-chat-text:before{content:""}.ph-bold.ph-chats:before{content:""}.ph-bold.ph-chats-circle:before{content:""}.ph-bold.ph-chats-teardrop:before{content:""}.ph-bold.ph-check:before{content:""}.ph-bold.ph-check-circle:before{content:""}.ph-bold.ph-check-fat:before{content:""}.ph-bold.ph-check-square:before{content:""}.ph-bold.ph-check-square-offset:before{content:""}.ph-bold.ph-checkerboard:before{content:""}.ph-bold.ph-checks:before{content:""}.ph-bold.ph-cheers:before{content:""}.ph-bold.ph-cheese:before{content:""}.ph-bold.ph-chef-hat:before{content:""}.ph-bold.ph-cherries:before{content:""}.ph-bold.ph-church:before{content:""}.ph-bold.ph-cigarette:before{content:""}.ph-bold.ph-cigarette-slash:before{content:""}.ph-bold.ph-circle:before{content:""}.ph-bold.ph-circle-dashed:before{content:""}.ph-bold.ph-circle-half:before{content:""}.ph-bold.ph-circle-half-tilt:before{content:""}.ph-bold.ph-circle-notch:before{content:""}.ph-bold.ph-circles-four:before{content:""}.ph-bold.ph-circles-three:before{content:""}.ph-bold.ph-circles-three-plus:before{content:""}.ph-bold.ph-circuitry:before{content:""}.ph-bold.ph-city:before{content:""}.ph-bold.ph-clipboard:before{content:""}.ph-bold.ph-clipboard-text:before{content:""}.ph-bold.ph-clock:before{content:""}.ph-bold.ph-clock-afternoon:before{content:""}.ph-bold.ph-clock-clockwise:before{content:""}.ph-bold.ph-clock-countdown:before{content:""}.ph-bold.ph-clock-counter-clockwise:before{content:""}.ph-bold.ph-clock-user:before{content:""}.ph-bold.ph-closed-captioning:before{content:""}.ph-bold.ph-cloud:before{content:""}.ph-bold.ph-cloud-arrow-down:before{content:""}.ph-bold.ph-cloud-arrow-up:before{content:""}.ph-bold.ph-cloud-check:before{content:""}.ph-bold.ph-cloud-fog:before{content:""}.ph-bold.ph-cloud-lightning:before{content:""}.ph-bold.ph-cloud-moon:before{content:""}.ph-bold.ph-cloud-rain:before{content:""}.ph-bold.ph-cloud-slash:before{content:""}.ph-bold.ph-cloud-snow:before{content:""}.ph-bold.ph-cloud-sun:before{content:""}.ph-bold.ph-cloud-warning:before{content:""}.ph-bold.ph-cloud-x:before{content:""}.ph-bold.ph-clover:before{content:""}.ph-bold.ph-club:before{content:""}.ph-bold.ph-coat-hanger:before{content:""}.ph-bold.ph-coda-logo:before{content:""}.ph-bold.ph-code:before{content:""}.ph-bold.ph-code-block:before{content:""}.ph-bold.ph-code-simple:before{content:""}.ph-bold.ph-codepen-logo:before{content:""}.ph-bold.ph-codesandbox-logo:before{content:""}.ph-bold.ph-coffee:before{content:""}.ph-bold.ph-coffee-bean:before{content:""}.ph-bold.ph-coin:before{content:""}.ph-bold.ph-coin-vertical:before{content:""}.ph-bold.ph-coins:before{content:""}.ph-bold.ph-columns:before{content:""}.ph-bold.ph-columns-plus-left:before{content:""}.ph-bold.ph-columns-plus-right:before{content:""}.ph-bold.ph-command:before{content:""}.ph-bold.ph-compass:before{content:""}.ph-bold.ph-compass-rose:before{content:""}.ph-bold.ph-compass-tool:before{content:""}.ph-bold.ph-computer-tower:before{content:""}.ph-bold.ph-confetti:before{content:""}.ph-bold.ph-contactless-payment:before{content:""}.ph-bold.ph-control:before{content:""}.ph-bold.ph-cookie:before{content:""}.ph-bold.ph-cooking-pot:before{content:""}.ph-bold.ph-copy:before{content:""}.ph-bold.ph-copy-simple:before{content:""}.ph-bold.ph-copyleft:before{content:""}.ph-bold.ph-copyright:before{content:""}.ph-bold.ph-corners-in:before{content:""}.ph-bold.ph-corners-out:before{content:""}.ph-bold.ph-couch:before{content:""}.ph-bold.ph-court-basketball:before{content:""}.ph-bold.ph-cow:before{content:""}.ph-bold.ph-cowboy-hat:before{content:""}.ph-bold.ph-cpu:before{content:""}.ph-bold.ph-crane:before{content:""}.ph-bold.ph-crane-tower:before{content:""}.ph-bold.ph-credit-card:before{content:""}.ph-bold.ph-cricket:before{content:""}.ph-bold.ph-crop:before{content:""}.ph-bold.ph-cross:before{content:""}.ph-bold.ph-crosshair:before{content:""}.ph-bold.ph-crosshair-simple:before{content:""}.ph-bold.ph-crown:before{content:""}.ph-bold.ph-crown-cross:before{content:""}.ph-bold.ph-crown-simple:before{content:""}.ph-bold.ph-cube:before{content:""}.ph-bold.ph-cube-focus:before{content:""}.ph-bold.ph-cube-transparent:before{content:""}.ph-bold.ph-currency-btc:before{content:""}.ph-bold.ph-currency-circle-dollar:before{content:""}.ph-bold.ph-currency-cny:before{content:""}.ph-bold.ph-currency-dollar:before{content:""}.ph-bold.ph-currency-dollar-simple:before{content:""}.ph-bold.ph-currency-eth:before{content:""}.ph-bold.ph-currency-eur:before{content:""}.ph-bold.ph-currency-gbp:before{content:""}.ph-bold.ph-currency-inr:before{content:""}.ph-bold.ph-currency-jpy:before{content:""}.ph-bold.ph-currency-krw:before{content:""}.ph-bold.ph-currency-kzt:before{content:""}.ph-bold.ph-currency-ngn:before{content:""}.ph-bold.ph-currency-rub:before{content:""}.ph-bold.ph-cursor:before{content:""}.ph-bold.ph-cursor-click:before{content:""}.ph-bold.ph-cursor-text:before{content:""}.ph-bold.ph-cylinder:before{content:""}.ph-bold.ph-database:before{content:""}.ph-bold.ph-desk:before{content:""}.ph-bold.ph-desktop:before{content:""}.ph-bold.ph-desktop-tower:before{content:""}.ph-bold.ph-detective:before{content:""}.ph-bold.ph-dev-to-logo:before{content:""}.ph-bold.ph-device-mobile:before{content:""}.ph-bold.ph-device-mobile-camera:before{content:""}.ph-bold.ph-device-mobile-slash:before{content:""}.ph-bold.ph-device-mobile-speaker:before{content:""}.ph-bold.ph-device-rotate:before{content:""}.ph-bold.ph-device-tablet:before{content:""}.ph-bold.ph-device-tablet-camera:before{content:""}.ph-bold.ph-device-tablet-speaker:before{content:""}.ph-bold.ph-devices:before{content:""}.ph-bold.ph-diamond:before{content:""}.ph-bold.ph-diamonds-four:before{content:""}.ph-bold.ph-dice-five:before{content:""}.ph-bold.ph-dice-four:before{content:""}.ph-bold.ph-dice-one:before{content:""}.ph-bold.ph-dice-six:before{content:""}.ph-bold.ph-dice-three:before{content:""}.ph-bold.ph-dice-two:before{content:""}.ph-bold.ph-disc:before{content:""}.ph-bold.ph-disco-ball:before{content:""}.ph-bold.ph-discord-logo:before{content:""}.ph-bold.ph-divide:before{content:""}.ph-bold.ph-dna:before{content:""}.ph-bold.ph-dog:before{content:""}.ph-bold.ph-door:before{content:""}.ph-bold.ph-door-open:before{content:""}.ph-bold.ph-dot:before{content:""}.ph-bold.ph-dot-outline:before{content:""}.ph-bold.ph-dots-nine:before{content:""}.ph-bold.ph-dots-six:before{content:""}.ph-bold.ph-dots-six-vertical:before{content:""}.ph-bold.ph-dots-three:before{content:""}.ph-bold.ph-dots-three-circle:before{content:""}.ph-bold.ph-dots-three-circle-vertical:before{content:""}.ph-bold.ph-dots-three-outline:before{content:""}.ph-bold.ph-dots-three-outline-vertical:before{content:""}.ph-bold.ph-dots-three-vertical:before{content:""}.ph-bold.ph-download:before{content:""}.ph-bold.ph-download-simple:before{content:""}.ph-bold.ph-dress:before{content:""}.ph-bold.ph-dresser:before{content:""}.ph-bold.ph-dribbble-logo:before{content:""}.ph-bold.ph-drone:before{content:""}.ph-bold.ph-drop:before{content:""}.ph-bold.ph-drop-half:before{content:""}.ph-bold.ph-drop-half-bottom:before{content:""}.ph-bold.ph-drop-simple:before{content:""}.ph-bold.ph-drop-slash:before{content:""}.ph-bold.ph-dropbox-logo:before{content:""}.ph-bold.ph-ear:before{content:""}.ph-bold.ph-ear-slash:before{content:""}.ph-bold.ph-egg:before{content:""}.ph-bold.ph-egg-crack:before{content:""}.ph-bold.ph-eject:before{content:""}.ph-bold.ph-eject-simple:before{content:""}.ph-bold.ph-elevator:before{content:""}.ph-bold.ph-empty:before{content:""}.ph-bold.ph-engine:before{content:""}.ph-bold.ph-envelope:before{content:""}.ph-bold.ph-envelope-open:before{content:""}.ph-bold.ph-envelope-simple:before{content:""}.ph-bold.ph-envelope-simple-open:before{content:""}.ph-bold.ph-equalizer:before{content:""}.ph-bold.ph-equals:before{content:""}.ph-bold.ph-eraser:before{content:""}.ph-bold.ph-escalator-down:before{content:""}.ph-bold.ph-escalator-up:before{content:""}.ph-bold.ph-exam:before{content:""}.ph-bold.ph-exclamation-mark:before{content:""}.ph-bold.ph-exclude:before{content:""}.ph-bold.ph-exclude-square:before{content:""}.ph-bold.ph-export:before{content:""}.ph-bold.ph-eye:before{content:""}.ph-bold.ph-eye-closed:before{content:""}.ph-bold.ph-eye-slash:before{content:""}.ph-bold.ph-eyedropper:before{content:""}.ph-bold.ph-eyedropper-sample:before{content:""}.ph-bold.ph-eyeglasses:before{content:""}.ph-bold.ph-eyes:before{content:""}.ph-bold.ph-face-mask:before{content:""}.ph-bold.ph-facebook-logo:before{content:""}.ph-bold.ph-factory:before{content:""}.ph-bold.ph-faders:before{content:""}.ph-bold.ph-faders-horizontal:before{content:""}.ph-bold.ph-fallout-shelter:before{content:""}.ph-bold.ph-fan:before{content:""}.ph-bold.ph-farm:before{content:""}.ph-bold.ph-fast-forward:before{content:""}.ph-bold.ph-fast-forward-circle:before{content:""}.ph-bold.ph-feather:before{content:""}.ph-bold.ph-fediverse-logo:before{content:""}.ph-bold.ph-figma-logo:before{content:""}.ph-bold.ph-file:before{content:""}.ph-bold.ph-file-archive:before{content:""}.ph-bold.ph-file-arrow-down:before{content:""}.ph-bold.ph-file-arrow-up:before{content:""}.ph-bold.ph-file-audio:before{content:""}.ph-bold.ph-file-c:before{content:""}.ph-bold.ph-file-c-sharp:before{content:""}.ph-bold.ph-file-cloud:before{content:""}.ph-bold.ph-file-code:before{content:""}.ph-bold.ph-file-cpp:before{content:""}.ph-bold.ph-file-css:before{content:""}.ph-bold.ph-file-csv:before{content:""}.ph-bold.ph-file-dashed:before{content:""}.ph-bold.ph-file-dotted:before{content:""}.ph-bold.ph-file-doc:before{content:""}.ph-bold.ph-file-html:before{content:""}.ph-bold.ph-file-image:before{content:""}.ph-bold.ph-file-ini:before{content:""}.ph-bold.ph-file-jpg:before{content:""}.ph-bold.ph-file-js:before{content:""}.ph-bold.ph-file-jsx:before{content:""}.ph-bold.ph-file-lock:before{content:""}.ph-bold.ph-file-magnifying-glass:before{content:""}.ph-bold.ph-file-search:before{content:""}.ph-bold.ph-file-md:before{content:""}.ph-bold.ph-file-minus:before{content:""}.ph-bold.ph-file-pdf:before{content:""}.ph-bold.ph-file-plus:before{content:""}.ph-bold.ph-file-png:before{content:""}.ph-bold.ph-file-ppt:before{content:""}.ph-bold.ph-file-py:before{content:""}.ph-bold.ph-file-rs:before{content:""}.ph-bold.ph-file-sql:before{content:""}.ph-bold.ph-file-svg:before{content:""}.ph-bold.ph-file-text:before{content:""}.ph-bold.ph-file-ts:before{content:""}.ph-bold.ph-file-tsx:before{content:""}.ph-bold.ph-file-txt:before{content:""}.ph-bold.ph-file-video:before{content:""}.ph-bold.ph-file-vue:before{content:""}.ph-bold.ph-file-x:before{content:""}.ph-bold.ph-file-xls:before{content:""}.ph-bold.ph-file-zip:before{content:""}.ph-bold.ph-files:before{content:""}.ph-bold.ph-film-reel:before{content:""}.ph-bold.ph-film-script:before{content:""}.ph-bold.ph-film-slate:before{content:""}.ph-bold.ph-film-strip:before{content:""}.ph-bold.ph-fingerprint:before{content:""}.ph-bold.ph-fingerprint-simple:before{content:""}.ph-bold.ph-finn-the-human:before{content:""}.ph-bold.ph-fire:before{content:""}.ph-bold.ph-fire-extinguisher:before{content:""}.ph-bold.ph-fire-simple:before{content:""}.ph-bold.ph-fire-truck:before{content:""}.ph-bold.ph-first-aid:before{content:""}.ph-bold.ph-first-aid-kit:before{content:""}.ph-bold.ph-fish:before{content:""}.ph-bold.ph-fish-simple:before{content:""}.ph-bold.ph-flag:before{content:""}.ph-bold.ph-flag-banner:before{content:""}.ph-bold.ph-flag-banner-fold:before{content:""}.ph-bold.ph-flag-checkered:before{content:""}.ph-bold.ph-flag-pennant:before{content:""}.ph-bold.ph-flame:before{content:""}.ph-bold.ph-flashlight:before{content:""}.ph-bold.ph-flask:before{content:""}.ph-bold.ph-flip-horizontal:before{content:""}.ph-bold.ph-flip-vertical:before{content:""}.ph-bold.ph-floppy-disk:before{content:""}.ph-bold.ph-floppy-disk-back:before{content:""}.ph-bold.ph-flow-arrow:before{content:""}.ph-bold.ph-flower:before{content:""}.ph-bold.ph-flower-lotus:before{content:""}.ph-bold.ph-flower-tulip:before{content:""}.ph-bold.ph-flying-saucer:before{content:""}.ph-bold.ph-folder:before{content:""}.ph-bold.ph-folder-notch:before{content:""}.ph-bold.ph-folder-dashed:before{content:""}.ph-bold.ph-folder-dotted:before{content:""}.ph-bold.ph-folder-lock:before{content:""}.ph-bold.ph-folder-minus:before{content:""}.ph-bold.ph-folder-notch-minus:before{content:""}.ph-bold.ph-folder-open:before{content:""}.ph-bold.ph-folder-notch-open:before{content:""}.ph-bold.ph-folder-plus:before{content:""}.ph-bold.ph-folder-notch-plus:before{content:""}.ph-bold.ph-folder-simple:before{content:""}.ph-bold.ph-folder-simple-dashed:before{content:""}.ph-bold.ph-folder-simple-dotted:before{content:""}.ph-bold.ph-folder-simple-lock:before{content:""}.ph-bold.ph-folder-simple-minus:before{content:""}.ph-bold.ph-folder-simple-plus:before{content:""}.ph-bold.ph-folder-simple-star:before{content:""}.ph-bold.ph-folder-simple-user:before{content:""}.ph-bold.ph-folder-star:before{content:""}.ph-bold.ph-folder-user:before{content:""}.ph-bold.ph-folders:before{content:""}.ph-bold.ph-football:before{content:""}.ph-bold.ph-football-helmet:before{content:""}.ph-bold.ph-footprints:before{content:""}.ph-bold.ph-fork-knife:before{content:""}.ph-bold.ph-four-k:before{content:""}.ph-bold.ph-frame-corners:before{content:""}.ph-bold.ph-framer-logo:before{content:""}.ph-bold.ph-function:before{content:""}.ph-bold.ph-funnel:before{content:""}.ph-bold.ph-funnel-simple:before{content:""}.ph-bold.ph-funnel-simple-x:before{content:""}.ph-bold.ph-funnel-x:before{content:""}.ph-bold.ph-game-controller:before{content:""}.ph-bold.ph-garage:before{content:""}.ph-bold.ph-gas-can:before{content:""}.ph-bold.ph-gas-pump:before{content:""}.ph-bold.ph-gauge:before{content:""}.ph-bold.ph-gavel:before{content:""}.ph-bold.ph-gear:before{content:""}.ph-bold.ph-gear-fine:before{content:""}.ph-bold.ph-gear-six:before{content:""}.ph-bold.ph-gender-female:before{content:""}.ph-bold.ph-gender-intersex:before{content:""}.ph-bold.ph-gender-male:before{content:""}.ph-bold.ph-gender-neuter:before{content:""}.ph-bold.ph-gender-nonbinary:before{content:""}.ph-bold.ph-gender-transgender:before{content:""}.ph-bold.ph-ghost:before{content:""}.ph-bold.ph-gif:before{content:""}.ph-bold.ph-gift:before{content:""}.ph-bold.ph-git-branch:before{content:""}.ph-bold.ph-git-commit:before{content:""}.ph-bold.ph-git-diff:before{content:""}.ph-bold.ph-git-fork:before{content:""}.ph-bold.ph-git-merge:before{content:""}.ph-bold.ph-git-pull-request:before{content:""}.ph-bold.ph-github-logo:before{content:""}.ph-bold.ph-gitlab-logo:before{content:""}.ph-bold.ph-gitlab-logo-simple:before{content:""}.ph-bold.ph-globe:before{content:""}.ph-bold.ph-globe-hemisphere-east:before{content:""}.ph-bold.ph-globe-hemisphere-west:before{content:""}.ph-bold.ph-globe-simple:before{content:""}.ph-bold.ph-globe-simple-x:before{content:""}.ph-bold.ph-globe-stand:before{content:""}.ph-bold.ph-globe-x:before{content:""}.ph-bold.ph-goggles:before{content:""}.ph-bold.ph-golf:before{content:""}.ph-bold.ph-goodreads-logo:before{content:""}.ph-bold.ph-google-cardboard-logo:before{content:""}.ph-bold.ph-google-chrome-logo:before{content:""}.ph-bold.ph-google-drive-logo:before{content:""}.ph-bold.ph-google-logo:before{content:""}.ph-bold.ph-google-photos-logo:before{content:""}.ph-bold.ph-google-play-logo:before{content:""}.ph-bold.ph-google-podcasts-logo:before{content:""}.ph-bold.ph-gps:before{content:""}.ph-bold.ph-gps-fix:before{content:""}.ph-bold.ph-gps-slash:before{content:""}.ph-bold.ph-gradient:before{content:""}.ph-bold.ph-graduation-cap:before{content:""}.ph-bold.ph-grains:before{content:""}.ph-bold.ph-grains-slash:before{content:""}.ph-bold.ph-graph:before{content:""}.ph-bold.ph-graphics-card:before{content:""}.ph-bold.ph-greater-than:before{content:""}.ph-bold.ph-greater-than-or-equal:before{content:""}.ph-bold.ph-grid-four:before{content:""}.ph-bold.ph-grid-nine:before{content:""}.ph-bold.ph-guitar:before{content:""}.ph-bold.ph-hair-dryer:before{content:""}.ph-bold.ph-hamburger:before{content:""}.ph-bold.ph-hammer:before{content:""}.ph-bold.ph-hand:before{content:""}.ph-bold.ph-hand-arrow-down:before{content:""}.ph-bold.ph-hand-arrow-up:before{content:""}.ph-bold.ph-hand-coins:before{content:""}.ph-bold.ph-hand-deposit:before{content:""}.ph-bold.ph-hand-eye:before{content:""}.ph-bold.ph-hand-fist:before{content:""}.ph-bold.ph-hand-grabbing:before{content:""}.ph-bold.ph-hand-heart:before{content:""}.ph-bold.ph-hand-palm:before{content:""}.ph-bold.ph-hand-peace:before{content:""}.ph-bold.ph-hand-pointing:before{content:""}.ph-bold.ph-hand-soap:before{content:""}.ph-bold.ph-hand-swipe-left:before{content:""}.ph-bold.ph-hand-swipe-right:before{content:""}.ph-bold.ph-hand-tap:before{content:""}.ph-bold.ph-hand-waving:before{content:""}.ph-bold.ph-hand-withdraw:before{content:""}.ph-bold.ph-handbag:before{content:""}.ph-bold.ph-handbag-simple:before{content:""}.ph-bold.ph-hands-clapping:before{content:""}.ph-bold.ph-hands-praying:before{content:""}.ph-bold.ph-handshake:before{content:""}.ph-bold.ph-hard-drive:before{content:""}.ph-bold.ph-hard-drives:before{content:""}.ph-bold.ph-hard-hat:before{content:""}.ph-bold.ph-hash:before{content:""}.ph-bold.ph-hash-straight:before{content:""}.ph-bold.ph-head-circuit:before{content:""}.ph-bold.ph-headlights:before{content:""}.ph-bold.ph-headphones:before{content:""}.ph-bold.ph-headset:before{content:""}.ph-bold.ph-heart:before{content:""}.ph-bold.ph-heart-break:before{content:""}.ph-bold.ph-heart-half:before{content:""}.ph-bold.ph-heart-straight:before{content:""}.ph-bold.ph-heart-straight-break:before{content:""}.ph-bold.ph-heartbeat:before{content:""}.ph-bold.ph-hexagon:before{content:""}.ph-bold.ph-high-definition:before{content:""}.ph-bold.ph-high-heel:before{content:""}.ph-bold.ph-highlighter:before{content:""}.ph-bold.ph-highlighter-circle:before{content:""}.ph-bold.ph-hockey:before{content:""}.ph-bold.ph-hoodie:before{content:""}.ph-bold.ph-horse:before{content:""}.ph-bold.ph-hospital:before{content:""}.ph-bold.ph-hourglass:before{content:""}.ph-bold.ph-hourglass-high:before{content:""}.ph-bold.ph-hourglass-low:before{content:""}.ph-bold.ph-hourglass-medium:before{content:""}.ph-bold.ph-hourglass-simple:before{content:""}.ph-bold.ph-hourglass-simple-high:before{content:""}.ph-bold.ph-hourglass-simple-low:before{content:""}.ph-bold.ph-hourglass-simple-medium:before{content:""}.ph-bold.ph-house:before{content:""}.ph-bold.ph-house-line:before{content:""}.ph-bold.ph-house-simple:before{content:""}.ph-bold.ph-hurricane:before{content:""}.ph-bold.ph-ice-cream:before{content:""}.ph-bold.ph-identification-badge:before{content:""}.ph-bold.ph-identification-card:before{content:""}.ph-bold.ph-image:before{content:""}.ph-bold.ph-image-broken:before{content:""}.ph-bold.ph-image-square:before{content:""}.ph-bold.ph-images:before{content:""}.ph-bold.ph-images-square:before{content:""}.ph-bold.ph-infinity:before{content:""}.ph-bold.ph-lemniscate:before{content:""}.ph-bold.ph-info:before{content:""}.ph-bold.ph-instagram-logo:before{content:""}.ph-bold.ph-intersect:before{content:""}.ph-bold.ph-intersect-square:before{content:""}.ph-bold.ph-intersect-three:before{content:""}.ph-bold.ph-intersection:before{content:""}.ph-bold.ph-invoice:before{content:""}.ph-bold.ph-island:before{content:""}.ph-bold.ph-jar:before{content:""}.ph-bold.ph-jar-label:before{content:""}.ph-bold.ph-jeep:before{content:""}.ph-bold.ph-joystick:before{content:""}.ph-bold.ph-kanban:before{content:""}.ph-bold.ph-key:before{content:""}.ph-bold.ph-key-return:before{content:""}.ph-bold.ph-keyboard:before{content:""}.ph-bold.ph-keyhole:before{content:""}.ph-bold.ph-knife:before{content:""}.ph-bold.ph-ladder:before{content:""}.ph-bold.ph-ladder-simple:before{content:""}.ph-bold.ph-lamp:before{content:""}.ph-bold.ph-lamp-pendant:before{content:""}.ph-bold.ph-laptop:before{content:""}.ph-bold.ph-lasso:before{content:""}.ph-bold.ph-lastfm-logo:before{content:""}.ph-bold.ph-layout:before{content:""}.ph-bold.ph-leaf:before{content:""}.ph-bold.ph-lectern:before{content:""}.ph-bold.ph-lego:before{content:""}.ph-bold.ph-lego-smiley:before{content:""}.ph-bold.ph-less-than:before{content:""}.ph-bold.ph-less-than-or-equal:before{content:""}.ph-bold.ph-letter-circle-h:before{content:""}.ph-bold.ph-letter-circle-p:before{content:""}.ph-bold.ph-letter-circle-v:before{content:""}.ph-bold.ph-lifebuoy:before{content:""}.ph-bold.ph-lightbulb:before{content:""}.ph-bold.ph-lightbulb-filament:before{content:""}.ph-bold.ph-lighthouse:before{content:""}.ph-bold.ph-lightning:before{content:""}.ph-bold.ph-lightning-a:before{content:""}.ph-bold.ph-lightning-slash:before{content:""}.ph-bold.ph-line-segment:before{content:""}.ph-bold.ph-line-segments:before{content:""}.ph-bold.ph-line-vertical:before{content:""}.ph-bold.ph-link:before{content:""}.ph-bold.ph-link-break:before{content:""}.ph-bold.ph-link-simple:before{content:""}.ph-bold.ph-link-simple-break:before{content:""}.ph-bold.ph-link-simple-horizontal:before{content:""}.ph-bold.ph-link-simple-horizontal-break:before{content:""}.ph-bold.ph-linkedin-logo:before{content:""}.ph-bold.ph-linktree-logo:before{content:""}.ph-bold.ph-linux-logo:before{content:""}.ph-bold.ph-list:before{content:""}.ph-bold.ph-list-bullets:before{content:""}.ph-bold.ph-list-checks:before{content:""}.ph-bold.ph-list-dashes:before{content:""}.ph-bold.ph-list-heart:before{content:""}.ph-bold.ph-list-magnifying-glass:before{content:""}.ph-bold.ph-list-numbers:before{content:""}.ph-bold.ph-list-plus:before{content:""}.ph-bold.ph-list-star:before{content:""}.ph-bold.ph-lock:before{content:""}.ph-bold.ph-lock-key:before{content:""}.ph-bold.ph-lock-key-open:before{content:""}.ph-bold.ph-lock-laminated:before{content:""}.ph-bold.ph-lock-laminated-open:before{content:""}.ph-bold.ph-lock-open:before{content:""}.ph-bold.ph-lock-simple:before{content:""}.ph-bold.ph-lock-simple-open:before{content:""}.ph-bold.ph-lockers:before{content:""}.ph-bold.ph-log:before{content:""}.ph-bold.ph-magic-wand:before{content:""}.ph-bold.ph-magnet:before{content:""}.ph-bold.ph-magnet-straight:before{content:""}.ph-bold.ph-magnifying-glass:before{content:""}.ph-bold.ph-magnifying-glass-minus:before{content:""}.ph-bold.ph-magnifying-glass-plus:before{content:""}.ph-bold.ph-mailbox:before{content:""}.ph-bold.ph-map-pin:before{content:""}.ph-bold.ph-map-pin-area:before{content:""}.ph-bold.ph-map-pin-line:before{content:""}.ph-bold.ph-map-pin-plus:before{content:""}.ph-bold.ph-map-pin-simple:before{content:""}.ph-bold.ph-map-pin-simple-area:before{content:""}.ph-bold.ph-map-pin-simple-line:before{content:""}.ph-bold.ph-map-trifold:before{content:""}.ph-bold.ph-markdown-logo:before{content:""}.ph-bold.ph-marker-circle:before{content:""}.ph-bold.ph-martini:before{content:""}.ph-bold.ph-mask-happy:before{content:""}.ph-bold.ph-mask-sad:before{content:""}.ph-bold.ph-mastodon-logo:before{content:""}.ph-bold.ph-math-operations:before{content:""}.ph-bold.ph-matrix-logo:before{content:""}.ph-bold.ph-medal:before{content:""}.ph-bold.ph-medal-military:before{content:""}.ph-bold.ph-medium-logo:before{content:""}.ph-bold.ph-megaphone:before{content:""}.ph-bold.ph-megaphone-simple:before{content:""}.ph-bold.ph-member-of:before{content:""}.ph-bold.ph-memory:before{content:""}.ph-bold.ph-messenger-logo:before{content:""}.ph-bold.ph-meta-logo:before{content:""}.ph-bold.ph-meteor:before{content:""}.ph-bold.ph-metronome:before{content:""}.ph-bold.ph-microphone:before{content:""}.ph-bold.ph-microphone-slash:before{content:""}.ph-bold.ph-microphone-stage:before{content:""}.ph-bold.ph-microscope:before{content:""}.ph-bold.ph-microsoft-excel-logo:before{content:""}.ph-bold.ph-microsoft-outlook-logo:before{content:""}.ph-bold.ph-microsoft-powerpoint-logo:before{content:""}.ph-bold.ph-microsoft-teams-logo:before{content:""}.ph-bold.ph-microsoft-word-logo:before{content:""}.ph-bold.ph-minus:before{content:""}.ph-bold.ph-minus-circle:before{content:""}.ph-bold.ph-minus-square:before{content:""}.ph-bold.ph-money:before{content:""}.ph-bold.ph-money-wavy:before{content:""}.ph-bold.ph-monitor:before{content:""}.ph-bold.ph-monitor-arrow-up:before{content:""}.ph-bold.ph-monitor-play:before{content:""}.ph-bold.ph-moon:before{content:""}.ph-bold.ph-moon-stars:before{content:""}.ph-bold.ph-moped:before{content:""}.ph-bold.ph-moped-front:before{content:""}.ph-bold.ph-mosque:before{content:""}.ph-bold.ph-motorcycle:before{content:""}.ph-bold.ph-mountains:before{content:""}.ph-bold.ph-mouse:before{content:""}.ph-bold.ph-mouse-left-click:before{content:""}.ph-bold.ph-mouse-middle-click:before{content:""}.ph-bold.ph-mouse-right-click:before{content:""}.ph-bold.ph-mouse-scroll:before{content:""}.ph-bold.ph-mouse-simple:before{content:""}.ph-bold.ph-music-note:before{content:""}.ph-bold.ph-music-note-simple:before{content:""}.ph-bold.ph-music-notes:before{content:""}.ph-bold.ph-music-notes-minus:before{content:""}.ph-bold.ph-music-notes-plus:before{content:""}.ph-bold.ph-music-notes-simple:before{content:""}.ph-bold.ph-navigation-arrow:before{content:""}.ph-bold.ph-needle:before{content:""}.ph-bold.ph-network:before{content:""}.ph-bold.ph-network-slash:before{content:""}.ph-bold.ph-network-x:before{content:""}.ph-bold.ph-newspaper:before{content:""}.ph-bold.ph-newspaper-clipping:before{content:""}.ph-bold.ph-not-equals:before{content:""}.ph-bold.ph-not-member-of:before{content:""}.ph-bold.ph-not-subset-of:before{content:""}.ph-bold.ph-not-superset-of:before{content:""}.ph-bold.ph-notches:before{content:""}.ph-bold.ph-note:before{content:""}.ph-bold.ph-note-blank:before{content:""}.ph-bold.ph-note-pencil:before{content:""}.ph-bold.ph-notebook:before{content:""}.ph-bold.ph-notepad:before{content:""}.ph-bold.ph-notification:before{content:""}.ph-bold.ph-notion-logo:before{content:""}.ph-bold.ph-nuclear-plant:before{content:""}.ph-bold.ph-number-circle-eight:before{content:""}.ph-bold.ph-number-circle-five:before{content:""}.ph-bold.ph-number-circle-four:before{content:""}.ph-bold.ph-number-circle-nine:before{content:""}.ph-bold.ph-number-circle-one:before{content:""}.ph-bold.ph-number-circle-seven:before{content:""}.ph-bold.ph-number-circle-six:before{content:""}.ph-bold.ph-number-circle-three:before{content:""}.ph-bold.ph-number-circle-two:before{content:""}.ph-bold.ph-number-circle-zero:before{content:""}.ph-bold.ph-number-eight:before{content:""}.ph-bold.ph-number-five:before{content:""}.ph-bold.ph-number-four:before{content:""}.ph-bold.ph-number-nine:before{content:""}.ph-bold.ph-number-one:before{content:""}.ph-bold.ph-number-seven:before{content:""}.ph-bold.ph-number-six:before{content:""}.ph-bold.ph-number-square-eight:before{content:""}.ph-bold.ph-number-square-five:before{content:""}.ph-bold.ph-number-square-four:before{content:""}.ph-bold.ph-number-square-nine:before{content:""}.ph-bold.ph-number-square-one:before{content:""}.ph-bold.ph-number-square-seven:before{content:""}.ph-bold.ph-number-square-six:before{content:""}.ph-bold.ph-number-square-three:before{content:""}.ph-bold.ph-number-square-two:before{content:""}.ph-bold.ph-number-square-zero:before{content:""}.ph-bold.ph-number-three:before{content:""}.ph-bold.ph-number-two:before{content:""}.ph-bold.ph-number-zero:before{content:""}.ph-bold.ph-numpad:before{content:""}.ph-bold.ph-nut:before{content:""}.ph-bold.ph-ny-times-logo:before{content:""}.ph-bold.ph-octagon:before{content:""}.ph-bold.ph-office-chair:before{content:""}.ph-bold.ph-onigiri:before{content:""}.ph-bold.ph-open-ai-logo:before{content:""}.ph-bold.ph-option:before{content:""}.ph-bold.ph-orange:before{content:""}.ph-bold.ph-orange-slice:before{content:""}.ph-bold.ph-oven:before{content:""}.ph-bold.ph-package:before{content:""}.ph-bold.ph-paint-brush:before{content:""}.ph-bold.ph-paint-brush-broad:before{content:""}.ph-bold.ph-paint-brush-household:before{content:""}.ph-bold.ph-paint-bucket:before{content:""}.ph-bold.ph-paint-roller:before{content:""}.ph-bold.ph-palette:before{content:""}.ph-bold.ph-panorama:before{content:""}.ph-bold.ph-pants:before{content:""}.ph-bold.ph-paper-plane:before{content:""}.ph-bold.ph-paper-plane-right:before{content:""}.ph-bold.ph-paper-plane-tilt:before{content:""}.ph-bold.ph-paperclip:before{content:""}.ph-bold.ph-paperclip-horizontal:before{content:""}.ph-bold.ph-parachute:before{content:""}.ph-bold.ph-paragraph:before{content:""}.ph-bold.ph-parallelogram:before{content:""}.ph-bold.ph-park:before{content:""}.ph-bold.ph-password:before{content:""}.ph-bold.ph-path:before{content:""}.ph-bold.ph-patreon-logo:before{content:""}.ph-bold.ph-pause:before{content:""}.ph-bold.ph-pause-circle:before{content:""}.ph-bold.ph-paw-print:before{content:""}.ph-bold.ph-paypal-logo:before{content:""}.ph-bold.ph-peace:before{content:""}.ph-bold.ph-pen:before{content:""}.ph-bold.ph-pen-nib:before{content:""}.ph-bold.ph-pen-nib-straight:before{content:""}.ph-bold.ph-pencil:before{content:""}.ph-bold.ph-pencil-circle:before{content:""}.ph-bold.ph-pencil-line:before{content:""}.ph-bold.ph-pencil-ruler:before{content:""}.ph-bold.ph-pencil-simple:before{content:""}.ph-bold.ph-pencil-simple-line:before{content:""}.ph-bold.ph-pencil-simple-slash:before{content:""}.ph-bold.ph-pencil-slash:before{content:""}.ph-bold.ph-pentagon:before{content:""}.ph-bold.ph-pentagram:before{content:""}.ph-bold.ph-pepper:before{content:""}.ph-bold.ph-percent:before{content:""}.ph-bold.ph-person:before{content:""}.ph-bold.ph-person-arms-spread:before{content:""}.ph-bold.ph-person-simple:before{content:""}.ph-bold.ph-person-simple-bike:before{content:""}.ph-bold.ph-person-simple-circle:before{content:""}.ph-bold.ph-person-simple-hike:before{content:""}.ph-bold.ph-person-simple-run:before{content:""}.ph-bold.ph-person-simple-ski:before{content:""}.ph-bold.ph-person-simple-snowboard:before{content:""}.ph-bold.ph-person-simple-swim:before{content:""}.ph-bold.ph-person-simple-tai-chi:before{content:""}.ph-bold.ph-person-simple-throw:before{content:""}.ph-bold.ph-person-simple-walk:before{content:""}.ph-bold.ph-perspective:before{content:""}.ph-bold.ph-phone:before{content:""}.ph-bold.ph-phone-call:before{content:""}.ph-bold.ph-phone-disconnect:before{content:""}.ph-bold.ph-phone-incoming:before{content:""}.ph-bold.ph-phone-list:before{content:""}.ph-bold.ph-phone-outgoing:before{content:""}.ph-bold.ph-phone-pause:before{content:""}.ph-bold.ph-phone-plus:before{content:""}.ph-bold.ph-phone-slash:before{content:""}.ph-bold.ph-phone-transfer:before{content:""}.ph-bold.ph-phone-x:before{content:""}.ph-bold.ph-phosphor-logo:before{content:""}.ph-bold.ph-pi:before{content:""}.ph-bold.ph-piano-keys:before{content:""}.ph-bold.ph-picnic-table:before{content:""}.ph-bold.ph-picture-in-picture:before{content:""}.ph-bold.ph-piggy-bank:before{content:""}.ph-bold.ph-pill:before{content:""}.ph-bold.ph-ping-pong:before{content:""}.ph-bold.ph-pint-glass:before{content:""}.ph-bold.ph-pinterest-logo:before{content:""}.ph-bold.ph-pinwheel:before{content:""}.ph-bold.ph-pipe:before{content:""}.ph-bold.ph-pipe-wrench:before{content:""}.ph-bold.ph-pix-logo:before{content:""}.ph-bold.ph-pizza:before{content:""}.ph-bold.ph-placeholder:before{content:""}.ph-bold.ph-planet:before{content:""}.ph-bold.ph-plant:before{content:""}.ph-bold.ph-play:before{content:""}.ph-bold.ph-play-circle:before{content:""}.ph-bold.ph-play-pause:before{content:""}.ph-bold.ph-playlist:before{content:""}.ph-bold.ph-plug:before{content:""}.ph-bold.ph-plug-charging:before{content:""}.ph-bold.ph-plugs:before{content:""}.ph-bold.ph-plugs-connected:before{content:""}.ph-bold.ph-plus:before{content:""}.ph-bold.ph-plus-circle:before{content:""}.ph-bold.ph-plus-minus:before{content:""}.ph-bold.ph-plus-square:before{content:""}.ph-bold.ph-poker-chip:before{content:""}.ph-bold.ph-police-car:before{content:""}.ph-bold.ph-polygon:before{content:""}.ph-bold.ph-popcorn:before{content:""}.ph-bold.ph-popsicle:before{content:""}.ph-bold.ph-potted-plant:before{content:""}.ph-bold.ph-power:before{content:""}.ph-bold.ph-prescription:before{content:""}.ph-bold.ph-presentation:before{content:""}.ph-bold.ph-presentation-chart:before{content:""}.ph-bold.ph-printer:before{content:""}.ph-bold.ph-prohibit:before{content:""}.ph-bold.ph-prohibit-inset:before{content:""}.ph-bold.ph-projector-screen:before{content:""}.ph-bold.ph-projector-screen-chart:before{content:""}.ph-bold.ph-pulse:before{content:""}.ph-bold.ph-activity:before{content:""}.ph-bold.ph-push-pin:before{content:""}.ph-bold.ph-push-pin-simple:before{content:""}.ph-bold.ph-push-pin-simple-slash:before{content:""}.ph-bold.ph-push-pin-slash:before{content:""}.ph-bold.ph-puzzle-piece:before{content:""}.ph-bold.ph-qr-code:before{content:""}.ph-bold.ph-question:before{content:""}.ph-bold.ph-question-mark:before{content:""}.ph-bold.ph-queue:before{content:""}.ph-bold.ph-quotes:before{content:""}.ph-bold.ph-rabbit:before{content:""}.ph-bold.ph-racquet:before{content:""}.ph-bold.ph-radical:before{content:""}.ph-bold.ph-radio:before{content:""}.ph-bold.ph-radio-button:before{content:""}.ph-bold.ph-radioactive:before{content:""}.ph-bold.ph-rainbow:before{content:""}.ph-bold.ph-rainbow-cloud:before{content:""}.ph-bold.ph-ranking:before{content:""}.ph-bold.ph-read-cv-logo:before{content:""}.ph-bold.ph-receipt:before{content:""}.ph-bold.ph-receipt-x:before{content:""}.ph-bold.ph-record:before{content:""}.ph-bold.ph-rectangle:before{content:""}.ph-bold.ph-rectangle-dashed:before{content:""}.ph-bold.ph-recycle:before{content:""}.ph-bold.ph-reddit-logo:before{content:""}.ph-bold.ph-repeat:before{content:""}.ph-bold.ph-repeat-once:before{content:""}.ph-bold.ph-replit-logo:before{content:""}.ph-bold.ph-resize:before{content:""}.ph-bold.ph-rewind:before{content:""}.ph-bold.ph-rewind-circle:before{content:""}.ph-bold.ph-road-horizon:before{content:""}.ph-bold.ph-robot:before{content:""}.ph-bold.ph-rocket:before{content:""}.ph-bold.ph-rocket-launch:before{content:""}.ph-bold.ph-rows:before{content:""}.ph-bold.ph-rows-plus-bottom:before{content:""}.ph-bold.ph-rows-plus-top:before{content:""}.ph-bold.ph-rss:before{content:""}.ph-bold.ph-rss-simple:before{content:""}.ph-bold.ph-rug:before{content:""}.ph-bold.ph-ruler:before{content:""}.ph-bold.ph-sailboat:before{content:""}.ph-bold.ph-scales:before{content:""}.ph-bold.ph-scan:before{content:""}.ph-bold.ph-scan-smiley:before{content:""}.ph-bold.ph-scissors:before{content:""}.ph-bold.ph-scooter:before{content:""}.ph-bold.ph-screencast:before{content:""}.ph-bold.ph-screwdriver:before{content:""}.ph-bold.ph-scribble:before{content:""}.ph-bold.ph-scribble-loop:before{content:""}.ph-bold.ph-scroll:before{content:""}.ph-bold.ph-seal:before{content:""}.ph-bold.ph-circle-wavy:before{content:""}.ph-bold.ph-seal-check:before{content:""}.ph-bold.ph-circle-wavy-check:before{content:""}.ph-bold.ph-seal-percent:before{content:""}.ph-bold.ph-seal-question:before{content:""}.ph-bold.ph-circle-wavy-question:before{content:""}.ph-bold.ph-seal-warning:before{content:""}.ph-bold.ph-circle-wavy-warning:before{content:""}.ph-bold.ph-seat:before{content:""}.ph-bold.ph-seatbelt:before{content:""}.ph-bold.ph-security-camera:before{content:""}.ph-bold.ph-selection:before{content:""}.ph-bold.ph-selection-all:before{content:""}.ph-bold.ph-selection-background:before{content:""}.ph-bold.ph-selection-foreground:before{content:""}.ph-bold.ph-selection-inverse:before{content:""}.ph-bold.ph-selection-plus:before{content:""}.ph-bold.ph-selection-slash:before{content:""}.ph-bold.ph-shapes:before{content:""}.ph-bold.ph-share:before{content:""}.ph-bold.ph-share-fat:before{content:""}.ph-bold.ph-share-network:before{content:""}.ph-bold.ph-shield:before{content:""}.ph-bold.ph-shield-check:before{content:""}.ph-bold.ph-shield-checkered:before{content:""}.ph-bold.ph-shield-chevron:before{content:""}.ph-bold.ph-shield-plus:before{content:""}.ph-bold.ph-shield-slash:before{content:""}.ph-bold.ph-shield-star:before{content:""}.ph-bold.ph-shield-warning:before{content:""}.ph-bold.ph-shipping-container:before{content:""}.ph-bold.ph-shirt-folded:before{content:""}.ph-bold.ph-shooting-star:before{content:""}.ph-bold.ph-shopping-bag:before{content:""}.ph-bold.ph-shopping-bag-open:before{content:""}.ph-bold.ph-shopping-cart:before{content:""}.ph-bold.ph-shopping-cart-simple:before{content:""}.ph-bold.ph-shovel:before{content:""}.ph-bold.ph-shower:before{content:""}.ph-bold.ph-shrimp:before{content:""}.ph-bold.ph-shuffle:before{content:""}.ph-bold.ph-shuffle-angular:before{content:""}.ph-bold.ph-shuffle-simple:before{content:""}.ph-bold.ph-sidebar:before{content:""}.ph-bold.ph-sidebar-simple:before{content:""}.ph-bold.ph-sigma:before{content:""}.ph-bold.ph-sign-in:before{content:""}.ph-bold.ph-sign-out:before{content:""}.ph-bold.ph-signature:before{content:""}.ph-bold.ph-signpost:before{content:""}.ph-bold.ph-sim-card:before{content:""}.ph-bold.ph-siren:before{content:""}.ph-bold.ph-sketch-logo:before{content:""}.ph-bold.ph-skip-back:before{content:""}.ph-bold.ph-skip-back-circle:before{content:""}.ph-bold.ph-skip-forward:before{content:""}.ph-bold.ph-skip-forward-circle:before{content:""}.ph-bold.ph-skull:before{content:""}.ph-bold.ph-skype-logo:before{content:""}.ph-bold.ph-slack-logo:before{content:""}.ph-bold.ph-sliders:before{content:""}.ph-bold.ph-sliders-horizontal:before{content:""}.ph-bold.ph-slideshow:before{content:""}.ph-bold.ph-smiley:before{content:""}.ph-bold.ph-smiley-angry:before{content:""}.ph-bold.ph-smiley-blank:before{content:""}.ph-bold.ph-smiley-meh:before{content:""}.ph-bold.ph-smiley-melting:before{content:""}.ph-bold.ph-smiley-nervous:before{content:""}.ph-bold.ph-smiley-sad:before{content:""}.ph-bold.ph-smiley-sticker:before{content:""}.ph-bold.ph-smiley-wink:before{content:""}.ph-bold.ph-smiley-x-eyes:before{content:""}.ph-bold.ph-snapchat-logo:before{content:""}.ph-bold.ph-sneaker:before{content:""}.ph-bold.ph-sneaker-move:before{content:""}.ph-bold.ph-snowflake:before{content:""}.ph-bold.ph-soccer-ball:before{content:""}.ph-bold.ph-sock:before{content:""}.ph-bold.ph-solar-panel:before{content:""}.ph-bold.ph-solar-roof:before{content:""}.ph-bold.ph-sort-ascending:before{content:""}.ph-bold.ph-sort-descending:before{content:""}.ph-bold.ph-soundcloud-logo:before{content:""}.ph-bold.ph-spade:before{content:""}.ph-bold.ph-sparkle:before{content:""}.ph-bold.ph-speaker-hifi:before{content:""}.ph-bold.ph-speaker-high:before{content:""}.ph-bold.ph-speaker-low:before{content:""}.ph-bold.ph-speaker-none:before{content:""}.ph-bold.ph-speaker-simple-high:before{content:""}.ph-bold.ph-speaker-simple-low:before{content:""}.ph-bold.ph-speaker-simple-none:before{content:""}.ph-bold.ph-speaker-simple-slash:before{content:""}.ph-bold.ph-speaker-simple-x:before{content:""}.ph-bold.ph-speaker-slash:before{content:""}.ph-bold.ph-speaker-x:before{content:""}.ph-bold.ph-speedometer:before{content:""}.ph-bold.ph-sphere:before{content:""}.ph-bold.ph-spinner:before{content:""}.ph-bold.ph-spinner-ball:before{content:""}.ph-bold.ph-spinner-gap:before{content:""}.ph-bold.ph-spiral:before{content:""}.ph-bold.ph-split-horizontal:before{content:""}.ph-bold.ph-split-vertical:before{content:""}.ph-bold.ph-spotify-logo:before{content:""}.ph-bold.ph-spray-bottle:before{content:""}.ph-bold.ph-square:before{content:""}.ph-bold.ph-square-half:before{content:""}.ph-bold.ph-square-half-bottom:before{content:""}.ph-bold.ph-square-logo:before{content:""}.ph-bold.ph-square-split-horizontal:before{content:""}.ph-bold.ph-square-split-vertical:before{content:""}.ph-bold.ph-squares-four:before{content:""}.ph-bold.ph-stack:before{content:""}.ph-bold.ph-stack-minus:before{content:""}.ph-bold.ph-stack-overflow-logo:before{content:""}.ph-bold.ph-stack-plus:before{content:""}.ph-bold.ph-stack-simple:before{content:""}.ph-bold.ph-stairs:before{content:""}.ph-bold.ph-stamp:before{content:""}.ph-bold.ph-standard-definition:before{content:""}.ph-bold.ph-star:before{content:""}.ph-bold.ph-star-and-crescent:before{content:""}.ph-bold.ph-star-four:before{content:""}.ph-bold.ph-star-half:before{content:""}.ph-bold.ph-star-of-david:before{content:""}.ph-bold.ph-steam-logo:before{content:""}.ph-bold.ph-steering-wheel:before{content:""}.ph-bold.ph-steps:before{content:""}.ph-bold.ph-stethoscope:before{content:""}.ph-bold.ph-sticker:before{content:""}.ph-bold.ph-stool:before{content:""}.ph-bold.ph-stop:before{content:""}.ph-bold.ph-stop-circle:before{content:""}.ph-bold.ph-storefront:before{content:""}.ph-bold.ph-strategy:before{content:""}.ph-bold.ph-stripe-logo:before{content:""}.ph-bold.ph-student:before{content:""}.ph-bold.ph-subset-of:before{content:""}.ph-bold.ph-subset-proper-of:before{content:""}.ph-bold.ph-subtitles:before{content:""}.ph-bold.ph-subtitles-slash:before{content:""}.ph-bold.ph-subtract:before{content:""}.ph-bold.ph-subtract-square:before{content:""}.ph-bold.ph-subway:before{content:""}.ph-bold.ph-suitcase:before{content:""}.ph-bold.ph-suitcase-rolling:before{content:""}.ph-bold.ph-suitcase-simple:before{content:""}.ph-bold.ph-sun:before{content:""}.ph-bold.ph-sun-dim:before{content:""}.ph-bold.ph-sun-horizon:before{content:""}.ph-bold.ph-sunglasses:before{content:""}.ph-bold.ph-superset-of:before{content:""}.ph-bold.ph-superset-proper-of:before{content:""}.ph-bold.ph-swap:before{content:""}.ph-bold.ph-swatches:before{content:""}.ph-bold.ph-swimming-pool:before{content:""}.ph-bold.ph-sword:before{content:""}.ph-bold.ph-synagogue:before{content:""}.ph-bold.ph-syringe:before{content:""}.ph-bold.ph-t-shirt:before{content:""}.ph-bold.ph-table:before{content:""}.ph-bold.ph-tabs:before{content:""}.ph-bold.ph-tag:before{content:""}.ph-bold.ph-tag-chevron:before{content:""}.ph-bold.ph-tag-simple:before{content:""}.ph-bold.ph-target:before{content:""}.ph-bold.ph-taxi:before{content:""}.ph-bold.ph-tea-bag:before{content:""}.ph-bold.ph-telegram-logo:before{content:""}.ph-bold.ph-television:before{content:""}.ph-bold.ph-television-simple:before{content:""}.ph-bold.ph-tennis-ball:before{content:""}.ph-bold.ph-tent:before{content:""}.ph-bold.ph-terminal:before{content:""}.ph-bold.ph-terminal-window:before{content:""}.ph-bold.ph-test-tube:before{content:""}.ph-bold.ph-text-a-underline:before{content:""}.ph-bold.ph-text-aa:before{content:""}.ph-bold.ph-text-align-center:before{content:""}.ph-bold.ph-text-align-justify:before{content:""}.ph-bold.ph-text-align-left:before{content:""}.ph-bold.ph-text-align-right:before{content:""}.ph-bold.ph-text-b:before{content:""}.ph-bold.ph-text-bolder:before{content:""}.ph-bold.ph-text-columns:before{content:""}.ph-bold.ph-text-h:before{content:""}.ph-bold.ph-text-h-five:before{content:""}.ph-bold.ph-text-h-four:before{content:""}.ph-bold.ph-text-h-one:before{content:""}.ph-bold.ph-text-h-six:before{content:""}.ph-bold.ph-text-h-three:before{content:""}.ph-bold.ph-text-h-two:before{content:""}.ph-bold.ph-text-indent:before{content:""}.ph-bold.ph-text-italic:before{content:""}.ph-bold.ph-text-outdent:before{content:""}.ph-bold.ph-text-strikethrough:before{content:""}.ph-bold.ph-text-subscript:before{content:""}.ph-bold.ph-text-superscript:before{content:""}.ph-bold.ph-text-t:before{content:""}.ph-bold.ph-text-t-slash:before{content:""}.ph-bold.ph-text-underline:before{content:""}.ph-bold.ph-textbox:before{content:""}.ph-bold.ph-thermometer:before{content:""}.ph-bold.ph-thermometer-cold:before{content:""}.ph-bold.ph-thermometer-hot:before{content:""}.ph-bold.ph-thermometer-simple:before{content:""}.ph-bold.ph-threads-logo:before{content:""}.ph-bold.ph-three-d:before{content:""}.ph-bold.ph-thumbs-down:before{content:""}.ph-bold.ph-thumbs-up:before{content:""}.ph-bold.ph-ticket:before{content:""}.ph-bold.ph-tidal-logo:before{content:""}.ph-bold.ph-tiktok-logo:before{content:""}.ph-bold.ph-tilde:before{content:""}.ph-bold.ph-timer:before{content:""}.ph-bold.ph-tip-jar:before{content:""}.ph-bold.ph-tipi:before{content:""}.ph-bold.ph-tire:before{content:""}.ph-bold.ph-toggle-left:before{content:""}.ph-bold.ph-toggle-right:before{content:""}.ph-bold.ph-toilet:before{content:""}.ph-bold.ph-toilet-paper:before{content:""}.ph-bold.ph-toolbox:before{content:""}.ph-bold.ph-tooth:before{content:""}.ph-bold.ph-tornado:before{content:""}.ph-bold.ph-tote:before{content:""}.ph-bold.ph-tote-simple:before{content:""}.ph-bold.ph-towel:before{content:""}.ph-bold.ph-tractor:before{content:""}.ph-bold.ph-trademark:before{content:""}.ph-bold.ph-trademark-registered:before{content:""}.ph-bold.ph-traffic-cone:before{content:""}.ph-bold.ph-traffic-sign:before{content:""}.ph-bold.ph-traffic-signal:before{content:""}.ph-bold.ph-train:before{content:""}.ph-bold.ph-train-regional:before{content:""}.ph-bold.ph-train-simple:before{content:""}.ph-bold.ph-tram:before{content:""}.ph-bold.ph-translate:before{content:""}.ph-bold.ph-trash:before{content:""}.ph-bold.ph-trash-simple:before{content:""}.ph-bold.ph-tray:before{content:""}.ph-bold.ph-tray-arrow-down:before{content:""}.ph-bold.ph-archive-tray:before{content:""}.ph-bold.ph-tray-arrow-up:before{content:""}.ph-bold.ph-treasure-chest:before{content:""}.ph-bold.ph-tree:before{content:""}.ph-bold.ph-tree-evergreen:before{content:""}.ph-bold.ph-tree-palm:before{content:""}.ph-bold.ph-tree-structure:before{content:""}.ph-bold.ph-tree-view:before{content:""}.ph-bold.ph-trend-down:before{content:""}.ph-bold.ph-trend-up:before{content:""}.ph-bold.ph-triangle:before{content:""}.ph-bold.ph-triangle-dashed:before{content:""}.ph-bold.ph-trolley:before{content:""}.ph-bold.ph-trolley-suitcase:before{content:""}.ph-bold.ph-trophy:before{content:""}.ph-bold.ph-truck:before{content:""}.ph-bold.ph-truck-trailer:before{content:""}.ph-bold.ph-tumblr-logo:before{content:""}.ph-bold.ph-twitch-logo:before{content:""}.ph-bold.ph-twitter-logo:before{content:""}.ph-bold.ph-umbrella:before{content:""}.ph-bold.ph-umbrella-simple:before{content:""}.ph-bold.ph-union:before{content:""}.ph-bold.ph-unite:before{content:""}.ph-bold.ph-unite-square:before{content:""}.ph-bold.ph-upload:before{content:""}.ph-bold.ph-upload-simple:before{content:""}.ph-bold.ph-usb:before{content:""}.ph-bold.ph-user:before{content:""}.ph-bold.ph-user-check:before{content:""}.ph-bold.ph-user-circle:before{content:""}.ph-bold.ph-user-circle-check:before{content:""}.ph-bold.ph-user-circle-dashed:before{content:""}.ph-bold.ph-user-circle-gear:before{content:""}.ph-bold.ph-user-circle-minus:before{content:""}.ph-bold.ph-user-circle-plus:before{content:""}.ph-bold.ph-user-focus:before{content:""}.ph-bold.ph-user-gear:before{content:""}.ph-bold.ph-user-list:before{content:""}.ph-bold.ph-user-minus:before{content:""}.ph-bold.ph-user-plus:before{content:""}.ph-bold.ph-user-rectangle:before{content:""}.ph-bold.ph-user-sound:before{content:""}.ph-bold.ph-user-square:before{content:""}.ph-bold.ph-user-switch:before{content:""}.ph-bold.ph-users:before{content:""}.ph-bold.ph-users-four:before{content:""}.ph-bold.ph-users-three:before{content:""}.ph-bold.ph-van:before{content:""}.ph-bold.ph-vault:before{content:""}.ph-bold.ph-vector-three:before{content:""}.ph-bold.ph-vector-two:before{content:""}.ph-bold.ph-vibrate:before{content:""}.ph-bold.ph-video:before{content:""}.ph-bold.ph-video-camera:before{content:""}.ph-bold.ph-video-camera-slash:before{content:""}.ph-bold.ph-video-conference:before{content:""}.ph-bold.ph-vignette:before{content:""}.ph-bold.ph-vinyl-record:before{content:""}.ph-bold.ph-virtual-reality:before{content:""}.ph-bold.ph-virus:before{content:""}.ph-bold.ph-visor:before{content:""}.ph-bold.ph-voicemail:before{content:""}.ph-bold.ph-volleyball:before{content:""}.ph-bold.ph-wall:before{content:""}.ph-bold.ph-wallet:before{content:""}.ph-bold.ph-warehouse:before{content:""}.ph-bold.ph-warning:before{content:""}.ph-bold.ph-warning-circle:before{content:""}.ph-bold.ph-warning-diamond:before{content:""}.ph-bold.ph-warning-octagon:before{content:""}.ph-bold.ph-washing-machine:before{content:""}.ph-bold.ph-watch:before{content:""}.ph-bold.ph-wave-sawtooth:before{content:""}.ph-bold.ph-wave-sine:before{content:""}.ph-bold.ph-wave-square:before{content:""}.ph-bold.ph-wave-triangle:before{content:""}.ph-bold.ph-waveform:before{content:""}.ph-bold.ph-waveform-slash:before{content:""}.ph-bold.ph-waves:before{content:""}.ph-bold.ph-webcam:before{content:""}.ph-bold.ph-webcam-slash:before{content:""}.ph-bold.ph-webhooks-logo:before{content:""}.ph-bold.ph-wechat-logo:before{content:""}.ph-bold.ph-whatsapp-logo:before{content:""}.ph-bold.ph-wheelchair:before{content:""}.ph-bold.ph-wheelchair-motion:before{content:""}.ph-bold.ph-wifi-high:before{content:""}.ph-bold.ph-wifi-low:before{content:""}.ph-bold.ph-wifi-medium:before{content:""}.ph-bold.ph-wifi-none:before{content:""}.ph-bold.ph-wifi-slash:before{content:""}.ph-bold.ph-wifi-x:before{content:""}.ph-bold.ph-wind:before{content:""}.ph-bold.ph-windmill:before{content:""}.ph-bold.ph-windows-logo:before{content:""}.ph-bold.ph-wine:before{content:""}.ph-bold.ph-wrench:before{content:""}.ph-bold.ph-x:before{content:""}.ph-bold.ph-x-circle:before{content:""}.ph-bold.ph-x-logo:before{content:""}.ph-bold.ph-x-square:before{content:""}.ph-bold.ph-yarn:before{content:""}.ph-bold.ph-yin-yang:before{content:""}.ph-bold.ph-youtube-logo:before{content:""}:root,[data-docs-theme=base]{color-scheme:light;--docs-bg: #f4f4f5;--docs-surface: #ffffff;--docs-surface-hover: #fafafa;--docs-border: #e8e8ec;--docs-border-strong: #d4d4d8;--docs-text: #18181b;--docs-text-muted: #71717a;--docs-text-dim: #a1a1aa;--docs-accent: #7b5cff;--docs-accent-soft: rgba(123, 92, 255, .12);--docs-accent-hover: #6a4ae8;--docs-accent-on: #ffffff;--docs-fab-bg: #18181b;--docs-fab-fg: #fafafa;--docs-fab-hover: rgba(255, 255, 255, .12);--docs-shadow-fab: 0 8px 32px rgba(24, 24, 27, .18);--docs-shadow-soft: rgba(24, 24, 27, .1);--docs-shadow-card: rgba(24, 24, 27, .06);--docs-paywall-scrim: rgba(244, 244, 245, .72);--docs-settings-scrim: rgba(24, 24, 27, .28);--docs-demo-link-bg: rgba(255, 255, 255, .92)}[data-docs-theme=midnight]{color-scheme:dark;--docs-bg: #050a0f;--docs-surface: rgba(255, 255, 255, .08);--docs-surface-hover: rgba(255, 255, 255, .12);--docs-border: rgba(255, 255, 255, .12);--docs-border-strong: rgba(255, 255, 255, .2);--docs-text: #f1f5f9;--docs-text-muted: #aeb8c7;--docs-text-dim: #8d99ac;--docs-accent: #7dd3fc;--docs-accent-soft: rgba(125, 211, 252, .16);--docs-accent-hover: #38bdf8;--docs-accent-on: #050a0f;--docs-surface-solid: rgba(15, 22, 32, .55);--docs-fab-bg: rgba(255, 255, 255, .12);--docs-fab-fg: #f8fafc;--docs-fab-hover: rgba(255, 255, 255, .08);--docs-shadow-fab: 0 4px 16px rgba(0, 0, 0, .22);--docs-shadow-soft: rgba(0, 0, 0, .28);--docs-shadow-card: rgba(0, 0, 0, .2);--docs-paywall-scrim: rgba(5, 10, 15, .82);--docs-settings-scrim: rgba(0, 0, 0, .58);--docs-demo-link-bg: rgba(15, 22, 32, .72)}[data-docs-theme=stone]{color-scheme:dark;--docs-bg: #1c1917;--docs-surface: #292524;--docs-surface-hover: #32302e;--docs-border: #44403c;--docs-border-strong: #57534e;--docs-text: #fafaf9;--docs-text-muted: #a8a29e;--docs-text-dim: #78716c;--docs-accent: #d6a06c;--docs-accent-soft: rgba(214, 160, 108, .14);--docs-accent-hover: #e7b07a;--docs-fab-bg: #fafaf9;--docs-fab-fg: #1c1917;--docs-fab-hover: rgba(28, 25, 23, .08);--docs-shadow-fab: 0 8px 32px rgba(0, 0, 0, .32);--docs-shadow-soft: rgba(0, 0, 0, .24);--docs-shadow-card: rgba(0, 0, 0, .18);--docs-paywall-scrim: rgba(28, 25, 23, .88);--docs-settings-scrim: rgba(0, 0, 0, .52);--docs-demo-link-bg: rgba(41, 37, 36, .94)}[data-docs-theme=twilight]{color-scheme:dark;--docs-bg: #0c0a14;--docs-surface: #151022;--docs-surface-hover: #1a1528;--docs-border: #2a2440;--docs-border-strong: #4c416f;--docs-text: #f5f3ff;--docs-text-muted: #c4b5fd;--docs-text-dim: #8b7ec8;--docs-accent: #a78bfa;--docs-accent-soft: rgba(167, 139, 250, .16);--docs-accent-hover: #c4b5fd;--docs-fab-bg: #1a1528;--docs-fab-fg: #f5f3ff;--docs-fab-hover: rgba(167, 139, 250, .14);--docs-shadow-fab: 0 8px 32px rgba(0, 0, 0, .4);--docs-shadow-soft: rgba(0, 0, 0, .28);--docs-shadow-card: rgba(0, 0, 0, .22);--docs-paywall-scrim: rgba(12, 10, 20, .88);--docs-settings-scrim: rgba(0, 0, 0, .56);--docs-demo-link-bg: rgba(21, 16, 34, .94)}
