html,body{height:100%;margin:0;padding:0;font-family:Roboto,sans-serif}@media (prefers-color-scheme: dark){html{color-scheme:dark}html,body{background-color:var(--surface-ground, #1a1a1a);color:var(--text-color, #ffffff)}html:not(.light-mode).dark-mode .dark-mode,html:not(.light-mode) .dark-mode{display:contents}}html.dark-mode,html:not(.light-mode){background-color:var(--surface-ground, #1a1a1a);color:var(--text-color, #ffffff)}html.light-mode{background-color:var(--surface-ground, #ffffff);color:var(--text-color, #000000)}html.light-mode .dark-mode{display:none}app-root{display:flex;flex-direction:column;height:100vh}app-home,app-courses,app-course-detail,app-questions,app-not-found{display:block;height:93vh;overflow-y:auto}p-splitter{width:100%!important;box-sizing:border-box!important}p-splitter .p-splitter{width:100%!important;box-sizing:border-box!important}p-splitter .p-splitter .p-splitter-panel{box-sizing:border-box!important;min-width:0!important;overflow:hidden!important;position:relative!important}p-splitter .p-splitter .p-splitter-panel:first-child{flex-shrink:0!important;min-width:250px!important;max-width:70%!important}app-content-tabs{display:block!important;width:100%!important;height:100%!important;box-sizing:border-box!important;contain:layout style!important;will-change:contents!important}app-description,app-solution{display:block!important;width:100%!important;height:100%!important;box-sizing:border-box!important;contain:layout!important}@media (prefers-color-scheme: dark){.cm-editor.cm-focused .cm-lineNumbers .cm-gutterElement,.cm-editor .cm-lineNumbers .cm-gutterElement,.cm-lineNumbers .cm-gutterElement,.cm-gutter.cm-lineNumbers{color:#888!important}}html.dark-mode .cm-editor.cm-focused .cm-lineNumbers .cm-gutterElement,html.dark-mode .cm-editor .cm-lineNumbers .cm-gutterElement,html.dark-mode .cm-lineNumbers .cm-gutterElement,html.dark-mode .cm-gutter.cm-lineNumbers{color:#888!important}.p-autocomplete-panel{z-index:9999!important}.question-search .p-autocomplete-panel{z-index:10000!important}body>.p-autocomplete-panel{z-index:10001!important}
