:root{--text:#f5f5f5;--text-h:#fff;--text-muted:silver;--bg:#181818;--surface:#212121;--border:#333;--border-soft:#3a3a3c;--code-bg:#1f1f21;--accent:#6d8eff;--accent-bg:#6d8eff26;--accent-border:#6d8eff99;--social-bg:#3a3a3c;--shadow:0 18px 45px #00000073;--sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--heading:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{text-align:center;box-sizing:border-box;background:var(--bg);border-inline:none;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}body{background:var(--bg);color:var(--text);scrollbar-gutter:stable;margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{color:var(--text-muted);margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}html,body{scrollbar-gutter:stable;height:100%;overflow-y:scroll}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.auth-wrapper{background-color:#181818;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{background-color:#212121;border:1px solid #333;border-radius:12px;width:100%;max-width:400px;padding:40px;box-shadow:0 18px 45px #00000073}.auth-card h2{text-align:center;color:#fff;margin-bottom:24px;font-size:1.75rem}.auth-form{flex-direction:column;gap:16px;display:flex}.input-group{flex-direction:column;display:flex}.input-group label{color:#e0e0e0;margin-bottom:6px;font-size:.9rem;font-weight:500}.input-group input{color:#f5f5f5;background:#1f1f21;border:1px solid #3d3d3f;border-radius:8px;outline:none;padding:.5rem .6rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.input-group input:focus{border-color:#6d8eff;box-shadow:0 0 0 1px #6d8eff99}.auth-btn{color:#fff;cursor:pointer;background-color:#6d8eff;border:none;border-radius:9999px;margin-top:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s,transform 50ms,box-shadow .15s}.auth-btn:hover{background-color:#859bff;box-shadow:0 10px 25px #6d8eff59}.auth-btn:active{box-shadow:none;transform:translateY(1px)}.auth-footer{text-align:center;color:#b0b0b0;margin-top:24px;font-size:.9rem}.auth-link{color:#9fb3ff;cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s}.auth-link:hover{color:#c0d1ff;text-decoration:underline}.auth-app-name{text-align:center;color:#6d8eff;letter-spacing:1px;margin-bottom:20px;font-size:2.2rem;font-weight:800}.layout-container{background-color:#181818;height:100vh;min-height:100vh;display:flex;overflow:hidden}.sidebar{color:#fff;z-index:10;background-color:#29292a;border-right:1px solid #3a3a3c;flex-direction:column;width:260px;max-height:100vh;padding:24px 20px;display:flex;overflow-y:auto;box-shadow:2px 0 10px #0009}.sidebar h2{text-align:center;letter-spacing:1px;color:#fff;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.sidebar ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.sidebar a{color:#e0e0e0;border:1px solid #0000;border-radius:9999px;padding:.4rem .9rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:block}.sidebar a:hover{color:#fff;background-color:#3a3a3c;border-color:#505053}.logout-btn{color:#fff;cursor:pointer;background-color:#6d8eff;border:none;border-radius:9999px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s,transform 50ms,box-shadow .15s}.logout-btn:hover{background-color:#859bff;box-shadow:0 10px 25px #6d8eff59}.logout-btn:active{box-shadow:none;transform:translateY(1px)}.main-content{color:#f5f5f5;scrollbar-gutter:stable;background-color:#181818;flex:1;padding:40px;overflow-y:auto}.sidebar-footer{border-top:1px solid #3a3a3c;flex-direction:column;align-items:center;gap:.5rem;margin-top:auto;padding-top:1.5rem;display:flex}.sidebar-logo img{border-radius:4px;max-width:100%;height:auto}.sidebar-footnotes{color:#b0b0b0;text-align:center;font-size:.8rem}html,body{height:100%;overflow:hidden}.page-description{color:#f5f5f5;width:100%}.page-header{border-bottom:1px solid #333;margin-bottom:30px;padding-bottom:20px}.page-header h1{color:#fff;margin-bottom:8px;font-size:2.2rem}.page-header p{color:silver;font-size:1rem}.filter-controls-container{background-color:#1f1f21;border:1px solid #333;border-radius:10px;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding:15px;display:flex}.search-group{flex-direction:column;flex:250px;min-width:200px;display:flex}.search-label{color:#b0b0b0;margin-bottom:6px;font-size:.9rem;display:block}.filter-input{color:#f5f5f5;background:#212121;border:1px solid #3d3d3f;border-radius:9999px;outline:none;padding:.35rem .6rem;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.filter-input:focus{border-color:#6d8eff;box-shadow:0 0 0 1px #6d8eff99}.dashboard-grid{scrollbar-gutter:stable;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}@media (width<=768px){.filter-controls-container{flex-direction:column;padding:15px}.search-group{flex:100%;min-width:auto}}.card{background-color:#212121;border:1px solid #333;border-radius:12px;flex-direction:column;padding:25px;display:flex;box-shadow:0 18px 45px #00000073}.card-header{scrollbar-gutter:stable;border-bottom:1px solid #333;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.card-header h2{color:#fff;white-space:nowrap;margin:0;font-size:1.5rem}.card-body{flex-grow:1}.lectures-section .input-group{white-space:nowrap;scrollbar-gutter:stable;flex-shrink:0;gap:8px;flex-direction:row!important;align-items:center!important;display:flex!important}.lectures-section .input-group label{color:#e0e0e0;margin:0;font-size:.95rem}.lectures-section .input-group select{color:#f5f5f5;cursor:pointer;background-color:#1f1f21;border:1px solid #3d3d3f;border-radius:9999px;outline:none;padding:.35rem .6rem;font-size:.85rem;transition:border-color .2s}.lectures-section .input-group select:focus{border-color:#6d8eff}.lecture-list{scrollbar-gutter:stable;flex-direction:column;gap:20px;display:flex}.lecture-item{scrollbar-gutter:stable;background-color:#1f1f21;border:1px solid #333;border-radius:10px;padding:18px;position:relative;box-shadow:0 2px 8px #00000080}.lecture-meta{gap:8px;display:flex;position:absolute;top:15px;right:15px}.badge{color:#fff;border-radius:20px;padding:5px 10px;font-size:.75rem;font-weight:600;display:inline-block}.badge.online{background-color:#10b981}.badge.in-person{background-color:#6366f1}.badge.started{background-color:#f59e0b}.badge.canceled{background-color:#ef4444}.lecture-item h3{color:#fff;margin-bottom:10px;padding-right:80px;font-size:1.25rem}.lecture-item p{color:silver;margin-bottom:5px;font-size:.9rem}.lecture-item p strong{color:#fff}.lecture-description,.lecture-info{color:#b0b0b0;margin-top:10px;font-size:.85rem;line-height:1.5}.file-filters{flex-wrap:wrap;gap:10px;margin-bottom:10px;display:flex}.filter-input,.filter-input-small{color:#f5f5f5;background:#1f1f21;border:1px solid #3d3d3f;border-radius:9999px;outline:none;padding:.35rem .6rem;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.file-list{flex-direction:column;gap:15px;display:flex}.file-item{background-color:#1f1f21;border:1px solid #333;border-radius:10px;padding:15px;box-shadow:0 2px 8px #00000080}.file-item h4{color:#fff;margin-bottom:8px;font-size:1.1rem}.file-item h4 a{color:#9fb3ff;text-decoration:none}.file-item h4 a:hover{color:#c0d1ff;text-decoration:underline}.file-item p{color:silver;margin-bottom:4px;font-size:.85rem}.file-item p strong{color:#fff}.file-summary{color:#b0b0b0;margin-top:10px;font-size:.8rem;font-style:italic}.no-data-message{text-align:center;color:#b0b0b0;margin-top:20px;font-style:italic}.upload-form{align-items:center;gap:10px;display:flex}.file-input-hidden{display:none}.lecture-edit-form{flex-direction:column;gap:15px;margin-top:10px;display:flex}.lecture-edit-form .form-group{flex-direction:column;display:flex}.lecture-edit-form label{color:#e0e0e0;margin-bottom:5px;font-size:.9rem;font-weight:500}.lecture-edit-form input[type=text],.lecture-edit-form input[type=datetime-local],.lecture-edit-form textarea{color:#f5f5f5;background:#1f1f21;border:1px solid #3d3d3f;border-radius:8px;outline:none;padding:.5rem .6rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.lecture-edit-form input[type=text]:focus,.lecture-edit-form input[type=datetime-local]:focus,.lecture-edit-form textarea:focus{border-color:#6d8eff;box-shadow:0 0 0 1px #6d8eff99}.edit-actions{justify-content:flex-end;gap:10px;margin-top:15px;display:flex}.btn-primary,.btn-secondary,.btn-success,.btn-subscribe-author,.btn-download,.lecture-meta .action-button.edit-button{cursor:pointer;border:none;border-radius:9999px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,transform 50ms,box-shadow .15s;display:inline-block}.btn-primary,.lecture-meta .action-button.edit-button{color:#fff;background-color:#6d8eff}.btn-primary:hover,.lecture-meta .action-button.edit-button:hover:not(:disabled){background-color:#859bff;box-shadow:0 10px 25px #6d8eff59}.btn-secondary{color:#f5f5f5;background:#3a3a3c}.btn-secondary:hover{background:#4a4a4d;box-shadow:0 8px 18px #0006}.btn-success{color:#fff;background-color:#10b981}.btn-success:hover:not(:disabled){background-color:#059669}.btn-subscribe-author{color:#fff;background-color:#f59e0b}.btn-subscribe-author:hover:not(:disabled){background-color:#d97706}.btn-download{color:#fff;background-color:#6d8eff}.btn-download:hover{background-color:#859bff}button:disabled,.btn-primary:disabled,.btn-secondary:disabled,.btn-success:disabled,.btn-subscribe-author:disabled,.btn-download:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.header-actions{align-items:center;gap:15px;display:flex}.file-item .file-info-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.producttype-card{scrollbar-gutter:stable}.producttype-meta-id{color:#b0b0b0;font-size:.8rem}.producttype-meta-row{flex-wrap:wrap;gap:8px;display:flex}.meta-chip{color:#e0e0e0;background:#1f1f21;border:1px solid #333;border-radius:9999px;align-items:baseline;gap:4px;padding:4px 8px;font-size:.8rem;display:inline-flex}.meta-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:.7rem}.meta-value{color:#f5f5f5;font-weight:500}.producttype-footer{justify-content:flex-end;margin-top:16px;display:flex}.producttype-details{margin-top:16px}.producttype-table{border-collapse:collapse;scrollbar-gutter:stable;width:100%;margin-top:4px;font-size:.8rem}.producttype-table th,.producttype-table td{text-align:left;border-bottom:1px solid #333;padding:.4rem .5rem}.producttype-table thead{background:#29292a}.producttype-table th{color:#b0b0b0;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.producttype-details-empty{color:#b0b0b0;margin-top:12px;font-size:.8rem;font-style:italic}.producttype-grid{scrollbar-gutter:stable;grid-template-columns:1fr;gap:20px;display:grid}.card{scrollbar-gutter:stable;background-color:#212121;border:1px solid #333;border-radius:12px;flex-direction:column;padding:18px;display:flex;box-shadow:0 18px 45px #00000073}.producttype-header{margin-bottom:12px;padding-bottom:10px}.producttype-title{align-items:baseline;gap:8px;display:flex}.producttype-title h2{margin:0;font-size:1.2rem}.producttype-id{color:#b0b0b0;font-size:.85rem}.producttype-actions{gap:8px;display:flex}.producttype-actions .btn-secondary{padding:.3rem .8rem;font-size:.8rem}.producttype-footer{display:none}.purchase-form{flex-direction:column;gap:16px;display:flex}.purchase-row{flex-wrap:wrap;gap:16px;display:flex}.purchase-row .form-group{flex-direction:column;flex:200px;display:flex}.purchase-row .form-group label{color:#e0e0e0;margin-bottom:4px;font-size:.9rem}.hint-text{color:#9ca3af;margin-top:4px;font-size:.75rem}.purchase-actions{justify-content:flex-end;margin-top:8px;display:flex}.purchase-summary{color:silver;justify-content:space-between;align-items:baseline;margin-bottom:12px;font-size:.9rem;display:flex}.purchase-summary strong{color:#fff;font-size:1rem}.purchase-table{border-collapse:collapse;width:100%;font-size:.8rem}.purchase-table th,.purchase-table td{text-align:left;border-bottom:1px solid #333;padding:.4rem .5rem}.purchase-table thead{background:#29292a}.purchase-table th{color:#b0b0b0;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.purchase-product-name{color:#f5f5f5;font-weight:500}.purchase-product-barcode{color:#9ca3af;font-size:.75rem}
