:root{--site-background:#ffffff;--site-paper:#f9f9f9;--site-foreground:#191919;--site-muted:#595959;--site-divider:#e0e0e0;--site-link:#1976d2;--site-action-hover:rgba(0,0,0,0.04);--site-action-selected:rgba(0,0,0,0.08)}:root[data-theme=dark]{--site-background:#121212;--site-paper:#1e1e1e;--site-foreground:#ffffff;--site-muted:#b3b3b3;--site-divider:#333333;--site-link:#90caf9;--site-action-hover:rgba(255,255,255,0.08);--site-action-selected:rgba(255,255,255,0.16)}#root,body,html{background:var(--site-background);color:var(--site-foreground);font-family:Times New Roman,Times,serif!important;text-transform:lowercase!important;height:100%;height:100dvh;margin:0;padding:0;overflow:hidden}@supports (height:100dvh){#root,body,html{height:100dvh}}@supports not (height:100dvh){#root,body,html{height:100vh}@media (max-width:768px){body{padding-bottom:env(safe-area-inset-bottom,0)}}}*{margin:0;padding:0;box-sizing:border-box;text-transform:lowercase;font-family:Times New Roman,Times,serif}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1}.overflow-auto{overflow:auto}.mb-2{margin-bottom:.5rem}.pb-4{padding-bottom:1rem}ol,ul{list-style:none}a{text-decoration:none;color:inherit}button{background:none;padding:0;cursor:pointer}button,input,select,textarea{border:none;font:inherit}:focus-visible{outline:2px solid currentColor;outline-offset:2px}img{max-width:100%;height:auto;display:block}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}p{margin:0}blockquote,fieldset{margin:0;padding:0}fieldset{border:none}figure,pre{margin:0}pre{font-family:inherit}@media (max-width:768px){body{position:relative;min-height:100vh;min-height:100dvh}@supports (padding:max(0px)){body{padding-bottom:max(env(safe-area-inset-bottom),20px)}}}