.videos-container{max-width:1200px;margin:0 auto;padding:40px 20px}body.is-mobile .video-player{-webkit-touch-callout:none}.content-container>a{color:#ff6b00!important;text-decoration:none;transition:opacity .3s ease}.content-container>a:visited{color:#ff6b00!important}.content-container>a:hover{opacity:.8;text-decoration:underline}.section-header{text-align:left;margin-bottom:60px;max-width:900px;margin-left:auto;margin-right:auto}.section-header h1{font-size:3rem;margin-bottom:30px;background:linear-gradient(135deg,#FF6B00,#FFD700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.section-description{font-size:1.15rem;line-height:1.8;color:rgba(255,255,255,.9)}.section-description p{margin-bottom:1.2em;font-size:1.1rem;line-height:1.8}.section-description h2{font-size:1.6rem;color:#ff6b00;margin-top:2em;margin-bottom:1em;font-weight:600}.section-description ul{margin:1.5em 0;padding-left:0;list-style:none}.section-description li{margin-bottom:1em;padding-left:2em;position:relative;line-height:1.7}.section-description li:before{content:"▸";position:absolute;left:0;color:#ff6b00;font-size:1.2em}.section-description strong{color:gold;font-weight:600}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-top:40px}.video-card{background:rgba(0,0,0,.8);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,107,0,.2)}.video-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(255,107,0,.3)}.video-link{text-decoration:none;color:inherit;display:block}.video-thumbnail-wrapper{position:relative;padding-bottom:177.78%;overflow:hidden;background:rgba(255,107,0,.1)}.video-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(255,107,0,.2),rgba(255,215,0,.1))}.video-placeholder svg{width:60px;height:60px;color:#ff6b00}.video-duration{position:absolute;bottom:10px;right:10px;background:rgba(0,0,0,.8);padding:4px 8px;border-radius:4px;font-size:.9rem;font-weight:600}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.play-overlay svg{width:60px;height:60px}.video-card:hover .play-overlay{opacity:1}.video-info{padding:20px}.video-title{font-size:1.2rem;margin-bottom:10px;line-height:1.4}.video-description{color:rgba(255,255,255,.7);font-size:.95rem;line-height:1.6;margin-bottom:15px}.video-meta{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.video-date{color:rgba(255,255,255,.5);font-size:.9rem}.video-tags{display:flex;flex-wrap:wrap;gap:8px}.video-tag{color:#ff6b00;font-size:.85rem;text-decoration:none;transition:color .3s ease}.video-tag:hover{color:gold}.video-single{max-width:800px;margin:0 auto;padding:40px 20px}.video-header{text-align:center;margin-bottom:30px}.video-header .video-title{font-size:2.5rem;margin-bottom:15px}.video-header .video-meta{justify-content:center}.video-player-container{position:relative;width:100%;max-width:400px;margin:0 auto 40px;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(255,107,0,.3);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.video-player{width:100%;height:auto;display:block;pointer-events:auto}.video-player-container::after{content:'';position:absolute;top:0;left:0;width:100%;height:calc(100% - 40px);z-index:1;pointer-events:none}video::-webkit-media-controls-download-button{display:none!important}video::-webkit-media-controls-enclosure{overflow:hidden}.video-player{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.video-content{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,.9);margin:40px 0;padding:30px;background:rgba(0,0,0,.6);border-radius:8px;border:1px solid rgba(255,107,0,.2)}.video-navigation{margin:60px 0;padding:30px 0;border-top:1px solid rgba(255,107,0,.2);border-bottom:1px solid rgba(255,107,0,.2)}.nav-links{display:flex;justify-content:space-between;align-items:center;gap:20px}.nav-links a{display:flex;align-items:center;gap:8px;color:#ff6b00;text-decoration:none;font-weight:600;transition:color .3s ease}.nav-links a:hover{color:gold}.nav-links svg{width:20px;height:20px}.nav-list{flex:none}.more-videos{margin-top:60px}.more-videos h2{font-size:1.8rem;margin-bottom:30px;color:#ff6b00}.video-suggestions{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.suggested-video{text-decoration:none;color:inherit;transition:transform .3s ease}.suggested-video:hover{transform:translateY(-5px)}.suggested-thumbnail{position:relative;padding-bottom:177.78%;background:rgba(255,107,0,.1);border-radius:8px;overflow:hidden;margin-bottom:10px}.suggested-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-placeholder-small{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-placeholder-small svg{width:30px;height:30px;color:#ff6b00}.video-duration-small{position:absolute;bottom:5px;right:5px;background:rgba(0,0,0,.8);padding:2px 5px;border-radius:3px;font-size:.75rem}.suggested-video h4{font-size:.95rem;line-height:1.3}@media(max-width:768px){.videos-container{padding:20px 15px}.section-header{margin-bottom:30px;padding:0 10px}.section-header h1{font-size:2rem;margin-bottom:20px}.section-description{font-size:1rem;line-height:1.6}.section-description p{font-size:1rem}.section-description h2{font-size:1.3rem;margin-top:1.5em}.section-description li{font-size:.95rem;padding-left:1.5em;margin-bottom:.8em}.video-grid{grid-template-columns:1fr;gap:15px;margin-top:20px}.video-card{border-radius:8px;margin:0 auto;width:100%;max-width:400px}.video-thumbnail-wrapper{padding-bottom:177.78%}.play-overlay svg{width:50px;height:50px}.video-duration{font-size:.85rem;padding:3px 6px}.video-info{padding:15px}.video-title{font-size:1.1rem;margin-bottom:8px}.video-description{font-size:.9rem;line-height:1.5;margin-bottom:10px}.video-meta{flex-direction:column;align-items:flex-start;gap:8px}.video-date{font-size:.85rem}.video-tags{width:100%}.video-tag{font-size:.8rem}.video-single{padding:15px}.video-header{margin-bottom:20px}.video-header .video-title{font-size:1.5rem;margin-bottom:10px;line-height:1.3}.video-header .video-meta{font-size:.85rem;gap:10px}.video-player-container{max-width:100%;margin:0 auto 20px;border-radius:8px}.video-content{font-size:1rem;line-height:1.6;padding:20px;margin:20px 0}.video-navigation{margin:30px 0;padding:20px 0}.nav-links{display:flex;flex-direction:row;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:10px}.nav-links a{flex:none;padding:8px 12px;background:rgba(255,107,0,.1);border-radius:6px;font-size:.85rem;white-space:nowrap}.nav-links svg{width:16px;height:16px}.more-videos{margin-top:30px}.more-videos h2{font-size:1.4rem;margin-bottom:20px}.video-suggestions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.suggested-thumbnail{padding-bottom:177.78%;border-radius:6px}.suggested-video h4{font-size:.85rem;margin-top:5px}.video-duration-small{font-size:.7rem;padding:2px 4px}}@media(max-width:375px){.section-header h1{font-size:1.7rem}.video-header .video-title{font-size:1.3rem}.video-card{max-width:100%}.video-suggestions{grid-template-columns:1fr}}@media(pointer:coarse){.video-card{-webkit-tap-highlight-color:rgba(255,107,0,.1)}.nav-links a{padding:10px 14px;min-height:44px;display:flex;align-items:center}.video-tag{padding:4px 8px;display:inline-block}}@media(max-width:768px) and (orientation:landscape){.video-player-container{max-width:60%}.video-grid{grid-template-columns:repeat(2,1fr)}.video-suggestions{grid-template-columns:repeat(3,1fr)}}