@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";body{margin:0}.cr-container{box-sizing:border-box;color:#0f172a;background-color:#fff;flex-direction:row;width:100vw;height:100vh;padding:0;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;overflow:hidden}.cr-main-content{background-color:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;flex:1;min-width:0;display:flex}.cr-video-wrapper{aspect-ratio:16/9;background-color:#000;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.cr-video-iframe{width:100%;height:100%;position:absolute;top:0;left:0}.cr-react-player{position:absolute;top:0;left:0}.cr-custom-controls{-webkit-backdrop-filter:blur(12px);box-sizing:border-box;opacity:0;z-index:5;background:#0f172abf;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:calc(100% - 32px);padding:16px 20px;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 10px 30px #0000004d}.cr-controls-progress{width:100%;margin-bottom:14px}.cr-progress-bar{-webkit-appearance:none;cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.cr-progress-bar::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#6366f1;border-radius:50%;width:14px;height:14px;box-shadow:0 0 5px #00000080}.cr-progress-bar::-moz-range-thumb{cursor:pointer;background:#6366f1;border:none;border-radius:50%;width:14px;height:14px;box-shadow:0 0 5px #00000080}.cr-controls-bottom{justify-content:space-between;align-items:center;display:flex}.cr-controls-left,.cr-controls-right{align-items:center;gap:18px;display:flex}.cr-control-btn{color:#fff;cursor:pointer;opacity:.9;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:relative}.cr-control-btn:hover{color:#8b5cf6;opacity:1}.cr-rewind-btn,.cr-forward-btn{position:relative}.cr-seek-text{pointer-events:none;font-size:.55rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cr-time-display{color:#fff;opacity:.9;margin-left:8px;font-family:Outfit,monospace;font-size:.85rem;font-weight:500}.cr-video-placeholder{color:#94a3b8;letter-spacing:.5px;justify-content:center;align-items:center;height:100%;font-size:1.2rem;display:flex}.cr-video-footer{z-index:10;background-color:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;box-shadow:0 -4px 20px #00000005}.cr-breadcrumbs{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cr-breadcrumb-item{white-space:nowrap;letter-spacing:.3px;border-radius:20px;flex-shrink:0;padding:6px 14px;font-size:.85rem;font-weight:500;transition:all .3s}.cr-tag-springboot{color:#2563eb;background-color:#eff6ff;border:1px solid #bfdbfe}.cr-tag-section{color:#475569;background-color:#f8fafc;border:1px solid #e2e8f0}.cr-tag-lesson{color:#ea580c;background-color:#fff7ed;border:1px solid #ffedd5}.cr-marquee-container{background-color:#f8fafc;border-top:1px solid #e2e8f0;flex:1;align-items:center;display:flex;position:relative;overflow:hidden}.cr-marquee-content{white-space:nowrap;width:max-content;animation:20s linear infinite scrollText;display:flex}.cr-marquee-group{align-items:center;display:flex}.cr-marquee-item{color:#3b82f6;align-items:center;gap:8px;padding:0 40px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;display:flex}@keyframes scrollText{0%{transform:translate(0)}to{transform:translate(-50%)}}.cr-footer-actions{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.cr-footer-actions::-webkit-scrollbar{display:none}.cr-tag-compiler{color:#7e22ce;background-color:#f3e8ff;border:1px solid #e9d5ff;text-decoration:none}.cr-tag-compiler:hover{background-color:#e9d5ff}.cr-tag-testzone{color:#15803d;background-color:#dcfce7;border:1px solid #bbf7d0;text-decoration:none}.cr-tag-testzone:hover{background-color:#bbf7d0}.cr-tag-learning{color:#1d4ed8;background-color:#dbeafe;border:1px solid #bfdbfe;text-decoration:none}.cr-tag-learning:hover{background-color:#bfdbfe}.cr-tag-notes{color:#854d0e;background-color:#fef08a;border:1px solid #fde047;text-decoration:none}.cr-tag-notes:hover{background-color:#fde047}.cr-sidebar{z-index:20;background-color:#fff;border-left:1px solid #e2e8f0;flex-direction:column;width:420px;display:flex;overflow:hidden;box-shadow:-4px 0 25px #00000008}.cr-sidebar-header{background:linear-gradient(90deg,#fafafa,#fff);border-bottom:1px solid #e2e8f0;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 15px;display:flex}.cr-sidebar-header-title{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.cr-sidebar-header-user{flex-shrink:0;align-items:center;gap:12px;display:flex}.cr-header-icon{color:#8b5cf6;flex-shrink:0}.cr-sidebar-header h2{color:#0f172a;letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;font-weight:700;overflow:hidden}.cr-accordion-list{scrollbar-width:none;-ms-overflow-style:none;flex:1;overflow-y:auto}.cr-accordion-list::-webkit-scrollbar{display:none}.cr-accordion-item{border-bottom:1px solid #f1f5f9}.cr-accordion-item:last-child{border-bottom:none}.cr-accordion-header{cursor:pointer;background-color:#fff;justify-content:space-between;align-items:center;padding:10px;transition:background-color .2s;display:flex}.cr-accordion-header:hover{background-color:#f8fafc}.cr-accordion-title{color:#000;align-items:center;gap:10px;font-family:IM Fell DW Pica,serif;font-size:1rem;font-style:normal;font-weight:400;display:flex}.cr-section-icon{color:#94a3b8;transition:color .2s}.cr-accordion-header:hover .cr-section-icon{color:#64748b}.cr-section-name{color:#3b82f6}.cr-accordion-meta{color:#64748b;align-items:center;gap:12px;display:flex}.cr-section-progress{color:#000;background-color:#f1f5f9;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600}.cr-accordion-content{background-color:#fafafa;padding:12px 0}.cr-lesson-item{cursor:pointer;border:1px solid #0000;border-radius:8px;gap:10px;margin:2px 5px;padding:7px 10px;font-family:IM Fell DW Pica,serif;font-size:2rem;font-style:normal;font-weight:400;transition:all .2s;display:flex}.cr-lesson-item:hover{background-color:#f1f5f9}.cr-lesson-item.active{background-color:#f5f3ff;border:1px solid #ddd6fe;box-shadow:0 4px 12px #8b5cf614}.cr-lesson-number{color:#64748b;background-color:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.cr-lesson-item.active .cr-lesson-number{color:#fff;background-color:#8b5cf6;box-shadow:0 0 10px #8b5cf64d}.cr-lesson-details{flex-direction:column;flex:1;justify-content:center;gap:6px;display:flex}.cr-lesson-title{color:#000;margin:0;font-size:1rem;font-style:normal;font-weight:400;line-height:1.4;transition:color .2s;font-family:Young Serif,serif!important}.cr-lesson-item:hover .cr-lesson-title{color:#334155}.cr-lesson-item.active .cr-lesson-title{color:#6d28d9;font-weight:600;font-family:Young Serif,serif!important}.cr-lesson-meta{justify-content:space-between;align-items:center;display:flex}.cr-lesson-duration{color:#94a3b8;align-items:center;gap:6px;font-size:.75rem;font-weight:500;display:flex}.cr-lesson-item.active .cr-lesson-duration{color:#8b5cf6}.cr-meta-icon{opacity:.8}.cr-volume-icon{color:#8b5cf6;animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.cr-big-play-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0006,0 0 0 10px #4f46e533}.cr-big-play-btn:hover{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 15px 40px #00000080,0 0 0 15px #4f46e54d}.cr-big-play-icon{width:36px;height:36px;margin-left:6px}@media (width<=1024px){.cr-container{flex-direction:column;height:100vh;overflow:hidden auto}.cr-main-content{border-radius:0;flex:none;margin:0}.cr-sidebar{width:100%;max-height:none;box-shadow:none;border-top:1px solid #e2e8f0;border-left:none;border-radius:0;margin:0}}@media (width<=768px){.cr-video-footer{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 20px}.cr-breadcrumbs{gap:8px}.cr-breadcrumb-item{padding:6px 12px;font-size:.75rem}.cr-sidebar-header{padding:20px 24px}.cr-sidebar-header h2{font-size:1.1rem}.cr-accordion-header{padding:16px 20px}.cr-lesson-item{margin:4px 8px;padding:12px 16px}.cr-custom-controls{border-radius:12px;width:calc(100% - 24px);padding:12px 16px;bottom:12px;left:12px}.cr-controls-left,.cr-controls-right{gap:12px}.cr-time-display{margin-left:8px;font-size:.75rem}.cr-big-play-btn{width:60px;height:60px;box-shadow:0 5px 20px #0006,0 0 0 8px #4f46e533}.cr-big-play-icon{width:28px;height:28px;margin-left:4px}}@media (width<=480px){.cr-time-display{display:none}.cr-controls-left,.cr-controls-right{gap:16px}.cr-control-btn svg{width:20px;height:20px}.cr-custom-controls{width:100%;box-shadow:none;-webkit-backdrop-filter:none;background:linear-gradient(#0000 0%,#000c 100%);border:none;border-radius:0;padding:12px 16px;bottom:0;left:0}.cr-seek-text{font-size:.5rem}.cr-progress-bar{height:4px;margin-bottom:12px}.cr-progress-bar::-webkit-slider-thumb{width:14px;height:14px}.cr-progress-bar::-moz-range-thumb{width:14px;height:14px}.cr-big-play-btn{width:48px;height:48px;box-shadow:0 4px 15px #0006,0 0 0 6px #4f46e533}.cr-big-play-icon{width:22px;height:22px;margin-left:3px}}.app-loading-container{background-color:#f8fafc;justify-content:center;align-items:center;height:100vh;display:flex}.app-loading-content{flex-direction:column;align-items:center;gap:16px;display:flex}.app-loading-spinner{border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;width:40px;height:40px;animation:1s linear infinite app-spin}.app-loading-text{color:#64748b;margin:0;font-family:Outfit,sans-serif;font-weight:500}@keyframes app-spin{to{transform:rotate(360deg)}}.login-container{box-sizing:border-box;background-color:#f8fafc;background-image:url(/bg.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;justify-content:flex-end;align-items:center;width:100vw;min-height:100vh;padding-right:10%;font-family:Outfit,sans-serif;display:flex;overflow:hidden}.login-card{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffff26;border:1px solid #fff6;border-radius:16px;width:100%;max-width:420px;padding:40px;box-shadow:0 8px 32px #1f268726}.login-icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex}.login-icon-wrapper.error{background-color:#fef2f2}.login-icon-wrapper.success{background-color:#eff6ff}.login-title{color:#0f172a;margin:0 0 12px;font-size:1.5rem;font-weight:700}.login-subtitle{color:#64748b;margin:0 0 32px;font-size:.95rem;line-height:1.5}.login-error-container{flex-direction:column;gap:16px;display:flex}.login-error-box{color:#991b1b;text-align:left;background-color:#fee2e2;border-left:4px solid #ef4444;border-radius:6px;margin-bottom:8px;padding:16px;box-shadow:0 2px 10px #ef44441a}.login-error-header{color:#b91c1c;align-items:center;gap:8px;margin-bottom:8px;display:flex}.login-error-header span{letter-spacing:.5px;font-size:1.1rem;font-weight:700}.login-error-text{margin:0;font-size:.95rem;font-weight:500;line-height:1.5}.login-btn-outline{color:#ef4444;cursor:pointer;background-color:#fff;border:2px solid #fca5a5;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:14px 24px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.login-btn-outline:hover{background-color:#fef2f2;border-color:#ef4444}.login-btn-primary{color:#fff;cursor:pointer;background-color:#4f46e5;border:none;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px 24px;font-size:1rem;font-weight:600;transition:background-color .2s;display:flex}.login-btn-primary:hover:not(:disabled){background-color:#4338ca}.login-btn-primary:disabled{cursor:not-allowed;opacity:.7}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@media (width<=768px){.login-container{background-size:cover;justify-content:center;padding:20px}.login-card{padding:30px 20px}.login-title{font-size:1.25rem}.login-subtitle{margin-bottom:24px;font-size:.85rem}}
