.video-modal-container{display:flex;width:100%;max-width:1200px;height:80vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.video-modal-left{flex:1;display:flex;flex-direction:column;background:#000;position:relative}.video-player-container{position:relative;flex:1;background:#000}.video-modal-player{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.3) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.5) 100%);display:flex;flex-direction:column;justify-content:space-between;padding:20px;pointer-events:none}.video-overlay-top{display:flex;justify-content:flex-end}.video-overlay-bottom{display:flex;align-items:flex-end}.video-username{background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-weight:700;font-size:14px}.video-story-text{background:#000000b3;color:#fff;padding:12px 20px;border-radius:8px;font-size:16px;max-width:80%;line-height:1.4}.video-profile-section{padding:20px;background:#fff;border-top:1px solid #eee}.video-profile-content{display:flex;align-items:center;margin-bottom:16px}.video-profile-avatar{width:50px;height:50px;border-radius:50%;margin-right:12px;-o-object-fit:cover;object-fit:cover}.video-profile-info{flex:1}.video-profile-name{font-weight:700;font-size:16px;margin-bottom:4px}.video-profile-message{color:#666;font-size:14px}.video-profile-buttons{display:flex;flex-direction:column;gap:12px}.video-btn{display:flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:8px;font-weight:700;text-decoration:none;transition:all .2s;gap:8px;border:none;cursor:pointer;font-size:14px}.video-btn--outline{background:transparent;border:2px solid #ffd700;color:gold}.video-btn--outline:hover,.video-btn--primary{background:gold;color:#fff}.video-btn--primary:hover{background:#e6c200}.video-btn-icon{width:20px;height:20px}.video-modal-right{flex:0 0 400px;display:flex;flex-direction:column;background:#fff;border-left:1px solid #eee}.comments-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.comments-header h3{margin:0;font-size:18px;font-weight:700}.close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:background .2s}.close-btn:hover{background:#f0f0f0}.comments-list{flex:1;overflow-y:auto;padding:0 20px}.add-comment-section{padding:20px;border-top:1px solid #eee;display:flex;align-items:center;gap:12px}.comment-input-container{flex:1;position:relative;display:flex;align-items:center;background:#f8f9fa;border-radius:25px;padding:8px 16px}.emoji-picker-trigger{cursor:pointer;font-size:18px;margin-right:8px}.comment-input{flex:1;border:none;background:none;outline:none;font-size:14px;padding:8px 0}.emoji-picker-container{position:absolute;bottom:100%;left:0;z-index:1000;margin-bottom:8px}.emoji-picker-close{position:absolute;top:-10px;right:5px;background:#666;color:#fff;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;font-size:12px;z-index:1001}.send-btn{background:gold;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.send-btn:hover:not(:disabled){background:#e6c200}.send-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.video-modal-container{flex-direction:column;height:90vh;max-width:95vw}.video-modal-right{flex:0 0 300px;border-left:none;border-top:1px solid #eee}.video-profile-buttons{flex-direction:row}.video-btn{flex:1}}
