[v-cloak]{display:none!important}.youtube-feed.widget-loaded{opacity:1;transform:translateY(0)}.youtube-feed[v-cloak]{opacity:1!important;transform:translateY(0);transition:all .3s ease-out}.youtube-feed-header{margin-bottom:32px}.youtube-feed-header-content{display:flex;gap:12px;align-items:center}.youtube-feed-header .video-title{margin-bottom:16px;font-family:"American Captain",sans-serif;font-size:30px;color:#292929;line-height:1;letter-spacing:0;position:relative}@media (min-width:750px){.youtube-feed-header .video-title{font-size:36px}}.youtube-feed-header .video-title::before{content:"";position:absolute;width:37px;height:5px;bottom:-12px;background-color:#ff721f;transform:skewX(-17deg)}@media (max-width:749px){.youtube-feed-header .video-title::before{transform:skewX(0)}}.youtube-skeleton-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:750px){.youtube-skeleton-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:990px){.youtube-skeleton-grid{grid-template-columns:repeat(3,1fr)}}.youtube-skeleton-card{overflow:hidden;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.youtube-loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.youtube-skeleton-content{padding:16px}.youtube-skeleton-title{margin-bottom:8px;height:16px}.youtube-skeleton-channel{display:flex;gap:8px;align-items:center;margin-bottom:12px}.youtube-skeleton-avatar{width:24px;height:24px;border-radius:50%}.youtube-skeleton-name{width:80px;height:12px}.youtube-skeleton-stats{display:flex;gap:8px;font-size:12px}.youtube-skeleton-stat{width:64px;height:12px}.youtube-error{padding:24px;text-align:center;background-color:#fef2f2;border-radius:8px}.youtube-error-icon{margin-bottom:8px;color:#dc2626}.youtube-error-icon svg{margin:0 auto 8px;width:32px;height:32px}.youtube-error-title{margin-bottom:8px;font-size:18px;font-weight:600;color:#991b1b}.youtube-error-message{margin-bottom:16px;color:#dc2626}.youtube-error-button{padding:8px 16px;color:#fff;background-color:#dc2626;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.youtube-error-button:hover{background-color:#b91c1c}.youtube-video-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:750px){.youtube-video-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:990px){.youtube-video-grid{grid-template-columns:repeat(3,1fr)}}.youtube-video-card{overflow:hidden;background-color:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:box-shadow .3s}.youtube-video-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.youtube-video-thumbnail{position:relative;overflow:hidden;background-color:#e5e7eb;aspect-ratio:16/9;cursor:pointer;transition:all .3s}.youtube-video-thumbnail:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.youtube-video-thumbnail img{width:100%;height:100%;object-fit:cover}.youtube-video-duration{position:absolute;right:8px;bottom:8px;padding:2px 6px;font-size:12px;color:#fff;background-color:rgba(0,0,0,.8);border-radius:4px}.youtube-video-play-overlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0);transition:background-color .3s}.youtube-video-play-overlay:hover{background-color:rgba(0,0,0,.1)}.youtube-video-play-button{display:flex;justify-content:center;align-items:center;width:48px;height:48px;background-color:rgba(255,107,53,.9);border-radius:50%;opacity:.8;transition:opacity .3s}.youtube-video-play-button:hover{opacity:1}.youtube-video-play-button svg{margin-left:4px;width:24px;height:24px;color:#fff}.youtube-video-info{padding:16px}.youtube-video-title{font-family:"Circular Std",sans-serif;margin:0 0 8px 0;font-size:16px;font-weight:500;color:#111827;letter-spacing:0;line-height:1.5;cursor:pointer;transition:color .2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.youtube-video-title:hover{color:#ff6b35}.youtube-video-channel{display:flex;gap:8px;align-items:center;margin-bottom:12px}.youtube-video-channel-avatar{width:24px;height:24px;border-radius:50%}.youtube-video-channel-name{font-size:14px;font-weight:500;color:#4b5563}.youtube-video-stats{display:flex;gap:8px;align-items:center;font-size:12px;color:#4b5563}.youtube-video-stats span{letter-spacing:0}.youtube-video-published{margin:0;line-height:1.2;font-size:12px;color:#6b7280}.youtube-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;justify-content:center;align-items:center;padding:16px;background-color:rgba(0,0,0,.75);backdrop-filter:blur(4px);animation:modal-fade-in .3s ease-out}@keyframes modal-fade-in{from{opacity:0}to{opacity:1}}.youtube-modal-content{position:relative;display:flex;flex-direction:column;max-width:90%;width:100%;max-height:90vh;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:modal-slide-in .3s ease-out}@media (max-width:749px){.youtube-modal-content{max-height:95vh;max-width:95vw;margin:8px}}@keyframes modal-slide-in{from{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.youtube-modal-close{position:absolute;top:16px;right:16px;z-index:10;display:flex;justify-content:center;align-items:center;width:32px;height:32px;color:#fff;background-color:rgba(0,0,0,.5);border:none;border-radius:50%;cursor:pointer;transition:background-color .2s}.youtube-modal-close:hover{background-color:rgba(0,0,0,.7)}.youtube-modal-close svg{width:20px;height:20px}.youtube-modal-body{display:flex;flex-direction:column;height:100%}@media (min-width:990px){.youtube-modal-body{flex-direction:row}}.youtube-modal-player{display:flex;flex-direction:column;overflow:hidden;flex:0 0 auto}@media (min-width:990px){.youtube-modal-player{width:66.666667%;height:100%;flex:0 0 66.666667%}}@media (min-width:750px){.youtube-modal-player{height:auto}}.youtube-modal-video-wrapper{background-color:#000;aspect-ratio:16/9}.youtube-modal-video-wrapper iframe{width:100%;height:100%}.youtube-modal-video-error{display:flex;justify-content:center;align-items:center;height:100%;color:#fff;text-align:center}.youtube-modal-video-error svg{margin:0 auto 16px;width:64px;height:64px;color:#9ca3af}.youtube-modal-video-error p{font-size:18px;font-weight:500}.youtube-modal-video-error p.error-detail{font-size:14px;color:#9ca3af}.youtube-modal-details{overflow-y:auto;flex:1;padding:24px}@media (min-width:990px){.youtube-modal-details{flex:1}}@media (min-width:750px){.youtube-modal-details{padding:16px;flex:none}}@media (max-width:749px){.youtube-modal-details{padding:16px;flex:0 1 auto;min-height:0;overflow-y:auto}}.youtube-modal-details-title{margin-bottom:12px;font-family:"Circular Std",sans-serif;letter-spacing:0;line-height:1.5;text-transform:capitalize;font-size:18px;font-weight:500}@media (max-width:749px){.youtube-modal-details-title{margin:0 0 10px 0}}.youtube-modal-details-header{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:10px}.youtube-modal-channel-info{display:flex;gap:12px;align-items:center}.youtube-modal-channel-avatar{width:40px;height:40px;border-radius:50%}.youtube-modal-channel-details div{font-size:18px;font-weight:500;color:#292929;letter-spacing:0}@media (max-width:749px){.youtube-modal-channel-details div{font-size:16px;line-height:1.5}}.youtube-modal-channel-details div.channel-subscribers{font-size:14px;color:#4b5563}.youtube-modal-stats{display:flex;gap:16px;align-items:center;font-size:14px;color:#4b5563}.youtube-modal-stat{display:flex;gap:4px;align-items:center}.youtube-modal-stat svg{width:16px;height:16px}.youtube-modal-description{font-size:14px;color:#374151;letter-spacing:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.youtube-modal-comments{display:none;flex-direction:column;overflow:hidden;height:100%;max-height:90vh;background-color:#f9fafb}@media (min-width:990px){.youtube-modal-comments{display:flex;width:33.333333%;max-height:90vh}}.youtube-modal-comments-content{display:flex;flex-direction:column;padding:24px;height:100%;overflow:hidden;min-height:0}.youtube-modal-comments h3{margin:0 0 16px 0;font-family:"Circular Std",sans-serif;font-weight:600;letter-spacing:0;line-height:1.5;color:#292929;flex-shrink:0}.youtube-modal-comments h3 span{font-size:14px;font-weight:400;color:#6b7280}.youtube-modal-comments-loading{display:flex;justify-content:center;align-items:center;padding:32px 0}.youtube-modal-comments-loading .spinner{width:24px;height:24px;border:2px solid transparent;border-bottom-color:#ff6b35;border-radius:50%;animation:spin 1s linear infinite}.youtube-modal-comments-loading span{margin-left:8px;font-size:14px;color:#4b5563}.youtube-modal-comments-empty{padding:32px 0;text-align:center;color:#6b7280}.youtube-modal-comments-empty svg{margin:0 auto 8px;width:32px;height:32px;color:#9ca3af}.youtube-modal-comments-empty p{font-size:14px}.youtube-modal-comments-list{overflow-y:auto;overflow-x:hidden;flex:1 1 0%;display:flex;flex-direction:column;gap:8px;min-height:0;max-height:100%}.youtube-modal-comments-list::-webkit-scrollbar{width:8px}.youtube-modal-comments-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.youtube-modal-comments-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.youtube-modal-comments-list::-webkit-scrollbar-thumb:hover{background:#555}.youtube-modal-comments-list{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.youtube-modal-comments-footer{margin-top:16px;text-align:center;flex-shrink:0}.youtube-modal-comments-footer p{margin:0;font-size:12px;color:#6b7280}.youtube-modal-comments-footer p.footer-note{margin-top:4px;color:#9ca3af}@keyframes spin{to{transform:rotate(360deg)}}.youtube-modal-comment{display:flex;gap:12px;margin-bottom:15px}@media (min-width:750px){.youtube-modal-comment{gap:8px}}.youtube-modal-comment-avatar{flex-shrink:0;width:24px;height:24px;border-radius:50%}.youtube-modal-comment-content{flex:1}.youtube-modal-comment-header{display:flex;gap:8px;align-items:center;margin-bottom:4px}.youtube-modal-comment-author{font-size:14px;font-weight:500}@media (min-width:750px){.youtube-modal-comment-author{font-size:12px}}.youtube-modal-comment-time{font-size:12px;color:#6b7280}@media (min-width:750px){.youtube-modal-comment-time{font-size:10px}}.youtube-modal-comment-text{margin:0 0 10px 0;font-size:14px;color:#374151}.youtube-modal-comment-likes{display:flex;gap:12px;align-items:center;margin-top:8px;font-size:12px;color:#6b7280}.youtube-modal-comment-likes div{display:flex;gap:4px;align-items:center}.youtube-modal-comment-likes div svg{width:12px;height:12px}.youtube-modal-comments-mobile{background-color:#f9fafb;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;flex:1 1 0%;min-height:0;overflow:hidden}@media (min-width:990px){.youtube-modal-comments-mobile{display:none}}.youtube-modal-comments-mobile-content{display:flex;flex-direction:column;height:100%;overflow:hidden;min-height:0}.youtube-modal-comments-mobile-title{margin:0;font-size:18px;font-weight:600;font-family:"Circular Std",sans-serif;color:#292929;letter-spacing:0;padding:8px 16px;background:#f1f0f5;flex-shrink:0}.youtube-modal-comments-mobile-title span{display:none}.youtube-modal-comments-mobile-list{padding:12px 16px;overflow-y:auto;overflow-x:hidden;flex:1 1 0%;display:flex;flex-direction:column;gap:12px;min-height:0}.youtube-modal-comments-mobile-list::-webkit-scrollbar{width:8px}.youtube-modal-comments-mobile-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.youtube-modal-comments-mobile-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.youtube-modal-comments-mobile-list::-webkit-scrollbar-thumb:hover{background:#555}.youtube-modal-comments-mobile-list{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1}.youtube-modal-comments-mobile .youtube-modal-comments-footer{flex-shrink:0;padding:16px;margin-top:0}.youtube-modal-comment-mobile{display:flex;gap:8px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.youtube-modal-comment-mobile:last-child{border-bottom:none}.youtube-modal-comment-mobile-content{color:#374151;flex:1;min-width:0}.youtube-modal-comment-mobile-header{display:flex;gap:8px;align-items:center;margin-bottom:4px}.youtube-modal-comment-mobile-author{font-size:12px;font-weight:500;letter-spacing:0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.youtube-modal-comment-mobile-time{flex-shrink:0;font-size:12px;color:#6b7280}.youtube-modal-comment-mobile-text{margin:0 0 10px 0;font-size:12px;line-height:1.5;letter-spacing:0;color:#374151}.youtube-modal-comment-mobile-likes{display:flex;gap:12px;align-items:center;margin-top:4px;font-size:12px;color:#6b7280}.youtube-modal-comment-mobile-likes div{display:flex;gap:4px;align-items:center}.youtube-modal-comment-mobile-likes div svg{width:12px;height:12px}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.aspect-video{aspect-ratio:16/9}body.modal-open,html.modal-open{overflow:hidden!important}body.modal-open #richpanel_messenger_iframe,body.modal-open .mcforms-wrapper{display:none!important;visibility:hidden!important;opacity:0!important}