@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500&display=swap";.home{display:flex;flex-direction:column}.widgets{display:flex;margin:10px 20px}@media screen and (max-width: 480px){.widgets{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin:0}}.chart{margin:20px;padding:20px;box-shadow:var(--color-shadow);border-radius:10px;background-color:var(--color-bg-elevated)}.chart-title{margin-bottom:10px;text-align:center}@media screen and(max-width:480px){.chart{margin-left:20px}}.widgetSmImg{width:40px;height:40px;border-radius:50%;object-fit:cover}.member-widget{flex:1;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow);padding:20px;margin-right:20px;border-radius:10px;height:380px}.widget-title{font-weight:600;font-size:22px}.member-list{list-style:none}.member-item{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.user{display:flex;flex-direction:column}.username{font-weight:600}.user-design{font-weight:300}.member-bt{display:flex;align-items:center;border:0;border-radius:10px;padding:7px 10px;gap:5px;background-color:#e2e2fa;color:#333;cursor:pointer;margin:0}.user-vis-icon{font-size:16px!important}@media screen and (max-width: 480px){.member-widget{width:100%;margin:0}}.userlist{flex:4;margin:20px;padding:20px;border-radius:10px;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow)}.user-list-user{display:flex;align-items:center}.user-list-img{width:32px;height:32px;object-fit:cover;border-radius:50%;margin-right:10px}.user-list-edit-bt{border-radius:10px;padding:5px 10px;background-color:#3bb077;color:#fff;cursor:pointer;margin-right:20px}.user-list-del-icon{color:red;cursor:pointer}.import-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-overlay-bg);display:flex;align-items:center;justify-content:center;z-index:9999}.import-modal{background:var(--color-bg-elevated);color:var(--color-text);border-radius:10px;width:640px;max-width:95vw;max-height:85vh;overflow-y:auto;padding:24px}.import-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.import-modal-close{background:none;border:none;font-size:18px;cursor:pointer;color:var(--color-text-secondary)}.import-step p{color:var(--color-text-secondary);margin-bottom:16px}.import-secondary-bt{display:inline-block;background:#333;color:#fff;border:none;padding:10px 16px;border-radius:4px;cursor:pointer;margin-right:10px;margin-bottom:10px}.import-upload-bt{display:inline-block;background:#1976d2;color:#fff;padding:10px 16px;border-radius:4px;cursor:pointer;margin-bottom:10px}.import-primary-bt{background:#e50914;color:#fff;border:none;padding:10px 18px;border-radius:4px;cursor:pointer;font-weight:600;margin-top:10px}.import-mapping-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.import-mapping-item{display:flex;align-items:center;gap:10px}.import-mapping-header{flex:1;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.import-mapping-item select{flex:1;padding:6px;border:1px solid var(--color-border-strong);border-radius:4px;background-color:var(--color-input-bg);color:var(--color-text)}.import-preview-wrap{overflow-x:auto;margin-bottom:16px;border:1px solid var(--color-border)}.import-preview{border-collapse:collapse;width:100%;font-size:13px}.import-preview th,.import-preview td{border:1px solid var(--color-border);padding:6px 10px;text-align:left;white-space:nowrap}.import-preview th{background:var(--color-bg-alt)}.import-actions{display:flex;gap:10px;align-items:center}.import-result-summary{font-weight:600;color:var(--color-text)}.import-result-list{list-style:none;padding:0;margin:10px 0;max-height:240px;overflow-y:auto}.import-result-list li{padding:6px 0;border-bottom:1px solid var(--color-border);font-size:14px}.import-send-email{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;color:var(--color-text);cursor:pointer}.import-warn{color:#e65100}.import-email-ok{color:#2e7d32}.import-errors li{color:#c62828}.newuser{flex:4;padding:20px;margin:20px;border-radius:10px;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow)}.new-user-form{display:flex;flex-wrap:wrap}.new-user-item{width:400px;display:flex;flex-direction:column;margin:10px 20px 0 0}.new-user-item>label{margin-bottom:10px;font-size:14px;font-weight:600;color:var(--color-text-muted)}.new-user-item>input{height:40px;padding:10px;border:1px solid var(--color-border-strong);border-radius:5px;background-color:var(--color-input-bg);color:var(--color-text)}.new-user-gender>input{margin-top:15px}.new-user-gender>label{margin:10px;font-size:18px;color:var(--color-text-secondary)}.new-user-select{height:40px;border:1px solid var(--color-border-strong);border-radius:5px;background-color:var(--color-input-bg);color:var(--color-text)}.new-user-bt{height:40px;width:400px;background-color:var(--color-accent);color:var(--color-accent-contrast);padding:7px 10px;font-weight:600;border-radius:10px;margin-top:30px;cursor:pointer}.productlist{flex:4;margin:20px;padding:20px;border-radius:10px;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow)}.product-list-item{display:flex;align-items:center}.product-list-img{height:32px;width:32px;border-radius:50%;object-fit:cover;margin-right:10px}.product-list-edit-bt{border-radius:10px;padding:5px 10px;background-color:#3bb077;color:#fff;cursor:pointer;margin-right:20px}.product-list-del-bt{color:red;cursor:pointer}.course-table{width:100%;border-collapse:collapse}.course-table th{text-align:left;padding:12px 10px;border-bottom:1px solid var(--color-border, #444);font-weight:600}.course-table td{padding:10px;border-bottom:1px solid var(--color-border, #333);vertical-align:middle}.course-table-row{background-color:var(--color-bg-elevated)}.course-table-row.dragging{opacity:.5}.course-drag-handle{cursor:grab;display:flex;align-items:center;justify-content:center;color:#888;touch-action:none}.course-drag-handle:active{cursor:grabbing}.user-div{padding:20px}.user-title-cont{display:flex;align-items:center;justify-content:space-between}.user-title{font-weight:600}.user-show-img{width:40px;height:40px;object-fit:cover;border-radius:50%}.user-update-img{width:100px;height:100px;border-radius:10px;margin-right:20px;object-fit:cover}.user-add-bt{width:80px;padding:5px;background-color:teal;border-radius:5px;cursor:pointer;color:#fff;font-size:15px}.user-cont{display:flex;margin-top:20px}.user-show{flex:1;padding:20px;border-radius:10px;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow)}.user-update{flex:2;padding:20px;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow);margin-left:20px;border-radius:10px}.user-show-top{display:flex;align-items:center}.user-show-top-title{display:flex;flex-direction:column;margin-left:20px}.user-show-username{font-weight:600}.user-show-desig{font-weight:300}.user-show-bottom{margin-top:20px}.user-show-title{font-size:14px;font-weight:600;color:var(--color-text-muted)}.user-show-info{display:flex;align-items:center;margin:20px 0;color:var(--color-text)}.user-show-icon{font-size:16px!important}.user-show-info-title{margin-left:10px}.user-update-title{font-size:24px;font-weight:600}.user-update-form{display:flex;justify-content:space-between;margin-top:20px}.user-update-item{display:flex;flex-direction:column;margin-top:10px}.user-update-item>label{margin-bottom:5px;font-size:14px}.user-update-ip{width:250px;height:30px;outline:0;border-bottom:1px solid var(--color-border-strong);background-color:transparent;color:var(--color-text)}.user-update-right{display:flex;flex-direction:column;justify-content:space-between}.user-update-upload{display:flex;align-items:center}.user-update-icon{cursor:pointer}.user-update-bt{border-radius:5px;padding:5px;cursor:pointer;background-color:var(--color-accent);color:var(--color-accent-contrast);font-weight:600}@media screen and (max-width: 480px){.user-div,.user-cont,.user-update-form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%}.user-show,.user-update,.user-update-form,.user-update-bt{width:100%}.user-title{margin-right:20px}.user-title-cont{width:100%;margin-top:0}.user-update-upload{display:none}.user-update{margin-left:0;margin-top:10px}}.product{flex:4;padding:0 20px}.product-title{margin-left:20px}.product-title-cont{display:flex;align-items:center;justify-content:space-between}.product-add-bt{margin-right:20px;width:80px;padding:5px;background-color:teal;color:#fff;border-radius:5px;font-size:16px;cursor:pointer}.product-info-img{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:20px}.product-info-key{margin-right:20px}.product-upload-img{width:220px;height:124px;border-radius:10px;object-fit:cover;margin-right:20px;background:var(--color-bg-hover);display:block}.product-upload-img.vertical{width:124px;height:186px}.product-top{display:flex}.product-top-left{flex:2}.product-top-right{flex:1}.product-top-right,.product-bottom{padding:20px;margin:20px;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow);border-radius:10px}.product-bottom{margin-top:10px}.product-info-top{display:flex;align-items:center}.product-name{font-weight:600}.product-info-bottom{margin-top:10px}.product-info-item{width:150px;display:flex;justify-content:space-between}.product-info-value{font-weight:300}.product-form{display:flex;justify-content:space-between}.product-form-left{display:flex;flex-direction:column;width:100%;margin-right:40px}.product-form-left>label{margin-bottom:10px;color:var(--color-text-secondary);width:100%}.product-form-left>input{margin-bottom:10px;padding:5px;border:1px solid var(--color-border-strong);border-radius:5px;width:100%;height:40px;background-color:var(--color-input-bg);color:var(--color-text)}.product-form-left>select{margin-bottom:10px}.product-form-right{display:flex;flex-direction:column;justify-content:space-between}.product-upload{display:flex;align-items:center}.product-upload-controls{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.generate-cover-bt{background:linear-gradient(135deg,#7c3aed,#db2777);color:#fff;border:none;padding:6px 14px;border-radius:4px;cursor:pointer;font-size:13px;font-weight:600}.generate-cover-bt:disabled{opacity:.6;cursor:default}.product-bt{padding:5px;border-radius:5px;background-color:var(--color-accent);color:var(--color-accent-contrast);font-weight:600;cursor:pointer}@media screen and (max-width: 480px){.product,.product-top,.product-form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.product-title{margin-right:20px;margin-left:0}.product-title-cont{width:100%}.product-upload{display:none}.product-add-bt{margin-right:0}.product-top-right{width:90%;margin:0}.product-bottom,.product-form,.product-bt{width:100%}}.modules-section{margin-top:30px;padding:20px;background:var(--color-bg-elevated);border-radius:8px;-webkit-box-shadow:0px 0px 15px -10px rgba(0,0,0,.75);box-shadow:0 0 15px -10px #000000bf}.modules-section h2{margin-bottom:15px}.module-card{border:1px solid var(--color-border);border-radius:6px;margin-bottom:12px;padding:12px}.module-head{display:flex;justify-content:space-between;align-items:center}.module-toggle{background:none;border:none;color:var(--color-text);font-size:16px;font-weight:600;cursor:pointer;text-align:left}.lessons-panel{margin-top:12px;padding-left:12px;border-left:2px solid var(--color-border)}.nested-list{list-style:none;padding:0;margin:0 0 10px}.nested-item{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--color-border)}.nested-empty{color:var(--color-text-muted);padding:6px 0}.nested-del{background:#e50914;color:#fff;border:none;padding:4px 10px;border-radius:4px;cursor:pointer;font-size:12px}.nested-form{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.nested-form input,.nested-form select{padding:8px;border:1px solid var(--color-border-strong);border-radius:4px;flex:1;min-width:120px;background-color:var(--color-input-bg);color:var(--color-text)}.nested-form button[type=submit]{background:#1976d2;color:#fff;border:none;padding:8px 14px;border-radius:4px;cursor:pointer;font-weight:600}.module-add{margin-top:16px;padding-top:16px;border-top:1px dashed var(--color-border-strong)}.save-status{display:inline-block;margin-top:8px;font-size:13px;color:var(--color-text-muted)}.save-status.saved{color:#2e7d32}.save-status.error{color:#e50914}.module-thumb{width:32px;height:32px;object-fit:cover;border-radius:4px;margin:0 8px;vertical-align:middle}.module-actions{display:flex;gap:8px}.nested-edit{background:#1976d2;color:#fff;border:none;padding:4px 10px;border-radius:4px;cursor:pointer;font-size:12px}.nested-cancel{background:#999;color:#fff;border:none;padding:6px 14px;border-radius:4px;cursor:pointer}.module-edit-form{display:flex;gap:16px;margin-top:12px;padding:12px;background:var(--color-bg-alt);border-radius:6px}.module-edit-thumb,.lesson-edit-thumb{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.module-edit-thumb img,.lesson-edit-thumb img{width:90px;height:90px;object-fit:cover;border-radius:6px}.lesson-thumb-empty{width:90px;height:90px;background:var(--color-bg-hover);border-radius:6px}.thumb-remove-bt{width:90px;text-align:center;background:#777}.thumb-hint{width:110px;text-align:center;color:var(--color-text-muted);font-size:11px;line-height:1.3}.module-edit-fields,.lesson-edit-fields{display:flex;flex-direction:column;gap:8px;flex:1}.module-edit-fields input,.module-edit-fields textarea,.lesson-edit-fields input,.lesson-edit-fields textarea,.lesson-edit-fields select{padding:8px;border:1px solid var(--color-border-strong);border-radius:4px;width:100%;background-color:var(--color-input-bg);color:var(--color-text)}.lesson-file-field{display:flex;align-items:center;gap:10px}.lesson-file-field a{color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-edit-fields textarea,.lesson-edit-fields textarea{min-height:50px;resize:vertical}.module-edit-fields button,.lesson-edit-actions button{align-self:flex-start;background:#1976d2;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:600}.lesson-row{gap:10px}.lesson-thumb{width:56px;height:32px;border-radius:4px;overflow:hidden;flex-shrink:0;background:var(--color-bg-hover);display:flex;align-items:center;justify-content:center}.lesson-thumb img{width:100%;height:100%;object-fit:cover}.lesson-title-cell{flex:1;display:flex;align-items:center;gap:8px}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid var(--color-text-muted);color:var(--color-text-muted);font-size:11px;font-style:italic;cursor:help}.lesson-edit-row{align-items:flex-start;gap:16px}.lesson-edit-row-inline,.lesson-edit-actions{display:flex;gap:8px}.newproduct{flex:3;padding:20px;background-color:var(--color-bg-elevated);box-shadow:var(--color-shadow);margin:20px;border-radius:10px}.newproduct-hint{color:var(--color-text-muted);margin-top:6px;font-size:14px}.field-hint{display:block;margin-top:6px;color:var(--color-text-muted);font-size:12px}.newproduct-form{margin-top:10px;display:flex;gap:20px;flex-wrap:wrap}.newproduct-item{width:200px;display:flex;flex-direction:column;margin-bottom:10px}.newproduct-item>label{color:var(--color-text-secondary);font-weight:600;margin-bottom:10px}.newproduct-item>input,.newproduct-item>select{padding:10px;border:1px solid var(--color-border-strong);border-radius:5px;outline:0;background-color:var(--color-input-bg);color:var(--color-text)}.newproduct-bt{margin-top:10px;padding:7px 10px;border-radius:10px;background-color:var(--color-accent);color:var(--color-accent-contrast);font-weight:600;cursor:pointer;height:40px}.newproduct-hint{color:var(--color-text-muted);margin-top:-10px;margin-bottom:16px;font-size:14px}.settings-upload-item{margin-bottom:20px}.settings-upload-label{display:block;color:var(--color-text-secondary);font-weight:600;margin-bottom:8px;font-size:14px}.settings-upload-preview{width:100px;height:100px;border-radius:10px;background:var(--color-bg-alt);display:flex;align-items:center;justify-content:center;margin-bottom:8px;overflow:hidden;font-weight:800;color:#e50914;font-size:20px}.settings-upload-preview img{width:100%;height:100%;object-fit:contain}.settings-upload-preview.logo-preview{width:220px;height:80px}.settings-upload-preview.background-preview{width:220px;height:124px}.settings-upload-preview.background-preview img{object-fit:cover}.settings-upload-preview.intro-video-preview{width:220px;height:124px}.settings-upload-preview.intro-video-preview video{width:100%;height:100%;object-fit:cover}.settings-upload-item .intro-video-remove{background:transparent;color:#999;border:1px solid #444;cursor:pointer;margin-left:8px}.settings-upload-item .intro-video-remove:hover{color:#fff;border-color:#666}.settings-upload-bt{display:inline-block;background:#333;color:#fff;border-radius:4px;padding:6px 14px;cursor:pointer;font-size:13px}.reasons-editor{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.reason-edit-card{display:flex;flex-direction:column;gap:8px}.reason-edit-card input,.reason-edit-card textarea{padding:8px;border:1px solid var(--color-border-strong);border-radius:4px;background-color:var(--color-input-bg);color:var(--color-text)}.reason-edit-card textarea{min-height:70px;resize:vertical}.faq-edit-item{flex-direction:column;align-items:stretch!important;gap:8px;padding:12px 0}.faq-edit-item input,.faq-edit-item textarea{padding:8px;border:1px solid var(--color-border-strong);border-radius:4px;width:100%;background-color:var(--color-input-bg);color:var(--color-text)}.faq-edit-item textarea{min-height:50px}.login-body{display:flex;justify-content:center;align-items:center;min-height:100dvh;background:url(/assets/bg-1njk3j_5.jpg) no-repeat;background-size:cover;background-position:center}.login-wrapper{width:420px;background:transparent;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);color:#fff;border-radius:12px;padding:30px 40px}.login-wrapper h1{font-size:36px;text-align:center}.login-wrapper .login-input-box{position:relative;width:100%;height:50px;margin:30px 0}.login-input-box input{width:100%;height:100%;background:transparent;border:none;outline:none;border:2px solid rgba(255,255,255,.2);border-radius:40px;font-size:16px;color:#fff;padding:20px 45px 20px 20px}.login-input-box input::placeholder{color:#fff}.login-input-box i{position:absolute;right:20px;top:30%;transform:translate(-50%);font-size:20px}.login-wrapper .login-remember-forgot{display:flex;justify-content:space-between;font-size:14.5px;margin:-15px 0 15px}.login-remember-forgot label input{accent-color:#fff;margin-right:3px}.login-remember-forgot a{color:#fff;text-decoration:none}.login-remember-forgot a:hover{text-decoration:underline}.login-wrapper .btn{width:100%;height:45px;background:#fff;border:none;outline:none;border-radius:40px;box-shadow:0 0 10px #0000001a;cursor:pointer;font-size:16px;color:#333;margin-bottom:5px;font-weight:600}.login-wrapper .register-link{font-size:14.5px;text-align:center;margin:20px 0 15px}.login-register-link p a{color:#fff;text-decoration:none;font-weight:600}.login-register-link p a:hover{text-decoration:underline}@media screen and (max-width: 480px){.login-wrapper{margin:15px}}.container{display:flex;margin-top:64px;min-height:calc(100vh - 64px)}.main-container{flex:1;margin-left:220px;width:100%;transition:margin-left .2s ease,background-color .2s ease,color .2s ease;background-color:var(--color-bg);color:var(--color-text)}.main-container.collapsed{margin-left:0}@media screen and (max-width: 480px){.main-container{margin-left:0}}.navbar{width:100%;height:64px;background-color:var(--color-navbar-bg);position:fixed;top:0;z-index:9999;transition:background-color .2s ease}.navbar.scrolled{background-color:var(--color-navbar-scrolled-bg);transition:all .4s ease}.navbar .wrapper{height:100%;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.logo{font-weight:700;font-size:30px;color:var(--color-text);cursor:pointer}.nav-left{display:flex;align-items:center;gap:16px}.brand-wrap{display:flex;align-items:center;gap:8px}.brand{font-weight:800;font-size:22px;color:#e50914;letter-spacing:-1px;cursor:default}.brand-logo-img{height:28px;align-self:center}.logo-subtitle{font-size:12px;color:var(--color-text-secondary)}@media screen and (max-width: 480px){.logo-subtitle{display:none}}.nav-right{display:flex;justify-content:center;align-items:center;gap:10px}.nav-right .nav-right-cont{position:relative;cursor:pointer;color:var(--color-text-secondary)}.nav-right .nav-right-cont .badge{width:15px;height:15px;background-color:red;position:absolute;color:wheat;display:flex;align-items:center;justify-content:center;border-radius:50%;top:-5px;right:0;font-size:10px}.avatar{height:30px;width:30px;border-radius:50%;cursor:pointer}.menu-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;cursor:pointer;color:var(--color-text-secondary);transition:background-color .15s ease,color .15s ease}.menu-icon svg{font-size:20px}.menu-icon:hover{background-color:var(--color-bg-hover, rgba(255, 255, 255, .08));color:var(--color-text)}.options{display:none;background-color:var(--color-navbar-scrolled-bg);border-radius:5px;color:#fff}.options span{padding:10px;cursor:pointer;display:flex;align-items:center;gap:8px}.options span.theme-option svg{font-size:18px}.icon{margin-right:20px;cursor:pointer}.show{display:flex;flex-direction:column;position:absolute;top:52px;right:20px}@media screen and (max-width: 480px){.menu-icon{display:inline}}.sidebar{height:calc(100vh - 64px);background-color:var(--color-sidebar-bg);box-shadow:#00000026 1.95px 1.95px 2.6px;position:fixed;top:64px;z-index:999;overflow-x:hidden;overflow-y:auto;transition:width .2s ease,background-color .2s ease;width:220px}@media screen and (min-width: 481px){.sidebar.open{width:0;box-shadow:none}}.wrapper{padding:10px 20px 0;color:var(--color-sidebar-text)}.menu{margin-bottom:10px}.sidebar-title{font-size:15px;pointer-events:none;color:#bbbaba}.sidebar-list{list-style:none;padding:5px}.sidebar-list .list-item{padding:5px;cursor:pointer;display:flex;align-items:center;border-radius:10px;color:var(--color-sidebar-text)}.list-item:hover{background-color:var(--color-sidebar-hover)}.icon{margin-right:5px;font-size:20px!important}@media screen and (max-width: 480px){.sidebar{width:70px;position:fixed;top:64px;left:-220px}.sidebar-title,.list-item span{display:none}.open{left:0}.sidebar-list{padding:0}}.page-transition.fadeIn{animation:pt-fade-in .24s ease both}.page-transition.fadeOut{animation:pt-fade-out .16s ease both}.page-fade-in{animation:pt-fade-in .26s ease both}@keyframes pt-fade-in{0%{opacity:0}to{opacity:1}}@keyframes pt-fade-out{0%{opacity:1}to{opacity:0}}:root{--color-bg: #f5f6fa;--color-bg-elevated: #ffffff;--color-bg-alt: #fafafa;--color-bg-hover: #f0f0f0;--color-text: #333333;--color-text-secondary: #555555;--color-text-muted: #999999;--color-border: #e5e5e5;--color-border-strong: #cccccc;--color-sidebar-bg: #e50914;--color-sidebar-text: #ffffff;--color-sidebar-hover: rgba(0, 0, 0, .18);--color-navbar-bg: #ffffff;--color-navbar-scrolled-bg: #0f0f0f;--color-accent: darkblue;--color-accent-contrast: #ffffff;--color-shadow: rgba(14, 30, 37, .12) 0px 2px 4px 0px, rgba(14, 30, 37, .32) 0px 2px 16px 0px;--color-input-bg: #ffffff;--color-overlay-bg: rgba(0, 0, 0, .5)}[data-theme=dark]{--color-bg: #16171b;--color-bg-elevated: #1e1f24;--color-bg-alt: #26272c;--color-bg-hover: #2c2d33;--color-text: #e6e6e6;--color-text-secondary: #b3b3b3;--color-text-muted: #8a8a8a;--color-border: #34353b;--color-border-strong: #44454c;--color-sidebar-bg: #3a0a0e;--color-sidebar-text: #ffffff;--color-sidebar-hover: rgba(255, 255, 255, .12);--color-navbar-bg: #1a1b1f;--color-navbar-scrolled-bg: #000000;--color-accent: #6c8fff;--color-accent-contrast: #ffffff;--color-shadow: rgba(0, 0, 0, .4) 0px 2px 4px 0px, rgba(0, 0, 0, .6) 0px 2px 16px 0px;--color-input-bg: #26272c;--color-overlay-bg: rgba(0, 0, 0, .7)}*{box-sizing:border-box;margin:0;padding:0;border:0;font-family:"Source Sans 3",sans-serif}body{background-color:var(--color-bg);color:var(--color-text)}.link{text-decoration:none}
