.support-module__cd0qgq__supportContainer{flex-direction:column;min-height:100vh;display:flex;position:relative}@media (max-width:768px){.support-module__cd0qgq__supportContainer{padding-bottom:76px}}.support-module__cd0qgq__supportLayout{background-color:var(--background);flex:1;gap:24px;width:100%;max-width:1200px;min-height:calc(100vh - 100px);margin:0 auto;padding:34px 16px 60px;display:flex}@media (max-width:768px){.support-module__cd0qgq__supportLayout{flex-direction:column;gap:16px;margin-top:0;padding:16px}}.support-module__cd0qgq__sidebarColumn{flex-direction:column;flex-shrink:0;align-self:flex-start;gap:16px;width:300px;height:fit-content;display:flex;position:sticky;top:24px}@media (max-width:768px){.support-module__cd0qgq__sidebarColumn{gap:12px;width:100%;position:relative;top:0}}.support-module__cd0qgq__sidebar{background-color:var(--card);border-radius:var(--radius);width:100%;height:fit-content;padding:20px 24px;position:relative;overflow-y:auto}@media (max-width:768px){.support-module__cd0qgq__sidebar{width:100%;height:auto;max-height:300px;position:relative;top:0;box-shadow:inset 0 -10px 10px -5px #0000004d;-webkit-mask-image:none!important;mask-image:none!important}}.support-module__cd0qgq__sidebarTitle{color:var(--foreground);border-bottom:1px solid var(--border);font-size:24px;font-weight:600;font-family:var(--textfont);margin-bottom:20px;padding-bottom:12px}.support-module__cd0qgq__categoryHeading{color:var(--foreground);font-size:18px;font-weight:600;font-family:var(--textfont);margin-top:24px;margin-bottom:8px}.support-module__cd0qgq__subcategorySection{margin-bottom:8px}.support-module__cd0qgq__subcategoryHeading{color:var(--muted-foreground);font-size:14px;font-weight:600;font-family:var(--textfont);text-transform:uppercase;letter-spacing:.5px;margin-top:16px;margin-bottom:4px;padding-left:4px}.support-module__cd0qgq__subcategorySection .support-module__cd0qgq__supportList{margin-bottom:8px}.support-module__cd0qgq__supportList{flex-direction:column;gap:4px;margin:0 0 16px;padding:0;list-style:none;display:flex}.support-module__cd0qgq__supportList li{margin-bottom:0}.support-module__cd0qgq__supportLink{border-radius:var(--radius);width:100%;color:var(--foreground);text-align:left;cursor:pointer;font-size:16px;font-weight:600;font-family:var(--textfont);background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 12px;text-decoration:none;transition:all .2s;display:flex}.support-module__cd0qgq__supportLink:hover{background-color:var(--accent);transform:translate(2px)}.support-module__cd0qgq__activeLink{background-color:var(--accent);color:var(--foreground)}.support-module__cd0qgq__desktopBackToAppButton,.support-module__cd0qgq__mobileBackToAppButton{background-color:var(--secondary);color:#fff;border-radius:var(--radius);cursor:pointer;text-align:center;font-size:16px;font-weight:600;font-family:var(--textfont);border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;transition:background-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 8px #0003}.support-module__cd0qgq__desktopBackToAppButton:hover,.support-module__cd0qgq__mobileBackToAppButton:hover{opacity:.9;box-shadow:0 6px 12px #00000040}.support-module__cd0qgq__mobileBackToAppButton{z-index:10;max-width:300px;margin:16px auto 0;display:none;box-shadow:0 -4px 10px #0003,0 4px 8px #00000026}@media (max-width:768px){.support-module__cd0qgq__mobileBackToAppButton{z-index:100;border-radius:0;width:100%;max-width:none;margin:0;padding:16px 16px 32px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 16px #00000040}.support-module__cd0qgq__desktopBackToAppButton{display:none}}.support-module__cd0qgq__backButton{background-color:var(--secondary);color:var(--secondary-foreground);border-radius:var(--radius);cursor:pointer;font-size:16px;font-weight:500;font-family:var(--textfont);border:none;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;transition:background-color .2s;display:inline-flex}.support-module__cd0qgq__backButton:hover{background-color:var(--secondary-light)}.support-module__cd0qgq__languageSelector{width:100%;margin-bottom:4px}.support-module__cd0qgq__languageLabel{color:var(--muted-foreground);margin-bottom:8px;font-size:14px}.support-module__cd0qgq__languageSelector .tab-bar .tab{min-width:100px;padding:8px 16px}.support-module__cd0qgq__contentContainer{background-color:var(--card);border-radius:var(--radius);flex:1;height:fit-content;padding:32px 40px;overflow-y:auto}@media (max-width:768px){.support-module__cd0qgq__contentContainer{padding:24px}}.support-module__cd0qgq__markdownContent h1{color:var(--foreground);font-size:32px;font-weight:600;font-family:var(--textfont);margin-top:0;margin-bottom:20px}@media (max-width:768px){.support-module__cd0qgq__markdownContent h1{font-size:24px}}.support-module__cd0qgq__markdownContent h2{color:var(--foreground);font-size:22px;font-weight:600;font-family:var(--textfont);margin-top:32px;margin-bottom:16px}@media (max-width:768px){.support-module__cd0qgq__markdownContent h2{font-size:20px}}.support-module__cd0qgq__markdownContent h3{color:var(--foreground);font-size:18px;font-weight:600;font-family:var(--textfont);margin-top:24px;margin-bottom:12px}.support-module__cd0qgq__markdownContent p{color:var(--foreground);font-size:16px;line-height:1.6;font-family:var(--textfont);margin-bottom:16px}.support-module__cd0qgq__markdownContent ul,.support-module__cd0qgq__markdownContent ol{color:var(--foreground);font-family:var(--textfont);margin-bottom:16px;padding-left:24px}.support-module__cd0qgq__markdownContent li{font-size:16px;font-family:var(--textfont);margin-bottom:8px}.support-module__cd0qgq__markdownContent a{color:var(--primary);font-weight:500;font-family:var(--textfont);text-decoration:none;transition:all .2s}.support-module__cd0qgq__markdownContent a:hover{color:color-mix(in srgb,var(--primary)80%,white);border-bottom:1px solid;text-decoration:none}.support-module__cd0qgq__markdownContent img{border-radius:var(--radius);max-width:100%}.support-module__cd0qgq__markdownContent pre{background-color:var(--muted);border-radius:var(--radius);margin:16px 0;padding:16px;font-family:monospace;overflow-x:auto}.support-module__cd0qgq__footerWrapper{justify-content:center;width:100%;display:flex}@media (max-width:768px){.support-module__cd0qgq__footerWrapper{display:none}}.support-module__cd0qgq__footer{text-align:center;color:#fff9;border-top:1px solid #ffffff1a;width:100%;max-width:1154px;padding:20px 0 30px}.support-module__cd0qgq__footer p{margin:0;font-size:14px}.support-module__cd0qgq__footer a{color:#fff9;text-decoration:underline;transition:color .2s}.support-module__cd0qgq__footer a:hover{color:#fffc}
