:root{--product-space-1:.25rem;--product-space-2:.5rem;--product-space-3:.75rem;--product-space-4:1rem;--product-space-5:1.25rem;--product-space-6:1.5rem;--product-space-8:2rem;--product-space-10:2.5rem;--product-text-caption:.75rem;--product-text-small:.8125rem;--product-text-body:.875rem;--product-text-control:.875rem;--product-text-input:1rem;--product-text-section:1rem;--product-text-title:clamp(1.625rem,2.4vw,2rem);--product-leading:1.5;--product-leading-title:1.2;--product-weight-medium:500;--product-weight-semibold:600;--product-weight-bold:700;--product-radius:.75rem;--product-control-radius:.5rem;--product-radius-large:1rem;--product-control-height:2.75rem;--product-icon-size:1.125rem;--product-gutter:clamp(1rem,3vw,2rem);--product-content-width:76rem;--product-form-width:44rem;--product-sidebar-width:16rem;--product-header-height:3.75rem;--product-field-line:#8795a1;--product-shadow-card:0 1px 3px rgb(7 21 33/.035);--product-shadow-float:0 12px 40px rgb(7 21 33/.14);--product-transition:140ms ease}:root[data-theme=dark]{--product-field-line:#627889;--product-shadow-float:0 16px 48px rgb(0 0 0/.45)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--product-field-line:#627889;--product-shadow-float:0 16px 48px rgb(0 0 0/.45)}}.product-ui{--radius-card:var(--product-radius);--radius-panel:var(--product-radius-large);--shadow-card:var(--product-shadow-card);--shadow-float:var(--product-shadow-float);min-width:0;color:var(--ink);font-family:var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif;font-size:var(--product-text-body);line-height:var(--product-leading)}.product-ui :where(button,input,textarea,select){font-family:inherit}.product-ui :where(button):not(.sr-only){min-height:var(--product-control-height)}.product-ui button:has(>svg:only-child){min-width:var(--product-control-height)}.product-ui input[type=file].sr-only{top:0;left:0}.product-ui :where(button,summary,a){-webkit-tap-highlight-color:transparent;touch-action:manipulation}.product-ui :where(button,input,textarea,select,summary,a):focus-visible{outline:2px solid var(--focus);outline-offset:3px}.product-ui :where(input,textarea,select)[aria-invalid=true]{border-color:var(--danger)}.product-ui :where(input[type=checkbox],input[type=radio]){accent-color:var(--brand)}.product-ui :where(h1,h2,h3,h4,p){overflow-wrap:break-word}.product-ui :where(h1,h2)[tabindex="-1"]:focus{outline:none}.product-ui :where(fieldset){min-width:0}.product-ui :where(svg){flex-shrink:0}.product-brand-mark{display:inline-grid;place-items:center;flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:.625rem;overflow:hidden;background:white}.product-button,.product-icon-button,.product-secondary,.product-text-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--product-control-height);min-width:var(--product-control-height);border:1px solid transparent;border-radius:var(--product-control-radius);padding:.625rem 1rem;font-size:var(--product-text-control);font-weight:var(--product-weight-semibold);line-height:1.4;cursor:pointer;transition:background var(--product-transition),border-color var(--product-transition),color var(--product-transition)}.product-button{background:var(--brand);color:var(--on-brand)}.product-button:hover:not(:disabled){background:var(--brand-strong)}.product-secondary{border-color:var(--line);background:var(--surface);color:var(--ink-soft)}.product-icon-button:hover:not(:disabled),.product-secondary:hover:not(:disabled),.product-text-button:hover:not(:disabled){background:var(--surface-raised);border-color:var(--line-strong)}.product-icon-button{width:var(--product-control-height);padding:.625rem;flex-shrink:0;color:var(--ink-soft)}.product-text-button{color:var(--brand-strong);padding-inline:.5rem}.product-button:disabled,.product-icon-button:disabled,.product-secondary:disabled,.product-text-button:disabled{opacity:.5;cursor:not-allowed}.product-button>svg,.product-icon-button>svg,.product-secondary>svg{width:var(--product-icon-size);height:var(--product-icon-size)}.product-field{display:block;margin-top:.375rem;min-height:var(--product-control-height);width:100%;max-width:100%;border:1px solid var(--product-field-line);border-radius:var(--product-control-radius);background:var(--surface);padding:.625rem .75rem;color:var(--ink);font-size:var(--product-text-input);line-height:1.5;transition:border-color var(--product-transition),box-shadow var(--product-transition)}.product-field:hover:not(:disabled){border-color:var(--ink-faint)}.product-field:focus{border-color:var(--brand)}.product-field::placeholder{color:var(--ink-faint);opacity:1}.product-field:disabled{background:var(--surface-raised);color:var(--ink-soft);cursor:not-allowed}textarea.product-field{resize:vertical}.product-label{display:block;font-size:var(--product-text-small);font-weight:var(--product-weight-medium)}.product-hint[data-tone=error]{color:var(--danger)}.product-hint{margin-top:.375rem;color:var(--ink-soft);font-size:var(--product-text-caption);line-height:1.5}.product-input-group{position:relative}.product-input-group>svg{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;color:var(--ink-faint);pointer-events:none}.product-input-group>.product-field{padding-left:2.625rem}.product-card,.product-form-section{padding:1rem;box-shadow:var(--product-shadow-card)}.product-card,.product-form-section,.product-row{min-width:0;border:1px solid var(--line);border-radius:var(--product-radius);background:var(--surface)}.product-row{display:flex;align-items:center;gap:.75rem;padding:.75rem}.product-section-heading{font-size:var(--product-text-section);font-weight:var(--product-weight-semibold);line-height:1.4;letter-spacing:-.015em}.product-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.product-page-heading>div{min-width:0;flex:1}.product-page-heading>:is(button,a){flex-shrink:0}.product-page-heading h1,.product-page-heading h2{font-size:var(--product-text-title);font-weight:var(--product-weight-bold);line-height:var(--product-leading-title);letter-spacing:-.035em}.product-page-heading p{max-width:38rem;color:var(--ink-soft);margin-top:.375rem;font-size:var(--product-text-small);line-height:1.5}.product-content{min-width:0;padding:1.5rem var(--product-gutter) 6rem}.product-content>div{max-width:var(--product-content-width);margin-inline:auto}.product-direction-form{max-width:var(--product-form-width)}.product-form-section summary{min-height:var(--product-control-height)}.product-form-section summary::-webkit-details-marker{display:none}.product-form-section summary h2{font-size:var(--product-text-section);line-height:1.4}.product-form-section summary p{font-size:var(--product-text-caption)}.product-form-section>div{min-width:0}.product-form-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0}.product-status{display:inline-flex;align-items:center;gap:.25rem;border-radius:.375rem;padding:.125rem .5rem;font-size:var(--product-text-caption);font-weight:var(--product-weight-medium);line-height:1.5;white-space:nowrap;background:var(--surface-raised);color:var(--ink-soft)}.product-status svg{width:.875rem;height:.875rem}.product-status[data-status=publishing],.product-status[data-status=scheduled]{background:var(--brand-soft);color:var(--brand-strong)}.product-status[data-status=connected],.product-status[data-status=published]{background:color-mix(in srgb,var(--positive) 9%,var(--surface));color:var(--positive)}.product-status[data-status=action_required],.product-status[data-status=blocked],.product-status[data-status=failed]{background:color-mix(in srgb,var(--warning) 10%,var(--surface));color:var(--warning)}.product-empty{border:1px dashed var(--line-strong);border-radius:var(--product-radius);padding:2.5rem 1.25rem;text-align:center;background:var(--surface)}.product-empty h3{font-size:1.125rem;font-weight:600;margin-top:1rem}.product-empty p{color:var(--ink-soft);margin:.5rem auto 0;max-width:30rem}.product-shell{min-height:100dvh;background:var(--canvas)}.product-shell-main{display:flex;flex-direction:column;min-height:100dvh;min-width:0;--application-header-height:var(--product-header-height)}.product-mobile-header{position:sticky;top:0;z-index:40;display:flex;align-items:center;flex-shrink:0;min-height:var(--application-header-height);border-bottom:1px solid var(--line);background:var(--surface);padding:.5rem .75rem}.product-mobile-header>div{width:100%;gap:.5rem}.product-mobile-header p:first-child{font-size:.875rem;line-height:1.4}.product-mobile-header p+p{font-size:.75rem}.product-sidebar{width:var(--product-sidebar-width);padding:1.25rem .75rem}.product-navigation a{font-size:var(--product-text-body);font-weight:var(--product-weight-medium);border-radius:var(--product-control-radius)}.product-navigation :where(a,summary){min-height:var(--product-control-height)}.product-navigation .product-navigation-label{font-size:.6875rem;letter-spacing:.12em}.product-navigation-group{margin-top:1.25rem}.product-navigation-scroll{margin-block:1.25rem;min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain}.product-navigation-scroll,.product-sidebar-scroll{scrollbar-width:none}.product-navigation-scroll::-webkit-scrollbar,.product-sidebar-scroll::-webkit-scrollbar{display:none}.channel-heading{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem}.channel-heading h1{font-size:1.25rem;line-height:1.4;font-weight:700;letter-spacing:-.025em;overflow-wrap:anywhere}.channel-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.channel-tabs a{display:flex;align-items:center;justify-content:center;min-width:0;min-height:var(--product-control-height);padding:.75rem .125rem;border-bottom:2px solid transparent;color:var(--ink-soft);font-size:var(--product-text-small);line-height:1.4;text-align:center}.channel-tabs a[aria-current=page]{border-color:var(--brand);color:var(--brand-strong);font-weight:600}.channel-body{padding-top:1.25rem}.post-filters{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:1rem}.post-filters button{font-size:var(--product-text-caption);padding-inline:.5rem}.post-filters button[aria-pressed=true]{border-color:transparent;background:var(--brand-soft);color:var(--brand-strong)}.post-list{display:grid;grid-auto-rows:1fr;gap:.75rem}.post-card{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;border:1px solid var(--line);border-radius:var(--product-radius);background:var(--surface);box-shadow:var(--product-shadow-card)}.post-card:hover{border-color:var(--line-strong)}.post-thumbnail{display:grid;place-items:center;flex-shrink:0;width:34%;max-width:12rem;aspect-ratio:1;overflow:hidden;border-radius:var(--product-control-radius);background:var(--surface-raised)}.post-thumbnail img{width:100%;height:100%;object-fit:cover}.post-card-body{display:flex;flex-direction:column;align-self:stretch;min-width:0;flex:1}.post-card-top{display:flex;align-items:center;justify-content:space-between;gap:.25rem;margin-bottom:.375rem}.post-card-copy{flex:1;display:block;align-content:start;text-align:left;width:100%;padding-block:.375rem;overflow-wrap:anywhere}.post-card-copy h3{font-size:var(--product-text-body);line-height:1.4;font-weight:600;letter-spacing:-.015em}.post-card-copy p{color:var(--ink-soft);font-size:var(--product-text-small);line-height:1.5;margin-top:.25rem}.post-card-meta{min-height:var(--product-control-height);display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;color:var(--ink-soft);font-size:var(--product-text-caption);margin-top:.5rem}.post-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.post-media-grid article{min-width:0}.post-media-grid article>div:first-child{flex-wrap:wrap;gap:0}.post-media-grid article>div:first-child>p{flex-basis:100%;margin-bottom:.25rem}.asset-preview{display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border-radius:var(--product-control-radius);background:var(--surface-raised)}.asset-preview>img,.asset-preview>video{width:100%;height:100%;object-fit:cover}.asset-preview>svg{width:2rem;height:2rem;color:var(--ink-soft)}body:has(.product-dialog[open]),html:has(.product-dialog[open]){overflow:hidden}.product-dialog{margin:auto;width:min(44rem,calc(100% - 3rem));max-width:none;height:min(52rem,90dvh);max-height:90dvh;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--product-radius-large);background:var(--surface);color:var(--ink);box-shadow:var(--product-shadow-float)}.product-dialog::backdrop{background:rgb(7 21 33/.4)}.product-dialog-layout{display:flex;flex-direction:column;height:100%;max-height:100%;min-height:0;min-width:0;overflow:hidden}.product-dialog-header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:.5rem;border-bottom:1px solid var(--line);padding:.75rem 1rem;background:var(--surface)}.product-dialog-header h2,.product-dialog-header h3{font-size:1.25rem;font-weight:700;line-height:1.3;letter-spacing:-.025em}.product-dialog-body{min-height:0;min-width:0;flex:1 1 0%;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;padding:1rem}.post-editor-fields{display:grid;gap:1rem}.post-editor-fields label{font-size:var(--product-text-small);font-weight:500}.post-editor-options{border:1px solid var(--line);border-radius:var(--product-radius);padding:.75rem}.post-editor-options summary{display:flex;align-items:center;min-height:var(--product-control-height);cursor:pointer;font-size:var(--product-text-body);font-weight:600}.post-editor-footer{flex-shrink:0;border-top:1px solid var(--line);padding:.75rem 1rem;background:var(--surface)}.post-editor-actions{display:flex;flex-wrap:wrap;gap:.5rem}.post-editor-actions>button{flex:1}.post-editor-save{width:100%;margin-bottom:.5rem}.product-ui .agent-typography{font-family:inherit}.message-user{margin-left:auto;width:fit-content;max-width:90%;white-space:pre-wrap;overflow-wrap:anywhere;border-radius:var(--product-radius);background:var(--brand-soft);color:var(--ink);padding:.75rem}.message-assistant{border:1px solid var(--line);border-radius:var(--product-radius);padding:1rem;background:var(--surface)}.auth-product{min-height:100dvh;background:var(--canvas)}.auth-product-header{display:flex;align-items:center;justify-content:space-between;padding:1rem var(--product-gutter)}.auth-product-main{max-width:28rem;margin:2.5rem auto;padding:0 1.25rem 2rem}.auth-product-main h1{font-size:var(--product-text-title);font-weight:700;letter-spacing:-.035em;line-height:1.2}.auth-product-main>section>p{color:var(--ink-soft);margin-top:.5rem;font-size:var(--product-text-body)}.auth-product-main form{margin-top:1.5rem}.listening-discover>button{padding:.75rem;line-height:1.4}.listening-discover>button,.listening-discover>button>span:last-child{font-size:var(--product-text-caption)}.listening-discover{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.product-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1px}.product-calendar-day{min-width:0;padding:.5rem;min-height:8rem}.product-calendar-date{display:flex;flex-direction:column;justify-content:center;align-items:center;width:var(--product-control-height);min-height:var(--product-control-height);margin-bottom:.5rem;border-radius:var(--product-control-radius);font-size:var(--product-text-small)}.product-calendar-date[aria-pressed=true]{background:var(--brand-soft);color:var(--brand-strong)}@media (min-width:1024px){.product-shell{display:grid;grid-template-columns:var(--product-sidebar-width) minmax(0,1fr)}.product-shell-main{--application-header-height:0px}.product-mobile-header{display:none}.channel-tabs{display:flex;gap:1.5rem}.channel-tabs a{padding-inline:1rem}.post-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,28rem),1fr))}}@media (max-width:1023px){.channel-heading{display:none}}@media (max-width:767px){.product-calendar-day{min-height:2.75rem;padding:0}.product-calendar-date{width:100%;margin:0}}@media (max-width:639px){.product-content{padding-top:1rem}.product-page-heading{align-items:center}.product-page-heading>:is(button,a){max-width:45%;padding-inline:.75rem}.product-page-heading p{max-width:30rem}.product-dialog{position:fixed;inset:0;margin:0;width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0}.product-dialog-layout{padding-top:env(safe-area-inset-top)}.post-editor-footer,.product-form-footer{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}.product-form-footer{position:sticky;bottom:0;flex-direction:column;align-items:stretch;gap:.5rem;background:var(--canvas);border-top:1px solid var(--line);z-index:1}.product-form-footer>span{font-size:var(--product-text-caption)}.auth-product-main{margin-top:2.5rem}}@media (prefers-reduced-motion:reduce){.product-ui{--product-transition:0ms}}.review-field{padding:16px 0;border-bottom:1px solid var(--line)}.review-field>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.review-field h3,.review-field label{font-weight:600}.review-field p{color:var(--ink-soft);white-space:pre-wrap;line-height:1.65}.compact-field{resize:vertical}.product-illustration{width:180px;height:156px;margin:16px auto 24px;position:relative;border-radius:50%;background:var(--brand-soft)}.illustration-paper{position:absolute;inset:22px 38px 16px;display:flex;flex-direction:column;gap:9px;padding:18px;border-radius:12px;border:1px solid var(--line);background:var(--surface);transform:rotate(-7deg);box-shadow:0 8px 20px #00000008;color:var(--brand-strong)}.illustration-paper svg{width:30px;height:30px}.illustration-paper i{height:4px;border-radius:4px;background:var(--line)}.illustration-paper i:last-child{width:65%}.illustration-orbit{position:absolute;z-index:1;display:grid;place-items:center;width:38px;height:38px;background:var(--surface);border:1px solid var(--line);border-radius:12px;color:var(--brand-strong)}.illustration-orbit svg{width:19px}.orbit-one{left:4px;top:48px;transform:rotate(-12deg)}.orbit-two{right:5px;bottom:26px;transform:rotate(12deg)}.illustration-spark{position:absolute;right:19px;top:7px;color:var(--brand-strong)}.post-summary-media{width:72px;height:72px;flex:0 0 72px;border-radius:8px;overflow:hidden;background:var(--canvas)}.post-summary-media img,.post-summary-media video{width:100%;height:100%;object-fit:cover}.post-review-media{margin-top:16px;border-radius:8px;overflow:hidden;background:var(--canvas)}.post-review-media img,.post-review-media video{width:100%;max-height:280px;object-fit:cover}.analytics-post-summary{display:flex;align-items:center;gap:12px}.analytics-post-summary>div:last-child{min-width:0}.history-metrics{display:flex;flex-wrap:wrap;gap:8px}.history-metrics button{text-transform:capitalize}.history-metrics button[aria-pressed=true]{background:var(--brand-soft);color:var(--brand-strong);border-color:var(--brand)}.history-chart{display:block;width:100%;margin:16px 0}.history-chart text{fill:var(--ink-soft);font-size:10px}.people-screen>header{margin-top:0}.auth-product-main section:has([data-verification])>h1,.auth-product-main section:has([data-verification])>p{display:none}.onboarding-promises{display:grid;gap:12px;padding:0;margin:0 0 24px;list-style:none}.onboarding-promises li:before{content:"✓";color:var(--brand-strong);margin-right:12px;font-weight:700}.channel-welcome{display:flex;align-items:center;justify-content:space-between;gap:24px}.channel-welcome-copy{flex:1;min-width:0}.channel-welcome .product-illustration{flex-shrink:0;margin:0}.post-attachment{position:relative;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--canvas)}.attachment-toolbar{display:flex;align-items:center;gap:4px}.attachment-details{margin-top:8px;font-size:12px}.attachment-details summary{display:flex;align-items:center;min-height:44px;cursor:pointer;color:var(--ink-soft)}.post-attachment img{max-height:180px;aspect-ratio:4/3}@media (max-width:639px){.channel-welcome{gap:12px;text-align:left}.channel-welcome .product-illustration{width:104px;height:104px}.channel-welcome-copy h3{font-size:1.125rem}.channel-welcome-copy .product-button{padding-inline:.625rem;font-size:.8125rem}}.listening-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.skill-dialog[open]{display:flex;flex-direction:column;width:min(1100px,calc(100vw - 48px));overflow:hidden}.skill-editor-header{flex-shrink:0}.skill-editor-header a,.skill-editor-header button,.skill-editor-header summary{min-height:44px}@media (max-width:639px){.skill-dialog[open]{width:100vw}.skill-editor-name{flex-basis:100%}}.attachment-toolbar>p{display:none}.attachment-toolbar{position:absolute;top:4px;right:4px;z-index:1}.attachment-toolbar button{background:var(--surface);border:1px solid var(--line);border-radius:50%}.post-attachment{padding:8px}.post-attachment img{margin-top:0}.schedule-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));text-align:center;align-items:center;margin-top:12px}.schedule-calendar>span{padding:8px 0}.schedule-calendar button{min-height:44px;border-radius:8px;font-size:13px}.schedule-calendar button:hover{background:var(--canvas)}.schedule-calendar button[aria-pressed=true]{background:var(--brand);color:var(--on-brand);font-weight:600}.workspace-media-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;flex-basis:100%}.workspace-media-strip img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.auth-product-main section:has([data-verification]) .auth-footer-illustration{display:none}.auth-footer-illustration .product-illustration{width:144px;height:124px;margin-bottom:0}.post-summary-media .asset-preview{height:100%;padding:0;aspect-ratio:1}.post-review-media .asset-preview{padding:0;aspect-ratio:auto}.post-review-media .asset-preview img{max-height:240px}.people-invite>div:first-child>span{display:none}.people-invite>form.product-card{padding:0;border:0;box-shadow:none}.people-invite>div:first-child p{margin-top:12px}.idea-card{position:relative}.idea-card h3{padding-right:44px}.idea-card-actions>button:first-child{position:absolute;top:8px;right:8px;font-size:0;padding:12px}.idea-card-actions>button:first-child svg{width:16px;height:16px}.review-field{position:relative;padding:12px 44px 12px 0}.review-field>div:first-child{display:block;min-height:18px}.review-field .product-icon-button{position:absolute;right:0;top:4px}.review-field p{margin-top:6px}.home-suggestions .home-suggestion{padding:12px;gap:8px;font-size:14px;line-height:1.35}.home-suggestion>span:first-child{width:32px;height:32px}.home-suggestion>span:last-child{line-height:1.4}.product-dialog-footer{flex-shrink:0;background:var(--surface)}.recent-post-row{display:flex;align-items:center;gap:.625rem;padding-block:.625rem;min-height:4rem}.recent-post-row .post-summary-media{width:40px;height:40px;flex-basis:40px}.recent-post-copy{flex:1;min-width:0}.recent-post-title{height:1.25rem;font-size:.875rem;line-height:1.25rem;overflow-wrap:anywhere}.recent-post-meta{display:flex;align-items:center;gap:.5rem;height:1.25rem;margin-top:.25rem;min-width:0}.recent-post-meta .product-status{flex-shrink:0}.post-card-warning{min-height:2.5rem;margin-top:.5rem;line-height:1.25rem}.product-mobile-bottom-navigation{display:none}@media (max-width:1023px){.product-mobile-header{flex-direction:column;gap:.5rem}.product-shell-main[data-mobile-navigation=true]{padding-bottom:calc(4rem + env(safe-area-inset-bottom))}.product-mobile-bottom-navigation{position:fixed;inset:auto 0 0;z-index:40;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));min-height:calc(4rem + env(safe-area-inset-bottom));padding:.25rem .25rem calc(.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--surface)}.product-mobile-bottom-navigation a{display:flex;min-width:0;min-height:3.5rem;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border-radius:.75rem;color:var(--ink-soft);font-size:.625rem;font-weight:600}.product-mobile-bottom-navigation a[aria-current=page]{background:var(--brand-soft);color:var(--brand-strong)}.product-shell-main[data-mobile-navigation=true] .product-form-footer{bottom:calc(4rem + env(safe-area-inset-bottom))}.product-shell-main[data-mobile-navigation=true] .assistant-launcher{bottom:calc(4.75rem + env(safe-area-inset-bottom))}}.page-title-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.page-title-row>:first-child{min-width:0;flex:1 1 12rem}.page-title-row>.page-title-actions{display:flex;flex:0 1 auto;flex-wrap:wrap;align-items:center;gap:.5rem}.page-title-actions>:is(button,a){white-space:nowrap}@font-face{font-family:GeistMono;src:url(/_next/static/media/723e11e5093b8e80.p.woff2?dpl=170631d1fa8bdfbc6c4b772552ac541d030d1d5a) format("woff2");font-display:swap;font-weight:100 900}.__className_80e4fb{font-family:GeistMono,ui-monospace,SFMono-Regular,Roboto Mono,Menlo,Monaco,Liberation Mono,DejaVu Sans Mono,Courier New,monospace}.__variable_80e4fb{--font-geist-mono:"GeistMono",ui-monospace,SFMono-Regular,Roboto Mono,Menlo,Monaco,Liberation Mono,DejaVu Sans Mono,Courier New,monospace}@font-face{font-family:GeistSans;src:url(/_next/static/media/0b78ff376f6b9734-s.p.woff2?dpl=170631d1fa8bdfbc6c4b772552ac541d030d1d5a) format("woff2");font-display:swap;font-weight:100 900}@font-face{font-family:GeistSans Fallback;src:local("Arial");ascent-override:94.56%;descent-override:27.76%;line-gap-override:0.00%;size-adjust:106.28%}.__className_4a3a65{font-family:GeistSans,GeistSans Fallback}.__variable_4a3a65{--font-geist-sans:"GeistSans","GeistSans Fallback"}