:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:#f8fafc;color:#1f2937}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}button{border:none;background:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.08);padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;height:70px}.logo-section{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 12px #4f46e54d}.logo-text{display:flex;flex-direction:column;line-height:1}.logo-text strong{font-size:1.1rem;font-weight:800;color:#1f2937;letter-spacing:-.02em}.logo-subtitle{font-size:.75rem;font-weight:500;color:#6b7280;letter-spacing:.05em;margin-top:2px}.header-description{display:flex;align-items:center;color:#6b7280;font-size:.9rem;font-weight:500}@media (max-width: 768px){.header-container{padding:1rem}.header-description{display:none}.logo-text strong{font-size:1rem}}@media (max-width: 480px){.header-container{height:60px}.logo-icon{width:32px;height:32px}.logo-text strong{font-size:.9rem}.logo-subtitle{font-size:.7rem}}.dashboard{width:100%;min-height:100vh;background:#fff;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.dashboard-hero{background:linear-gradient(135deg,#4c63d2,#3b82f6,#2563eb);padding:3rem 0 2rem;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.hero-content{max-width:800px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem;letter-spacing:-.025em}.hero-title-accent{color:#a7f3d0}.hero-subtitle{font-size:1.1rem;color:#ffffffe6;font-weight:400;margin-bottom:1.5rem;line-height:1.5}.hero-visual{position:absolute;right:5%;top:50%;transform:translateY(-50%);opacity:.1;z-index:0}.dashboard-preview{width:400px;height:300px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000001a;overflow:hidden}.preview-header{height:32px;background:#f3f4f6;display:flex;align-items:center;padding:0 1rem}.preview-controls{display:flex;gap:.5rem}.control-dot{width:12px;height:12px;border-radius:50%}.control-dot.red{background:#ef4444}.control-dot.yellow{background:#f59e0b}.control-dot.green{background:#10b981}.preview-content{display:flex;height:268px}.preview-sidebar{width:80px;background:#f9fafb;padding:1rem .5rem;display:flex;flex-direction:column;gap:.5rem}.sidebar-item{height:24px;background:#e5e7eb;border-radius:4px}.sidebar-item.active{background:#4f46e5}.preview-main{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1rem}.main-header{height:32px;background:#f3f4f6;border-radius:6px}.main-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;flex:1}.grid-item{background:#f3f4f6;border-radius:6px}.grid-item.large{grid-column:span 2;height:60px}.dashboard-section{padding:1rem 0;background:#fff}.section-header{text-align:center;max-width:600px;margin:0 auto 2rem;padding:0 2rem}.section-header h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;letter-spacing:-.025em}.section-header p{font-size:1.125rem;color:#6b7280;line-height:1.6}.dashboard-header{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;text-align:center;padding:5rem 2rem 4rem;margin-bottom:3rem;position:relative;border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.dashboard-header:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff26,#ffffff0d,#ffffff1a);pointer-events:none;border-radius:0}.dashboard-header h1{font-size:4rem;font-weight:900;margin-bottom:1.5rem;position:relative;z-index:1;color:#fff;letter-spacing:-.05em;line-height:.9;text-shadow:2px 2px 20px rgba(0,0,0,.3);background:linear-gradient(135deg,#fff,#f0f4f8,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:glow 3s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:0 0 20px rgba(255,255,255,.5)}to{text-shadow:0 0 40px rgba(255,255,255,.8)}}.dashboard-header p{font-size:1.25rem;max-width:700px;margin:0 auto;line-height:1.7;color:#ffffffe6;position:relative;z-index:1;font-weight:300;text-shadow:1px 1px 10px rgba(0,0,0,.2)}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0 2rem 2rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}.video-card{background:#fff;border-radius:12px;padding:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e5e7eb;overflow:hidden;cursor:pointer;transition:all .3s ease;min-height:200px;display:flex;flex-direction:column}.video-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#d1d5db}.video-thumbnail{position:relative;height:80px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-thumbnail:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#6366f166,#8b5cf64d,#ec489966 70%,#3b82f64d);opacity:0;transition:opacity .3s ease;pointer-events:none}.video-card:hover .video-thumbnail:before{opacity:1}.video-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94);filter:contrast(1.1) saturate(1.2)}.video-card:hover .video-thumbnail img{transform:scale(1.08)}.placeholder-thumbnail{color:#fff;font-size:2rem;font-weight:700;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb 70%,#f5576c);width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 10px rgba(0,0,0,.5);position:relative}.placeholder-thumbnail:before{content:"";position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.video-duration{position:absolute;bottom:16px;right:16px;background:linear-gradient(135deg,#000000e6,#1e1e1ee6);color:#fff;padding:8px 14px;border-radius:20px;font-size:.8rem;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 15px #0000004d;transform:translateY(0);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.video-card:hover .video-duration{transform:translateY(-4px);background:linear-gradient(135deg,#6366f1e6,#8b5cf6e6);box-shadow:0 6px 25px #6366f166}.video-info{padding:.5rem .625rem;flex:1;display:flex;flex-direction:column;background:#fff;position:relative}.video-info:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.3) 25%,rgba(139,92,246,.3) 75%,transparent 100%)}.video-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.video-header h3{font-size:1.1rem;font-weight:700;color:#1a202c;margin:0 0 .25rem;flex:1;letter-spacing:-.02em;line-height:1.2}.category-badge{background:linear-gradient(135deg,#4c63d2,#3b82f6);color:#fff;padding:8px 16px;border-radius:25px;font-size:.75rem;font-weight:700;margin-left:12px;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px #4c63d24d,0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.3);transition:all .3s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.category-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.video-card:hover .category-badge:before{left:100%}.video-description{color:#4a5568;font-size:.875rem;margin-bottom:1rem;line-height:1.5;flex:1;font-weight:400;opacity:.9;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.video-stats{margin-top:auto;padding:.75rem;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-label{font-size:.7rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:.9rem;font-weight:700;color:#374151}.empty-state{text-align:center;padding:4rem 2rem;color:#718096}.empty-state h2{font-size:1.5rem;margin-bottom:.5rem;color:#2d3748}.dashboard:after{content:"";position:fixed;top:10%;right:10%;width:200px;height:200px;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes float{0%,to{transform:translateY(0) translate(0)}33%{transform:translateY(-20px) translate(10px)}66%{transform:translateY(10px) translate(-10px)}}.empty-state{text-align:center;padding:6rem 2rem;color:#fffc;position:relative;z-index:1}.empty-state h2{font-size:2rem;margin-bottom:1rem;color:#ffffffe6;font-weight:700}.empty-state p{font-size:1.1rem;color:#ffffffb3}@media (max-width: 768px){.dashboard{padding:0}.dashboard-header{margin-bottom:2rem;padding:3rem 1rem 2.5rem}.dashboard-header h1{font-size:2.5rem;line-height:1}.dashboard-header p{font-size:1.1rem}.video-grid{grid-template-columns:1fr;gap:1.5rem;padding:1rem}.video-header{flex-direction:column;align-items:flex-start}.category-badge{margin-left:0;margin-top:.5rem}}@media (max-width: 768px){.dashboard{padding:0}.dashboard-header{margin-bottom:2rem;padding:3rem 1rem 2.5rem}.dashboard-header h1{font-size:2.5rem;line-height:1}.dashboard-header p{font-size:1.1rem}.video-grid{grid-template-columns:1fr;gap:2rem;padding:1rem 1rem 3rem}.video-card{min-height:600px;margin:0 .5rem}.video-thumbnail{height:220px}.video-info{padding:2rem 1.5rem}.video-header h3{font-size:1.4rem;line-height:1.2}.video-header{flex-direction:column;align-items:flex-start;gap:.75rem}.category-badge{margin-left:0;margin-top:0;align-self:flex-start}.checkpoint-timeline{max-height:250px}.checkpoints-preview{padding:1.5rem 1rem;margin:1rem -.5rem 0}.checkpoint-item-preview{padding:1rem;gap:.75rem}.play-prompt{padding:1rem 1.5rem;font-size:.85rem}}@media (max-width: 480px){.dashboard-header h1{font-size:2rem}.dashboard-header p{font-size:1rem}.video-grid{padding:.5rem;gap:1.5rem}.video-card{margin:0;border-radius:20px}.video-info{padding:1.5rem 1rem}}@media (min-width: 1400px){.video-grid{grid-template-columns:repeat(4,1fr);max-width:1600px;gap:1.5rem;padding:2rem 4rem}.video-card{min-height:220px}.video-thumbnail{height:300px}.video-info{padding:3rem}}.video-player-container{width:100%;padding:0;min-height:100vh;background:#f8fafc;display:flex;flex-direction:column}.video-player-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:10;box-shadow:0 1px 3px #0000001a}.back-button{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.back-button:hover{background:#e5e7eb;border-color:#9ca3af}.video-player-header h1{font-size:2.5rem;color:#1f2937;margin:0;flex:1;text-align:center;font-weight:700}.toggle-checkpoints{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.toggle-checkpoints:hover{background:#e5e7eb;border-color:#9ca3af}.video-player-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;flex:1;height:calc(100vh - 120px);padding:2rem;max-width:1600px;margin:0 auto}.video-section{position:relative;background:#000;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden;max-height:70vh}.custom-video-player{position:relative;width:100%;height:100%;background:#000}.custom-video-player video{cursor:pointer}.custom-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 70%,transparent 100%);padding:1.5rem 1rem 1rem;transform:translateY(100%);transition:transform .3s ease;z-index:10}.custom-controls.visible,.custom-video-player:hover .custom-controls{transform:translateY(0)}.progress-container{margin-bottom:.75rem;cursor:pointer;padding:.5rem 0}.progress-bar{position:relative;height:5px;background:#ffffff4d;border-radius:5px;overflow:visible}.progress-filled{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:5px;transition:width .1s linear;position:relative}.progress-filled:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d}.progress-marker{position:absolute;top:0;width:3px;height:100%;background:#fff9;pointer-events:none}.controls-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.controls-left,.controls-right{display:flex;align-items:center;gap:.5rem}.control-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.control-btn:hover{background:#fff3;transform:scale(1.1)}.control-btn svg{width:24px;height:24px}.volume-control{display:flex;align-items:center;gap:.5rem}.volume-slider{width:80px;height:4px;-webkit-appearance:none;appearance:none;background:#ffffff4d;border-radius:4px;outline:none;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #0000004d}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d}.time-display{color:#fff;font-size:.875rem;font-weight:500;font-variant-numeric:tabular-nums;min-width:100px}.speed-selector{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500}.speed-selector:hover{background:#ffffff4d}.speed-selector option{background:#1f2937;color:#fff}.main-video{width:100%;height:100%;object-fit:contain;max-height:70vh}.iframe-video{width:100%;height:100%;border:none;background:#000;max-height:70vh}.current-checkpoint-indicator{position:absolute;top:1rem;left:1rem;background:#fffffff2;color:#374151;padding:.5rem 1rem;border-radius:6px;display:flex;flex-direction:column;font-size:.875rem;border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 4px #0000001a}.current-checkpoint-indicator span:first-child{font-weight:500;margin-bottom:.25rem}.current-checkpoint-indicator span:last-child{font-size:.75rem;opacity:.8}.checkpoints-panel{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;height:100%;overflow-y:auto;border-left:1px solid rgba(0,0,0,.1);border-radius:12px;max-height:70vh;box-shadow:-1px 0 8px #0000001a;scroll-behavior:smooth;scroll-padding-top:1rem}.checkpoints-panel h3{margin-top:0;margin-bottom:2rem;color:#1f2937;font-size:1.5rem;font-weight:700}.checkpoint-panel-hint{font-size:.9rem;color:#6b7280;font-weight:400;font-style:italic}.checkpoints-list{display:flex;flex-direction:column;gap:1rem}.checkpoint-group{display:flex;flex-direction:column;gap:.5rem}.checkpoint-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid #e5e7eb;background:#fff;box-shadow:0 1px 3px #0000000d}.checkpoint-item:hover{background:#f9fafb;border-color:#c7d2fe;box-shadow:0 4px 8px #6366f11a;transform:translateY(-1px)}.checkpoint-item.has-sub-checkpoints{border-left:4px solid #6366f1;background:linear-gradient(to right,#6366f105,#fff)}.checkpoint-item.has-sub-checkpoints:hover{background:linear-gradient(to right,#6366f10d,#f9fafb)}.checkpoint-item.has-sub-checkpoints.expanded{border-color:#6366f1;background:linear-gradient(to right,#6366f114,#fff);box-shadow:0 4px 12px #6366f126}.checkpoint-item.active{background:linear-gradient(135deg,#6366f126,#8b5cf61a);border-color:#6366f1;box-shadow:0 4px 12px #6366f133}.checkpoint-item.active.has-sub-checkpoints{border-left-width:5px}.checkpoint-item.passed{opacity:.85}.checkpoint-item.passed.active{opacity:1}.iframe-checkpoint:hover{background:#f0f9ff;border-color:#0ea5e9}.checkpoint-number{background:#f3f4f6;color:#374151;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0;border:2px solid #d1d5db;transition:all .3s ease}.checkpoint-item.active .checkpoint-number{background:#6366f1;color:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.checkpoint-item.passed .checkpoint-number{background:#10b981;color:#fff;border-color:#10b981}.checkpoint-content{flex:1;min-width:0}.checkpoint-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}.checkpoint-name-wrapper{flex:1;min-width:0}.checkpoint-name{font-weight:600;color:#1f2937;font-size:1.05rem;margin-bottom:.25rem;line-height:1.4}.checkpoint-item.has-sub-checkpoints .checkpoint-name{font-size:1.1rem;color:#4f46e5}.checkpoint-item.active .checkpoint-name{color:#4f46e5}.expand-button{background:#6366f11a;border:2px solid rgba(99,102,241,.2);border-radius:8px;width:36px;height:36px;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;color:#6366f1}.expand-button:hover{background:#6366f133;border-color:#6366f1;transform:scale(1.05)}.expand-button.expanded{background:#6366f1;border-color:#6366f1;color:#fff}.expand-button svg{transition:transform .3s ease}.expand-button.expanded svg{transform:rotate(180deg)}.checkpoint-sub-hint{font-size:.8rem;color:#6366f1;font-weight:500;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.checkpoint-time{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.checkpoint-hint{font-style:italic;color:#9ca3af;font-size:.7rem}.checkpoint-description{font-size:.875rem;color:#4b5563;line-height:1.5}.checkpoint-status{color:#10b981;font-weight:700;font-size:1rem}.sub-checkpoints-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;margin-left:3rem;padding:1rem 1rem 1rem 1.5rem;border-left:3px solid #a5b4fc;background:linear-gradient(to right,rgba(99,102,241,.03),transparent);border-radius:0 8px 8px 0}.sub-checkpoint-item{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;border-radius:10px;cursor:pointer;transition:all .3s ease;border:2px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0000000d}.sub-checkpoint-item:hover{background:#f9fafb;border-color:#a5b4fc;box-shadow:0 3px 8px #6366f11f;transform:translate(4px)}.sub-checkpoint-item.active{background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border-color:#6366f1;box-shadow:0 4px 12px #6366f133;transform:translate(6px)}.sub-checkpoint-item.passed{opacity:.85}.sub-checkpoint-item.passed.active{opacity:1}.sub-checkpoint-number{background:#e0e7ff;color:#4f46e5;min-width:48px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0;border:2px solid #c7d2fe;transition:all .3s ease}.sub-checkpoint-item.active .sub-checkpoint-number{background:#6366f1;color:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.sub-checkpoint-item.passed .sub-checkpoint-number{background:#10b981;color:#fff;border-color:#10b981}.sub-checkpoint-content{flex:1;min-width:0}.sub-checkpoint-name{font-weight:600;color:#374151;margin-bottom:.35rem;font-size:.95rem;line-height:1.4}.sub-checkpoint-item.active .sub-checkpoint-name{color:#4f46e5}.sub-checkpoint-time{font-size:.75rem;color:#9ca3af;margin-bottom:.35rem;font-weight:500}.sub-checkpoint-description{font-size:.85rem;color:#6b7280;line-height:1.5}.sub-checkpoint-status{color:#10b981;font-weight:700;font-size:1rem;margin-top:2px}.video-info-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;border:1px solid #e5e7eb}.video-info-section h2{margin-top:0;margin-bottom:1rem;color:#1f2937}.video-info-section p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.video-meta{display:flex;gap:2rem;font-size:.875rem}.video-meta span{color:#6b7280;font-weight:500}@media (max-width: 768px){.video-player-container{padding:.5rem}.video-player-header{flex-direction:column;gap:1rem;text-align:center;padding:1.5rem 2rem}.video-player-header h1{font-size:1.5rem}.video-player-content{grid-template-columns:1fr;height:auto;min-height:calc(100vh - 200px)}.video-section{min-height:60vh}.checkpoints-panel{background:#fffffff2;border-left:none;border-top:1px solid rgba(0,0,0,.1);height:auto;max-height:40vh;box-shadow:0 -2px 8px #0000001a}}@media (min-width: 1200px){.video-player-content{grid-template-columns:1fr 1fr}.checkpoints-panel{padding:3rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background:#fff}.app{min-height:100vh;background:#fff;position:relative}.main-content{padding-top:70px;min-height:100vh}
