#main-privacy-page-view{box-sizing:border-box;background-color:var(--color-bg);flex-direction:column;flex:auto;width:100%;max-width:100%;min-height:0;display:flex;overflow:hidden}#main-privacy-page-view .privacy-page-loaded{box-sizing:border-box;flex-direction:column;flex:auto;justify-content:flex-start;align-items:stretch;width:100%;height:100%;min-height:0;padding:16px 20px 20px;display:flex;overflow:hidden auto}#main-privacy-page-view .privacy-page-loaded .privacy-page-title{box-sizing:border-box;color:var(--color-text);text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex}#main-privacy-page-view .privacy-page-loaded .privacy-page-content{box-sizing:border-box;width:100%;color:var(--color-text-muted);text-align:left;grid-template-columns:100%;row-gap:15px;display:grid}#main-privacy-page-view .privacy-page-loaded .privacy-page-content pre{text-wrap:unset}#main-privacy-page-view .privacy-page-loading{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#main-privacy-page-view .privacy-page-loading .loading-icon{border:4px solid var(--color-border);border-top:4px solid var(--color-accent);border-radius:50%;width:48px;height:48px;animation:1.2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
#route-component-privacy-page{box-sizing:border-box;background-color:var(--color-bg);flex-direction:column;width:100%;max-width:100vw;height:100svh;max-height:100svh;display:flex;overflow:hidden}
