:root{color-scheme:light;--brand: #0051fe;--brand-strong: #0041ce;--brand-soft: #edf3ff;--page: #ffffff;--surface: #ffffff;--surface-soft: #f6f7f9;--sidebar: #f4f6f9;--ink: #0f1115;--body: #374151;--muted: #667085;--quiet: #7f8793;--line: #e3e7ed;--line-strong: #d4dae3;--success: #15803d;--success-soft: #ecfdf3;--warning: #a15c00;--warning-soft: #fff8e6;--danger: #b42318;--danger-soft: #fff1f1;--topbar: rgba(255, 255, 255, .96);--z-dropdown: 20;--z-sticky: 30;--z-scrim: 40;--z-modal: 50}:root[data-theme=dark]{color-scheme:dark;--brand: #5d86ff;--brand-strong: #7799ff;--brand-soft: #1b2b50;--page: #1d1d1f;--surface: #232326;--surface-soft: #29292d;--sidebar: #19191b;--ink: #f4f5f7;--body: #d5d7dc;--muted: #adb2bc;--quiet: #9299a4;--line: #35363a;--line-strong: #46484f;--success: #73d18a;--success-soft: #193322;--warning: #f5b64c;--warning-soft: #392b12;--danger: #ff8d87;--danger-soft: #402120;--topbar: rgba(29, 29, 31, .96)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--body);font-family:Outfit,ui-sans-serif,system-ui,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}::selection{background:var(--brand-soft);color:var(--ink)}:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 30%,transparent);outline-offset:2px}.topbar{position:sticky;top:0;z-index:var(--z-sticky);height:68px;background:var(--topbar);border-bottom:1px solid var(--line)}.topbar-inner{width:min(1460px,100%);height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto}.brand-mark{width:112px;height:38px;display:grid;place-items:center;background:#0f1115;border-radius:9px;padding:8px 10px}.brand-mark img{width:92px;height:auto}.brand-label{color:var(--ink);font-weight:600;font-size:15px;white-space:nowrap}.header-search{width:min(420px,36vw);height:40px;padding:0 11px 0 14px;margin-right:auto;display:flex;align-items:center;gap:10px;color:var(--muted);background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;cursor:text;text-align:left}.header-search:hover{border-color:var(--line-strong)}.header-search span{flex:1}kbd{min-width:35px;padding:2px 6px;color:var(--quiet);background:var(--surface);border:1px solid var(--line);border-radius:5px;font-size:12px;text-align:center}.header-actions{display:flex;align-items:center;gap:4px}.support-link,.open-app{min-height:40px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;color:var(--body);font-size:14px;font-weight:500;border-radius:9px}.support-link:hover{background:var(--surface-soft);color:var(--ink)}.open-app{margin-left:2px;color:#fff;background:var(--brand)}.open-app:hover,.primary-button:hover{background:var(--brand-strong)}.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;flex:0 0 auto;color:var(--muted);background:transparent;border:0;border-radius:9px;cursor:pointer}.icon-button:hover{color:var(--ink);background:var(--surface-soft)}.mobile-menu{display:none}.home-page{width:min(1120px,calc(100% - 48px));margin:48px auto 100px}.home-hero{min-height:330px;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);align-items:center;gap:64px;padding:52px 60px;color:#fff;background:#0f1115;border-radius:18px;overflow:hidden}.hero-copy{position:relative;z-index:1}.hero-symbol{width:48px;height:48px;margin-bottom:22px;display:grid;place-items:center;color:#dfe8ff;background:#1b3265;border-radius:12px}.home-hero h1{max-width:700px;margin:0;color:#fff;font-size:clamp(38px,5vw,58px);line-height:1.02;letter-spacing:-.035em;font-weight:600;text-wrap:balance}.home-hero p{max-width:620px;margin:18px 0 28px;color:#c7cbd3;font-size:18px;line-height:1.55;text-wrap:pretty}.hero-search{width:min(560px,100%);height:56px;padding:0 14px 0 18px;display:flex;align-items:center;gap:12px;color:#596171;background:#fff;border:0;border-radius:12px;cursor:text;text-align:left}.hero-search span{flex:1}.hero-search kbd{color:#697386;background:#f4f6f8;border-color:#e3e6eb}.waveform{min-height:210px;display:flex;align-items:center;justify-content:center;gap:9px;transform:rotate(-6deg)}.waveform span{width:8px;border-radius:999px;background:var(--brand);opacity:.82}.waveform span:nth-child(3n){background:#7198ff}.start-section,.topics-section{margin-top:64px}.section-heading{margin-bottom:24px;display:flex;align-items:end;justify-content:space-between}.section-heading h2,.support-band h2{margin:0;color:var(--ink);font-size:25px;line-height:1.2;letter-spacing:-.02em;font-weight:600}.section-heading p,.support-band p{margin:6px 0 0;color:var(--muted)}.role-paths{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.role-paths>a{min-height:132px;padding:26px;display:flex;align-items:flex-start;gap:16px;border:1px solid var(--line);border-radius:14px;transition:transform .18s ease,border-color .18s ease}.role-paths>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand) 45%,var(--line))}.role-paths>a>svg:first-child{color:var(--brand)}.role-paths>a>span{flex:1;display:grid;gap:6px}.role-paths b,.topic-row b{color:var(--ink);font-size:17px;font-weight:600}.role-paths small,.topic-row small{color:var(--muted);font-size:14px;line-height:1.5}.role-paths>a>svg:last-child{margin-top:2px;color:var(--quiet)}.topic-list{border-top:1px solid var(--line)}.topic-row{min-height:96px;display:grid;grid-template-columns:44px minmax(0,1fr) auto 20px;align-items:center;gap:18px;border-bottom:1px solid var(--line)}.topic-row:hover b{color:var(--brand)}.topic-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft);border-radius:11px}.topic-row>span:nth-child(2){display:grid;gap:3px}.article-count{color:var(--quiet);font-size:13px}.topic-row>svg{color:var(--quiet)}.support-band{margin-top:72px;padding:30px 32px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:20px;background:var(--surface-soft);border-radius:14px}.support-band-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--brand);background:var(--surface);border-radius:11px}.support-band-actions{display:flex;align-items:center;gap:16px}.text-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--brand);font-size:14px;font-weight:600}.text-button:hover{color:var(--brand-strong);text-decoration:underline;text-underline-offset:4px}.primary-button{min-height:44px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:var(--brand);border:0;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer}.primary-button:disabled{opacity:.58;cursor:not-allowed}.sidebar{position:fixed;z-index:var(--z-dropdown);top:68px;bottom:0;left:0;width:276px;padding:24px 18px 48px;overflow-y:auto;background:var(--sidebar);border-right:1px solid var(--line)}.sidebar nav{display:grid;gap:24px}.side-home{min-height:40px;padding:0 12px;display:flex;align-items:center;gap:10px;color:var(--body);border-radius:9px;font-size:14px;font-weight:600}.side-home:hover,.side-home.active{color:var(--ink);background:var(--surface)}.side-group{display:grid;gap:2px}.side-group p{margin:0 10px 8px;color:var(--quiet);font-size:12px;font-weight:600}.side-group a{min-height:35px;padding:7px 10px;color:var(--muted);border-radius:8px;font-size:13.5px;line-height:1.35}.side-group a:hover{color:var(--ink)}.side-group a.active{color:var(--brand);background:var(--surface);font-weight:600}.side-support{padding-top:20px;border-top:1px solid var(--line)}.sidebar-mobile-head{display:none}.with-sidebar{padding-left:276px}.docs-main{min-height:calc(100vh - 68px)}.article-layout{width:min(1050px,calc(100% - 64px));margin:0 auto;display:grid;grid-template-columns:minmax(0,720px) 190px;gap:80px}.doc-article{min-width:0;padding:48px 0 96px}.breadcrumbs{display:flex;align-items:center;gap:5px;color:var(--quiet);font-size:13px}.breadcrumbs a:hover{color:var(--brand)}.article-header{margin:28px 0 44px;padding-bottom:34px;border-bottom:1px solid var(--line)}.article-header h1{max-width:680px;margin:0;color:var(--ink);font-size:38px;line-height:1.12;letter-spacing:-.03em;font-weight:600;text-wrap:balance}.article-header p{max-width:650px;margin:13px 0 18px;color:var(--muted);font-size:17px;line-height:1.6;text-wrap:pretty}.article-header span{display:flex;align-items:center;gap:6px;color:var(--quiet);font-size:13px}.doc-article>h2{margin:40px 0 12px;padding-top:8px;scroll-margin-top:90px;color:var(--ink);font-size:23px;line-height:1.25;letter-spacing:-.015em;font-weight:600}.doc-article>p{max-width:70ch;margin:0 0 18px;color:var(--body);line-height:1.75}.doc-article ul,.doc-article ol{max-width:68ch;margin:12px 0 24px;padding-left:25px}.doc-article li{margin:8px 0;padding-left:5px;line-height:1.65}.doc-article li::marker{color:var(--brand)}.callout{max-width:700px;margin:28px 0;padding:18px 20px;display:flex;align-items:flex-start;gap:13px;border-radius:12px}.callout.info{color:color-mix(in srgb,var(--brand) 75%,var(--ink));background:var(--brand-soft)}.callout.tip{color:var(--success);background:var(--success-soft)}.callout.warn{color:var(--warning);background:var(--warning-soft)}.callout svg{flex:0 0 auto;margin-top:2px}.callout b{color:currentColor}.callout p{margin:4px 0 0;color:var(--body);font-size:14px;line-height:1.6}.on-page{position:sticky;top:104px;align-self:start;margin-top:118px;padding-left:16px;border-left:1px solid var(--line)}.on-page p{margin:0 0 10px;color:var(--ink);font-size:13px;font-weight:600}.on-page a{display:block;padding:5px 0;color:var(--quiet);font-size:13px;line-height:1.4}.on-page a:hover{color:var(--brand)}.article-help{margin-top:48px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--surface-soft);border-radius:12px}.article-help>div{display:grid;gap:3px}.article-help b{color:var(--ink)}.article-help span{color:var(--muted);font-size:14px}.article-help a{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-size:14px;font-weight:600}.article-pager{margin-top:28px;padding-top:26px;display:grid;grid-template-columns:1fr 1fr;gap:24px;border-top:1px solid var(--line)}.article-pager a{display:flex;align-items:center;gap:10px;color:var(--body);font-size:14px}.article-pager a.next{justify-content:flex-end;text-align:right}.article-pager a:hover{color:var(--brand)}.article-pager a span{display:grid}.article-pager small{color:var(--quiet);font-size:12px}.support-main{width:min(920px,calc(100% - 64px));min-height:calc(100vh - 68px);margin:0 auto;padding:52px 0 96px}.support-header{margin-bottom:38px;display:flex;justify-content:space-between;align-items:flex-end;gap:28px}.support-header>div{max-width:650px}.support-symbol{width:42px;height:42px;margin-bottom:20px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft);border-radius:10px}.support-header h1,.thread-header h1{margin:0;color:var(--ink);font-size:36px;line-height:1.15;letter-spacing:-.03em;font-weight:600}.support-header p{margin:10px 0 0;color:var(--muted);font-size:17px}.ticket-form{margin:0 0 38px;padding:28px;display:grid;gap:20px;background:var(--surface-soft);border-radius:14px}.form-heading h2,.list-title h2{margin:0;color:var(--ink);font-size:20px;font-weight:600}.form-heading p{margin:4px 0 0;color:var(--muted);font-size:14px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ticket-form label{display:grid;gap:8px;color:var(--ink);font-size:14px;font-weight:500}.ticket-form label small{color:var(--quiet);font-weight:400}.ticket-form input,.ticket-form select,.ticket-form textarea,.reply-box textarea{width:100%;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:11px}.ticket-form input,.ticket-form select{height:50px;padding:0 14px}.ticket-form textarea,.reply-box textarea{padding:13px 14px;resize:vertical;line-height:1.55}.ticket-form input:focus,.ticket-form select:focus,.ticket-form textarea:focus,.reply-box textarea:focus{border-color:var(--brand);outline:3px solid color-mix(in srgb,var(--brand) 17%,transparent)}.ticket-form input::placeholder,.ticket-form textarea::placeholder,.reply-box textarea::placeholder{color:var(--quiet);opacity:1}.bug-main{width:min(980px,calc(100% - 64px))}.bug-header{margin-bottom:24px}.bug-guidance{margin:0 0 28px;padding:18px 22px;color:var(--body);background:var(--brand-soft);border-radius:12px}.bug-guidance b{color:var(--ink);font-size:14px}.bug-guidance ul{margin:8px 0 0;padding-left:20px;display:flex;flex-wrap:wrap;gap:6px 32px}.bug-guidance li{font-size:14px}.bug-form{background:var(--surface-soft)}.bug-success{min-height:150px;padding:26px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:18px;background:var(--success-soft);border-radius:14px}.bug-success>span{width:48px;height:48px;display:grid;place-items:center;color:var(--success);background:var(--surface);border-radius:12px}.bug-success h2{margin:0;color:var(--ink);font-size:21px}.bug-success p{margin:5px 0 0;color:var(--body)}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.form-footer p{max-width:540px;margin:0;color:var(--muted);font-size:13px}.error-banner{min-height:52px;margin:0 0 24px;padding:13px 16px;display:flex;align-items:center;gap:10px;color:var(--danger);background:var(--danger-soft);border-radius:10px;font-size:14px}.error-banner span{flex:1}.error-banner button{color:currentColor;background:transparent;border:0;text-decoration:underline;cursor:pointer}.ticket-skeleton{display:grid;gap:12px}.ticket-skeleton span{height:78px;border-radius:10px;background:linear-gradient(90deg,var(--surface-soft),var(--line),var(--surface-soft));background-size:200% 100%;animation:skeleton 1.4s linear infinite}@keyframes skeleton{to{background-position:-200% 0}}.auth-callout,.empty-tickets{min-height:310px;padding:46px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--surface-soft);border-radius:14px}.auth-callout>span{width:50px;height:50px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft);border-radius:12px}.auth-callout h2,.empty-tickets h2{margin:18px 0 7px;color:var(--ink);font-size:22px}.auth-callout p,.empty-tickets p{max-width:510px;margin:0 0 22px;color:var(--muted)}.empty-tickets>svg{color:var(--brand)}.ticket-list{border-top:1px solid var(--line)}.list-title{min-height:64px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.list-title span{min-width:24px;height:24px;display:grid;place-items:center;color:var(--muted);background:var(--surface-soft);border-radius:999px;font-size:12px}.ticket-list>a{min-height:86px;display:grid;grid-template-columns:120px minmax(0,1fr) auto 20px;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.ticket-list>a:hover .ticket-summary b{color:var(--brand)}.ticket-type{color:var(--muted);font-size:13px}.ticket-summary{display:grid;gap:4px}.ticket-summary b{color:var(--ink);font-weight:600}.ticket-summary small{color:var(--quiet);font-size:12px}.status{min-height:26px;padding:3px 9px;display:inline-flex;align-items:center;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.status-open,.status-in_progress{color:var(--brand);background:var(--brand-soft)}.status-waiting_on_user{color:var(--warning);background:var(--warning-soft)}.status-resolved,.status-closed{color:var(--success);background:var(--success-soft)}.back-link{margin-bottom:28px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:14px}.back-link:hover{color:var(--brand)}.thread-header{padding-bottom:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.thread-header>div>span{color:var(--brand);font-size:13px;font-weight:600}.thread-header h1{margin-top:7px;font-size:30px}.thread-header p{margin:8px 0 0;color:var(--quiet);font-size:13px}.messages{padding:30px 0;display:grid;gap:18px}.messages article{max-width:720px;padding:18px 20px;border-radius:12px}.user-message{margin-left:auto;background:var(--brand-soft)}.staff-message{background:var(--surface-soft)}.messages article>div{display:flex;align-items:center;justify-content:space-between;gap:20px}.messages b{color:var(--ink);font-size:13px}.messages time{color:var(--quiet);font-size:12px}.messages p{margin:9px 0 0;color:var(--body);line-height:1.65;white-space:pre-wrap}.reply-box{padding:24px;display:grid;gap:10px;background:var(--surface-soft);border-radius:14px}.reply-box label{color:var(--ink);font-size:14px;font-weight:600}.reply-box>div{display:flex;align-items:center;justify-content:space-between;gap:20px}.reply-box>div>span{color:var(--quiet);font-size:12px}.closed-note{min-height:52px;padding:0 16px;display:flex;align-items:center;gap:10px;color:var(--success);background:var(--success-soft);border-radius:10px}.search-layer{position:fixed;z-index:var(--z-scrim);top:0;right:0;bottom:0;left:0;padding:9vh 20px 20px;background:#07090d8a}.search-dialog{width:min(680px,100%);max-height:74vh;margin:0 auto;overflow:hidden;background:var(--surface);border-radius:14px;box-shadow:0 4px 8px #0003}.search-input{height:66px;padding:0 15px 0 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.search-input>svg{color:var(--brand)}.search-input input{flex:1;height:100%;color:var(--ink);background:transparent;border:0;outline:0;font-size:17px}.search-input input::placeholder{color:var(--quiet);opacity:1}.search-results{max-height:calc(74vh - 66px);padding:12px;overflow-y:auto}.result-label{margin:4px 8px 8px;color:var(--quiet);font-size:12px;font-weight:600}.search-results>button{width:100%;min-height:67px;padding:10px 12px;display:flex;align-items:center;gap:12px;color:var(--body);background:transparent;border:0;border-radius:9px;cursor:pointer;text-align:left}.search-results>button:hover{background:var(--surface-soft)}.search-results>button>span{flex:1;display:grid;gap:2px}.search-results b{color:var(--ink);font-size:14px}.search-results small{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-results{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);text-align:center}.no-results b{margin-top:13px;font-size:17px}.no-results span{margin:3px 0 12px;font-size:14px}.no-results a{color:var(--brand);font-weight:600}.not-found{min-height:72vh;padding:72px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found>span{color:var(--brand);font-weight:600}.not-found h1{margin:10px 0;color:var(--ink);font-size:34px;letter-spacing:-.03em}.not-found p{margin:0 0 24px;color:var(--muted)}footer{min-height:190px;padding:44px max(24px,calc((100% - 1120px)/2));display:grid;grid-template-columns:1fr auto;align-items:start;gap:26px;color:var(--muted);background:var(--surface-soft);border-top:1px solid var(--line)}footer>div p{max-width:430px;margin:13px 0 0;font-size:14px}footer nav{display:flex;gap:24px;color:var(--body);font-size:14px}footer nav a:hover{color:var(--brand)}footer>span{grid-column:1 / -1;color:var(--quiet);font-size:12px}@media(max-width:1100px){.header-search{max-width:280px}.header-search kbd,.support-link span{display:none}.article-layout{grid-template-columns:minmax(0,720px);justify-content:center}.on-page{display:none}.home-hero{grid-template-columns:1fr}.waveform{display:none}}@media(max-width:820px){.topbar-inner{padding:0 16px;gap:12px}.mobile-menu{width:44px;height:44px;display:inline-grid}.header-search{margin-left:auto;width:44px;height:44px;padding:0;justify-content:center;cursor:pointer}.header-search span,.header-search kbd,.support-link,.brand-label{display:none}.open-app{min-width:44px;min-height:44px;padding:0 12px}.open-app svg{display:none}.header-actions .icon-button{width:44px;height:44px}.sidebar{z-index:var(--z-modal);top:0;width:min(330px,88vw);visibility:hidden;transform:translate(-102%);transition:transform .22s cubic-bezier(.22,1,.36,1),visibility .22s}.sidebar.is-open{visibility:visible;transform:translate(0)}.sidebar-mobile-head{margin:-8px 0 24px;display:flex;align-items:center;justify-content:space-between;color:var(--ink);font-weight:600}.menu-scrim{position:fixed;z-index:var(--z-scrim);top:0;right:0;bottom:0;left:0;display:block;background:#07090d85;border:0}.with-sidebar{padding-left:0}.home-page{width:min(100% - 32px,680px);margin-top:24px}.home-hero{min-height:0;padding:38px 30px}.home-hero h1{font-size:41px}.home-hero p{font-size:16px}.role-paths{grid-template-columns:1fr}.topic-row{grid-template-columns:44px minmax(0,1fr) 20px}.article-count{display:none}.support-band{grid-template-columns:48px 1fr}.support-band-actions{grid-column:1 / -1;justify-self:start;margin-left:68px}.article-layout,.support-main{width:min(100% - 40px,680px)}.doc-article{padding-top:32px}.article-header h1{font-size:33px}.field-row{grid-template-columns:1fr}.ticket-form input,.ticket-form select{min-height:52px}.ticket-list>a{grid-template-columns:minmax(0,1fr) auto 20px;padding:14px 0}.ticket-type{grid-column:1 / -1}footer{grid-template-columns:1fr}footer nav{flex-wrap:wrap}footer>span{grid-column:1}}@media(max-width:560px){.topbar{height:68px}.topbar-inner{padding:0 max(12px,env(safe-area-inset-right)) 0 max(12px,env(safe-area-inset-left));gap:8px}.brand-mark{width:95px;height:34px;padding:7px 8px}.brand-mark img{width:80px}.open-app{font-size:13px}.icon-button{width:44px;height:44px}.home-page{width:calc(100% - 24px);margin-bottom:72px}.home-hero{padding:30px 22px;border-radius:14px}.hero-symbol{margin-bottom:18px}.home-hero h1{font-size:36px}.hero-search{height:52px}.start-section,.topics-section{margin-top:46px}.role-paths>a{padding:21px}.topic-row{min-height:104px;gap:13px}.topic-row small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.support-band{margin-top:50px;padding:24px 20px;grid-template-columns:1fr}.support-band-icon{width:44px;height:44px}.support-band-actions{grid-column:1;width:100%;margin-left:0;flex-direction:column-reverse;align-items:stretch}.support-band-actions .primary-button{width:100%}.article-layout,.support-main{width:calc(100% - 32px)}.article-header{margin-top:22px}.article-header h1{font-size:30px}.article-help{align-items:flex-start;flex-direction:column}.article-pager{grid-template-columns:1fr}.article-pager a.next{justify-content:flex-start;text-align:left;flex-direction:row-reverse}.support-main{padding-top:34px}.support-header{align-items:stretch;flex-direction:column}.support-header .primary-button,.support-header .text-button{align-self:flex-start}.text-button{min-height:44px}.support-header h1{font-size:32px}.ticket-form{margin-left:-4px;margin-right:-4px;padding:20px}.bug-guidance ul{display:block}.bug-guidance li+li{margin-top:5px}.bug-success{grid-template-columns:48px 1fr}.bug-success .primary-button{grid-column:1 / -1}.form-footer{align-items:stretch;flex-direction:column}.form-footer .primary-button{width:100%}.ticket-list>a{grid-template-columns:minmax(0,1fr) 20px}.ticket-list .status{display:none}.thread-header{align-items:flex-start;flex-direction:column}.messages article{max-width:92%}.messages article>div{align-items:flex-start;flex-direction:column;gap:2px}.reply-box{padding:18px 18px max(18px,env(safe-area-inset-bottom))}.reply-box>div{align-items:stretch;flex-direction:column}.search-layer{padding:12px}.search-dialog{max-height:calc(100vh - 24px)}.search-results{max-height:calc(100vh - 90px)}}@media(max-width:360px){.brand-mark{width:88px;padding-inline:7px}.brand-mark img{width:74px}.open-app{width:44px;padding:0;font-size:0}.open-app svg{display:block}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
